RoleManagementPolicyNotificationRulesArgs

data class RoleManagementPolicyNotificationRulesArgs(val activeAssignments: Output<RoleManagementPolicyNotificationRulesActiveAssignmentsArgs>? = null, val eligibleActivations: Output<RoleManagementPolicyNotificationRulesEligibleActivationsArgs>? = null, val eligibleAssignments: Output<RoleManagementPolicyNotificationRulesEligibleAssignmentsArgs>? = null) : ConvertibleToJava<RoleManagementPolicyNotificationRulesArgs>

Constructors

constructor(activeAssignments: Output<RoleManagementPolicyNotificationRulesActiveAssignmentsArgs>? = null, eligibleActivations: Output<RoleManagementPolicyNotificationRulesEligibleActivationsArgs>? = null, eligibleAssignments: Output<RoleManagementPolicyNotificationRulesEligibleAssignmentsArgs>? = null)

Properties

Link copied to clipboard

A notification_target block as defined below to configure notfications on active role assignments.

Link copied to clipboard

A notification_target block as defined below for configuring notifications on activation of eligible role.

Link copied to clipboard

A notification_target block as defined below to configure notification on eligible role assignments. At least one notification_target block must be provided.

Functions

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