INPUT_OBJECT
SetPrivateContainerRegistryInput
Description
Input for setting Private Container Registry details.
link GraphQL Schema definition
- input SetPrivateContainerRegistryInput {
- # Rubrik ID of the Exocompute account.
- UUID! :
- # URL of user's Private Container Registry.
- String! :
- # Cloud type for which PCR is being set up.
- CloudType :
- # 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 :
- }