Reference documentation and code samples for the Anthos Multi-Cloud V1 API class Google::Cloud::GkeMultiCloud::V1::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.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#annotations
def annotations() -> ::Google::Protobuf::Map{::String => ::String}
-
(::Google::Protobuf::Map{::String => ::String}) — 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.
#annotations=
def annotations=(value) -> ::Google::Protobuf::Map{::String => ::String}
-
value (::Google::Protobuf::Map{::String => ::String}) — 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.
-
(::Google::Protobuf::Map{::String => ::String}) — 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.
#application_id
def application_id() -> ::String
- (::String) — Required. The Azure Active Directory Application ID.
#application_id=
def application_id=(value) -> ::String
- value (::String) — Required. The Azure Active Directory Application ID.
- (::String) — Required. The Azure Active Directory Application ID.
#create_time
def create_time() -> ::Google::Protobuf::Timestamp
- (::Google::Protobuf::Timestamp) — Output only. The time at which this resource was created.
#name
def name() -> ::String
-
(::String) — The name of this resource.
AzureClient
resource names are formatted asprojects/<project-number>/locations/<region>/azureClients/<client-id>
.See Resource Names for more details on Google Cloud resource names.
#name=
def name=(value) -> ::String
-
value (::String) — The name of this resource.
AzureClient
resource names are formatted asprojects/<project-number>/locations/<region>/azureClients/<client-id>
.See Resource Names for more details on Google Cloud resource names.
-
(::String) — The name of this resource.
AzureClient
resource names are formatted asprojects/<project-number>/locations/<region>/azureClients/<client-id>
.See Resource Names for more details on Google Cloud resource names.
#pem_certificate
def pem_certificate() -> ::String
- (::String) — Output only. The PEM encoded x509 certificate.
#reconciling
def reconciling() -> ::Boolean
- (::Boolean) — Output only. If set, there are currently pending changes to the client.
#tenant_id
def tenant_id() -> ::String
- (::String) — Required. The Azure Active Directory Tenant ID.
#tenant_id=
def tenant_id=(value) -> ::String
- value (::String) — Required. The Azure Active Directory Tenant ID.
- (::String) — Required. The Azure Active Directory Tenant ID.
#uid
def uid() -> ::String
- (::String) — Output only. A globally unique identifier for the client.
#update_time
def update_time() -> ::Google::Protobuf::Timestamp
- (::Google::Protobuf::Timestamp) — Output only. The time at which this client was last updated.