OBJECT

ValidatePermissionsForRoleReply

Description

Specifies the validation results for the given role.

link GraphQL Schema definition

  • type ValidatePermissionsForRoleReply {
  • # Specifies the validation results for each of the actions.
  • actionResults: [SimulationResult!]!
  • # Specifies the number of missing permissions for the
  • # given role.
  • numMissingPermissions: Int!
  • # Specifies the validated role type.
  • role: RoleType!
  • # The ARN of the role.
  • roleArn: String!
  • # Specifies the overall status of the validation request for the
  • # given role.
  • status: SuccessStatus!
  • }