VirtualEnclavePatchProperties interface
Virtual Enclave Patchable Properties
Properties
| approval |
Approval requirements for various actions on the enclave's resources. |
| bastion |
Deploy Bastion service (True or False). |
| dedicated |
DedicatedHub Resource ID. |
| enclave |
Enclave default settings. |
| enclave |
Enclave role assignments |
| enclave |
Virtual Network. |
| governed |
Enclave specific policies |
| maintenance |
Maintenance Mode configuration. |
| monitoring |
Virtual Enclave Monitoring Settings for diagnostic and virtual network flow logs |
| rbac |
Controls whether standard Azure RBAC role inheritance applies to the workload resource group(s) |
| workload |
Specifies whether resources in the workload resource group(s) are visible through standard RBAC |
| workload |
Workload role assignments |
Property Details
approvalSettings
Approval requirements for various actions on the enclave's resources.
approvalSettings?: VirtualEnclaveApprovalSettingsPatchProperties
Property Value
bastionEnabled
Deploy Bastion service (True or False).
bastionEnabled?: boolean
Property Value
boolean
dedicatedHubResourceId
DedicatedHub Resource ID.
dedicatedHubResourceId?: string
Property Value
string
enclaveDefaultSettings
Enclave default settings.
enclaveDefaultSettings?: EnclaveDefaultSettingsPatchModel
Property Value
enclaveRoleAssignments
Enclave role assignments
enclaveRoleAssignments?: RoleAssignmentItem[]
Property Value
enclaveVirtualNetwork
Virtual Network.
enclaveVirtualNetwork: EnclaveVirtualNetworkModel
Property Value
governedServiceList
Enclave specific policies
governedServiceList?: GovernedServiceItem[]
Property Value
maintenanceModeConfiguration
Maintenance Mode configuration.
maintenanceModeConfiguration?: MaintenanceModeConfigurationPatchModel
Property Value
monitoringSettings
Virtual Enclave Monitoring Settings for diagnostic and virtual network flow logs
monitoringSettings?: MonitoringSettingsPatchModel
Property Value
rbacInheritance
Controls whether standard Azure RBAC role inheritance applies to the workload resource group(s)
rbacInheritance?: string
Property Value
string
workloadResourceVisibility
Specifies whether resources in the workload resource group(s) are visible through standard RBAC
workloadResourceVisibility?: string
Property Value
string
workloadRoleAssignments
Workload role assignments
workloadRoleAssignments?: RoleAssignmentItem[]