Skip to content

Latest commit

 

History

History
76 lines (58 loc) · 2.86 KB

File metadata and controls

76 lines (58 loc) · 2.86 KB
title description ms.localizationpriority doc_type ms.subservice author
program resource type (deprecated)
In the Microsoft Entra access reviews feature, a program is a container, holding program controls. A tenant can have one or more programs. Each control links an access review to a program, to make it easier to locate related access reviews.
medium
resourcePageType
entra-id-governance
shubhamguptacal

program resource type (deprecated)

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

[!INCLUDE accessreviews-disclaimer]

In the Microsoft Entra access reviews feature, a program is a container, holding program controls. A tenant can have one or more programs. Each control links an access review to a program, to make it easier to locate related access reviews.

Each tenant that has on-boarded Microsoft Entra access reviews has one program, Default program. A global administrator can create additional programs, for example to represent compliance initiatives.

Methods

Method Return Type Description
Create program Create a new program.
Delete None. Delete a program.
List program collection Get a collection of all the programs.
List controls programControl collection Get a collection of the controls of a program.
Update program Update a program.

Properties

Property Type Description
id String The feature-assigned identifier of the program.
displayName String The name of the program. Required on create.
description String The description of the program.

Relationships

Relationship Type Description
controls programControl Controls associated with the program.

JSON representation

The following JSON representation shows the resource type.

{
 "id": "string (identifier)",
 "displayName": "string",
 "description": "string"
}