Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph
Represents the criteria for selecting target owners in an ownerlessGroupPolicy. Controls which group members are eligible to receive ownership notification emails based on security group membership.
Methods
None.
Properties
| Property | Type | Description |
|---|---|---|
| notifyMembers | notifyMembers | The strategy for selecting members to notify about taking ownership. The possible values are: all, allowSelected, blockSelected. |
| securityGroups | String collection | The collection of IDs for security groups used for allowing or blocking filtering. When notifyMembers is all, all members are eligible for ownership and this collection can be empty. When notifyMembers is allowSelected, only members in these security groups are eligible. When notifyMembers is blockSelected, members in these security groups are excluded. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.targetOwners",
"notifyMembers": "String",
"securityGroups": [
"String"
]
}