INPUT_OBJECT
SetPrivateContainerRegistryInput
Description
Input for setting Private Container Registry details.
link GraphQL Schema definition
- input SetPrivateContainerRegistryInput {
- # Cloud type for which PCR is being set up.
- : CloudType
- # Rubrik ID of the Exocompute account.
- : UUID!
- # Details on how users can retrieve images from Rubrik's AWS container registry
- # into their PCR.
- : PcrAwsImagePullDetailsInput
- # Details on how users can retrieve images from Rubrik's Azure container registry
- # into their PCR.
- : PcrAzureImagePullDetailsInput
- # URL of user's Private Container Registry.
- : String!
- }