CloudAccountAzureRegionEnumerationSpecification

CloudAccountAzureRegionEnumerationSpecification
CloudAccountAzureRegionEnumerationSpecification

Specification for a region enumeration of azure cloud account.

JSON Example
{
    "subscriptionId": "064865b2-e914-4717-b415-8806d17948f7",
    "tenantId": "9a13d920-4691-4e2d-b5d5-9c4c1279bc9a",
    "clientApplicationId": "3287dd6e-76d8-41b7-9856-2584969e7739",
    "clientApplicationSecretKey": "GDfdasDasdASFas321das32cas2x3dsXCSA76xdcasg=",
    "cloudAccountId": "b8b7a918-342e-4a53-a3b0-b935da0fe601"
}
string
subscriptionId
Optional

Azure Subscribtion ID. Either provide subscriptionId or provide a cloudAccountId of an existing account.

string
tenantId
Optional

Azure Tenant ID. Either provide tenantId or provide a cloudAccountId of an existing account.

string
clientApplicationId
Optional

Azure Client Application ID. Either provide clientApplicationId or provide a cloudAccountId of an existing account.

string
clientApplicationSecretKey
Optional

Azure Client Application Secret Key. Either provide clientApplicationSecretKey or provide a cloudAccountId of an existing account.

string
cloudAccountId
Optional

Existing cloud account id. Either provide id of existing account, or cloud account credentials: clientApplicationId, clientApplicationSecretKey and tenantId.