Skip to content
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
4 changes: 2 additions & 2 deletions config/ModulesMapping.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"Financials": "^financials\\.",
"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.entitlementManagement$|^identityGovernance.Functions$|^identityGovernance.Actions$",
"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$",
"Mail": "^users.inferenceClassification$|^users.mailFolder$|^users.message$",
"Notes": "^users.onenote$|^groups.onenote$|^sites.onenote$",
Expand All @@ -35,6 +35,6 @@
"Users": "^users.user$|^users.directoryObject$|^users.licenseDetails$|^users.notification$|^users.outlookUser$|^users.profilePhoto$|^users.userSettings$|^users.extension$|^users.oAuth2PermissionGrant$|^users.todo$",
"Users.Actions": "^users.Actions$",
"Users.Functions": "^users.Functions$",
// "WindowsUpdates": "^admin.windows$|^admin.Actions$|^admin.Functions$",
"WindowsUpdates": "^admin.windows$|^admin.Actions$|^admin.Functions$",
// "WorkBooks": "^workbooks\\.",// Max limit.
}
29 changes: 29 additions & 0 deletions openApiDocs/beta/Applications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ paths:
- defaultRedirectUri desc
- description
- description desc
- disabledByMicrosoftStatus
- disabledByMicrosoftStatus desc
- displayName
- displayName desc
- groupMembershipClaims
Expand Down Expand Up @@ -116,6 +118,7 @@ paths:
- createdDateTime
- defaultRedirectUri
- description
- disabledByMicrosoftStatus
- displayName
- groupMembershipClaims
- identifierUris
Expand Down Expand Up @@ -254,6 +257,7 @@ paths:
- createdDateTime
- defaultRedirectUri
- description
- disabledByMicrosoftStatus
- displayName
- groupMembershipClaims
- identifierUris
Expand Down Expand Up @@ -8513,6 +8517,8 @@ paths:
- defaultRedirectUri desc
- description
- description desc
- disabledByMicrosoftStatus
- disabledByMicrosoftStatus desc
- displayName
- displayName desc
- groupMembershipClaims
Expand Down Expand Up @@ -8576,6 +8582,7 @@ paths:
- createdDateTime
- defaultRedirectUri
- description
- disabledByMicrosoftStatus
- displayName
- groupMembershipClaims
- identifierUris
Expand Down Expand Up @@ -8703,6 +8710,8 @@ paths:
- defaultRedirectUri desc
- description
- description desc
- disabledByMicrosoftStatus
- disabledByMicrosoftStatus desc
- displayName
- displayName desc
- groupMembershipClaims
Expand Down Expand Up @@ -10066,6 +10075,8 @@ paths:
- defaultRedirectUri desc
- description
- description desc
- disabledByMicrosoftStatus
- disabledByMicrosoftStatus desc
- displayName
- displayName desc
- groupMembershipClaims
Expand Down Expand Up @@ -10129,6 +10140,7 @@ paths:
- createdDateTime
- defaultRedirectUri
- description
- disabledByMicrosoftStatus
- displayName
- groupMembershipClaims
- identifierUris
Expand Down Expand Up @@ -10263,6 +10275,8 @@ paths:
- defaultRedirectUri desc
- description
- description desc
- disabledByMicrosoftStatus
- disabledByMicrosoftStatus desc
- displayName
- displayName desc
- groupMembershipClaims
Expand Down Expand Up @@ -12355,6 +12369,8 @@ paths:
- appRoles desc
- description
- description desc
- disabledByMicrosoftStatus
- disabledByMicrosoftStatus desc
- displayName
- displayName desc
- errorUrl
Expand Down Expand Up @@ -12426,6 +12442,7 @@ paths:
- appRoleAssignmentRequired
- appRoles
- description
- disabledByMicrosoftStatus
- displayName
- errorUrl
- homepage
Expand Down Expand Up @@ -12587,6 +12604,7 @@ paths:
- appRoleAssignmentRequired
- appRoles
- description
- disabledByMicrosoftStatus
- displayName
- errorUrl
- homepage
Expand Down Expand Up @@ -18805,6 +18823,10 @@ components:
description:
type: string
nullable: true
disabledByMicrosoftStatus:
type: string
description: 'Specifies whether Microsoft has disabled the registered application. Possible values are: null (default value), NotDisabled, and DisabledDueToViolationOfServicesAgreement (reasons may include suspicious, abusive, or malicious activity, or a violation of the Microsoft Services Agreement).'
nullable: true
displayName:
type: string
description: The display name for the application.
Expand Down Expand Up @@ -19678,6 +19700,10 @@ components:
type: string
description: Free text field to provide an internal end-user facing description of the service principal. End-user portals such MyApps will display the application description in this field. The maximum allowed size is 1024 characters.
nullable: true
disabledByMicrosoftStatus:
type: string
description: 'Specifies whether Microsoft has disabled the registered application. Possible values are: null (default value), NotDisabled, and DisabledDueToViolationOfServicesAgreement (reasons may include suspicious, abusive, or malicious activity, or a violation of the Microsoft Services Agreement).'
nullable: true
displayName:
type: string
description: The display name for the service principal.
Expand Down Expand Up @@ -20260,6 +20286,9 @@ components:
type: string
description: 'The internal url of the application. For example, https://intranet/.'
nullable: true
isBackendCertificateValidationEnabled:
type: boolean
nullable: true
isHttpOnlyCookieEnabled:
type: boolean
description: 'Indicates if the HTTPOnly cookie flag should be set in the HTTP response headers. Set this value to true to have Application Proxy cookies include the HTTPOnly flag in the HTTP response headers. If using Remote Desktop Services, set this value to False. Default value is false.'
Expand Down
5 changes: 5 additions & 0 deletions openApiDocs/beta/CloudCommunications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3593,6 +3593,11 @@ paths:
type: string
activity:
type: string
expirationDuration:
pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$'
type: string
format: duration
nullable: true
additionalProperties:
type: object
required: true
Expand Down
19 changes: 18 additions & 1 deletion openApiDocs/beta/Compliance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10968,6 +10968,10 @@ components:
items:
$ref: '#/components/schemas/microsoft.graph.user'
description: 'The list of this team''s owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN.'
permissionGrants:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant'
photo:
$ref: '#/components/schemas/microsoft.graph.profilePhoto'
primaryChannel:
Expand Down Expand Up @@ -15992,6 +15996,10 @@ components:
items:
$ref: '#/components/schemas/microsoft.graph.chatMessage'
description: A collection of all the messages in the chat. Nullable.
operations:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.teamsAsyncOperation'
permissionGrants:
type: array
items:
Expand Down Expand Up @@ -17481,7 +17489,7 @@ components:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent'
description: 'Content in a message hosted by Microsoft Teams e.g., images, code snippets etc.'
description: 'Content in a message hosted by Microsoft Teams - for example, images or code snippets.'
replies:
type: array
items:
Expand Down Expand Up @@ -17615,6 +17623,7 @@ components:
- unknownFutureValue
- teamifyGroup
- createChannel
- createChat
type: string
microsoft.graph.teamsAsyncOperationStatus:
title: teamsAsyncOperationStatus
Expand Down Expand Up @@ -17788,6 +17797,7 @@ components:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.timeCardBreak'
description: The list of breaks associated with the timeCard.
clockInEvent:
$ref: '#/components/schemas/microsoft.graph.timeCardEvent'
clockOutEvent:
Expand All @@ -17802,6 +17812,7 @@ components:
$ref: '#/components/schemas/microsoft.graph.timeCardState'
userId:
type: string
description: User ID to which the timeCard belongs.
nullable: true
additionalProperties:
type: object
Expand Down Expand Up @@ -19248,6 +19259,7 @@ components:
- googleCloudDevicePolicyController
- microsoft365ManagedMdm
- windowsManagementCloudApi
- intuneAosp
type: string
microsoft.graph.managedDeviceManagementFeatures:
title: managedDeviceManagementFeatures
Expand Down Expand Up @@ -22174,6 +22186,7 @@ components:
properties:
breakId:
type: string
description: ID of the timeCardBreak.
nullable: true
end:
$ref: '#/components/schemas/microsoft.graph.timeCardEvent'
Expand All @@ -22189,10 +22202,12 @@ components:
properties:
atApprovedLocation:
type: boolean
description: Indicates whether the entry was recorded at the approved location.
nullable: true
dateTime:
pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$'
type: string
description: The time the entry is recorded.
format: date-time
notes:
$ref: '#/components/schemas/microsoft.graph.itemBody'
Expand All @@ -22214,6 +22229,7 @@ components:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.timeCardBreak'
description: The list of breaks associated with the timeCard.
clockInEvent:
$ref: '#/components/schemas/microsoft.graph.timeCardEvent'
clockOutEvent:
Expand Down Expand Up @@ -22961,6 +22977,7 @@ components:
- windows10AndLater
- androidWorkProfile
- windows10XProfile
- androidAOSP
- all
type: string
microsoft.graph.deviceCompliancePolicySettingState:
Expand Down
7 changes: 7 additions & 0 deletions openApiDocs/beta/DeviceManagement.Actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19131,6 +19131,11 @@ components:
- title: cloudPcUserSettingAssignment
type: object
properties:
createdDateTime:
pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$'
type: string
format: date-time
nullable: true
target:
$ref: '#/components/schemas/microsoft.graph.cloudPcManagementAssignmentTarget'
additionalProperties:
Expand Down Expand Up @@ -19178,6 +19183,7 @@ components:
- windows10AndLater
- androidWorkProfile
- unknown
- androidAOSP
type: string
microsoft.graph.deviceLogCollectionTemplateType:
title: deviceLogCollectionTemplateType
Expand Down Expand Up @@ -19388,6 +19394,7 @@ components:
- googleCloudDevicePolicyController
- microsoft365ManagedMdm
- windowsManagementCloudApi
- intuneAosp
type: string
microsoft.graph.managedDeviceOwnerType:
title: managedDeviceOwnerType
Expand Down
3 changes: 3 additions & 0 deletions openApiDocs/beta/DeviceManagement.Administration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13689,6 +13689,7 @@ components:
- googleCloudDevicePolicyController
- microsoft365ManagedMdm
- windowsManagementCloudApi
- intuneAosp
type: string
microsoft.graph.managementState:
title: managementState
Expand Down Expand Up @@ -13753,6 +13754,7 @@ components:
- windows10AndLater
- androidWorkProfile
- windows10XProfile
- androidAOSP
- all
type: string
microsoft.graph.managedDeviceReportedApp:
Expand Down Expand Up @@ -14199,6 +14201,7 @@ components:
- windows10AndLater
- androidWorkProfile
- unknown
- androidAOSP
type: string
microsoft.graph.deviceAndAppManagementAssignmentFilterType:
title: deviceAndAppManagementAssignmentFilterType
Expand Down
1 change: 1 addition & 0 deletions openApiDocs/beta/DeviceManagement.Enrolment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25839,6 +25839,7 @@ components:
- windows10AndLater
- androidWorkProfile
- unknown
- androidAOSP
type: string
microsoft.graph.deviceAndAppManagementAssignmentTarget:
title: deviceAndAppManagementAssignmentTarget
Expand Down
20 changes: 20 additions & 0 deletions openApiDocs/beta/DeviceManagement.Functions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1996,6 +1996,25 @@ paths:
default:
$ref: '#/components/responses/error'
x-ms-docs-operation-type: function
/deviceManagement/virtualEndpoint/auditEvents/microsoft.graph.getAuditActivityTypes():
get:
tags:
- deviceManagement.Functions
summary: Invoke function getAuditActivityTypes
operationId: deviceManagement.virtualEndpoint.auditEvents_getAuditActivityTypes
responses:
'200':
description: Success
content:
application/json:
schema:
type: array
items:
type: string
nullable: true
default:
$ref: '#/components/responses/error'
x-ms-docs-operation-type: function
/deviceManagement/virtualEndpoint/deviceImages/microsoft.graph.getSourceImages():
get:
tags:
Expand Down Expand Up @@ -2288,6 +2307,7 @@ components:
- windows10AndLater
- androidWorkProfile
- unknown
- androidAOSP
type: string
microsoft.graph.managementConditionStatement:
allOf:
Expand Down
Loading