CloudAccountAzure

CloudAccountAzure
CloudAccountAzure

State object representing an Azure cloud account.

A cloud account identifies a cloud account type and an account-specific deployment region or data center where the associated cloud account resources are hosted.
HATEOAS links:
regions - array[Region] - List of regions that are enabled for this cloud account.
self - CloudAccountAzure - Self link to this cloud account

JSON Example
{
    "owner": "[email protected]",
    "enabledRegionIds": [
        "string"
    ],
    "clientApplicationId": "66f277f2-ff12-4c3a-a4c9-b13d131a9a4d",
    "description": "my-description",
    "orgId": "9e49",
    "tags": [
        {
            "value": "string",
            "key": "string"
        }
    ],
    "organizationId": "deprecated",
    "createdAt": "2012-09-27",
    "name": "my-name",
    "tenantId": "027f73d5-0a19-452e-9d45-775693421508",
    "id": "9e49",
    "subscriptionId": "f3c86a85-e379-42ae-a8ba-7a51382d6dd7",
    "updatedAt": "2012-09-27"
}
string
owner
Optional

Email of the user that owns the entity.

array of string
enabledRegionIds
Optional

A set of region names that are enabled for this cloud account.

object
_links
Required

HATEOAS of the entity

string
clientApplicationId
Required

Azure Client Application IDaccount.

string
description
Optional

A human-friendly description.

string
orgId
Optional

The id of the organization this entity belongs to.

array of Tag
tags
Optional

A set of tag keys and optional values that were set on on the Cloud Account

string
organizationId
Optional

This field is deprecated. Use orgId instead. The id of the organization this entity belongs to.

string
createdAt
Optional

Date when the entity was created. The date is in ISO 8601 and UTC.

object
customProperties
Optional

Additional properties that may be used to extend the base type.

string
name
Optional

A human-friendly name used as an identifier in APIs that support this option.

string
tenantId
Required

Azure Tenant Idaccount.

string
id
Required

The id of this resource instance

string
subscriptionId
Required

Azure Subscription IDaccount.

string
updatedAt
Optional

Date when the entity was last updated. The date is ISO 8601 and UTC.