GoogleApi.ManagedIdentities.V1.Model.Domain (google_api_managed_identities v0.7.1) View Source
Represents a managed Microsoft Active Directory domain.
Attributes
-
admin
(type:String.t
, default:nil
) - Optional. The name of delegated administrator account used to perform Active Directory operations. If not specified,setupadmin
will be used. -
authorizedNetworks
(type:list(String.t)
, default:nil
) - Optional. The full names of the Google Compute Engine networks the domain instance is connected to. Networks can be added using UpdateDomain. The domain is only available on networks listed inauthorized_networks
. If CIDR subnets overlap between networks, domain creation will fail. -
createTime
(type:DateTime.t
, default:nil
) - Output only. The time the instance was created. -
fqdn
(type:String.t
, default:nil
) - Output only. The fully-qualified domain name of the exposed domain used by clients to connect to the service. Similar to what would be chosen for an Active Directory set up on an internal network. -
labels
(type:map()
, default:nil
) - Optional. Resource labels that can contain user-provided metadata. -
locations
(type:list(String.t)
, default:nil
) - Required. Locations where domain needs to be provisioned. regions e.g. us-west1 or us-east4 Service supports up to 4 locations at once. Each location will use a /26 block. -
name
(type:String.t
, default:nil
) - Required. The unique name of the domain using the form:projects/{project_id}/locations/global/domains/{domain_name}
. -
reservedIpRange
(type:String.t
, default:nil
) - Required. The CIDR range of internal addresses that are reserved for this domain. Reserved networks must be /24 or larger. Ranges must be unique and non-overlapping with existing subnets in [Domain].[authorized_networks]. -
state
(type:String.t
, default:nil
) - Output only. The current state of this domain. -
statusMessage
(type:String.t
, default:nil
) - Output only. Additional information about the current status of this domain, if available. -
trusts
(type:list(GoogleApi.ManagedIdentities.V1.Model.Trust.t)
, default:nil
) - Output only. The current trusts associated with the domain. -
updateTime
(type:DateTime.t
, default:nil
) - Output only. The last update time.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.ManagedIdentities.V1.Model.Domain{ admin: String.t(), authorizedNetworks: [String.t()], createTime: DateTime.t(), fqdn: String.t(), labels: map(), locations: [String.t()], name: String.t(), reservedIpRange: String.t(), state: String.t(), statusMessage: String.t(), trusts: [GoogleApi.ManagedIdentities.V1.Model.Trust.t()], updateTime: DateTime.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.