HostEndpointSettingsMode Enum

Definition

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.

public enum HostEndpointSettingsMode
type HostEndpointSettingsMode = 
Public Enum HostEndpointSettingsMode
Inheritance
HostEndpointSettingsMode

Fields

Name Value Description
Audit 0

Audit.

Enforce 1

Enforce.

Disabled 2

Disabled.

Applies to