INPUT_OBJECT
AzureKeyVaultsInput
Description
Input for getting Azure Key Vaults in a region.
link GraphQL Schema definition
- input AzureKeyVaultsInput {
- # The Rubrik ID of the cloud account.
- UUID! :
- # Region for which Key Vaults are to be retrieved.
- AzureRegion! :
- # The Principal ID of the user assigned managed identity.
- UUID :
- }