Domain

class Domain : KotlinCustomResource

Creates a Microsoft AD domain. Auto-naming is currently not supported for this resource.

Properties

Link copied to clipboard
val admin: Output<String>

Optional. The name of delegated administrator account used to perform Active Directory operations. If not specified, setupadmin will be used.

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 the domain instance is connected to. Networks can be added using UpdateDomain. The domain is only available on networks listed in authorized_networks. If CIDR subnets overlap between networks, domain creation will fail.

Link copied to clipboard
val createTime: Output<String>

The time the instance was created.

Link copied to clipboard
val domainName: Output<String>

Required. 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. * First segment length (mydomain for example above) shouldn't exceed 15 chars. * The last segment cannot be fully numeric. * Must be unique within the customer project.

Link copied to clipboard
val fqdn: Output<String>

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.

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

Optional. Resource labels that can contain 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
val name: Output<String>

The unique name of the domain using the form: projects/{project_id}/locations/global/domains/{domain_name}.

Link copied to clipboard
val project: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
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>

The last update time.

Link copied to clipboard
val urn: Output<String>