AzureCloudCredentials object
Polymorphism
AzureCloudCredentials is a type that implements the CloudCredentials type.
When an object of type CloudCredentials is expected, you can use one of type AzureCloudCredentials (or use any other implementation).
Example JSON representation
{
"cloudCredentialsType": "AzureCloudCredentials",
"description": "string",
"id": "string",
"name": "string",
"provider": "string",
"scope": "scalr",
"status": "disabled",
"subscription": "string",
"tenantId": "string"
}
Properties
property | attributes | valid values | description | filter option |
---|---|---|---|---|
cloudCredentialsType string |
required create-only filterable |
"AzureCloudCredentials" | The Cloud Platform these credentials allow access to. |
?cloudCredentialsType=... |
name string |
required filterable |
Unique name of these Cloud Credentials. |
?name=... | |
subscription string |
required |
The Azure Subscription ID. |
||
tenantId string |
required |
The Azure Active Directory identifier. |
||
id string |
read-only filterable |
Unique identifier for this Cloud Credentials object. |
?id=... | |
scope string |
read-only filterable |
"scalr" "account" "environment" "farm" "farmrole" "role" "server" |
The scope in which these Cloud Credentials were added. |
?scope=... |
status string |
read-only filterable |
"disabled" "enabled" "suspended" |
The status of these Cloud Credentials. |
?status=... |
description string |
optional |
|||
provider string |
create-only filterable |
Cloud provider for Openstack or Cloudstack based clouds. |
?provider=... |