PIMOnlyModeSettingsArgs

data class PIMOnlyModeSettingsArgs(val excludedAssignmentTypes: Output<List<Either<String, ExcludedPrincipalTypes>>>? = null, val excludes: Output<List<UsersOrServicePrincipalSetArgs>>? = null, val mode: Output<Either<String, PIMOnlyMode>>? = null) : ConvertibleToJava<PIMOnlyModeSettingsArgs>

The PIM Only Mode settings.

Constructors

Link copied to clipboard
constructor(excludedAssignmentTypes: Output<List<Either<String, ExcludedPrincipalTypes>>>? = null, excludes: Output<List<UsersOrServicePrincipalSetArgs>>? = null, mode: Output<Either<String, PIMOnlyMode>>? = null)

Properties

Link copied to clipboard

The list of excluded assignment types allowed.

Link copied to clipboard

The list of excluded entities that the rule does not apply to.

Link copied to clipboard
val mode: Output<Either<String, PIMOnlyMode>>? = null

Determines whether the setting is enabled, disabled or report only.

Functions

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