managementAction 资源类型

命名空间:microsoft.graph.managedTenants

重要

Microsoft Graph版本下的 /beta API 可能会发生更改。 不支持在生产应用程序中使用这些 API。 若要确定 API 是否在 v1.0 中可用,请使用 版本 选择器。

表示给定托管租户的基线管理操作。 管理操作的示例包括设备加密、执行配置Azure Active Directory注册设备,以及要求管理员进行多重身份验证。

方法

方法 返回类型 说明
列出 managementActions microsoft.graph.managedTenants.managementAction 集合 获取 managementAction 对象 及其属性的列表。
获取 managementAction microsoft.graph.managedTenants.managementAction 读取 managementAction 对象的属性和关系。
apply microsoft.graph.managedTenants.managementActionDeploymentStatus 对托管租户应用管理操作。

属性

属性 类型 说明
category managementCategory 管理操作类别。 可取值为:customdevicesidentityunknownFutureValue。 可选。 只读。
说明 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"
    }
  ]
}