ResourceGuardResponse

data class ResourceGuardResponse(val allowAutoApprovals: Boolean, val description: String, val provisioningState: String, val resourceGuardOperations: List<ResourceGuardOperationResponse>, val vaultCriticalOperationExclusionList: List<String>? = null)

Constructors

Link copied to clipboard
constructor(allowAutoApprovals: Boolean, description: String, provisioningState: String, resourceGuardOperations: List<ResourceGuardOperationResponse>, vaultCriticalOperationExclusionList: List<String>? = null)

Types

Link copied to clipboard
object Companion

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