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 Azure AD 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 the global administrator onboards the tenant to use the access reviews feature. No additional program control types can be created.
Methods
Method | Return Type | Description |
---|---|---|
List programControlTypes | 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.
See also
Method | Return Type | Description |
---|---|---|
Create programControl | programControl | Add a programControl to a program. |
JSON representation
Here is a JSON representation of the resource.
{
"id": "string (identifier)",
"displayName": "string"
}
Feedback
Submit and view feedback for