public class ApplicationAuthorizationInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ApplicationAuthorizationInfo() | 
| ApplicationAuthorizationInfo(ApplicationAuthorizationInfo 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[] | getApplicationAccounts()Get List of the user's accounts under authorized applications
Note: this field may return null, indicating that no valid values can be obtained. | 
| String | getApplicationId()Get Application ID, which is globally unique. | 
| String | getApplicationName()Get Application name. | 
| String | getCreatedDate()Get Application creation time. | 
| InheritedForm | getInheritedForm()Get List of IDs of the user's user groups and organization nodes that have access to the application. | 
| void | setApplicationAccounts(String[] ApplicationAccounts)Set List of the user's accounts under authorized applications
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setApplicationId(String ApplicationId)Set Application ID, which is globally unique. | 
| void | setApplicationName(String ApplicationName)Set Application name. | 
| void | setCreatedDate(String CreatedDate)Set Application creation time. | 
| void | setInheritedForm(InheritedForm InheritedForm)Set List of IDs of the user's user groups and organization nodes that have access to the application. | 
| 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 ApplicationAuthorizationInfo()
public ApplicationAuthorizationInfo(ApplicationAuthorizationInfo source)
public String[] getApplicationAccounts()
public void setApplicationAccounts(String[] ApplicationAccounts)
ApplicationAccounts - List of the user's accounts under authorized applications
Note: this field may return null, indicating that no valid values can be obtained.public String getApplicationId()
public void setApplicationId(String ApplicationId)
ApplicationId - Application ID, which is globally unique.
Note: this field may return null, indicating that no valid values can be obtained.public InheritedForm getInheritedForm()
public void setInheritedForm(InheritedForm InheritedForm)
InheritedForm - List of IDs of the user's user groups and organization nodes that have access to the application.
Note: this field may return null, indicating that no valid values can be obtained.public String getApplicationName()
public void setApplicationName(String ApplicationName)
ApplicationName - Application name.
Note: this field may return null, indicating that no valid values can be obtained.public String getCreatedDate()
public void setCreatedDate(String CreatedDate)
CreatedDate - Application creation time.
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.