tenantCustomizedInformation resource type
Namespace: microsoft.graph.managedTenants
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
Represents customizable information for a managed tenant.
Methods
Method | Return type | Description |
---|---|---|
List tenantCustomizedInformations | microsoft.graph.managedTenants.tenantCustomizedInformation collection | Get a list of the tenantCustomizedInformation objects and their properties. |
Get tenantCustomizedInformation | microsoft.graph.managedTenants.tenantCustomizedInformation | Read the properties and relationships of a tenantCustomizedInformation object. |
Update tenantCustomizedInformation | microsoft.graph.managedTenants.tenantCustomizedInformation | Update the properties of a tenantCustomizedInformation object. |
Properties
Property | Type | Description |
---|---|---|
contacts | microsoft.graph.managedTenants.tenantContactInformation collection | The collection of contacts for the managed tenant. Optional. |
displayName | String | The display name for the managed tenant. Required. Read-only. |
id | String | The Azure Active Directory tenant identifier for the managed tenant. Required. Read-only. |
tenantId | String | The Azure Active Directory tenant identifier for the managed tenant. Optional. Read-only. |
website | String | The website for the managed tenant. Required. |
Relationships
None.
JSON representation
The following is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.managedTenants.tenantCustomizedInformation",
"id": "String (identifier)",
"displayName": "String",
"tenantId": "String",
"contacts": [
{
"@odata.type": "microsoft.graph.managedTenants.tenantContactInformation"
}
],
"website": "String"
}
Feedback
Submit and view feedback for