HostEndpointSettings Class

Specifies particular host endpoint settings.

Constructor

HostEndpointSettings()

Variables

Name Description
mode
Union[str, <xref:"Modes">]

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".

inVMAccessControlProfileReferenceId
str

Specifies the InVMAccessControlProfileVersion resource id in the format of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/inVMAccessControlProfiles/{profile}/versions/{version}.

useLocalFileRules

When set to true, instructs the GuestProxyAgent inside the VM to load additional access control rules defined in a local file on the VM.

Attributes

inVMAccessControlProfileReferenceId

Specifies the InVMAccessControlProfileVersion resource id in the format of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/inVMAccessControlProfiles/{profile}/versions/{version}.

inVMAccessControlProfileReferenceId: str

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 | Modes

useLocalFileRules

When set to true, instructs the GuestProxyAgent inside the VM to load additional access control rules defined in a local file on the VM.

useLocalFileRules: bool