ApiExternalAccount

Properties

Name Type Description Notes
name str Represents the intial name of the account; used to uniquely identify this account. [optional]
display_name str Represents a modifiable label to identify this account for user-visible purposes. [optional]
created_time str Represents the time of creation for this account. [optional]
last_modified_time str Represents the last modification time for this account. [optional]
type_name str Represents the Type ID of a supported external account type. The type represented by this field dictates which configuration options must be defined for this account. [optional]
account_configs ApiConfigList Represents the account configuration for this account. When an account is retrieved from the server, the configs returned must match allowed configuration for the type of this account. When specified for creation of a new account or for the update of an existing account, this field must include every required configuration parameter specified in the type's definition, with the account configuration's value field specified to represent the specific configuration desired for this account. [optional]

[Back to Model list] [Back to API list] [Back to README]