HostEndpointSettingsArgs

data class HostEndpointSettingsArgs(val inVMAccessControlProfileReferenceId: Output<String>? = null, val mode: Output<Either<String, Modes>>? = null) : ConvertibleToJava<HostEndpointSettingsArgs>

Specifies particular host endpoint settings.

Constructors

Link copied to clipboard
constructor(inVMAccessControlProfileReferenceId: Output<String>? = null, mode: Output<Either<String, Modes>>? = null)

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: Output<Either<String, Modes>>? = 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.

Functions

Link copied to clipboard
open override fun toJava(): HostEndpointSettingsArgs