OBJECT

AwsIamPairsWithMissingPermission

Description

Represents the IAM pairs with missing permission.

link GraphQL Schema definition

  • type AwsIamPairsWithMissingPermission {
  • # AWS IAM pair details.
  • awsIamPair: AwsIamPair!
  • # The missing permissions groups that is needed to be used with archival location.
  • missingPermissionsGroups: [PermissionsGroup!]!
  • }