Resource Guard Response
data class ResourceGuardResponse(val allowAutoApprovals: Boolean, val description: String, val provisioningState: String, val resourceGuardOperations: List<ResourceGuardOperationResponse>, val vaultCriticalOperationExclusionList: List<String>? = null)
Properties
Link copied to clipboard
This flag indicates whether auto approval is allowed or not.
Link copied to clipboard
Description about the pre-req steps to perform all the critical operations.
Link copied to clipboard
Provisioning state of the BackupVault resource
Link copied to clipboard
{readonly} List of operation details those are protected by the ResourceGuard resource
Link copied to clipboard
List of critical operations which are not protected by this resourceGuard