命名空间:microsoft.graph.managedTenants
重要
Microsoft Graph /beta 版本下的 API 可能会发生更改。 不支持在生产应用程序中使用这些 API。 若要确定 API 是否在 v1.0 中可用,请使用 版本 选择器。
表示给定托管租户的基线管理作。 管理作的示例包括设备加密、执行配置以允许Microsoft Entra设备注册,以及要求管理员进行多重身份验证。
方法
| 方法 | 返回类型 | 说明 |
|---|---|---|
| 列表管理作 | microsoft.graph.managedTenants.managementAction 集合 | 获取 managementAction 对象及其属性的列表。 |
| 获取管理作 | microsoft.graph.managedTenants.managementAction | 读取 managementAction 对象的属性和关系。 |
| 应用管理作 | microsoft.graph.managedTenants.managementActionDeploymentStatus | 对托管租户应用管理作。 |
属性
| 属性 | 类型 | 说明 |
|---|---|---|
| “类别” | managementCategory | 管理作的类别。 可能的值包括 custom、devices、identity、unknownFutureValue。 可选。 只读。 |
| description | String | 管理作的说明。 可选。 只读。 |
| displayName | String | 管理作的显示名称。 可选。 只读。 |
| id | String | 管理作的唯一标识符。 必填。 只读。 |
| referenceTemplateId | String | 用于生成管理作的管理模板的参考。 必填。 只读。 |
| workloadActions | microsoft.graph.managedTenants.workloadAction 集合 | 与管理作关联的工作负荷作的集合。 必填。 只读。 |
关系
无。
JSON 表示形式
以下 JSON 表示形式显示了资源类型。
{
"@odata.type": "#microsoft.graph.managedTenants.managementAction",
"id": "String (identifier)",
"referenceTemplateId": "String",
"displayName": "String",
"description": "String",
"category": "String",
"workloadActions": [
{
"@odata.type": "microsoft.graph.managedTenants.workloadAction"
}
]
}