Microsoft.Web sites/slots/domainOwnershipIdentifiers 2018-02-01
Template format
To create a Microsoft.Web/sites/slots/domainOwnershipIdentifiers resource, add the following JSON to the resources section of your template.
{
"name": "string",
"type": "Microsoft.Web/sites/slots/domainOwnershipIdentifiers",
"apiVersion": "2018-02-01",
"kind": "string",
"properties": {
"id": "string"
}
}
Property values
The following tables describe the values you need to set in the schema.
Microsoft.Web/sites/slots/domainOwnershipIdentifiers object
Name | Type | Required | Value |
---|---|---|---|
name | string | Yes | Name of domain ownership identifier. |
type | enum | Yes | domainOwnershipIdentifiers -or- Microsoft.Web/sites/slots/domainOwnershipIdentifiers See Set name and type for child resources. |
apiVersion | enum | Yes | 2018-02-01 |
kind | string | No | Kind of resource. |
properties | object | Yes | Identifier resource specific properties - IdentifierProperties object |
IdentifierProperties object
Name | Type | Required | Value |
---|---|---|---|
id | string | No | String representation of the identity. |