1. Packages
  2. Azure Native v1
  3. API Docs
  4. domainregistration
  5. DomainOwnershipIdentifier
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi

azure-native.domainregistration.DomainOwnershipIdentifier

Explore with Pulumi AI

These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi

Domain ownership Identifier. API Version: 2020-10-01.

Import

An existing resource can be imported using its type token, name, and identifier, e.g.

$ pulumi import azure-native:domainregistration:DomainOwnershipIdentifier myresource1 /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DomainRegistration/domains/{domainName}/domainOwnershipIdentifiers/{name} 
Copy

Create DomainOwnershipIdentifier Resource

Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

Constructor syntax

new DomainOwnershipIdentifier(name: string, args: DomainOwnershipIdentifierArgs, opts?: CustomResourceOptions);
@overload
def DomainOwnershipIdentifier(resource_name: str,
                              args: DomainOwnershipIdentifierArgs,
                              opts: Optional[ResourceOptions] = None)

@overload
def DomainOwnershipIdentifier(resource_name: str,
                              opts: Optional[ResourceOptions] = None,
                              domain_name: Optional[str] = None,
                              resource_group_name: Optional[str] = None,
                              kind: Optional[str] = None,
                              name: Optional[str] = None,
                              ownership_id: Optional[str] = None)
func NewDomainOwnershipIdentifier(ctx *Context, name string, args DomainOwnershipIdentifierArgs, opts ...ResourceOption) (*DomainOwnershipIdentifier, error)
public DomainOwnershipIdentifier(string name, DomainOwnershipIdentifierArgs args, CustomResourceOptions? opts = null)
public DomainOwnershipIdentifier(String name, DomainOwnershipIdentifierArgs args)
public DomainOwnershipIdentifier(String name, DomainOwnershipIdentifierArgs args, CustomResourceOptions options)
type: azure-native:domainregistration:DomainOwnershipIdentifier
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

name This property is required. string
The unique name of the resource.
args This property is required. DomainOwnershipIdentifierArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args This property is required. DomainOwnershipIdentifierArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name This property is required. string
The unique name of the resource.
args This property is required. DomainOwnershipIdentifierArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args This property is required. DomainOwnershipIdentifierArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. DomainOwnershipIdentifierArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

Constructor example

The following reference example uses placeholder values for all input properties.

var domainOwnershipIdentifierResource = new AzureNative.Domainregistration.DomainOwnershipIdentifier("domainOwnershipIdentifierResource", new()
{
    DomainName = "string",
    ResourceGroupName = "string",
    Kind = "string",
    Name = "string",
    OwnershipId = "string",
});
Copy
example, err := domainregistration.NewDomainOwnershipIdentifier(ctx, "domainOwnershipIdentifierResource", &domainregistration.DomainOwnershipIdentifierArgs{
	DomainName:        "string",
	ResourceGroupName: "string",
	Kind:              "string",
	Name:              "string",
	OwnershipId:       "string",
})
Copy
var domainOwnershipIdentifierResource = new DomainOwnershipIdentifier("domainOwnershipIdentifierResource", DomainOwnershipIdentifierArgs.builder()
    .domainName("string")
    .resourceGroupName("string")
    .kind("string")
    .name("string")
    .ownershipId("string")
    .build());
Copy
domain_ownership_identifier_resource = azure_native.domainregistration.DomainOwnershipIdentifier("domainOwnershipIdentifierResource",
    domain_name=string,
    resource_group_name=string,
    kind=string,
    name=string,
    ownership_id=string)
Copy
const domainOwnershipIdentifierResource = new azure_native.domainregistration.DomainOwnershipIdentifier("domainOwnershipIdentifierResource", {
    domainName: "string",
    resourceGroupName: "string",
    kind: "string",
    name: "string",
    ownershipId: "string",
});
Copy
type: azure-native:domainregistration:DomainOwnershipIdentifier
properties:
    domainName: string
    kind: string
    name: string
    ownershipId: string
    resourceGroupName: string
Copy

DomainOwnershipIdentifier Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

Inputs

In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

The DomainOwnershipIdentifier resource accepts the following input properties:

