get Domain Ownership Identifier
suspend fun getDomainOwnershipIdentifier(argument: GetDomainOwnershipIdentifierPlainArgs): GetDomainOwnershipIdentifierResult
Get ownership identifier for domain API Version: 2020-10-01.
Return
Domain ownership Identifier.
Parameters
argument
null
suspend fun getDomainOwnershipIdentifier(domainName: String, name: String, resourceGroupName: String): GetDomainOwnershipIdentifierResult
Return
Domain ownership Identifier.
Parameters
domain Name
Name of domain.
name
Name of identifier.
resource Group Name
Name of the resource group to which the resource belongs.
See also
suspend fun getDomainOwnershipIdentifier(argument: suspend GetDomainOwnershipIdentifierPlainArgsBuilder.() -> Unit): GetDomainOwnershipIdentifierResult
Return
Domain ownership Identifier.
Parameters
argument
Builder for com.pulumi.azurenative.domainregistration.kotlin.inputs.GetDomainOwnershipIdentifierPlainArgs.