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
fun RestrictionEvaluationsArgs(memberRestrictionEvaluation: Output<MembershipRoleRestrictionEvaluationArgs>? = null)

Functions

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

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.