awsAuthorizationSystem 资源类型
命名空间:microsoft.graph
重要
Microsoft Graph /beta
版本下的 API 可能会发生更改。 不支持在生产应用程序中使用这些 API。 若要确定 API 是否在 v1.0 中可用,请使用 版本 选择器。
表示载入到权限管理的 AWS 授权系统。
继承自 authorizationSystem。
方法
方法 | 返回类型 | Description |
---|---|---|
List | awsAuthorizationSystem 集合 | 获取 awsAuthorizationSystem 对象及其属性的列表。 |
属性
属性 | 类型 | 说明 |
---|---|---|
associatedIdentities | awsAssociatedIdentities | 授权系统中的标识。 |
authorizationSystemId | String | 从客户云环境检索的授权系统的 ID。支持 $filter (eq 、 contains ) 和 $orderBy 。 继承自 authorizationSystem。 |
authorizationSystemName | String | 载入后检测到的授权系统的名称。 支持 $filter (eq 、contains ) 和 $orderBy 。 继承自 authorizationSystem。 |
authorizationSystemType | String | 此授权系统的类型。 支持 $filter (eq ) 。 继承自 authorizationSystem。 |
id | String | 权限管理中授权系统的唯一 ID。 继承自 entity。 |
关系
关系 | 类型 | 说明 |
---|---|---|
actions | awsAuthorizationSystemTypeAction 集合 | 授权系统中服务的操作列表。 |
dataCollectionInfo | dataCollectionInfo | 用于公开此 authorizationSystem 的数据收集状态。 继承自 authorizationSystem |
策略 | awsPolicy 集合 | 与 AWS 授权系统类型关联的策略。 |
resources | awsAuthorizationSystemResource 集合 | 与授权系统类型关联的资源。 |
服务 | authorizationSystemTypeService 集合 | 与授权系统类型关联的服务。 |
JSON 表示形式
以下 JSON 表示形式显示了资源类型。
{
"@odata.type": "#microsoft.graph.awsAuthorizationSystem",
"id": "String (identifier)",
"authorizationSystemId": "String",
"authorizationSystemName": "String",
"authorizationSystemType": "String"
}