INPUT_OBJECT
PatchAwsAuthenticationServerBasedCloudAccountInput
Description
Input to update authentication server-based AWS cloud account.
link GraphQL Schema definition
- input PatchAwsAuthenticationServerBasedCloudAccountInput {
- # Authentication server's CA certificate to be updated for authentication
- # server-based AWS cloud account.
- : AwsAuthServerCertificateIdInput
- # Authentication server's user client certificate to be updated for the
- # authentication server-based AWS cloud account.
- : AwsAuthServerCertificateIdInput
- # Rubrik ID for the AWS cloud account.
- : String!
- # Regions to be updated for the authentication server-based AWS cloud account.
- : AwsAuthServerRegionsInput
- # Native protection feature to be updated.
- : CloudAccountFeature!
- # Name of the role created on the authentication server for the user account to be
- # used by Rubrik.
- : AwsAuthServerRoleNameInput
- }