azure-native.domainregistration.DomainOwnershipIdentifier
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}
Create DomainOwnershipIdentifier Resource
new DomainOwnershipIdentifier(name: string, args: DomainOwnershipIdentifierArgs, opts?: CustomResourceOptions);
@overload
def DomainOwnershipIdentifier(resource_name: str,
opts: Optional[ResourceOptions] = None,
domain_name: Optional[str] = None,
kind: Optional[str] = None,
name: Optional[str] = None,
ownership_id: Optional[str] = None,
resource_group_name: Optional[str] = None)
@overload
def DomainOwnershipIdentifier(resource_name: str,
args: DomainOwnershipIdentifierArgs,
opts: Optional[ResourceOptions] = 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.
- name string
- The unique name of the resource.
- args DomainOwnershipIdentifierArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args 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 string
- The unique name of the resource.
- args DomainOwnershipIdentifierArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args DomainOwnershipIdentifierArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args DomainOwnershipIdentifierArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
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
The DomainOwnershipIdentifier resource accepts the following input properties:
- Domain
Name string Name of domain.
- Resource
Group stringName Name of the resource group to which the resource belongs.
- Kind string
Kind of resource.
- Name string
Name of identifier.
- Ownership
Id string Ownership Id.
- Domain
Name string Name of domain.
- Resource
Group stringName Name of the resource group to which the resource belongs.
- Kind string
Kind of resource.
- Name string
Name of identifier.
- Ownership
Id string Ownership Id.
- domain
Name String Name of domain.
- resource
Group StringName Name of the resource group to which the resource belongs.
- kind String
Kind of resource.
- name String
Name of identifier.
- ownership
Id String Ownership Id.
- domain
Name string Name of domain.
- resource
Group stringName Name of the resource group to which the resource belongs.
- kind string
Kind of resource.
- name string
Name of identifier.
- ownership
Id string Ownership Id.
- domain_
name str Name of domain.
- resource_
group_ strname Name of the resource group to which the resource belongs.
- kind str
Kind of resource.
- name str
Name of identifier.
- ownership_
id str Ownership Id.
- domain
Name String Name of domain.
- resource
Group StringName Name of the resource group to which the resource belongs.
- kind String
Kind of resource.
- name String
Name of identifier.
- ownership
Id 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.
- System
Data Pulumi.Azure Native. Domain Registration. Outputs. System Data Response The system metadata relating to this resource.
- Type string
Resource type.
- Id string
The provider-assigned unique ID for this managed resource.
- System
Data SystemData Response The system metadata relating to this resource.
- Type string
Resource type.
- id String
The provider-assigned unique ID for this managed resource.
- system
Data SystemData Response The system metadata relating to this resource.
- type String
Resource type.
- id string
The provider-assigned unique ID for this managed resource.
- system
Data SystemData Response The system metadata relating to this resource.
- type string
Resource type.
- id str
The provider-assigned unique ID for this managed resource.
- system_
data SystemData Response The system metadata relating to this resource.
- type str
Resource type.
- id String
The provider-assigned unique ID for this managed resource.
- system
Data Property Map The system metadata relating to this resource.
- type String
Resource type.
Supporting Types
SystemDataResponse
- Created
At string The timestamp of resource creation (UTC).
- Created
By string The identity that created the resource.
- Created
By stringType The type of identity that created the resource.
- Last
Modified stringAt The timestamp of resource last modification (UTC)
- Last
Modified stringBy The identity that last modified the resource.
- Last
Modified stringBy Type The type of identity that last modified the resource.
- Created
At string The timestamp of resource creation (UTC).
- Created
By string The identity that created the resource.
- Created
By stringType The type of identity that created the resource.
- Last
Modified stringAt The timestamp of resource last modification (UTC)
- Last
Modified stringBy The identity that last modified the resource.
- Last
Modified stringBy Type The type of identity that last modified the resource.
- created
At String The timestamp of resource creation (UTC).
- created
By String The identity that created the resource.
- created
By StringType The type of identity that created the resource.
- last
Modified StringAt The timestamp of resource last modification (UTC)
- last
Modified StringBy The identity that last modified the resource.
- last
Modified StringBy Type The type of identity that last modified the resource.
- created
At string The timestamp of resource creation (UTC).
- created
By string The identity that created the resource.
- created
By stringType The type of identity that created the resource.
- last
Modified stringAt The timestamp of resource last modification (UTC)
- last
Modified stringBy The identity that last modified the resource.
- last
Modified stringBy Type 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_ strtype The type of identity that created the resource.
- last_
modified_ strat The timestamp of resource last modification (UTC)
- last_
modified_ strby The identity that last modified the resource.
- last_
modified_ strby_ type The type of identity that last modified the resource.
- created
At String The timestamp of resource creation (UTC).
- created
By String The identity that created the resource.
- created
By StringType The type of identity that created the resource.
- last
Modified StringAt The timestamp of resource last modification (UTC)
- last
Modified StringBy The identity that last modified the resource.
- last
Modified StringBy Type The type of identity that last modified the resource.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0