OBJECT
AwsValidatePermissionsReply
Description
Specifies the response for the validate permissions request.
link GraphQL Schema definition
- type AwsValidatePermissionsReply {
- # Specifies the validation results for each of the
- # AWS cloud accounts.
- : [ValidatePermissionsForAccountReply!]!
- }