attributeRuleMembers resource type
Namespace: microsoft.graph
Identifies a collection of users in the tenant who will be assigned the access package automatically based on the specified membership rule.
Used in the specificAllowedTargets setting of an access package assignment policy. Inherits from subjectSet.
Properties
Property | Type | Description |
---|---|---|
description | String | A description of the membership rule. |
membershipRule | String | Determines the allowed target users for this policy. For more information about the syntax of the membership rule, see Membership Rules syntax. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.attributeRuleMembers",
"description": "String",
"membershipRule": "String"
}