ResourceGuard interface
model interface ResourceGuard
Properties
| allow |
This flag indicates whether auto approval is allowed or not. |
| description | Description about the pre-req steps to perform all the critical operations. |
| provisioning |
Provisioning state of the BackupVault resource |
| resource |
{readonly} List of operation details those are protected by the ResourceGuard resource |
| vault |
List of critical operations which are not protected by this resourceGuard |
Property Details
allowAutoApprovals
This flag indicates whether auto approval is allowed or not.
allowAutoApprovals?: boolean
Property Value
boolean
description
Description about the pre-req steps to perform all the critical operations.
description?: string
Property Value
string
provisioningState
Provisioning state of the BackupVault resource
provisioningState?: string
Property Value
string
resourceGuardOperations
{readonly} List of operation details those are protected by the ResourceGuard resource
resourceGuardOperations?: ResourceGuardOperation[]
Property Value
vaultCriticalOperationExclusionList
List of critical operations which are not protected by this resourceGuard
vaultCriticalOperationExclusionList?: string[]
Property Value
string[]