cbomAttachedIdentities

Represents CBOM asset related identities.

Examples

type CbomAttachedIdentities {
  users: [String]
  groups: [String]
  servicePrincipals: [String]
  serviceAccounts: [String]
  iamPolicies: [String]
  attachedResources: [String]
  trustedBy: [String]
}

Fields

Field
Description
Supported fields

users [String]

Users associated with this asset.

groups [String]

Groups associated with this asset.

servicePrincipals [String]

Service principals associated with this asset.

serviceAccounts [String]

Service accounts associated with this asset.

iamPolicies [String]

IAM policies attached to this asset.

attachedResources [String]

Cloud resources attached to this asset.

trustedBy [String]

Entities that trust this asset, such as external accounts or services granted cross-account access.

References

Fields with this object:

Last updated