RestrictionEvaluationsArgs

data class RestrictionEvaluationsArgs(val memberRestrictionEvaluation: Output<MembershipRoleRestrictionEvaluationArgs>? = null) : ConvertibleToJava<RestrictionEvaluationsArgs>

Evaluations of restrictions applied to parent group on this membership.

Constructors

Link copied to clipboard
constructor(memberRestrictionEvaluation: Output<MembershipRoleRestrictionEvaluationArgs>? = null)

Properties

Link copied to clipboard

Evaluation of the member restriction applied to this membership. Empty if the user lacks permission to view the restriction evaluation.

Functions

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