HostEndpointSettingsResponse

data class HostEndpointSettingsResponse(val inVMAccessControlProfileReferenceId: String? = null, val mode: String? = null)

Specifies particular host endpoint settings.

Constructors

Link copied to clipboard
constructor(inVMAccessControlProfileReferenceId: String? = null, mode: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard
val mode: String? = null

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.