GetDomainResult

data class GetDomainResult(val auditLogsEnabled: Boolean, val authorizedNetworks: List<String>, val createTime: String, val fqdn: String, val labels: Map<String, String>, val locations: List<String>, val managedIdentitiesAdminName: String, val name: String, val reservedIpRange: String, val state: String, val statusMessage: String, val trusts: List<TrustResponse>, val updateTime: String)

Constructors

Link copied to clipboard
fun GetDomainResult(auditLogsEnabled: Boolean, authorizedNetworks: List<String>, createTime: String, fqdn: String, labels: Map<String, String>, locations: List<String>, managedIdentitiesAdminName: String, name: String, reservedIpRange: String, state: String, statusMessage: String, trusts: List<TrustResponse>, updateTime: String)

Types

Link copied to clipboard
object Companion

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

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

Link copied to clipboard

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

Optional. Resource labels to represent user provided metadata

Link copied to clipboard

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

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

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

The current state of this domain.

Link copied to clipboard

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

Link copied to clipboard

The current trusts associated with the domain.

Link copied to clipboard

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