Microsoft Graph · Schema
identityGovernance
Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
Properties
| Name | Type | Description |
|---|---|---|
| accessReviews | object | |
| appConsent | object | |
| entitlementManagement | object | |
| lifecycleWorkflows | object | |
| privilegedAccess | object | |
| termsOfUse | object | |
| @odata.type | string |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/microsoft.graph.identityGovernance",
"title": "identityGovernance",
"required": [
"@odata.type"
],
"type": "object",
"properties": {
"accessReviews": {
"anyOf": [
{
"$ref": "#/components/schemas/microsoft.graph.accessReviewSet"
},
{
"type": "object",
"nullable": true
}
],
"x-ms-navigationProperty": true
},
"appConsent": {
"anyOf": [
{
"$ref": "#/components/schemas/microsoft.graph.appConsentApprovalRoute"
},
{
"type": "object",
"nullable": true
}
],
"x-ms-navigationProperty": true
},
"entitlementManagement": {
"anyOf": [
{
"$ref": "#/components/schemas/microsoft.graph.entitlementManagement"
},
{
"type": "object",
"nullable": true
}
],
"x-ms-navigationProperty": true
},
"lifecycleWorkflows": {
"anyOf": [
{
"$ref": "#/components/schemas/microsoft.graph.identityGovernance.lifecycleWorkflowsContainer"
},
{
"type": "object",
"nullable": true
}
],
"x-ms-navigationProperty": true
},
"privilegedAccess": {
"anyOf": [
{
"$ref": "#/components/schemas/microsoft.graph.privilegedAccessRoot"
},
{
"type": "object",
"nullable": true
}
],
"x-ms-navigationProperty": true
},
"termsOfUse": {
"anyOf": [
{
"$ref": "#/components/schemas/microsoft.graph.termsOfUseContainer"
},
{
"type": "object",
"nullable": true
}
],
"x-ms-navigationProperty": true
},
"@odata.type": {
"type": "string"
}
}
}