WebAppDomainOwnershipIdentifierSlot
Provides a WebAppDomainOwnershipIdentifierSlot from the Web group
Examples
Dependencies
Swagger Schema
{
  description: 'A domain specific resource identifier.',
  type: 'object',
  allOf: [
    {
      description: 'Azure proxy only resource. This resource is not tracked by Azure Resource Manager.',
      type: 'object',
      properties: {
        id: { description: 'Resource Id.', type: 'string', readOnly: true },
        name: {
          description: 'Resource Name.',
          type: 'string',
          readOnly: true
        },
        kind: { description: 'Kind of resource.', type: 'string' },
        type: {
          description: 'Resource type.',
          type: 'string',
          readOnly: true
        }
      },
      'x-ms-azure-resource': true
    }
  ],
  properties: {
    properties: {
      description: 'Identifier resource specific properties',
      type: 'object',
      properties: {
        id: {
          description: 'String representation of the identity.',
          type: 'string',
          'x-ms-client-name': 'value'
        }
      },
      'x-ms-client-flatten': true
    }
  }
}
Misc
The resource version is 2022-03-01.
The Swagger schema used to generate this documentation can be found here.