Skip to content

Update module mapping with IdentityProtection singleton #1306

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Jun 20, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config/ModulesMapping.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"Groups": "^groups.group$|^groups.directoryObject$|^groups.conversation$|^groups.endpoint$|^groups.extension$|^groups.resourceSpecificPermissionGrant$|^groups.profilePhoto$|^groups.conversationThread$|^groupLifecyclePolicies\\.|^users.group$|^groups.directorySetting$|^groups.Actions$|^groups.Functions$",
"Identity.DirectoryManagement": "^administrativeUnits\\.|^contacts\\.|^devices\\.|^domains\\.|^directoryRoles\\.|^directoryRoleTemplates\\.|^directorySettingTemplates\\.|^settings\\.|^subscribedSkus\\.|^contracts\\.|^directory\\.|^users.scopedRoleMembership$|^organization.organization$|^organization.organizationalBranding$|^organization.organizationSettings$|^organization.Actions$|^organization.extension$",
"Identity.Governance": "^accessReviews\\.|^businessFlowTemplates\\.|^programs\\.|^programControls\\.|^programControlTypes\\.|^privilegedRoles\\.|^privilegedRoleAssignments\\.|^privilegedRoleAssignmentRequests\\.|^privilegedApproval\\.|^privilegedOperationEvents\\.|^privilegedAccess\\.|^agreements\\.|^users.agreementAcceptance$|^identityGovernance\\.",
"Identity.SignIns": "^organization.certificateBasedAuthConfiguration$|^invitations\\.|^identityProviders\\.|^oauth2PermissionGrants\\.|^riskDetections\\.|^riskyUsers\\.|^dataPolicyOperations\\.|^identity.identityUserFlow$|^trustFramework\\.|^informationProtection\\.|^policies\\.|^users.authentication$|^users.informationProtection$|^identity.conditionalAccessRoot$",
"Identity.SignIns": "^organization.certificateBasedAuthConfiguration$|^invitations\\.|^identityProviders\\.|^oauth2PermissionGrants\\.|^identityProtection\\.|^dataPolicyOperations\\.|^identity.identityUserFlow$|^trustFramework\\.|^informationProtection\\.|^policies\\.|^users.authentication$|^users.informationProtection$|^identity.conditionalAccessRoot$",
"Mail": "^users.inferenceClassification$|^users.mailFolder$|^users.message$",
"Notes": "^users.onenote$|^groups.onenote$|^sites.onenote$",
"People": "^users.person$|^users.profile$|^users.officeGraphInsights$|^users.userAnalytics$",
Expand Down
19 changes: 14 additions & 5 deletions openApiDocs/beta/Applications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ paths:
parameters:
- name: ConsistencyLevel
in: header
description: 'Indicates the requested consistency level. Documentation URL: https://developer.microsoft.com/en-us/office/blogs/microsoft-graph-advanced-queries-for-directory-objects-are-now-generally-available/'
description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries'
schema:
type: string
examples:
Expand Down Expand Up @@ -87,6 +87,8 @@ paths:
- publisherDomain desc
- requiredResourceAccess
- requiredResourceAccess desc
- samlMetadataUrl
- samlMetadataUrl desc
- serviceManagementReference
- serviceManagementReference desc
- signInAudience
Expand Down Expand Up @@ -143,6 +145,7 @@ paths:
- publicClient
- publisherDomain
- requiredResourceAccess
- samlMetadataUrl
- serviceManagementReference
- signInAudience
- spa
Expand Down Expand Up @@ -266,6 +269,7 @@ paths:
- publicClient
- publisherDomain
- requiredResourceAccess
- samlMetadataUrl
- serviceManagementReference
- signInAudience
- spa
Expand Down Expand Up @@ -7591,6 +7595,8 @@ paths:
- publisherDomain desc
- requiredResourceAccess
- requiredResourceAccess desc
- samlMetadataUrl
- samlMetadataUrl desc
- serviceManagementReference
- serviceManagementReference desc
- signInAudience
Expand Down Expand Up @@ -7647,6 +7653,7 @@ paths:
- publicClient
- publisherDomain
- requiredResourceAccess
- samlMetadataUrl
- serviceManagementReference
- signInAudience
- spa
Expand Down Expand Up @@ -7762,6 +7769,7 @@ paths:
- publicClient
- publisherDomain
- requiredResourceAccess
- samlMetadataUrl
- serviceManagementReference
- signInAudience
- spa
Expand Down Expand Up @@ -9149,7 +9157,7 @@ paths:
parameters:
- name: ConsistencyLevel
in: header
description: 'Indicates the requested consistency level. Documentation URL: https://developer.microsoft.com/en-us/office/blogs/microsoft-graph-advanced-queries-for-directory-objects-are-now-generally-available/'
description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries'
schema:
type: string
examples:
Expand Down Expand Up @@ -15692,6 +15700,10 @@ components:
items:
$ref: '#/components/schemas/microsoft.graph.requiredResourceAccess'
description: 'Specifies the resources that the application needs to access. This property also specifies the set of delegated permissions and application roles that it needs for each of those resources. This configuration of access to the required resources drives the consent experience. No more than 50 resource services (APIs) can be configured. Beginning mid-October 2021, the total number of required permissions must not exceed 400. Not nullable. Supports $filter (eq, not, ge, le).'
samlMetadataUrl:
type: string
description: The URL where the service exposes SAML metadata for federation. This property is valid only for single-tenant applications. Nullable.
nullable: true
serviceManagementReference:
type: string
description: References application or service contact information from a Service or Asset Management database. Nullable.
Expand Down Expand Up @@ -15786,12 +15798,10 @@ components:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.application'
description: Read-only. Nullable.
members:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.connector'
description: Read-only. Nullable.
additionalProperties:
type: object
ReferenceUpdateSchema:
Expand Down Expand Up @@ -17300,7 +17310,6 @@ components:
properties:
id:
type: string
description: Read-only.
additionalProperties:
type: object
microsoft.graph.connectorGroupType:
Expand Down
1 change: 0 additions & 1 deletion openApiDocs/beta/Bookings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2905,7 +2905,6 @@ components:
properties:
id:
type: string
description: Read-only.
additionalProperties:
type: object
microsoft.graph.location:
Expand Down
1 change: 0 additions & 1 deletion openApiDocs/beta/Calendar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117384,7 +117384,6 @@ components:
properties:
id:
type: string
description: Read-only.
additionalProperties:
type: object
microsoft.graph.onlineMeetingProviderType:
Expand Down
1 change: 0 additions & 1 deletion openApiDocs/beta/ChangeNotifications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,6 @@ components:
properties:
id:
type: string
description: Read-only.
additionalProperties:
type: object
microsoft.graph.subscriptionCollectionResponse:
Expand Down
5 changes: 0 additions & 5 deletions openApiDocs/beta/CloudCommunications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7327,22 +7327,18 @@ components:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.audioRoutingGroup'
description: Read-only. Nullable.
contentSharingSessions:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.contentSharingSession'
description: Read-only. Nullable.
operations:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.commsOperation'
description: Read-only. Nullable.
participants:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.participant'
description: Read-only. Nullable.
additionalProperties:
type: object
microsoft.graph.audioRoutingGroup:
Expand Down Expand Up @@ -8007,7 +8003,6 @@ components:
properties:
id:
type: string
description: Read-only.
additionalProperties:
type: object
microsoft.graph.callRecords.modality:
Expand Down
13 changes: 3 additions & 10 deletions openApiDocs/beta/Compliance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8002,7 +8002,6 @@ components:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.ediscovery.reviewSetQuery'
description: Read-only. Nullable.
additionalProperties:
type: object
microsoft.graph.ediscovery.sourceCollection:
Expand Down Expand Up @@ -8228,7 +8227,6 @@ components:
properties:
id:
type: string
description: Read-only.
additionalProperties:
type: object
microsoft.graph.identitySet:
Expand Down Expand Up @@ -9425,7 +9423,6 @@ components:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.post'
description: Read-only. Nullable.
additionalProperties:
type: object
microsoft.graph.extension:
Expand Down Expand Up @@ -10444,7 +10441,6 @@ components:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.group'
description: Read-only. Nullable.
mailFolders:
type: array
items:
Expand Down Expand Up @@ -10551,7 +10547,6 @@ components:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.profilePhoto'
description: Read-only. Nullable.
profile:
$ref: '#/components/schemas/microsoft.graph.profile'
activities:
Expand Down Expand Up @@ -21721,7 +21716,6 @@ components:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.workbookCommentReply'
description: Read-only. Nullable.
additionalProperties:
type: object
microsoft.graph.workbookFunctions:
Expand Down Expand Up @@ -25040,7 +25034,7 @@ components:
attachments:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.attachment_v2'
$ref: '#/components/schemas/microsoft.graph.attachmentBase'
attachmentSessions:
type: array
items:
Expand Down Expand Up @@ -25879,7 +25873,6 @@ components:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.printDocument'
description: Read-only.
tasks:
type: array
items:
Expand Down Expand Up @@ -26744,10 +26737,10 @@ components:
- unknownFutureValue
- emailUser
type: string
microsoft.graph.attachment_v2:
microsoft.graph.attachmentBase:
allOf:
- $ref: '#/components/schemas/microsoft.graph.entity'
- title: attachment_v2
- title: attachmentBase
type: object
properties:
contentType:
Expand Down
1 change: 0 additions & 1 deletion openApiDocs/beta/CrossDeviceExperiences.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2981,7 +2981,6 @@ components:
properties:
id:
type: string
description: Read-only.
additionalProperties:
type: object
microsoft.graph.Json:
Expand Down
1 change: 0 additions & 1 deletion openApiDocs/beta/DeviceManagement.Actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12765,7 +12765,6 @@ components:
properties:
id:
type: string
description: Read-only.
additionalProperties:
type: object
microsoft.graph.devicePlatformType:
Expand Down
Loading