Show / Hide Table of Contents

ProgramControl.ReadWrite.All

Allows the app to read, update, delete and perform actions on programs and program controls that the signed-in user has access to in the organization.

Graph Methods

Type: A = Application Permission, D = Delegate Permission

Ver Type Method
V1 A,D DELETE /programControls/{id}
V1 D DELETE /programs/{id}
V1 A,D GET /programControls
V1 A,D GET /programControlTypes
V1 A,D GET /programs
V1 A,D GET /programs/{programId}/controls
V1 D PATCH /programs/{programId}
V1 A,D POST /programControls
V1 D POST /programs

Delegate Permission

Id 50fd364f-9d93-4ae1-b170-300e87cccf84
Consent Type Admin
Display String Manage all programs that user can access
Description Allows the app to read, update, delete and perform actions on programs and program controls that the signed-in user has access to in the organization.

Application Permission

Id 60a901ed-09f7-4aa5-a16e-7dd3d6f9de36
Display String Manage all programs
Description Allows the app to read, update, delete and perform actions on programs and program controls in the organization, without a signed-in user.

Resources

accessreviews-root

program

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.

programcontrol

Property Type Description
id String The feature-assigned identifier of the link between program and control.
programId String The programId of the program this control is a part of. Required on create.
controlId String The controlId of the control, in particular the identifier of an access review. Required on create.
controlTypeId String The programControlType identifies the type of program control - for example, a control linking to guest access reviews. Required on create.
displayName String The name of the control.
status String The life cycle status of the control.
createdDateTime DateTimeOffset The creation date and time of the program control.
owner userIdentity The user who created the program control.
resource programResource The resource, a group or an app, targeted by this program control's access review.

programcontroltype

Property Type Description
id String The feature-assigned identifier of the program control type
displayName String The name of the program control type
In This Article
Back to top Created by merill | Submit feedback