INPUT_OBJECT

SetPrivateContainerRegistryInput

Description

Input for setting Private Container Registry details.

link GraphQL Schema definition

  • input SetPrivateContainerRegistryInput {
  • # Rubrik ID of the Exocompute account.
  • exocomputeAccountId: UUID!
  • # URL of user's Private Container Registry.
  • registryUrl: String!
  • # Cloud type for which PCR is being set up.
  • cloudType: CloudType
  • # Details on how users can retrieve images from Rubrik's AWS container registry
  • # into their PCR.
  • pcrAwsImagePullDetails: PcrAwsImagePullDetailsInput
  • # Details on how users can retrieve images from Rubrik's Azure container registry
  • # into their PCR.
  • pcrAzureImagePullDetails: PcrAzureImagePullDetailsInput
  • }

link Require by