programResource resource type (deprecated)

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.

Caution

This version of the access review API is deprecated and will stop returning data on May 19, 2023. Please use access reviews API.

The programResource object, contained within a programControl object, represents a reference to an object that is the target of the access review.

This type inherits from identity.

Properties

Property Type Description
type String Type of the resource, indicating whether it is a group or an app.

JSON representation

{
  "type": "string"
}