Resource: AzureClient
AzureClient
resources hold client authentication information needed by the Anthos Multi-Cloud API to manage Azure resources on your Azure subscription.
When an AzureCluster
is created, an AzureClient
resource needs to be provided and all operations on Azure resources associated to that cluster will authenticate to Azure services using the given client.
AzureClient
resources are immutable and cannot be modified upon creation.
Each AzureClient
resource is bound to a single Azure Active Directory Application and tenant.
JSON representation |
---|
{ "name": string, "tenantId": string, "applicationId": string, "reconciling": boolean, "annotations": { string: string, ... }, "pemCertificate": string, "uid": string, "createTime": string, "updateTime": string } |
Fields | |
---|---|
name |
The name of this resource.
See Resource Names for more details on Google Cloud resource names. |
tenantId |
Required. The Azure Active Directory Tenant ID. |
applicationId |
Required. The Azure Active Directory Application ID. |
reconciling |
Output only. If set, there are currently pending changes to the client. |
annotations |
Optional. Annotations on the resource. This field has the same restrictions as Kubernetes annotations. The total size of all keys and values combined is limited to 256k. Keys can have 2 segments: prefix (optional) and name (required), separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between. An object containing a list of |
pemCertificate |
Output only. The PEM encoded x509 certificate. |
uid |
Output only. A globally unique identifier for the client. |
createTime |
Output only. The time at which this resource was created. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
updateTime |
Output only. The time at which this client was last updated. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
Methods |
|
---|---|
|
Creates a new AzureClient resource on a given Google Cloud project and region. |
|
Deletes a specific AzureClient resource. |
|
Describes a specific AzureClient resource. |
|
Lists all AzureClient resources on a given Google Cloud project and region. |