Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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"
]
}