INPUT_OBJECT
StartRefreshAwsNativeAccountsJobInput
Description
Input to initiate a job to refresh an AWS native account.
link GraphQL Schema definition
- input StartRefreshAwsNativeAccountsJobInput {
- # Rubrik UUIDs of the AWS account to be refreshed.
- : [UUID!]!
- # Native protection feature to be refreshed.
- : [AwsNativeProtectionFeature!]!
- }