tenantCustomizedInformation 资源类型
命名空间:microsoft.graph.managedTenants
重要
Microsoft Graph /beta
版本下的 API 可能会发生更改。 不支持在生产应用程序中使用这些 API。 若要确定 API 是否在 v1.0 中可用,请使用 版本 选择器。
表示托管租户的可自定义信息。
方法
属性
属性 | 类型 | 说明 |
---|---|---|
contacts | microsoft.graph.managedTenants.tenantContactInformation 集合 | 托管租户的联系人集合。 可选。 |
displayName | String | 托管租户的显示名称。 必填。 只读。 |
id | String | 托管租户的Microsoft Entra租户标识符。 必填。 此为只读属性。 |
tenantId | String | 托管租户的Microsoft Entra租户标识符。 可选。 只读。 |
website | String | 托管租户的网站。 必填。 |
businessRelationship | String | 描述托管服务提供程序与托管租户之间的关系;例如,托管、共同管理、许可。 最大长度为 250 个字符。 可选。 |
complianceRequirements | 字符串集合 | 包含客户租户的合规性要求;例如 HIPPA、NIST、CMMC。 每个合规性要求的最大长度为 250 个字符。 可选。 |
managedServicesPlans | 字符串集合 | 这是托管服务提供商管理的客户租户的托管服务计划。 每个托管服务计划的最大长度为 250 个字符。 可选。 |
注意 | String | 一个字段,供托管服务提供商技术人员输入自定义文本,以便在托管服务提供商中的技术人员之间共享笔记。 最大长度为 5000 个字符。 可选。 |
noteLastModifiedDateTime | DateTimeOffset | 上次修改此实体的备注字段的日期。 可选。 |
partnerRelationshipManagerUserIds | 字符串集合 | 托管服务提供商中管理与托管租户关系的用户的 Entra 用户 ID 列表。 可选。 |
关系
无。
JSON 表示形式
以下 JSON 表示形式显示了资源类型。
{
"id": "34298981-4fc8-4974-9486-c8909ed1521b",
"tenantId": "34298981-4fc8-4974-9486-c8909ed1521b",
"website": "https://www.fourthcoffee.com",
"contacts": [
{
"name": "Sally",
"email": "sally@fourthcoffee.com",
"phone": "5558009731"
},
{
"name": "Hector",
"email": "hector@fourthcoffee.com",
"phone": "5558009732"
}
],
"businessRelationship": "Managed",
"complianceRequirements": [
"NIST",
"HIPPA"
],
"managedServicesPlans": [
"Microsoft Entra ID P1"
],
"note": "This is a test note.",
"noteLastModifiedDateTime": "2024-04-03 00:10:21.1989208",
"partnerRelationshipManagerUserIds": [
"3c23994c-711b-46f6-ab1e-0aeef19413f3"
]
}