programControlType 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.
In the Microsoft Entra access reviews feature, the program control type is used when associating a control to a program, to indicate the type of access review the control is for.
The program control type objects are automatically generated when an authorized administrator onboards the tenant to use the access reviews feature. No additional program control types can be created.
Methods
Method | Return Type | Description |
---|---|---|
List | programControlType collection | List program control types. |
Properties
Property | Type | Description |
---|---|---|
id | String | The feature-assigned identifier of the program control type |
displayName | String | The name of the program control type |
Relationships
None.
Related content
Method | Return Type | Description |
---|---|---|
Create programControl | programControl | Add a programControl to a program. |
JSON representation
The following JSON representation shows the resource type.
{
"id": "string (identifier)",
"displayName": "string"
}