View Source GoogleApi.ManagedIdentities.V1.Model.Domain (google_api_managed_identities v0.18.1)
Represents a managed Microsoft Active Directory domain. If the domain is being changed, it will be placed into the UPDATING state, which indicates that the resource is being reconciled. At this point, Get will reflect an intermediate state.
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. -
auditLogsEnabled
(type:boolean()
, default:nil
) - Optional. Configuration for audit logs. True if audit logs are enabled, else false. Default is audit logs disabled. -
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. The locations can be specified according to https://cloud.google.com/compute/docs/regions-zones, such asus-west1
orus-east4
. Each domain supports up to 4 locations, separated by commas. 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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ManagedIdentities.V1.Model.Domain{ admin: String.t() | nil, auditLogsEnabled: boolean() | nil, authorizedNetworks: [String.t()] | nil, createTime: DateTime.t() | nil, fqdn: String.t() | nil, labels: map() | nil, locations: [String.t()] | nil, name: String.t() | nil, reservedIpRange: String.t() | nil, state: String.t() | nil, statusMessage: String.t() | nil, trusts: [GoogleApi.ManagedIdentities.V1.Model.Trust.t()] | nil, updateTime: DateTime.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.