Domain

Creates a Microsoft AD Domain in a given project. Operation Auto-naming is currently not supported for this resource.

Properties

Link copied to clipboard

Optional. Configuration for audit logs. True if audit logs are enabled, else false. Default is audit logs disabled.

Link copied to clipboard

Optional. The full names of the Google Compute Engine /compute/docs/networks-and-firewalls#networks to which the instance is connected. Network can be added using UpdateDomain later. Domain is only available on network part of authorized_networks. Caller needs to make sure that CIDR subnets do not overlap between networks, else domain creation will fail.

Link copied to clipboard
val createTime: Output<String>

The time the instance was created. Synthetic field is populated automatically by CCFE. go/ccfe-synthetic-field-user-guide

Link copied to clipboard
val domainName: Output<String>?

The fully qualified domain name. e.g. mydomain.myorganization.com, with the following restrictions: * Must contain only lowercase letters, numbers, periods and hyphens. * Must start with a letter. * Must contain between 2-64 characters. * Must end with a number or a letter. * Must not start with period. * Must be unique within the project. * First segment length (mydomain form example above) shouldn't exceed 15 chars. * The last segment cannot be fully numeric.

Link copied to clipboard
val fqdn: Output<String>

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 that is set up on an internal network.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val labels: Output<Map<String, String>>

Optional. Resource labels to represent user provided metadata

Link copied to clipboard
val locations: Output<List<String>>

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.

Link copied to clipboard

Optional. Name of customer-visible admin used to perform Active Directory operations. If not specified setupadmin would be used.

Link copied to clipboard
val name: Output<String>

Unique name of the domain in this scope including projects and location using the form: projects/{project_id}/locations/global/domains/{domain_name}.

Link copied to clipboard
val project: Output<String>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val reservedIpRange: Output<String>

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.

Link copied to clipboard
val state: Output<String>

The current state of this domain.

Link copied to clipboard
val statusMessage: Output<String>

Additional information about the current status of this domain, if available.

Link copied to clipboard
val trusts: Output<List<TrustResponse>>

The current trusts associated with the domain.

Link copied to clipboard
val updateTime: Output<String>

Last update time. Synthetic field is populated automatically by CCFE.

Link copied to clipboard
val urn: Output<String>