INPUT_OBJECT

GetScriptsForManualPermissionValidationReq

Description

GetScriptsForManualPermissionValidationReq is a request for getting the bash and powershell scripts for manual permission validation.

link GraphQL Schema definition

  • input GetScriptsForManualPermissionValidationReq {
  • # The list of cloud account IDs for which the scripts are required.
  • cloudAccountIds: [String!]
  • # Cloud vendor for the manual validation.
  • cloudVendor: CloudVendor
  • }

link Require by