NSX-T Data Center REST API
CloudAccountStatus (schema)
Cloud Account status
    Stores the status of cloud account like credentials validity status and
inventory synchronization status.
    
    
    
    
    
| Name | Description | Type | Notes | 
|---|---|---|---|
| _links | References related to this resource The server will populate this field when returing the resource. Ignored on PUT and POST. | array of ResourceLink | Readonly | 
| _schema | Schema for this resource | string | Readonly | 
| _self | Link to this resource | SelfResourceLink | Readonly | 
| credentials_status | Credentials Status Status of the cloud account credentials synced at the auto interval. | string | Readonly Enum: VALID, INVALID | 
| inventory_sync_status | Inventory Synchronization Status Status of inventory synchronization process. | string | Readonly Enum: SYNCED, IN_PROGRESS | 
