HostEndpointSettings Class
Specifies particular host endpoint settings.
Constructor
HostEndpointSettings(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
mode
|
Specifies the execution mode. In Audit mode, the system acts as if it is enforcing the access control policy, including emitting access denial entries in the logs but it does not actually deny any requests to host endpoints. In Enforce mode, the system will enforce the access control and it is the recommended mode of operation. Known values are: "Audit", "Enforce", and "Disabled". |
|
in_vm_access_control_profile_reference_id
|
Specifies the InVMAccessControlProfileVersion resource id in the format of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/inVMAccessControlProfiles/{profile}/versions/{version}. |
Attributes
in_vm_access_control_profile_reference_id
Specifies the InVMAccessControlProfileVersion resource id in the format of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/inVMAccessControlProfiles/{profile}/versions/{version}.
in_vm_access_control_profile_reference_id: str | None
mode
Specifies the execution mode. In Audit mode, the system acts as if it is enforcing the access control policy, including emitting access denial entries in the logs but it does not actually deny any requests to host endpoints. In Enforce mode, the system will enforce the access control and it is the recommended mode of operation. Known values are: "Audit", "Enforce", and "Disabled".
mode: str | _models.Modes | None