DomainName
This property is required.
Changes to this property will trigger replacement.
string
Name of domain.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
Name of the resource group to which the resource belongs.
Kind string
Kind of resource.
Name Changes to this property will trigger replacement. string
Name of identifier.
OwnershipId string
Ownership Id.
DomainName
This property is required.
Changes to this property will trigger replacement.
string
Name of domain.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
Name of the resource group to which the resource belongs.
Kind string
Kind of resource.
Name Changes to this property will trigger replacement. string
Name of identifier.
OwnershipId string
Ownership Id.
domainName
This property is required.
Changes to this property will trigger replacement.
String
Name of domain.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
Name of the resource group to which the resource belongs.
kind String
Kind of resource.
name Changes to this property will trigger replacement. String
Name of identifier.
ownershipId String
Ownership Id.
domainName
This property is required.
Changes to this property will trigger replacement.
string
Name of domain.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
Name of the resource group to which the resource belongs.
kind string
Kind of resource.
name Changes to this property will trigger replacement. string
Name of identifier.
ownershipId string
Ownership Id.
domain_name
This property is required.
Changes to this property will trigger replacement.
str
Name of domain.
resource_group_name
This property is required.
Changes to this property will trigger replacement.
str
Name of the resource group to which the resource belongs.
kind str
Kind of resource.
name Changes to this property will trigger replacement. str
Name of identifier.
ownership_id str
Ownership Id.
domainName
This property is required.
Changes to this property will trigger replacement.
String
Name of domain.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
Name of the resource group to which the resource belongs.
kind String
Kind of resource.
name Changes to this property will trigger replacement. String
Name of identifier.
ownershipId String
Ownership Id.

Outputs

All input properties are implicitly available as output properties. Additionally, the DomainOwnershipIdentifier resource produces the following output properties:

Id string
The provider-assigned unique ID for this managed resource.
SystemData Pulumi.AzureNative.DomainRegistration.Outputs.SystemDataResponse
The system metadata relating to this resource.
Type string
Resource type.
Id string
The provider-assigned unique ID for this managed resource.
SystemData SystemDataResponse
The system metadata relating to this resource.
Type string
Resource type.
id String
The provider-assigned unique ID for this managed resource.
systemData SystemDataResponse
The system metadata relating to this resource.
type String
Resource type.
id string
The provider-assigned unique ID for this managed resource.
systemData SystemDataResponse
The system metadata relating to this resource.
type string
Resource type.
id str
The provider-assigned unique ID for this managed resource.
system_data SystemDataResponse
The system metadata relating to this resource.
type str
Resource type.
id String
The provider-assigned unique ID for this managed resource.
systemData Property Map
The system metadata relating to this resource.
type String
Resource type.

Supporting Types

SystemDataResponse
, SystemDataResponseArgs

CreatedAt string
The timestamp of resource creation (UTC).
CreatedBy string
The identity that created the resource.
CreatedByType string
The type of identity that created the resource.
LastModifiedAt string
The timestamp of resource last modification (UTC)
LastModifiedBy string
The identity that last modified the resource.
LastModifiedByType string
The type of identity that last modified the resource.
CreatedAt string
The timestamp of resource creation (UTC).
CreatedBy string
The identity that created the resource.
CreatedByType string
The type of identity that created the resource.
LastModifiedAt string
The timestamp of resource last modification (UTC)
LastModifiedBy string
The identity that last modified the resource.
LastModifiedByType string
The type of identity that last modified the resource.
createdAt String
The timestamp of resource creation (UTC).
createdBy String
The identity that created the resource.
createdByType String
The type of identity that created the resource.
lastModifiedAt String
The timestamp of resource last modification (UTC)
lastModifiedBy String
The identity that last modified the resource.
lastModifiedByType String
The type of identity that last modified the resource.
createdAt string
The timestamp of resource creation (UTC).
createdBy string
The identity that created the resource.
createdByType string
The type of identity that created the resource.
lastModifiedAt string
The timestamp of resource last modification (UTC)
lastModifiedBy string
The identity that last modified the resource.
lastModifiedByType string
The type of identity that last modified the resource.
created_at str
The timestamp of resource creation (UTC).
created_by str
The identity that created the resource.
created_by_type str
The type of identity that created the resource.
last_modified_at str
The timestamp of resource last modification (UTC)
last_modified_by str
The identity that last modified the resource.
last_modified_by_type str
The type of identity that last modified the resource.
createdAt String
The timestamp of resource creation (UTC).
createdBy String
The identity that created the resource.
createdByType String
The type of identity that created the resource.
lastModifiedAt String
The timestamp of resource last modification (UTC)
lastModifiedBy String
The identity that last modified the resource.
lastModifiedByType String
The type of identity that last modified the resource.

Package Details

Repository
azure-native-v1 pulumi/pulumi-azure-native
License
Apache-2.0
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi