Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,41 @@
"readOnly": true,
"type": "string",
"description": "The tenant ID. For example, 00000000-0000-0000-0000-000000000000."
},
"tenantCategory": {
"readOnly": true,
"type": "string",
"description": "The category of the tenant. Possible values are TenantCategoryHome,TenantCategoryProjectedBy,TenantCategoryManagedBy"
},
"country": {
"readOnly": true,
"type": "string",
"description": "The country/region name of the address for the tenant."
},
"countryCode": {
"readOnly": true,
"type": "string",
"description": "The Country/region abbreviation for the tenant."
},
"displayName": {
"readOnly": true,
"type": "string",
"description": "The display name of the tenant."
},
"domains": {
"readOnly": true,
"type": "string",
"description": "The list of domains for the tenant."
},
"defaultDomain": {
"readOnly": true,
"type": "string",
"description": "The default domain for the tenant."
},
"tenantType": {
"readOnly": true,
"type": "string",
"description": "The tenant type. Only available for Home tenant category."
}
},
"description": "Tenant Id information."
Expand Down