Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi
google-native.managedidentities/v1alpha1.getDomain
Explore with Pulumi AI
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi
Gets details of a single Domain.
Using getDomain
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getDomain(args: GetDomainArgs, opts?: InvokeOptions): Promise<GetDomainResult>
function getDomainOutput(args: GetDomainOutputArgs, opts?: InvokeOptions): Output<GetDomainResult>
def get_domain(domain_id: Optional[str] = None,
project: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetDomainResult
def get_domain_output(domain_id: Optional[pulumi.Input[str]] = None,
project: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetDomainResult]
func LookupDomain(ctx *Context, args *LookupDomainArgs, opts ...InvokeOption) (*LookupDomainResult, error)
func LookupDomainOutput(ctx *Context, args *LookupDomainOutputArgs, opts ...InvokeOption) LookupDomainResultOutput
> Note: This function is named LookupDomain
in the Go SDK.
public static class GetDomain
{
public static Task<GetDomainResult> InvokeAsync(GetDomainArgs args, InvokeOptions? opts = null)
public static Output<GetDomainResult> Invoke(GetDomainInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetDomainResult> getDomain(GetDomainArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: google-native:managedidentities/v1alpha1:getDomain
arguments:
# arguments dictionary
The following arguments are supported:
getDomain Result
The following output properties are available:
- Audit
Logs boolEnabled - Optional. Configuration for audit logs. True if audit logs are enabled, else false. Default is audit logs disabled.
- List<string>
- Optional. The full names of the Google Compute Engine 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.
- Create
Time string - The time the instance was created. Synthetic field is populated automatically by CCFE. go/ccfe-synthetic-field-user-guide
- Fqdn 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.
- Labels Dictionary<string, string>
- Optional. Resource labels to represent user provided metadata
- Locations 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.
- Managed
Identities stringAdmin Name - Optional. Name of customer-visible admin used to perform Active Directory operations. If not specified
setupadmin
would be used. - Name string
- Unique name of the domain in this scope including projects and location using the form:
projects/{project_id}/locations/global/domains/{domain_name}
. - Reserved
Ip stringRange - 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 string
- The current state of this domain.
- Status
Message string - Additional information about the current status of this domain, if available.
- Trusts
List<Pulumi.
Google Native. Managedidentities. V1Alpha1. Outputs. Trust Response> - The current trusts associated with the domain.
- Update
Time string - Last update time. Synthetic field is populated automatically by CCFE.
- Audit
Logs boolEnabled - Optional. Configuration for audit logs. True if audit logs are enabled, else false. Default is audit logs disabled.
- []string
- Optional. The full names of the Google Compute Engine 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.
- Create
Time string - The time the instance was created. Synthetic field is populated automatically by CCFE. go/ccfe-synthetic-field-user-guide
- Fqdn 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.
- Labels map[string]string
- Optional. Resource labels to represent user provided metadata
- Locations []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.
- Managed
Identities stringAdmin Name - Optional. Name of customer-visible admin used to perform Active Directory operations. If not specified
setupadmin
would be used. - Name string
- Unique name of the domain in this scope including projects and location using the form:
projects/{project_id}/locations/global/domains/{domain_name}
. - Reserved
Ip stringRange - 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 string
- The current state of this domain.
- Status
Message string - Additional information about the current status of this domain, if available.
- Trusts
[]Trust
Response - The current trusts associated with the domain.
- Update
Time string - Last update time. Synthetic field is populated automatically by CCFE.
- audit
Logs BooleanEnabled - Optional. Configuration for audit logs. True if audit logs are enabled, else false. Default is audit logs disabled.
- List<String>
- Optional. The full names of the Google Compute Engine 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.
- create
Time String - The time the instance was created. Synthetic field is populated automatically by CCFE. go/ccfe-synthetic-field-user-guide
- fqdn 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.
- labels Map<String,String>
- Optional. Resource labels to represent user provided metadata
- locations 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.
- managed
Identities StringAdmin Name - Optional. Name of customer-visible admin used to perform Active Directory operations. If not specified
setupadmin
would be used. - name String
- Unique name of the domain in this scope including projects and location using the form:
projects/{project_id}/locations/global/domains/{domain_name}
. - reserved
Ip StringRange - 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 String
- The current state of this domain.
- status
Message String - Additional information about the current status of this domain, if available.
- trusts
List<Trust
Response> - The current trusts associated with the domain.
- update
Time String - Last update time. Synthetic field is populated automatically by CCFE.
- audit
Logs booleanEnabled - Optional. Configuration for audit logs. True if audit logs are enabled, else false. Default is audit logs disabled.
- string[]
- Optional. The full names of the Google Compute Engine 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.
- create
Time string - The time the instance was created. Synthetic field is populated automatically by CCFE. go/ccfe-synthetic-field-user-guide
- fqdn 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.
- labels {[key: string]: string}
- Optional. Resource labels to represent user provided metadata
- locations 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.
- managed
Identities stringAdmin Name - Optional. Name of customer-visible admin used to perform Active Directory operations. If not specified
setupadmin
would be used. - name string
- Unique name of the domain in this scope including projects and location using the form:
projects/{project_id}/locations/global/domains/{domain_name}
. - reserved
Ip stringRange - 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 string
- The current state of this domain.
- status
Message string - Additional information about the current status of this domain, if available.
- trusts
Trust
Response[] - The current trusts associated with the domain.
- update
Time string - Last update time. Synthetic field is populated automatically by CCFE.
- audit_
logs_ boolenabled - Optional. Configuration for audit logs. True if audit logs are enabled, else false. Default is audit logs disabled.
- Sequence[str]
- Optional. The full names of the Google Compute Engine 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.
- create_
time str - The time the instance was created. Synthetic field is populated automatically by CCFE. go/ccfe-synthetic-field-user-guide
- fqdn str
- 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.
- labels Mapping[str, str]
- Optional. Resource labels to represent user provided metadata
- locations Sequence[str]
- 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.
- managed_
identities_ stradmin_ name - Optional. Name of customer-visible admin used to perform Active Directory operations. If not specified
setupadmin
would be used. - name str
- Unique name of the domain in this scope including projects and location using the form:
projects/{project_id}/locations/global/domains/{domain_name}
. - reserved_
ip_ strrange - 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 str
- The current state of this domain.
- status_
message str - Additional information about the current status of this domain, if available.
- trusts
Sequence[Trust
Response] - The current trusts associated with the domain.
- update_
time str - Last update time. Synthetic field is populated automatically by CCFE.
- audit
Logs BooleanEnabled - Optional. Configuration for audit logs. True if audit logs are enabled, else false. Default is audit logs disabled.
- List<String>
- Optional. The full names of the Google Compute Engine 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.
- create
Time String - The time the instance was created. Synthetic field is populated automatically by CCFE. go/ccfe-synthetic-field-user-guide
- fqdn 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.
- labels Map<String>
- Optional. Resource labels to represent user provided metadata
- locations 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.
- managed
Identities StringAdmin Name - Optional. Name of customer-visible admin used to perform Active Directory operations. If not specified
setupadmin
would be used. - name String
- Unique name of the domain in this scope including projects and location using the form:
projects/{project_id}/locations/global/domains/{domain_name}
. - reserved
Ip StringRange - 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 String
- The current state of this domain.
- status
Message String - Additional information about the current status of this domain, if available.
- trusts List<Property Map>
- The current trusts associated with the domain.
- update
Time String - Last update time. Synthetic field is populated automatically by CCFE.
Supporting Types
TrustResponse
- Create
Time string - The time the instance was created.
- Last
Known stringTrust Connected Heartbeat Time - The last heartbeat time when the trust was known to be connected.
- Selective
Authentication bool - The trust authentication type which decides whether the trusted side has forest/domain wide access or selective access to approved set of resources.
- State string
- The current state of this trust.
- State
Description string - Additional information about the current state of this trust, if available.
- Target
Dns List<string>Ip Addresses - The target dns server ip addresses which can resolve the remote domain involved in trust.
- Target
Domain stringName - The fully qualified target domain name which will be in trust with current domain.
- Trust
Direction string - The trust direction decides the current domain is trusted, trusting or both.
- Trust
Handshake stringSecret - Input only, and will not be stored. The trust secret used for handshake with target domain.
- Trust
Type string - The type of trust represented by the trust resource.
- Update
Time string - Last update time.
- Create
Time string - The time the instance was created.
- Last
Known stringTrust Connected Heartbeat Time - The last heartbeat time when the trust was known to be connected.
- Selective
Authentication bool - The trust authentication type which decides whether the trusted side has forest/domain wide access or selective access to approved set of resources.
- State string
- The current state of this trust.
- State
Description string - Additional information about the current state of this trust, if available.
- Target
Dns []stringIp Addresses - The target dns server ip addresses which can resolve the remote domain involved in trust.
- Target
Domain stringName - The fully qualified target domain name which will be in trust with current domain.
- Trust
Direction string - The trust direction decides the current domain is trusted, trusting or both.
- Trust
Handshake stringSecret - Input only, and will not be stored. The trust secret used for handshake with target domain.
- Trust
Type string - The type of trust represented by the trust resource.
- Update
Time string - Last update time.
- create
Time String - The time the instance was created.
- last
Known StringTrust Connected Heartbeat Time - The last heartbeat time when the trust was known to be connected.
- selective
Authentication Boolean - The trust authentication type which decides whether the trusted side has forest/domain wide access or selective access to approved set of resources.
- state String
- The current state of this trust.
- state
Description String - Additional information about the current state of this trust, if available.
- target
Dns List<String>Ip Addresses - The target dns server ip addresses which can resolve the remote domain involved in trust.
- target
Domain StringName - The fully qualified target domain name which will be in trust with current domain.
- trust
Direction String - The trust direction decides the current domain is trusted, trusting or both.
- trust
Handshake StringSecret - Input only, and will not be stored. The trust secret used for handshake with target domain.
- trust
Type String - The type of trust represented by the trust resource.
- update
Time String - Last update time.
- create
Time string - The time the instance was created.
- last
Known stringTrust Connected Heartbeat Time - The last heartbeat time when the trust was known to be connected.
- selective
Authentication boolean - The trust authentication type which decides whether the trusted side has forest/domain wide access or selective access to approved set of resources.
- state string
- The current state of this trust.
- state
Description string - Additional information about the current state of this trust, if available.
- target
Dns string[]Ip Addresses - The target dns server ip addresses which can resolve the remote domain involved in trust.
- target
Domain stringName - The fully qualified target domain name which will be in trust with current domain.
- trust
Direction string - The trust direction decides the current domain is trusted, trusting or both.
- trust
Handshake stringSecret - Input only, and will not be stored. The trust secret used for handshake with target domain.
- trust
Type string - The type of trust represented by the trust resource.
- update
Time string - Last update time.
- create_
time str - The time the instance was created.
- last_
known_ strtrust_ connected_ heartbeat_ time - The last heartbeat time when the trust was known to be connected.
- selective_
authentication bool - The trust authentication type which decides whether the trusted side has forest/domain wide access or selective access to approved set of resources.
- state str
- The current state of this trust.
- state_
description str - Additional information about the current state of this trust, if available.
- target_
dns_ Sequence[str]ip_ addresses - The target dns server ip addresses which can resolve the remote domain involved in trust.
- target_
domain_ strname - The fully qualified target domain name which will be in trust with current domain.
- trust_
direction str - The trust direction decides the current domain is trusted, trusting or both.
- trust_
handshake_ strsecret - Input only, and will not be stored. The trust secret used for handshake with target domain.
- trust_
type str - The type of trust represented by the trust resource.
- update_
time str - Last update time.
- create
Time String - The time the instance was created.
- last
Known StringTrust Connected Heartbeat Time - The last heartbeat time when the trust was known to be connected.
- selective
Authentication Boolean - The trust authentication type which decides whether the trusted side has forest/domain wide access or selective access to approved set of resources.
- state String
- The current state of this trust.
- state
Description String - Additional information about the current state of this trust, if available.
- target
Dns List<String>Ip Addresses - The target dns server ip addresses which can resolve the remote domain involved in trust.
- target
Domain StringName - The fully qualified target domain name which will be in trust with current domain.
- trust
Direction String - The trust direction decides the current domain is trusted, trusting or both.
- trust
Handshake StringSecret - Input only, and will not be stored. The trust secret used for handshake with target domain.
- trust
Type String - The type of trust represented by the trust resource.
- update
Time String - Last update time.
Package Details
- Repository
- Google Cloud Native pulumi/pulumi-google-native
- License
- Apache-2.0
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi