DomainOwnershipIdentifierResult

A2AAI GatewayAPI CenterAPI GatewayAPI ManagementEnterpriseMCPMicrosoft Azure

Properties

Name Type Description
domainOwnershipIdentifier string
View JSON Schema on GitHub

JSON Schema

microsoft-azure-api-management-domainownershipidentifierresult-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DomainOwnershipIdentifierResult",
  "title": "DomainOwnershipIdentifierResult",
  "type": "object",
  "properties": {
    "domainOwnershipIdentifier": {
      "type": "string",
      "example": "abc123def456ghi789"
    }
  }
}