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.
- : [SimulationResult!]!
- # Specifies the number of missing permissions for the
- # given role.
- : Int!
- # Specifies the validated role type.
- : RoleType!
- # The ARN of the role.
- : String!
- # Specifies the overall status of the validation request for the
- # given role.
- : SuccessStatus!
- }