EntitlementRequesterJustificationConfigArgs

data class EntitlementRequesterJustificationConfigArgs(val notMandatory: Output<EntitlementRequesterJustificationConfigNotMandatoryArgs>? = null, val unstructured: Output<EntitlementRequesterJustificationConfigUnstructuredArgs>? = null) : ConvertibleToJava<EntitlementRequesterJustificationConfigArgs>

Constructors

constructor(notMandatory: Output<EntitlementRequesterJustificationConfigNotMandatoryArgs>? = null, unstructured: Output<EntitlementRequesterJustificationConfigUnstructuredArgs>? = null)

Properties

Link copied to clipboard

The justification is not mandatory but can be provided in any of the supported formats.

Link copied to clipboard

The requester has to provide a justification in the form of free flowing text.

Functions

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