allAllowedScopes 资源类型

命名空间:microsoft.graph

重要

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

表示委托的权限范围最广泛的继承模式。 当 inheritablePermission 条目使用 allAllowedScopes时,引用的资源应用程序发布的每个范围都被视为可继承的,并且无需用户或管理员明确同意即可出现在代理标识上。 新引入的范围可自动继承,从而减少受信任应用程序的维护开销。

继承自 inheritableScopes

属性

属性 类型 说明
kind scopeCollectionKind 始终 allAllowed 适用于此派生类型。 继承自 inheritableScopes。 基类型上其他可能的鉴别器值包括: enumeratednonescopeKindNotSetunknownFutureValue

关系

无。

JSON 表示形式

以下 JSON 表示形式显示了资源类型。

{
  "@odata.type": "#microsoft.graph.allAllowedScopes",
  "kind": "String"
}