awsExternalSystemAccessFinding 资源类型

命名空间:microsoft.graph

重要

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

表示与能够访问给定 AWS 帐户的外部帐户相关的结果。

继承自 查找

方法

方法 返回类型 Description
List awsExternalSystemAccessFinding 集合 获取 awsExternalSystemAccessFinding 对象及其属性的列表。
Get awsExternalSystemAccessFinding 读取 awsExternalSystemAccessFinding 对象的属性和关系。

属性

属性 类型 说明
accessMethods externalSystemAccessMethods 指定是可以直接通过角色链访问系统,还是通过两者都访问。 可能的值包括 directroleChainingunknownFutureValue。 支持 $filtereq)。
createdDateTime DateTimeOffset 定义创建发现时间。 继承自 查找
id String 查找的唯一标识符。 继承自 entity
systemWithAccessId string 能够访问给定系统的外部系统的帐户 ID。
systemWithAccess authorizationSystemInfo 能够访问给定系统的外部系统。
trustedIdentityCount Int32 外部系统中受信任的标识数(如果不是全部)。 支持 $orderby
trustsAllIdentities 布尔值 确定外部系统中的所有标识是受信任还是仅信任子集的标志。

关系

关系 类型 说明
affectedSystem authorizationSystem 可从外部系统访问的系统。 支持 $orderby (affectedSystem/authorizationSystemName) , $filter 如下所示: $filter=affectedSystem/authorizationSystemId IN ['authorizationSystemIds']

JSON 表示形式

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

{
  "@odata.type": "#microsoft.graph.awsExternalSystemAccessFinding",
  "id": "String (identifier)",
  "createdDateTime": "String (timestamp)",
  "trustsAllIdentities": "Boolean",
  "accessMethods": "String",
  "trustedIdentityCount": "Integer",
  "systemWithAccess": {
    "@odata.type": "microsoft.graph.authorizationSystemInfo"
  }
}