Skip to content

OrgAccount

Properties

Name Type Description Notes
id String Unique resource ID of a Modigie org account in Modigie Identity API. [optional] [default to null]
name String Relative resource name of a Modigie org account (`path-noscheme`), assigned by system when org account is created. [optional] [default to null]
company OrgAccount_company [optional] [default to null]
address OrgAccount_address [optional] [default to null]
status OrgAccountStatus [optional] [default to null]
reconciling Boolean While `true`, the API does not accept any requests that will cause the transition of this resource to another status. When a management resource transitions between a current status and another status and the transition is a long-running operation, typically because it depends on other long-running operations with complex or concurrent changes of cloud resource states, the service will set this flag to `true`. As soon as the reconciliation is completed, typically when the management resource transitioned into the target status, the service will set this flag to `false`. [optional] [default to null]
createTime Date Creation timestamp of this org account. [optional] [default to null]
updateTime Date Last modified timestamp of this org account. [optional] [default to null]
deleteTime Date Deletion timestamp of this org account. [optional] [default to null]
purgeTime Date Timestamp when this org account will be irreversibly purged from the service. [optional] [default to null]

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