GetDomainResult

data class GetDomainResult(val admin: String, val auditLogsEnabled: Boolean, val authorizedNetworks: List<String>, val createTime: String, val fqdn: String, val labels: Map<String, String>, val locations: List<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(admin: String, auditLogsEnabled: Boolean, authorizedNetworks: List<String>, createTime: String, fqdn: String, labels: Map<String, String>, locations: List<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. 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

The time the instance was created.

Link copied to clipboard

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

Optional. Resource labels that can contain 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

The unique name of the domain 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

The last update time.