INPUT_OBJECT
ValidatePermissionsForAccountReq
Description
Specifies the request parameters to validate the permissions for the given AWS cloud account.
link GraphQL Schema definition
- input ValidatePermissionsForAccountReq {
- # Specifies the ID of the AWS cloud account to be validated.
- : String
- # Specifies the requests for each of the features
- # to validate.
- : [ValidatePermissionsForFeatureReq!]
- }