getDomain

Gets information about a domain.

Return

null

Parameters

argument

null


suspend fun getDomain(domainId: String, project: String? = null): GetDomainResult

Return

null

Parameters

domainId
project

See also


suspend fun getDomain(argument: suspend GetDomainPlainArgsBuilder.() -> Unit): GetDomainResult

Return

null

Parameters

argument

Builder for com.pulumi.googlenative.managedidentities.v1.kotlin.inputs.GetDomainPlainArgs.

See also