Modifica

Condividi tramite


targetOwners resource type

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

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"
  ]
}