Edit

Share via


targetAgentIdentitySponsorsOrOwners resource type

Namespace: microsoft.graph

Defines the sponsors, or owners, of a specific agent identity.

Inherits from subjectSet.

Properties

Property Type Description
isBackup Boolean Defines whether or not the listed sponsors and owners of the agent identity is not the primary sponsor or owner for an agent identity.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.targetAgentIdentitySponsorsOrOwners",
  "isBackup": "Boolean"
}