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