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.
  • cloudAccountId: String
  • # Specifies the requests for each of the features
  • # to validate.
  • featureReqs: [ValidatePermissionsForFeatureReq!]
  • }