NSX-T Data Center REST API
AzureCredentials (schema)
Azure Account Credentials
Stores information about Azure account credentials
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 |
client_id | Azure Account Client ID Client ID of the Azure account. |
string | |
gateway_role | Azure role name for gateway Default Azure Managed Service Identity role that will be set to the Cloud Gateways deployed in the Azure account. Based on the permissions in the role, the gateways will have access to resources in the Azure account. |
string | |
key | Azure Account Key Key of the Azure account. Used only to take input. Will never be returned in any API response. |
string | |
subscription_id | Azure Account Subscription ID Subscription ID of the Azure account. |
string | |
tenant_id | Azure Account Tenant ID Tenant ID of the Azure account. |
string |