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.
  • awsCloudAccountId: String!
  • # Native protection feature to be updated.
  • feature: CloudAccountFeature!
  • # Regions to be updated for the authentication server-based AWS cloud account.
  • awsRegions: AwsAuthServerRegionsInput
  • # Name of the role created on the authentication server for the user account to be
  • # used by Rubrik.
  • roleName: AwsAuthServerRoleNameInput
  • # Authentication server's user client certificate to be updated for the
  • # authentication server-based AWS cloud account.
  • authServerUserClientCertId: AwsAuthServerCertificateIdInput
  • # Authentication server's CA certificate to be updated for authentication
  • # server-based AWS cloud account.
  • authServerCaCertId: AwsAuthServerCertificateIdInput
  • }

link Require by