public class CreateSSOAccountRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
CreateSSOAccountRequest()  | 
CreateSSOAccountRequest(CreateSSOAccountRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getInstanceId()
Get TCMG instance ID, such as “grafana-abcdefgh”. 
 | 
String | 
getNotes()
Get Remarks 
 | 
GrafanaAccountRole[] | 
getRole()
Get Permission 
 | 
String | 
getUserId()
Get User account ID, such as “10000000”. 
 | 
void | 
setInstanceId(String InstanceId)
Set TCMG instance ID, such as “grafana-abcdefgh”. 
 | 
void | 
setNotes(String Notes)
Set Remarks 
 | 
void | 
setRole(GrafanaAccountRole[] Role)
Set Permission 
 | 
void | 
setUserId(String UserId)
Set User account ID, such as “10000000”. 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic CreateSSOAccountRequest()
public CreateSSOAccountRequest(CreateSSOAccountRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId - TCMG instance ID, such as “grafana-abcdefgh”.public String getUserId()
public void setUserId(String UserId)
UserId - User account ID, such as “10000000”.public GrafanaAccountRole[] getRole()
public void setRole(GrafanaAccountRole[] Role)
Role - Permissionpublic String getNotes()
public void setNotes(String Notes)
Notes - RemarksCopyright © 2025. All rights reserved.