diff --git a/openapi/beta/default.yaml b/openapi/beta/default.yaml index 8330305b..c6649de9 100644 --- a/openapi/beta/default.yaml +++ b/openapi/beta/default.yaml @@ -43757,10 +43757,10 @@ paths: tags: - applications.application.Functions summary: Invoke function delta - description: 'Get newly created, updated, or deleted applications and agent identity blueprints without having to perform a full read of the entire resource collection. For more information, see Use delta query to track changes in Microsoft Graph data for details.' + description: 'Get newly created, updated, or deleted directory objects without performing a full read of the entire directoryObject collection. For more information, see Use delta query to track changes in Microsoft Graph data for details.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/application-delta?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-beta operationId: applications.delta parameters: - $ref: '#/components/parameters/top' @@ -43804,7 +43804,7 @@ paths: content: application/json: schema: - title: Collection of application + title: Collection of directoryObject type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' @@ -43813,7 +43813,7 @@ paths: value: type: array items: - $ref: '#/components/schemas/microsoft.graph.application' + $ref: '#/components/schemas/microsoft.graph.directoryObject' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: function @@ -83153,6 +83153,190 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + /copilot/admin/policySettings: + description: Provides operations to manage the policySettings property of the microsoft.graph.copilotAdmin entity. + get: + tags: + - copilot.copilotAdmin + summary: Get policySettings from copilot + operationId: copilot.admin.ListPolicySettings + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.copilotPolicySettingCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - copilot.copilotAdmin + summary: Create new navigation property to policySettings for copilot + operationId: copilot.admin.CreatePolicySettings + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.copilotPolicySetting' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.copilotPolicySetting' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/copilot/admin/policySettings/{copilotPolicySetting-id}': + description: Provides operations to manage the policySettings property of the microsoft.graph.copilotAdmin entity. + get: + tags: + - copilot.copilotAdmin + summary: Get policySettings from copilot + operationId: copilot.admin.GetPolicySettings + parameters: + - name: copilotPolicySetting-id + in: path + description: The unique identifier of copilotPolicySetting + required: true + schema: + type: string + x-ms-docs-key-type: copilotPolicySetting + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.copilotPolicySetting' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - copilot.copilotAdmin + summary: Update the navigation property policySettings in copilot + operationId: copilot.admin.UpdatePolicySettings + parameters: + - name: copilotPolicySetting-id + in: path + description: The unique identifier of copilotPolicySetting + required: true + schema: + type: string + x-ms-docs-key-type: copilotPolicySetting + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.copilotPolicySetting' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - copilot.copilotAdmin + summary: Delete navigation property policySettings for copilot + operationId: copilot.admin.DeletePolicySettings + parameters: + - name: copilotPolicySetting-id + in: path + description: The unique identifier of copilotPolicySetting + required: true + schema: + type: string + x-ms-docs-key-type: copilotPolicySetting + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /copilot/admin/policySettings/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - copilot.copilotAdmin + summary: Get the number of the resource + operationId: copilot.admin.policySettings.GetCount-d6ed + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' /copilot/admin/settings: description: Provides operations to manage the settings property of the microsoft.graph.copilotAdmin entity. get: @@ -138758,30 +138942,15 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - /deviceManagement/androidDeviceOwnerEnrollmentProfiles: - description: Provides operations to manage the androidDeviceOwnerEnrollmentProfiles property of the microsoft.graph.deviceManagement entity. + /deviceManagement/androidAppConfigurationSchema: + description: Provides operations to manage the androidAppConfigurationSchema property of the microsoft.graph.deviceManagement entity. get: tags: - - deviceManagement.androidDeviceOwnerEnrollmentProfile - summary: Get androidDeviceOwnerEnrollmentProfiles from deviceManagement - description: Android device owner enrollment profile entities. - operationId: deviceManagement.ListAndroidDeviceOwnerEnrollmentProfiles + - deviceManagement.androidAppConfigurationSchema + summary: Get androidAppConfigurationSchema from deviceManagement + description: Android App Configurations Schema entity. + operationId: deviceManagement.GetAndroidAppConfigurationSchema parameters: - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - name: $select in: query description: Select properties to be returned @@ -138804,51 +138973,174 @@ paths: type: string responses: '200': - $ref: '#/components/responses/microsoft.graph.androidDeviceOwnerEnrollmentProfileCollectionResponse' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.androidAppConfigurationSchema' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceManagement.androidAppConfigurationSchema + summary: Update the navigation property androidAppConfigurationSchema in deviceManagement + operationId: deviceManagement.UpdateAndroidAppConfigurationSchema + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.androidAppConfigurationSchema' + required: true + responses: + '204': + description: Success default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore x-ms-docs-operation-type: operation + delete: + tags: + - deviceManagement.androidAppConfigurationSchema + summary: Delete navigation property androidAppConfigurationSchema for deviceManagement + operationId: deviceManagement.DeleteAndroidAppConfigurationSchema + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /deviceManagement/androidAppConfigurationSchema/microsoft.graph.retrieveSchema: + description: Provides operations to call the retrieveSchema method. post: tags: - - deviceManagement.androidDeviceOwnerEnrollmentProfile - summary: Create new navigation property to androidDeviceOwnerEnrollmentProfiles for deviceManagement - operationId: deviceManagement.CreateAndroidDeviceOwnerEnrollmentProfiles + - deviceManagement.androidAppConfigurationSchema + summary: Invoke action retrieveSchema + description: Retrieves the managed application configurations schema for the specified Android app. + operationId: deviceManagement.androidAppConfigurationSchema.retrieveSchema requestBody: - description: New navigation property + description: Action parameters content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.androidDeviceOwnerEnrollmentProfile' + type: object + properties: + requestDetail: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.appConfigurationSchemaRequestDetail' + - type: object + nullable: true required: true responses: - '201': - description: Created navigation property. + '200': + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.androidDeviceOwnerEnrollmentProfile' + anyOf: + - $ref: '#/components/schemas/microsoft.graph.androidAppConfigurationSchema' + - type: object + nullable: true default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/deviceManagement/androidDeviceOwnerEnrollmentProfiles/{androidDeviceOwnerEnrollmentProfile-id}': + x-ms-docs-operation-type: action + /deviceManagement/androidDeviceOwnerEnrollmentProfiles: description: Provides operations to manage the androidDeviceOwnerEnrollmentProfiles property of the microsoft.graph.deviceManagement entity. get: tags: - deviceManagement.androidDeviceOwnerEnrollmentProfile summary: Get androidDeviceOwnerEnrollmentProfiles from deviceManagement description: Android device owner enrollment profile entities. - operationId: deviceManagement.GetAndroidDeviceOwnerEnrollmentProfiles + operationId: deviceManagement.ListAndroidDeviceOwnerEnrollmentProfiles parameters: - - name: androidDeviceOwnerEnrollmentProfile-id - in: path - description: The unique identifier of androidDeviceOwnerEnrollmentProfile - required: true + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false schema: - type: string - x-ms-docs-key-type: androidDeviceOwnerEnrollmentProfile + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.androidDeviceOwnerEnrollmentProfileCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceManagement.androidDeviceOwnerEnrollmentProfile + summary: Create new navigation property to androidDeviceOwnerEnrollmentProfiles for deviceManagement + operationId: deviceManagement.CreateAndroidDeviceOwnerEnrollmentProfiles + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.androidDeviceOwnerEnrollmentProfile' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.androidDeviceOwnerEnrollmentProfile' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceManagement/androidDeviceOwnerEnrollmentProfiles/{androidDeviceOwnerEnrollmentProfile-id}': + description: Provides operations to manage the androidDeviceOwnerEnrollmentProfiles property of the microsoft.graph.deviceManagement entity. + get: + tags: + - deviceManagement.androidDeviceOwnerEnrollmentProfile + summary: Get androidDeviceOwnerEnrollmentProfiles from deviceManagement + description: Android device owner enrollment profile entities. + operationId: deviceManagement.GetAndroidDeviceOwnerEnrollmentProfiles + parameters: + - name: androidDeviceOwnerEnrollmentProfile-id + in: path + description: The unique identifier of androidDeviceOwnerEnrollmentProfile + required: true + schema: + type: string + x-ms-docs-key-type: androidDeviceOwnerEnrollmentProfile - name: $select in: query description: Select properties to be returned @@ -142897,6 +143189,52 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation + '/deviceManagement/cloudCertificationAuthority/{cloudCertificationAuthority-id}/activeVersion': + description: Provides operations to manage the activeVersion property of the microsoft.graph.cloudCertificationAuthority entity. + get: + tags: + - deviceManagement.cloudCertificationAuthority + summary: Get activeVersion from deviceManagement + description: 'The currently active certification authority version. This navigation property provides direct access to the active version''s details including certificate information, URLs, and validity periods. The active version is automatically included in the default response when retrieving a certification authority entity without requiring $expand. Read-only.' + operationId: deviceManagement.cloudCertificationAuthority.GetActiveVersion + parameters: + - name: cloudCertificationAuthority-id + in: path + description: The unique identifier of cloudCertificationAuthority + required: true + schema: + type: string + x-ms-docs-key-type: cloudCertificationAuthority + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.cloudCertificationAuthorityVersion' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation '/deviceManagement/cloudCertificationAuthority/{cloudCertificationAuthority-id}/cloudCertificationAuthorityLeafCertificate': description: Provides operations to manage the cloudCertificationAuthorityLeafCertificate property of the microsoft.graph.cloudCertificationAuthority entity. get: @@ -143032,6 +143370,47 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + '/deviceManagement/cloudCertificationAuthority/{cloudCertificationAuthority-id}/microsoft.graph.activate': + description: Provides operations to call the activate method. + post: + tags: + - deviceManagement.cloudCertificationAuthority + summary: Invoke action activate + operationId: deviceManagement.cloudCertificationAuthority.cloudCertificationAuthority.activate + parameters: + - name: cloudCertificationAuthority-id + in: path + description: The unique identifier of cloudCertificationAuthority + required: true + schema: + type: string + x-ms-docs-key-type: cloudCertificationAuthority + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + certificationAuthorityVersion: + maximum: 2147483647 + minimum: -2147483648 + type: number + format: int32 + required: true + responses: + '200': + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.cloudCertificationAuthority' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action '/deviceManagement/cloudCertificationAuthority/{cloudCertificationAuthority-id}/microsoft.graph.changeCloudCertificationAuthorityStatus': description: Provides operations to call the changeCloudCertificationAuthorityStatus method. post: @@ -143177,6 +143556,71 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action + '/deviceManagement/cloudCertificationAuthority/{cloudCertificationAuthority-id}/microsoft.graph.getCloudCertificationAuthorityVersion': + description: Provides operations to call the getCloudCertificationAuthorityVersion method. + post: + tags: + - deviceManagement.cloudCertificationAuthority + summary: Invoke action getCloudCertificationAuthorityVersion + operationId: deviceManagement.cloudCertificationAuthority.cloudCertificationAuthority.getCloudCertificationAuthorityVersion + parameters: + - name: cloudCertificationAuthority-id + in: path + description: The unique identifier of cloudCertificationAuthority + required: true + schema: + type: string + x-ms-docs-key-type: cloudCertificationAuthority + responses: + '200': + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.cloudCertificationAuthorityVersion' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/deviceManagement/cloudCertificationAuthority/{cloudCertificationAuthority-id}/microsoft.graph.getCloudCertificationAuthorityVersions': + description: Provides operations to call the getCloudCertificationAuthorityVersions method. + post: + tags: + - deviceManagement.cloudCertificationAuthority + summary: Invoke action getCloudCertificationAuthorityVersions + operationId: deviceManagement.cloudCertificationAuthority.cloudCertificationAuthority.getCloudCertificationAuthorityVersions + parameters: + - name: cloudCertificationAuthority-id + in: path + description: The unique identifier of cloudCertificationAuthority + required: true + schema: + type: string + x-ms-docs-key-type: cloudCertificationAuthority + responses: + '200': + description: Success + content: + application/json: + schema: + title: Collection of cloudCertificationAuthorityVersion + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.cloudCertificationAuthorityVersion' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore '/deviceManagement/cloudCertificationAuthority/{cloudCertificationAuthority-id}/microsoft.graph.patchCloudCertificationAuthority': description: Provides operations to call the patchCloudCertificationAuthority method. post: @@ -143242,6 +143686,27 @@ paths: x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore + '/deviceManagement/cloudCertificationAuthority/{cloudCertificationAuthority-id}/microsoft.graph.renew': + description: Provides operations to call the renew method. + post: + tags: + - deviceManagement.cloudCertificationAuthority + summary: Invoke action renew + operationId: deviceManagement.cloudCertificationAuthority.cloudCertificationAuthority.renew + parameters: + - name: cloudCertificationAuthority-id + in: path + description: The unique identifier of cloudCertificationAuthority + required: true + schema: + type: string + x-ms-docs-key-type: cloudCertificationAuthority + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action '/deviceManagement/cloudCertificationAuthority/{cloudCertificationAuthority-id}/microsoft.graph.revokeCloudCertificationAuthorityCertificate': description: Provides operations to call the revokeCloudCertificationAuthorityCertificate method. post: @@ -143448,6 +143913,141 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action + '/deviceManagement/cloudCertificationAuthority/{cloudCertificationAuthority-id}/versions': + description: Provides operations to manage the versions property of the microsoft.graph.cloudCertificationAuthority entity. + get: + tags: + - deviceManagement.cloudCertificationAuthority + summary: Get versions from deviceManagement + description: 'The collection of all certification authority versions, including active, staged, retired, and expired versions. This navigation property provides access to the full version history of the certification authority. Use $expand=versions to include this collection in the response. Read-only.' + operationId: deviceManagement.cloudCertificationAuthority.ListVersions + parameters: + - name: cloudCertificationAuthority-id + in: path + description: The unique identifier of cloudCertificationAuthority + required: true + schema: + type: string + x-ms-docs-key-type: cloudCertificationAuthority + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.cloudCertificationAuthorityVersionCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/deviceManagement/cloudCertificationAuthority/{cloudCertificationAuthority-id}/versions/{cloudCertificationAuthorityVersion-id}': + description: Provides operations to manage the versions property of the microsoft.graph.cloudCertificationAuthority entity. + get: + tags: + - deviceManagement.cloudCertificationAuthority + summary: Get versions from deviceManagement + description: 'The collection of all certification authority versions, including active, staged, retired, and expired versions. This navigation property provides access to the full version history of the certification authority. Use $expand=versions to include this collection in the response. Read-only.' + operationId: deviceManagement.cloudCertificationAuthority.GetVersions + parameters: + - name: cloudCertificationAuthority-id + in: path + description: The unique identifier of cloudCertificationAuthority + required: true + schema: + type: string + x-ms-docs-key-type: cloudCertificationAuthority + - name: cloudCertificationAuthorityVersion-id + in: path + description: The unique identifier of cloudCertificationAuthorityVersion + required: true + schema: + type: string + x-ms-docs-key-type: cloudCertificationAuthorityVersion + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.cloudCertificationAuthorityVersion' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceManagement/cloudCertificationAuthority/{cloudCertificationAuthority-id}/versions/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - deviceManagement.cloudCertificationAuthority + summary: Get the number of the resource + operationId: deviceManagement.cloudCertificationAuthority.versions.GetCount-33b7 + parameters: + - name: cloudCertificationAuthority-id + in: path + description: The unique identifier of cloudCertificationAuthority + required: true + schema: + type: string + x-ms-docs-key-type: cloudCertificationAuthority + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' /deviceManagement/cloudCertificationAuthority/$count: description: Provides operations to count the resources in the collection. get: @@ -143634,6 +144234,52 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation + '/deviceManagement/cloudCertificationAuthorityLeafCertificate/{cloudCertificationAuthorityLeafCertificate-id}/cloudCertificationAuthorityVersion': + description: Provides operations to manage the cloudCertificationAuthorityVersion property of the microsoft.graph.cloudCertificationAuthorityLeafCertificate entity. + get: + tags: + - deviceManagement.cloudCertificationAuthorityLeafCertificate + summary: Get cloudCertificationAuthorityVersion from deviceManagement + description: The certification authority version that issued this leaf certificate. Read-only. + operationId: deviceManagement.cloudCertificationAuthorityLeafCertificate.GetCloudCertificationAuthorityVersion + parameters: + - name: cloudCertificationAuthorityLeafCertificate-id + in: path + description: The unique identifier of cloudCertificationAuthorityLeafCertificate + required: true + schema: + type: string + x-ms-docs-key-type: cloudCertificationAuthorityLeafCertificate + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.cloudCertificationAuthorityVersion' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation /deviceManagement/cloudCertificationAuthorityLeafCertificate/$count: description: Provides operations to count the resources in the collection. get: @@ -617646,6 +618292,47 @@ paths: x-ms-docs-operation-type: action x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/microsoft.graph.identityGovernance.activateWithScope' + '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/microsoft.graph.identityGovernance.cancelProcessing': + description: Provides operations to call the cancelProcessing method. + post: + tags: + - identityGovernance.lifecycleWorkflowsContainer + summary: Invoke action cancelProcessing + operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.workflow.cancelProcessing + parameters: + - name: workflow-id + in: path + description: The unique identifier of workflow + required: true + schema: + type: string + x-ms-docs-key-type: workflow + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + scope: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.identityGovernance.cancelScope' + - type: object + nullable: true + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2026-10-28' + date: '2025-10-28' + version: 2025-11/PrivatePreview:cancelWorkflows + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/microsoft.graph.identityGovernance.cancelProcessing' '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/microsoft.graph.identityGovernance.createNewVersion': description: Provides operations to call the createNewVersion method. post: @@ -626308,6 +626995,47 @@ paths: x-ms-docs-operation-type: action x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/microsoft.graph.identityGovernance.activateWithScope' + '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/microsoft.graph.identityGovernance.cancelProcessing': + description: Provides operations to call the cancelProcessing method. + post: + tags: + - identityGovernance.lifecycleWorkflowsContainer + summary: Invoke action cancelProcessing + operationId: identityGovernance.lifecycleWorkflows.workflows.workflow.cancelProcessing + parameters: + - name: workflow-id + in: path + description: The unique identifier of workflow + required: true + schema: + type: string + x-ms-docs-key-type: workflow + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + scope: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.identityGovernance.cancelScope' + - type: object + nullable: true + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2026-10-28' + date: '2025-10-28' + version: 2025-11/PrivatePreview:cancelWorkflows + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/microsoft.graph.identityGovernance.cancelProcessing' '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/microsoft.graph.identityGovernance.createNewVersion': description: Provides operations to call the createNewVersion method. post: @@ -908013,21 +908741,187 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.security.sensorCandidateActivationConfiguration' + $ref: '#/components/schemas/microsoft.graph.security.sensorCandidateActivationConfiguration' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - security.identityContainer + summary: Update the navigation property sensorCandidateActivationConfiguration in security + operationId: security.identities.UpdateSensorCandidateActivationConfiguration + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.security.sensorCandidateActivationConfiguration' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - security.identityContainer + summary: Delete navigation property sensorCandidateActivationConfiguration for security + operationId: security.identities.DeleteSensorCandidateActivationConfiguration + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /security/identities/sensorCandidates: + description: Provides operations to manage the sensorCandidates property of the microsoft.graph.security.identityContainer entity. + get: + tags: + - security.identityContainer + summary: List sensorCandidate objects + description: Get a list of the sensorCandidate objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-identitycontainer-list-sensorcandidates?view=graph-rest-beta + operationId: security.identities.ListSensorCandidates + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.security.sensorCandidateCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - security.identityContainer + summary: Create new navigation property to sensorCandidates for security + operationId: security.identities.CreateSensorCandidates + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.security.sensorCandidate' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.security.sensorCandidate' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/security/identities/sensorCandidates/{sensorCandidate-id}': + description: Provides operations to manage the sensorCandidates property of the microsoft.graph.security.identityContainer entity. + get: + tags: + - security.identityContainer + summary: Get sensorCandidates from security + operationId: security.identities.GetSensorCandidates + parameters: + - name: sensorCandidate-id + in: path + description: The unique identifier of sensorCandidate + required: true + schema: + type: string + x-ms-docs-key-type: sensorCandidate + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.security.sensorCandidate' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - security.identityContainer - summary: Update the navigation property sensorCandidateActivationConfiguration in security - operationId: security.identities.UpdateSensorCandidateActivationConfiguration + summary: Update the navigation property sensorCandidates in security + operationId: security.identities.UpdateSensorCandidates + parameters: + - name: sensorCandidate-id + in: path + description: The unique identifier of sensorCandidate + required: true + schema: + type: string + x-ms-docs-key-type: sensorCandidate requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.security.sensorCandidateActivationConfiguration' + $ref: '#/components/schemas/microsoft.graph.security.sensorCandidate' required: true responses: '204': @@ -908038,9 +908932,16 @@ paths: delete: tags: - security.identityContainer - summary: Delete navigation property sensorCandidateActivationConfiguration for security - operationId: security.identities.DeleteSensorCandidateActivationConfiguration + summary: Delete navigation property sensorCandidates for security + operationId: security.identities.DeleteSensorCandidates parameters: + - name: sensorCandidate-id + in: path + description: The unique identifier of sensorCandidate + required: true + schema: + type: string + x-ms-docs-key-type: sensorCandidate - name: If-Match in: header description: ETag @@ -908052,17 +908953,60 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - /security/identities/sensorCandidates: - description: Provides operations to manage the sensorCandidates property of the microsoft.graph.security.identityContainer entity. + /security/identities/sensorCandidates/$count: + description: Provides operations to count the resources in the collection. get: tags: - security.identityContainer - summary: List sensorCandidate objects - description: Get a list of the sensorCandidate objects and their properties. + summary: Get the number of the resource + operationId: security.identities.sensorCandidates.GetCount-fa5a + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /security/identities/sensorCandidates/microsoft.graph.security.activate: + description: Provides operations to call the activate method. + post: + tags: + - security.identityContainer + summary: Invoke action activate + description: Activate Microsoft Defender for Identity sensors. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/security-identitycontainer-list-sensorcandidates?view=graph-rest-beta - operationId: security.identities.ListSensorCandidates + url: https://learn.microsoft.com/graph/api/security-sensorcandidate-activate?view=graph-rest-beta + operationId: security.identities.sensorCandidates.activate + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + serverIds: + type: array + items: + type: string + nullable: true + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/microsoft.graph.security.activate' + /security/identities/sensorMigration: + description: Provides operations to manage the sensorMigration property of the microsoft.graph.security.identityContainer entity. + get: + tags: + - security.identityContainer + summary: Get sensorMigration from security + operationId: security.identities.ListSensorMigration parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -908101,7 +909045,7 @@ paths: type: string responses: '200': - $ref: '#/components/responses/microsoft.graph.security.sensorCandidateCollectionResponse' + $ref: '#/components/responses/microsoft.graph.security.sensorMigrationCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -908111,14 +909055,14 @@ paths: post: tags: - security.identityContainer - summary: Create new navigation property to sensorCandidates for security - operationId: security.identities.CreateSensorCandidates + summary: Create new navigation property to sensorMigration for security + operationId: security.identities.CreateSensorMigration requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.security.sensorCandidate' + $ref: '#/components/schemas/microsoft.graph.security.sensorMigration' required: true responses: '201': @@ -908126,25 +909070,25 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.security.sensorCandidate' + $ref: '#/components/schemas/microsoft.graph.security.sensorMigration' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/security/identities/sensorCandidates/{sensorCandidate-id}': - description: Provides operations to manage the sensorCandidates property of the microsoft.graph.security.identityContainer entity. + '/security/identities/sensorMigration/{sensorMigration-id}': + description: Provides operations to manage the sensorMigration property of the microsoft.graph.security.identityContainer entity. get: tags: - security.identityContainer - summary: Get sensorCandidates from security - operationId: security.identities.GetSensorCandidates + summary: Get sensorMigration from security + operationId: security.identities.GetSensorMigration parameters: - - name: sensorCandidate-id + - name: sensorMigration-id in: path - description: The unique identifier of sensorCandidate + description: The unique identifier of sensorMigration required: true schema: type: string - x-ms-docs-key-type: sensorCandidate + x-ms-docs-key-type: sensorMigration - name: $select in: query description: Select properties to be returned @@ -908171,29 +909115,29 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.security.sensorCandidate' + $ref: '#/components/schemas/microsoft.graph.security.sensorMigration' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - security.identityContainer - summary: Update the navigation property sensorCandidates in security - operationId: security.identities.UpdateSensorCandidates + summary: Update the navigation property sensorMigration in security + operationId: security.identities.UpdateSensorMigration parameters: - - name: sensorCandidate-id + - name: sensorMigration-id in: path - description: The unique identifier of sensorCandidate + description: The unique identifier of sensorMigration required: true schema: type: string - x-ms-docs-key-type: sensorCandidate + x-ms-docs-key-type: sensorMigration requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.security.sensorCandidate' + $ref: '#/components/schemas/microsoft.graph.security.sensorMigration' required: true responses: '204': @@ -908204,16 +909148,16 @@ paths: delete: tags: - security.identityContainer - summary: Delete navigation property sensorCandidates for security - operationId: security.identities.DeleteSensorCandidates + summary: Delete navigation property sensorMigration for security + operationId: security.identities.DeleteSensorMigration parameters: - - name: sensorCandidate-id + - name: sensorMigration-id in: path - description: The unique identifier of sensorCandidate + description: The unique identifier of sensorMigration required: true schema: type: string - x-ms-docs-key-type: sensorCandidate + x-ms-docs-key-type: sensorMigration - name: If-Match in: header description: ETag @@ -908225,13 +909169,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - /security/identities/sensorCandidates/$count: + /security/identities/sensorMigration/$count: description: Provides operations to count the resources in the collection. get: tags: - security.identityContainer summary: Get the number of the resource - operationId: security.identities.sensorCandidates.GetCount-fa5a + operationId: security.identities.sensorMigration.GetCount-fa8f parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' @@ -908240,17 +909184,13 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - /security/identities/sensorCandidates/microsoft.graph.security.activate: - description: Provides operations to call the activate method. + /security/identities/sensorMigration/microsoft.graph.security.migrate: + description: Provides operations to call the migrate method. post: tags: - security.identityContainer - summary: Invoke action activate - description: Activate Microsoft Defender for Identity sensors. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/security-sensorcandidate-activate?view=graph-rest-beta - operationId: security.identities.sensorCandidates.activate + summary: Invoke action migrate + operationId: security.identities.sensorMigration.migrate requestBody: description: Action parameters content: @@ -908258,20 +909198,25 @@ paths: schema: type: object properties: - serverIds: + sensorIds: type: array items: type: string nullable: true required: true responses: - '204': + '200': description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.security.migrateSensorsResult' + - type: object + nullable: true default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action - x-ms-docs-grouped-path: - - '/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/microsoft.graph.security.activate' /security/identities/sensors: description: Provides operations to manage the sensors property of the microsoft.graph.security.identityContainer entity. get: @@ -1294679,10 +1295624,10 @@ paths: tags: - users.user.Functions summary: Invoke function delta - description: 'Get newly created, updated, or deleted users without having to perform a full read of the entire user collection. For more information, see Use delta query to track changes in Microsoft Graph data for details.' + description: 'Get newly created, updated, or deleted directory objects without performing a full read of the entire directoryObject collection. For more information, see Use delta query to track changes in Microsoft Graph data for details.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/user-delta?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-beta operationId: users.delta parameters: - $ref: '#/components/parameters/top' @@ -1294726,7 +1295671,7 @@ paths: content: application/json: schema: - title: Collection of user + title: Collection of directoryObject type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' @@ -1294735,7 +1295680,7 @@ paths: value: type: array items: - $ref: '#/components/schemas/microsoft.graph.user' + $ref: '#/components/schemas/microsoft.graph.directoryObject' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: function @@ -1298720,6 +1299665,28 @@ components: - $ref: '#/components/schemas/microsoft.graph.fullServiceBackupBase' - title: allSitesBackup type: object + microsoft.graph.androidAppConfigurationSchema: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: androidAppConfigurationSchema + type: object + properties: + exampleJson: + type: string + description: UTF8 encoded byte array containing example JSON string conforming to this schema that demonstrates how to set the configuration for this app + format: base64url + nullable: true + nestedSchemaItems: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.appConfigurationSchemaItemType' + description: Collection of items each representing a named configuration option in the schema. It contains a flat list of all configuration. + schemaItems: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.appConfigurationSchemaItemType' + description: Collection of items each representing a named configuration option in the schema. It only contains the root-level configuration. + description: Schema describing an Android application's custom configurations. microsoft.graph.androidCertificateProfileBase: allOf: - $ref: '#/components/schemas/microsoft.graph.deviceConfiguration' @@ -1300184,6 +1301151,12 @@ components: items: $ref: '#/components/schemas/microsoft.graph.keyValuePair' description: Custom data to define key/value pairs specific to a VPN provider. This collection can contain a maximum of 25 elements. + lockdownExclusionList: + type: array + items: + type: string + nullable: true + description: List of app package names that will be able to access the network directly when VPN is in lockdown mode but not connected. microsoftTunnelSiteId: type: string description: Microsoft Tunnel site ID. @@ -1303833,6 +1304806,12 @@ components: items: $ref: '#/components/schemas/microsoft.graph.configurationUri' description: The URIs required for the single sign-on configuration of a preintegrated application. + deprecationDate: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' + type: string + description: 'Deprecation date for this application. If specified, the application will be removed from the Microsoft Entra application gallery on this date.' + format: date + nullable: true description: type: string description: A description of the application. @@ -1309010,12 +1309989,25 @@ components: type: number description: 'The certification authority version, which is incremented each time the certification authority is renewed. Read-only.' format: int32 + activeVersion: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.cloudCertificationAuthorityVersion' + - type: object + nullable: true + description: 'The currently active certification authority version. This navigation property provides direct access to the active version''s details including certificate information, URLs, and validity periods. The active version is automatically included in the default response when retrieving a certification authority entity without requiring $expand. Read-only.' + x-ms-navigationProperty: true cloudCertificationAuthorityLeafCertificate: type: array items: $ref: '#/components/schemas/microsoft.graph.cloudCertificationAuthorityLeafCertificate' description: Required OData property to expose leaf certificate API. x-ms-navigationProperty: true + versions: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.cloudCertificationAuthorityVersion' + description: 'The collection of all certification authority versions, including active, staged, retired, and expired versions. This navigation property provides access to the full version history of the certification authority. Use $expand=versions to include this collection in the response. Read-only.' + x-ms-navigationProperty: true description: Entity that represents a collection of metadata of a cloud certification authority. microsoft.graph.cloudCertificationAuthorityLeafCertificate: allOf: @@ -1309029,6 +1310021,12 @@ components: type: string description: The URI of the certification authority that issued the certificate. Read-only. nullable: true + certificationAuthorityVersionNumber: + maximum: 2147483647 + minimum: -2147483648 + type: number + description: The version number of the certification authority that issued this leaf certificate. Read-only. + format: int32 crlDistributionPointUrl: type: string description: URL to find the relevant Certificate Revocation List for this certificate. Read-only. @@ -1309106,7 +1310104,100 @@ components: description: 'The start date time of the validity period of a certificate. Certificates cannot be used before this date time as they are not yet valid. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: ''2014-01-01T00:00:00Z''. Nullable. Read-only. Supports $orderby.' format: date-time nullable: true + cloudCertificationAuthorityVersion: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.cloudCertificationAuthorityVersion' + - type: object + nullable: true + description: The certification authority version that issued this leaf certificate. Read-only. + x-ms-navigationProperty: true description: Entity that represents a leaf certificate issued by a cloud certification authority. + microsoft.graph.cloudCertificationAuthorityVersion: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: cloudCertificationAuthorityVersion + type: object + properties: + certificateDownloadUrl: + type: string + description: The URL to download the certification authority certificate. Read-only. + nullable: true + certificateRevocationListUrl: + type: string + description: The cloud certification authority's Certificate Revocation List URL that can be used to determine revocation status. Read-only. + nullable: true + certificateSigningRequest: + type: string + description: 'The certificate signing request used to create an issuing certification authority with a root certification authority external to Microsoft Cloud PKI. The based-64 encoded certificate signing request can be downloaded through this property. After downloading the certificate signing request, it must be signed by the external root certifcation authority. Read-only.' + nullable: true + certificationAuthorityId: + type: string + description: The certification authority identifier. Read-only. + certificationAuthorityIssuerUri: + type: string + description: The URI of the issuing certification authority of a subordinate certification authority. Returns null if a root certification authority. Nullable. Read-only. + nullable: true + certificationAuthorityVersionStatus: + $ref: '#/components/schemas/microsoft.graph.cloudCertificationAuthorityVersionStatus' + decommissionDateTime: + 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 date and time when the certification authority version is scheduled to be decommissioned. Only applicable for staged certification authority versions. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: ''2014-01-01T00:00:00Z''. Nullable. Read-only.' + format: date-time + nullable: true + keyPlatform: + $ref: '#/components/schemas/microsoft.graph.cloudCertificationAuthorityKeyPlatformType' + lastModifiedDateTime: + 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: 'Last modification date and time of this certification authority entity instance. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: ''2014-01-01T00:00:00Z''. Nullable. Read-only.' + format: date-time + nullable: true + ocspResponderUri: + type: string + description: The Online Certificate Status Protocol (OCSP) responder URI that can be used to determine certificate status. Read-only. + nullable: true + scepServerUrl: + type: string + description: The SCEP server URL for device SCEP connections to request certificates. Read-only. + nullable: true + serialNumber: + type: string + description: The serial number used to uniquely identify a certificate with its issuing certification authority. Read-only. + nullable: true + subjectName: + type: string + description: 'The subject name of the certificate. The subject is the target or intended beneficiary of the security being provided, such as a company or government entity. Read-only.' + nullable: true + thumbprint: + type: string + description: Secure Hash Algorithm 1 digest of the certificate that can be used to identify it. Read-only. + nullable: true + usage: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.cloudCertificationAuthorityVersionUsage' + - type: object + nullable: true + description: 'The usage details associated with this certification authority version, including reporting data such as the number of leaf certificates issued during the staged period. Read-only.' + validityEndDateTime: + 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 end date time of the validity period of a certification authority certificate. Certificates cannot be used after this date time as they are longer valid. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: ''2014-01-01T00:00:00Z''. Nullable. Read-only.' + format: date-time + nullable: true + validityStartDateTime: + 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 start date time of the validity period of a certification authority certificate. Certificates cannot be used before this date time as they are not yet valid. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: ''2014-01-01T00:00:00Z''. Nullable. Read-only.' + format: date-time + nullable: true + versionNumber: + maximum: 2147483647 + minimum: -2147483648 + type: number + description: The version number assigned to this specific certification authority version entity. Read-only. + format: int32 + description: Entity that represents version-specific properties of a cloud certification authority. microsoft.graph.cloudClipboardItem: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -1310126,6 +1311217,11 @@ components: subnetId: type: string description: 'The ID of the target subnet. Required format: /subscriptions/{subscription-id}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkId}/subnets/{subnetName}.' + subnetPrivateIpDetail: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.cloudPcOnPremisesConnectionSubnetIpDetail' + - type: object + nullable: true subscriptionId: type: string description: The ID of the target Azure subscription associated with your tenant. @@ -1312427,6 +1313523,11 @@ components: - type: object nullable: true x-ms-navigationProperty: true + policySettings: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.copilotPolicySetting' + x-ms-navigationProperty: true settings: anyOf: - $ref: '#/components/schemas/microsoft.graph.copilotAdminSetting' @@ -1312654,6 +1313755,18 @@ components: - type: object nullable: true x-ms-navigationProperty: true + microsoft.graph.copilotPolicySetting: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: copilotPolicySetting + type: object + properties: + policyId: + type: string + nullable: true + value: + type: string + nullable: true microsoft.graph.copilotReportRoot: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -1317671,6 +1318784,13 @@ components: nullable: true description: The summary state of ATP onboarding state for this account. x-ms-navigationProperty: true + androidAppConfigurationSchema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.androidAppConfigurationSchema' + - type: object + nullable: true + description: Android App Configurations Schema entity. + x-ms-navigationProperty: true androidDeviceOwnerEnrollmentProfiles: type: array items: @@ -1333270,6 +1334390,12 @@ components: properties: advancedThreatProtectionRequiredSecurityLevel: $ref: '#/components/schemas/microsoft.graph.deviceThreatProtectionLevel' + deviceCompliancePolicyScript: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.deviceCompliancePolicyScript' + - type: object + nullable: true + description: 'Custom compliance configuration for the policy (script identifier and rules content). When set, custom compliance rules are evaluated and the device is marked noncompliant when any rule evaluates to noncompliant. When not set, no custom compliance rules are evaluated. Default is null, when set to default it is not evaluated.' deviceThreatProtectionEnabled: type: boolean description: Require that devices have enabled device threat protection. @@ -1368390,6 +1369516,18 @@ components: - title: windowsAutoUpdateCatalogApp type: object properties: + allowedArchitectures: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.windowsArchitecture' + - type: object + nullable: true + description: 'Indicates the set of CPU architectures on which this application is allowed to be installed. When null, the app is eligible for installation on all the supported architectures. Possible values are: x86, x64, arm64, or a combination of them.' + installExperience: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.windowsAutoUpdateCatalogAppInstallExperience' + - type: object + nullable: true + description: 'Describes how the app installer executes on the target device, including the account context (system or user) under which the installer runs and how the device handles restarts after installation completes. When omitted, the service applies default values (runAsAccount = system, deviceRestartBehavior = basedOnReturnCode).' mobileAppCatalogPackageBranchId: type: string description: 'The identifier of a specific branch in a product, which is a specific subset of product functionality as defined by the publisher . This is run-time resolved to be the latest MobileAppCatalogPackage in the branch. (example:''31a4c766-f23d-8d41-4803-35e155be7389''). Read-Only' @@ -1375138,6 +1376276,17 @@ components: $ref: '#/components/schemas/microsoft.graph.keyValuePair' description: List of human readable name/value pairs for the valid values that can be set for this item (Choice and Multiselect items only) description: Single configuration item inside an Android for Work application's custom configuration schema. + microsoft.graph.androidLobAppConfigurationSchemaRequestDetail: + allOf: + - $ref: '#/components/schemas/microsoft.graph.appConfigurationSchemaRequestDetail' + - title: androidLobAppConfigurationSchemaRequestDetail + type: object + properties: + appId: + type: string + description: The application policy ID of the Android LOB app + nullable: true + description: The request parameter for requesting Android LOB app configuration schema. microsoft.graph.androidManagedStoreAppAssignmentSettings: allOf: - $ref: '#/components/schemas/microsoft.graph.mobileAppAssignmentSettings' @@ -1375368,6 +1376517,133 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermission' + microsoft.graph.appConfigurationSchemaItemBooleanType: + allOf: + - $ref: '#/components/schemas/microsoft.graph.appConfigurationSchemaItemType' + - title: appConfigurationSchemaItemBooleanType + type: object + properties: + defaultValue: + type: boolean + description: 'Default value, if specified by the app developer' + nullable: true + description: Boolean configuration item inside an Android application's custom configuration schema. + microsoft.graph.appConfigurationSchemaItemBundleArray: + allOf: + - $ref: '#/components/schemas/microsoft.graph.appConfigurationSchemaItemType' + - title: appConfigurationSchemaItemBundleArray + type: object + description: Bundle array configuration item inside an Android application's custom configuration schema. + microsoft.graph.appConfigurationSchemaItemBundleType: + allOf: + - $ref: '#/components/schemas/microsoft.graph.appConfigurationSchemaItemType' + - title: appConfigurationSchemaItemBundleType + type: object + description: Bundle configuration item inside an Android application's custom configuration schema. + microsoft.graph.appConfigurationSchemaItemChoiceType: + allOf: + - $ref: '#/components/schemas/microsoft.graph.appConfigurationSchemaItemType' + - title: appConfigurationSchemaItemChoiceType + type: object + properties: + defaultValue: + type: string + description: 'Default value, if specified by the app developer' + nullable: true + selections: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.keyValuePair' + description: List of human readable name/value pairs for the valid values that can be set for this item + description: Choice configuration item inside an Android application's custom configuration schema. + microsoft.graph.appConfigurationSchemaItemHiddenType: + allOf: + - $ref: '#/components/schemas/microsoft.graph.appConfigurationSchemaItemType' + - title: appConfigurationSchemaItemHiddenType + type: object + properties: + defaultValue: + type: string + description: 'Default value, if specified by the app developer' + nullable: true + description: Hidden configuration item inside an Android application's custom configuration schema. + microsoft.graph.appConfigurationSchemaItemIntegerType: + allOf: + - $ref: '#/components/schemas/microsoft.graph.appConfigurationSchemaItemType' + - title: appConfigurationSchemaItemIntegerType + type: object + properties: + defaultValue: + maximum: 2147483647 + minimum: -2147483648 + type: number + description: 'Default value, if specified by the app developer. Valid values 0 to 2147483647' + format: int32 + nullable: true + description: Integer configuration item inside an Android application's custom configuration schema. + microsoft.graph.appConfigurationSchemaItemMultiselectType: + allOf: + - $ref: '#/components/schemas/microsoft.graph.appConfigurationSchemaItemType' + - title: appConfigurationSchemaItemMultiselectType + type: object + properties: + defaultValue: + type: array + items: + type: string + nullable: true + description: 'Default value, if specified by the app developer' + selections: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.keyValuePair' + description: List of human readable name/value pairs for the valid values that can be set for this item + description: Multiselect configuration item inside an Android application's custom configuration schema. + microsoft.graph.appConfigurationSchemaItemStringType: + allOf: + - $ref: '#/components/schemas/microsoft.graph.appConfigurationSchemaItemType' + - title: appConfigurationSchemaItemStringType + type: object + properties: + defaultValue: + type: string + description: 'Default value, if specified by the app developer' + nullable: true + description: String configuration item inside an Android application's custom configuration schema. + microsoft.graph.appConfigurationSchemaItemType: + title: appConfigurationSchemaItemType + type: object + properties: + description: + type: string + description: Description of what the item controls within the application + nullable: true + displayName: + type: string + description: Human readable name + nullable: true + index: + maximum: 2147483647 + minimum: -2147483648 + type: number + description: Unique index the application uses to maintain nested schema items. Valid values 0 to 2147483647 + format: int32 + parentIndex: + maximum: 2147483647 + minimum: -2147483648 + type: number + description: Index of parent schema item to track nested schema items. Valid values 0 to 2147483647 + format: int32 + nullable: true + schemaItemKey: + type: string + description: Unique key the application uses to identify the item + nullable: true + description: Single configuration item inside an Android application's configuration schema. + microsoft.graph.appConfigurationSchemaRequestDetail: + title: appConfigurationSchemaRequestDetail + type: object + description: Base type for the request parameters that identifies the requested app configuration schema. microsoft.graph.appConfigurationSettingItem: title: appConfigurationSettingItem type: object @@ -1380098,6 +1381374,23 @@ components: description: The date and time the inner error occurred. format: date-time nullable: true + microsoft.graph.classificationLimit: + title: classificationLimit + type: object + properties: + allowedLimit: + maximum: 2147483647 + minimum: -2147483648 + type: number + format: int32 + nullable: true + code: + type: string + nullable: true + impactedSensitiveTypeIds: + type: array + items: + type: string microsoft.graph.classificationRequestContentMetaData: title: classificationRequestContentMetaData type: object @@ -1380124,6 +1381417,16 @@ components: sensitiveTypeId: type: string description: The GUID of the discovered sensitive information type. + microsoft.graph.classifierDiagnostic: + title: classifierDiagnostic + type: object + properties: + classificationId: + pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' + type: string + format: uuid + classificationMethod: + $ref: '#/components/schemas/microsoft.graph.classificationMethod' microsoft.graph.clientCertificateAuthentication: allOf: - $ref: '#/components/schemas/microsoft.graph.apiAuthenticationConfigurationBase' @@ -1380173,6 +1381476,18 @@ components: type: string description: 'Provider-generated/calculated risk score of the Cloud Application/Service. Recommended value range of 0-1, which equates to a percentage.' nullable: true + microsoft.graph.cloudCertificationAuthorityVersionUsage: + title: cloudCertificationAuthorityVersionUsage + type: object + properties: + issuedStagedLeafCertificateCount: + maximum: 2147483647 + minimum: -2147483648 + type: number + description: The number of leaf certificates issued by the certification authority version when it was in the staged status. Only applicable for staged certification authority versions. Nullable. Read-only. + format: int32 + nullable: true + description: Complex type that represents usage details associated with a certification authority version. This type provides reporting data such as the number of leaf certificates issued during specific lifecycle phases. microsoft.graph.cloudClipboardItemPayload: title: cloudClipboardItemPayload type: object @@ -1381073,6 +1382388,21 @@ components: type: string description: 'The start time of the connection health check. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time + microsoft.graph.cloudPcOnPremisesConnectionSubnetIpDetail: + title: cloudPcOnPremisesConnectionSubnetIpDetail + type: object + properties: + subnetAvailableIpCount: + maximum: 2147483647 + minimum: -2147483648 + type: number + format: int32 + nullable: true + subnetAvailableIpCountLastSyncDateTime: + 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 microsoft.graph.cloudPcPartnerAgentInstallResult: title: cloudPcPartnerAgentInstallResult type: object @@ -1381479,6 +1382809,9 @@ components: title: cloudPcSupportedRegionRestrictionDetail type: object properties: + availabilityZoneRestricted: + type: boolean + nullable: true cPURestricted: type: boolean description: Indicates that the region is restricted for Cloud PC CPU provisioning. True indicates that Cloud PC provisioning with CPU isn't available in this region. false indicates that it's available. The default value is false. Read-only. @@ -1387131,6 +1388464,9 @@ components: type: string description: The link to the documentation for this issue. nullable: true + microsoft.graph.diagnosticMetadata: + title: diagnosticMetadata + type: object microsoft.graph.dictionaries: title: dictionaries type: object @@ -1388793,6 +1390129,20 @@ components: microsoft.graph.eventMessageDetail: title: eventMessageDetail type: object + microsoft.graph.exactDataMatchDiagnostic: + allOf: + - $ref: '#/components/schemas/microsoft.graph.classifierDiagnostic' + - title: exactDataMatchDiagnostic + type: object + properties: + classificationLimits: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.classificationLimit' + unmatchedItems: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.unmatched' microsoft.graph.exactDataMatchStoreColumn: title: exactDataMatchStoreColumn type: object @@ -1388855,6 +1390205,22 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.sensitiveContentLocation' + microsoft.graph.exactMatchDiagnostic: + title: exactMatchDiagnostic + type: object + properties: + classificationId: + pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' + type: string + format: uuid + classificationLimits: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.classificationLimit' + unmatchedItems: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.unmatched' microsoft.graph.exchangeOnlineCrossTenantMigrationSettings: title: exchangeOnlineCrossTenantMigrationSettings type: object @@ -1394063,6 +1395429,17 @@ components: - type: object nullable: true description: 'The possible values are: none, userAssigned, systemAssigned, unknownFutureValue.' + microsoft.graph.managedStoreAppConfigurationSchemaRequestDetail: + allOf: + - $ref: '#/components/schemas/microsoft.graph.appConfigurationSchemaRequestDetail' + - title: managedStoreAppConfigurationSchemaRequestDetail + type: object + properties: + packageName: + type: string + description: The package name of the Android Managed Play Store app + nullable: true + description: The request parameter for requesting Android Managed Play Store app configuration schema. microsoft.graph.managementCertificateWithThumbprint: title: managementCertificateWithThumbprint type: object @@ -1408762,6 +1410139,32 @@ components: description: Operating system version. nullable: true description: Unmanaged device discovered in the network. + microsoft.graph.unmatched: + title: unmatched + type: object + properties: + code: + type: string + nullable: true + corroborativeEvidences: + type: array + items: + type: string + idMatch: + type: string + nullable: true + length: + maximum: 2147483647 + minimum: -2147483648 + type: number + format: int32 + nullable: true + offset: + maximum: 2147483647 + minimum: -2147483648 + type: number + format: int32 + nullable: true microsoft.graph.unrestrictedAudience: allOf: - $ref: '#/components/schemas/microsoft.graph.signInAudienceRestrictionsBase' @@ -1411330,6 +1412733,82 @@ components: type: boolean description: 'When TRUE, indicates that device execution context will be used for the AppX mobile app. When FALSE, indicates that user context will be used for the AppX mobile app. By default, this property is set to FALSE. Once this property has been set to TRUE it cannot be changed.' description: Contains properties used when assigning a Windows AppX mobile app to a group. + microsoft.graph.windowsAutoUpdateCatalogAppAssignmentSettings: + allOf: + - $ref: '#/components/schemas/microsoft.graph.mobileAppAssignmentSettings' + - title: windowsAutoUpdateCatalogAppAssignmentSettings + type: object + properties: + deliveryOptimizationPriority: + $ref: '#/components/schemas/microsoft.graph.windowsAutoUpdateCatalogAppDeliveryOptimizationPriority' + installTimeSettings: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.windowsAutoUpdateCatalogAppInstallTimeSettings' + - type: object + nullable: true + description: 'Specifies the deadline by which the app must be installed on the device. When null, the app is offered for immediate installation with no enforced deadline.' + notificationType: + $ref: '#/components/schemas/microsoft.graph.windowsAutoUpdateCatalogAppNotificationType' + restartSettings: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.windowsAutoUpdateCatalogAppRestartSettings' + - type: object + nullable: true + description: 'Specifies the restart coordination behavior after the app is installed—including how long to wait before restarting, when to show a countdown, and how long the user can snooze. When null, no restart coordination is applied (the device may still restart based on the app''s deviceRestartBehavior setting). Note: the service accepts restart settings regardless of the app''s deviceRestartBehavior value; the device agent determines which settings are actually honored at runtime.' + description: 'Contains per-group deployment configuration for a windowsAutoUpdateCatalogApp. These settings control the end-user experience when the app is deployed to a specific group—including whether notifications are shown, how delivery bandwidth is used, when the app must be installed by, and how the device coordinates restarts afterward.' + microsoft.graph.windowsAutoUpdateCatalogAppInstallExperience: + title: windowsAutoUpdateCatalogAppInstallExperience + type: object + properties: + deviceRestartBehavior: + $ref: '#/components/schemas/microsoft.graph.windowsAutoUpdateCatalogAppRestartBehavior' + runAsAccount: + $ref: '#/components/schemas/microsoft.graph.runAsAccountType' + description: 'Describes how the app installer runs on target devices, including which account context it runs under and how the device handles restarts after installation. When omitted, the service applies default values (runAsAccount = system, deviceRestartBehavior = basedOnReturnCode).' + microsoft.graph.windowsAutoUpdateCatalogAppInstallTimeSettings: + title: windowsAutoUpdateCatalogAppInstallTimeSettings + type: object + properties: + deadlineDateTime: + 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 maximum allowed date and time by which the app must be installed on the device. After this deadline, the Intune management extension enforces installation automatically. When null, there is no enforced deadline.' + format: date-time + nullable: true + startDateTime: + 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 at which the app should be available for installation on the device. When null, the app is available immediately.' + format: date-time + nullable: true + useLocalTime: + type: boolean + description: 'Indicates whether the startDateTime and deadlineDateTime values should be interpreted using the device''s local time zone. When false, the values are interpreted as UTC. Defaults to false if not specified.' + description: 'Specifies when the app should be installed on target devices. When null or is omitted from the assignment, the app is offered for immediate installation with no enforced deadline.' + microsoft.graph.windowsAutoUpdateCatalogAppRestartSettings: + title: windowsAutoUpdateCatalogAppRestartSettings + type: object + properties: + countdownDisplayBeforeRestartInMinutes: + maximum: 2147483647 + minimum: -2147483648 + type: number + description: 'The number of minutes before the scheduled restart at which a countdown notification is displayed to the user. Must be between 1 and the value of gracePeriodInMinutes. This countdown is non-dismissible and warns the user that a restart is imminent. For example, a value of 15 means the countdown appears 15 minutes before the restart.' + format: int32 + gracePeriodInMinutes: + maximum: 2147483647 + minimum: -2147483648 + type: number + description: 'The number of minutes the device waits after app installation before initiating a restart. During this period, the user can continue working and save their documents. For example, a value of 1440 means the device waits 24 hours before restarting.' + format: int32 + restartNotificationSnoozeDurationInMinutes: + maximum: 2147483647 + minimum: -2147483648 + type: number + description: 'The number of minutes by which the user can defer (snooze) the restart notification each time they press the snooze button. When null, the snooze option is not available and the user cannot defer the restart. For example, a value of 240 allows the user to defer the restart by 4 hours each time.' + format: int32 + nullable: true + description: 'Specifies how the device coordinates a restart after the app is installed. These settings control the grace period before a restart is initiated, when the user sees a countdown notification, and how long the user can defer the restart by snoozing. When null, no restart coordination is applied (the device may still restart based on the app''s deviceRestartBehavior setting).' microsoft.graph.windowsDefenderScanActionResult: allOf: - $ref: '#/components/schemas/microsoft.graph.deviceActionResult' @@ -1417727,8 +1419206,9 @@ components: - revoked - signingPending - unknownFutureValue + - expired type: string - description: Enum type of possible certification authority statuses. These statuses indicate whether a certification authority is currently able to issue certificates or temporarily paused or permanently revoked. + description: 'Enum type of possible certification authority statuses. These statuses indicate whether a certification authority is currently able to issue certificates, temporarily paused, pending signing, revoked, or expired.' x-ms-enum: name: cloudCertificationAuthorityStatus modelAsString: false @@ -1417751,6 +1419231,9 @@ components: - value: unknownFutureValue description: Evolvable enumeration sentinel value. Do not use. name: unknownFutureValue + - value: expired + description: Indicates certification authority has expired and cannot issue certificates until renewed and activated. + name: expired microsoft.graph.cloudCertificationAuthorityType: title: cloudCertificationAuthorityType enum: @@ -1417780,6 +1419263,55 @@ components: - value: unknownFutureValue description: Evolvable enumeration sentinel value. Do not use. name: unknownFutureValue + microsoft.graph.cloudCertificationAuthorityVersionStatus: + title: cloudCertificationAuthorityVersionStatus + enum: + - unknown + - active + - staged + - paused + - retired + - expired + - revoked + - decommissioned + - signingPending + - unknownFutureValue + type: string + description: 'Enum type of possible certification authority version statuses. These statuses indicate the lifecycle state of a certification authority version, including whether it is currently active, staged for renewal, retired, or in other states.' + x-ms-enum: + name: cloudCertificationAuthorityVersionStatus + modelAsString: false + values: + - value: unknown + description: Default. Indicates certification authority version has an unknown or invalid status. + name: unknown + - value: active + description: Indicates certification authority version is active and can issue leaf certificates. + name: active + - value: staged + description: 'Indicates certification authority version was created during the renewal process and is currently in the staged phase. Upon activation, it becomes the new active certification authority version.' + name: staged + - value: paused + description: Indicates certification authority version has been paused from issuing certificates. The paused state is supported only for active certification authority versions. Staged certification authority versions cannot be paused and may only be revoked. + name: paused + - value: retired + description: Indicates certification authority version has been retired after renewal. The retired certification authority version is not expired and continues to validate certificates it previously issued. + name: retired + - value: expired + description: Indicates certification authority version has exceeded its validity period. + name: expired + - value: revoked + description: Indicates certification authority version has been revoked. This is a permanent state that cannot be changed. + name: revoked + - value: decommissioned + description: Indicates certification authority version has been decommissioned. Only applicable for staged certification authority versions. Decommissioned certification authority versions cannot issue or validate leaf certificates. This is a permanent state that cannot be changed. + name: decommissioned + - value: signingPending + description: Indicates certification authority version was created with a Bring Your Own CA (BYOCA) root and requires external signing. + name: signingPending + - value: unknownFutureValue + description: Evolvable enumeration sentinel value. Do not use. + name: unknownFutureValue microsoft.graph.cloudPcAgentDiagnosticResultType: title: cloudPcAgentDiagnosticResultType enum: @@ -1439088,6 +1440620,81 @@ components: - value: unknownFutureValue description: Evolvable enumeration sentinel value. Do not use. name: unknownFutureValue + microsoft.graph.windowsAutoUpdateCatalogAppDeliveryOptimizationPriority: + title: windowsAutoUpdateCatalogAppDeliveryOptimizationPriority + enum: + - notConfigured + - foreground + - unknownFutureValue + type: string + description: Indicates the delivery optimization download priority level for app content. This controls whether the download uses background bandwidth (minimal impact on other network activity) or foreground bandwidth (prioritized download at the expense of other network traffic). + x-ms-enum: + name: windowsAutoUpdateCatalogAppDeliveryOptimizationPriority + modelAsString: false + values: + - value: notConfigured + description: 'Indicates that no delivery optimization priority is configured. The download uses normal background priority, which minimizes impact on other network activity. This is the default value when the property is omitted.' + name: notConfigured + - value: foreground + description: 'Indicates that the app content download uses foreground priority, which prioritizes the download over background network tasks. This may result in faster installation but increased network bandwidth consumption. In National Cloud environments, this value is accepted and stored but has no effect on device behavior.' + name: foreground + - value: unknownFutureValue + description: Evolvable enumeration sentinel value. Do not use. + name: unknownFutureValue + microsoft.graph.windowsAutoUpdateCatalogAppNotificationType: + title: windowsAutoUpdateCatalogAppNotificationType + enum: + - showAll + - showReboot + - hideAll + - unknownFutureValue + type: string + description: Indicates which notifications the Intune management extension displays to the end user during the app installation and restart lifecycle on managed devices. + x-ms-enum: + name: windowsAutoUpdateCatalogAppNotificationType + modelAsString: false + values: + - value: showAll + description: Indicates that all notifications related to app installation and restart are displayed to the end user. + name: showAll + - value: showReboot + description: Indicates that only restart notifications are displayed to the end user; other installation progress notifications are suppressed. + name: showReboot + - value: hideAll + description: Indicates that all notifications related to app installation and restart are suppressed. The end user is not informed of the installation or pending restarts. + name: hideAll + - value: unknownFutureValue + description: Evolvable enumeration sentinel value. Do not use. + name: unknownFutureValue + microsoft.graph.windowsAutoUpdateCatalogAppRestartBehavior: + title: windowsAutoUpdateCatalogAppRestartBehavior + enum: + - basedOnReturnCode + - allow + - suppress + - force + - unknownFutureValue + type: string + description: 'Indicates how the device handles restarts after the app installer finishes executing. This setting, configured on the app''s installExperience, determines whether the Intune management extension initiates, suppresses, or forces a restart based on the installer''s exit code.' + x-ms-enum: + name: windowsAutoUpdateCatalogAppRestartBehavior + modelAsString: false + values: + - value: basedOnReturnCode + description: 'Indicates that the Intune management extension restarts the device only if the app installer returns an exit code that signals a reboot is required (e.g., exit code 3010).' + name: basedOnReturnCode + - value: allow + description: 'Indicates that the Intune management extension does not take any specific action to control restarts. If the app installer initiates a restart (e.g., an MSI with ForceReboot action), it is allowed to proceed.' + name: allow + - value: suppress + description: 'Indicates that the Intune management extension attempts to suppress restarts initiated by the installer. For MSI-based installations, this passes the REBOOT=ReallySuppress property to msiexec. Not all installers honor suppression.' + name: suppress + - value: force + description: 'Indicates that the Intune management extension forces an immediate device restart after the app installation completes, regardless of the installer''s exit code.' + name: force + - value: unknownFutureValue + description: Evolvable enumeration sentinel value. Do not use. + name: unknownFutureValue microsoft.graph.windowsDefenderApplicationControlSupplementalPolicyStatuses: title: windowsDefenderApplicationControlSupplementalPolicyStatuses enum: @@ -1445031,6 +1446638,11 @@ components: - personManager - personAlternateContacts - personEmergencyContacts + - personEducationalActivities + - personInterests + - personLanguages + - personPublications + - personPatents type: string microsoft.graph.externalConnectors.propertyType: title: propertyType @@ -1446503,6 +1448115,7 @@ components: - canceled - failed - unknownFutureValue + - canceling type: string microsoft.graph.identityGovernance.membershipChangeType: title: membershipChangeType @@ -1453389,6 +1455002,7 @@ components: - bytesSent - bytesReceived - totalBytes + - connections type: string microsoft.graph.networkaccess.alertSeverity: title: alertSeverity @@ -1457397,6 +1459011,11 @@ components: items: $ref: '#/components/schemas/microsoft.graph.security.sensorCandidate' x-ms-navigationProperty: true + sensorMigration: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.security.sensorMigration' + x-ms-navigationProperty: true sensors: type: array items: @@ -1458192,6 +1459811,8 @@ components: description: The fully qualified domain name of the sensor. healthStatus: $ref: '#/components/schemas/microsoft.graph.security.sensorHealthStatus' + migrationState: + $ref: '#/components/schemas/microsoft.graph.security.migrationState' openHealthIssuesCount: type: number description: This field displays the count of health issues related to this sensor. @@ -1458231,6 +1459852,11 @@ components: senseClientVersion: type: string description: The version of the Defender for Identity sensor client. Supports $filter (eq). + sensorTypes: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.security.deviceType' + description: 'The list of device type of the sensor. The possible values are: domainController, adfs,, adcs, entraConnect unknownFutureValue. This flagged enumeration allows multiple members to be returned simultaneously.' microsoft.graph.security.sensorCandidateActivationConfiguration: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -1458239,6 +1459865,30 @@ components: properties: activationMode: $ref: '#/components/schemas/microsoft.graph.security.sensorCandidateActivationMode' + microsoft.graph.security.sensorMigration: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: sensorMigration + 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 + displayName: + type: string + domainName: + type: string + healthStatus: + $ref: '#/components/schemas/microsoft.graph.security.sensorHealthStatus' + migrationState: + $ref: '#/components/schemas/microsoft.graph.security.migrationState' + sensorType: + $ref: '#/components/schemas/microsoft.graph.security.sensorType' + serviceStatus: + $ref: '#/components/schemas/microsoft.graph.security.serviceStatus' + version: + type: string microsoft.graph.security.settingsContainer: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -1462153,6 +1463803,20 @@ components: - $ref: '#/components/schemas/microsoft.graph.security.auditData' - title: microsoftTeamsShiftsAuditRecord type: object + microsoft.graph.security.migrateSensorsResult: + title: migrateSensorsResult + type: object + properties: + failedMigrationSensorIds: + type: array + items: + type: string + nullable: true + successfulMigrationSensorIds: + type: array + items: + type: string + nullable: true microsoft.graph.security.mipAutoLabelExchangeItemAuditRecord: allOf: - $ref: '#/components/schemas/microsoft.graph.security.auditData' @@ -1465009,6 +1466673,17 @@ components: - high - unknownFutureValue type: string + microsoft.graph.security.deviceType: + title: deviceType + enum: + - domainController + - adfs + - adcs + - entraConnect + - unknownFutureValue + type: string + x-ms-enum-flags: + isFlags: true microsoft.graph.security.disableUserEntityIdentifier: title: disableUserEntityIdentifier enum: @@ -1465584,6 +1467259,16 @@ components: type: string x-ms-enum-flags: isFlags: true + microsoft.graph.security.migrationState: + title: migrationState + enum: + - readyForMigration + - notReadyForMigration + - upToDate + - migrationFailed + - migrating + - unknownFutureValue + type: string microsoft.graph.security.onboardingStatus: title: onboardingStatus enum: @@ -1473537,6 +1475222,17 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.cloudCertificationAuthorityLeafCertificate' + microsoft.graph.cloudCertificationAuthorityVersionCollectionResponse: + title: Collection of cloudCertificationAuthorityVersion + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.cloudCertificationAuthorityVersion' microsoft.graph.cloudClipboardItemCollectionResponse: title: Collection of cloudClipboardItem type: object @@ -1474164,6 +1475860,17 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.post' + microsoft.graph.copilotPolicySettingCollectionResponse: + title: Collection of copilotPolicySetting + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.copilotPolicySetting' microsoft.graph.copilotPackageDetailCollectionResponse: title: Collection of copilotPackageDetail type: object @@ -1483492,6 +1485199,17 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.security.sensorCandidate' + microsoft.graph.security.sensorMigrationCollectionResponse: + title: Collection of sensorMigration + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.security.sensorMigration' microsoft.graph.security.sensorCollectionResponse: title: Collection of sensor type: object @@ -1491687,6 +1493405,17 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.vulnerabilityState' + microsoft.graph.appConfigurationSchemaItemTypeCollectionResponse: + title: Collection of microsoft.graph.appConfigurationSchemaItemType + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.appConfigurationSchemaItemType' microsoft.graph.extendedKeyUsageCollectionResponse: title: Collection of microsoft.graph.extendedKeyUsage type: object @@ -1495427,6 +1497156,28 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.responsibleSensitiveType' + microsoft.graph.classificationLimitCollectionResponse: + title: Collection of microsoft.graph.classificationLimit + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.classificationLimit' + microsoft.graph.unmatchedCollectionResponse: + title: Collection of microsoft.graph.unmatched + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.unmatched' microsoft.graph.contentClassificationCollectionResponse: title: Collection of microsoft.graph.contentClassification type: object @@ -1500074,6 +1501825,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.cloudCertificationAuthorityLeafCertificateCollectionResponse' + microsoft.graph.cloudCertificationAuthorityVersionCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.cloudCertificationAuthorityVersionCollectionResponse' microsoft.graph.cloudClipboardItemCollectionResponse: description: Retrieved collection content: @@ -1500416,6 +1502173,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.postCollectionResponse' + microsoft.graph.copilotPolicySettingCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.copilotPolicySettingCollectionResponse' microsoft.graph.copilotPackageDetailCollectionResponse: description: Retrieved collection content: @@ -1505504,6 +1507267,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.sensorCandidateCollectionResponse' + microsoft.graph.security.sensorMigrationCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.security.sensorMigrationCollectionResponse' microsoft.graph.security.sensorCollectionResponse: description: Retrieved collection content: @@ -1509974,6 +1511743,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.vulnerabilityStateCollectionResponse' + microsoft.graph.appConfigurationSchemaItemTypeCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.appConfigurationSchemaItemTypeCollectionResponse' microsoft.graph.extendedKeyUsageCollectionResponse: description: Retrieved collection content: @@ -1512014,6 +1513789,18 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.responsibleSensitiveTypeCollectionResponse' + microsoft.graph.classificationLimitCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.classificationLimitCollectionResponse' + microsoft.graph.unmatchedCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.unmatchedCollectionResponse' microsoft.graph.contentClassificationCollectionResponse: description: Retrieved collection content: @@ -1514825,6 +1516612,13 @@ components: value: isActive: 'true' microsoft.graph.allSitesBackup: { } + microsoft.graph.androidAppConfigurationSchema: + value: + exampleJson: AA== + nestedSchemaItems: + - '@odata.type': microsoft.graph.appConfigurationSchemaItemType + schemaItems: + - '@odata.type': microsoft.graph.appConfigurationSchemaItemType microsoft.graph.androidCertificateProfileBase: value: certificateValidityPeriodScale: @@ -1515238,6 +1517032,8 @@ components: '@odata.type': microsoft.graph.deviceManagementDerivedCredentialSettings identityCertificate: '@odata.type': microsoft.graph.androidDeviceOwnerCertificateProfileBase + lockdownExclusionList: + - String microsoftTunnelSiteId: String proxyExclusionList: - String @@ -1516405,6 +1518201,7 @@ components: - String configurationUris: - '@odata.type': microsoft.graph.configurationUri + deprecationDate: '0001-01-01' description: String displayName: String endpoints: @@ -1517980,6 +1519777,8 @@ components: '@odata.type': microsoft.graph.securityVendorInformation microsoft.graph.cloudCertificationAuthority: value: + activeVersion: + '@odata.type': microsoft.graph.cloudCertificationAuthorityVersion certificateDownloadUrl: String certificateKeySize: '@odata.type': microsoft.graph.cloudCertificationAuthorityCertificateKeySize @@ -1518023,11 +1519822,16 @@ components: validityPeriodInYears: '0' validityStartDateTime: '0001-01-01T00:00:00.0000000+00:00' versionNumber: '0' + versions: + - '@odata.type': microsoft.graph.cloudCertificationAuthorityVersion microsoft.graph.cloudCertificationAuthorityLeafCertificate: value: certificateStatus: '@odata.type': microsoft.graph.cloudCertificationAuthorityLeafCertificateStatus certificationAuthorityIssuerUri: String + certificationAuthorityVersionNumber: '0' + cloudCertificationAuthorityVersion: + '@odata.type': microsoft.graph.cloudCertificationAuthorityVersion crlDistributionPointUrl: String deviceId: String deviceName: String @@ -1518047,6 +1519851,29 @@ components: userPrincipalName: String validityEndDateTime: '0001-01-01T00:00:00.0000000+00:00' validityStartDateTime: '0001-01-01T00:00:00.0000000+00:00' + microsoft.graph.cloudCertificationAuthorityVersion: + value: + certificateDownloadUrl: String + certificateRevocationListUrl: String + certificateSigningRequest: String + certificationAuthorityId: String + certificationAuthorityIssuerUri: String + certificationAuthorityVersionStatus: + '@odata.type': microsoft.graph.cloudCertificationAuthorityVersionStatus + decommissionDateTime: '0001-01-01T00:00:00.0000000+00:00' + keyPlatform: + '@odata.type': microsoft.graph.cloudCertificationAuthorityKeyPlatformType + lastModifiedDateTime: '0001-01-01T00:00:00.0000000+00:00' + ocspResponderUri: String + scepServerUrl: String + serialNumber: String + subjectName: String + thumbprint: String + usage: + '@odata.type': microsoft.graph.cloudCertificationAuthorityVersionUsage + validityEndDateTime: '0001-01-01T00:00:00.0000000+00:00' + validityStartDateTime: '0001-01-01T00:00:00.0000000+00:00' + versionNumber: '0' microsoft.graph.cloudClipboardItem: value: createdDateTime: '0001-01-01T00:00:00.0000000+00:00' @@ -1518355,6 +1520182,8 @@ components: scopeIds: - String subnetId: String + subnetPrivateIpDetail: + '@odata.type': microsoft.graph.cloudPcOnPremisesConnectionSubnetIpDetail subscriptionId: String subscriptionName: String type: @@ -1519099,6 +1520928,8 @@ components: value: catalog: '@odata.type': microsoft.graph.copilotAdminCatalog + policySettings: + - '@odata.type': microsoft.graph.copilotPolicySetting settings: '@odata.type': microsoft.graph.copilotAdminSetting microsoft.graph.copilotAdminCatalog: @@ -1519179,6 +1521010,10 @@ components: value: enhancedPersonalization: '@odata.type': microsoft.graph.enhancedPersonalizationSetting + microsoft.graph.copilotPolicySetting: + value: + policyId: String + value: String microsoft.graph.copilotReportRoot: { } microsoft.graph.copilotRoot: value: @@ -1520652,6 +1522487,8 @@ components: '@odata.type': microsoft.graph.adminConsent advancedThreatProtectionOnboardingStateSummary: '@odata.type': microsoft.graph.advancedThreatProtectionOnboardingStateSummary + androidAppConfigurationSchema: + '@odata.type': microsoft.graph.androidAppConfigurationSchema androidDeviceOwnerEnrollmentProfiles: - '@odata.type': microsoft.graph.androidDeviceOwnerEnrollmentProfile androidForWorkAppConfigurationSchemas: @@ -1525497,6 +1527334,8 @@ components: value: advancedThreatProtectionRequiredSecurityLevel: '@odata.type': microsoft.graph.deviceThreatProtectionLevel + deviceCompliancePolicyScript: + '@odata.type': microsoft.graph.deviceCompliancePolicyScript deviceThreatProtectionEnabled: 'true' deviceThreatProtectionRequiredSecurityLevel: '@odata.type': microsoft.graph.deviceThreatProtectionLevel @@ -1536099,6 +1537938,10 @@ components: '@odata.type': microsoft.graph.windowsAutopilotSyncStatus microsoft.graph.windowsAutoUpdateCatalogApp: value: + allowedArchitectures: + '@odata.type': microsoft.graph.windowsArchitecture + installExperience: + '@odata.type': microsoft.graph.windowsAutoUpdateCatalogAppInstallExperience mobileAppCatalogPackageBranchId: String microsoft.graph.windowsCertificateProfileBase: value: @@ -1538152,6 +1539995,9 @@ components: schemaItemKey: String selections: - '@odata.type': microsoft.graph.keyValuePair + microsoft.graph.androidLobAppConfigurationSchemaRequestDetail: + value: + appId: String microsoft.graph.androidManagedStoreAppAssignmentSettings: value: androidManagedStoreAppTrackIds: @@ -1538227,6 +1540073,39 @@ components: value: resourceSpecificApplicationPermissions: - '@odata.type': microsoft.graph.resourceSpecificPermission + microsoft.graph.appConfigurationSchemaItemBooleanType: + value: + defaultValue: 'true' + microsoft.graph.appConfigurationSchemaItemBundleArray: { } + microsoft.graph.appConfigurationSchemaItemBundleType: { } + microsoft.graph.appConfigurationSchemaItemChoiceType: + value: + defaultValue: String + selections: + - '@odata.type': microsoft.graph.keyValuePair + microsoft.graph.appConfigurationSchemaItemHiddenType: + value: + defaultValue: String + microsoft.graph.appConfigurationSchemaItemIntegerType: + value: + defaultValue: '0' + microsoft.graph.appConfigurationSchemaItemMultiselectType: + value: + defaultValue: + - String + selections: + - '@odata.type': microsoft.graph.keyValuePair + microsoft.graph.appConfigurationSchemaItemStringType: + value: + defaultValue: String + microsoft.graph.appConfigurationSchemaItemType: + value: + description: String + displayName: String + index: '0' + parentIndex: '0' + schemaItemKey: String + microsoft.graph.appConfigurationSchemaRequestDetail: { } microsoft.graph.appConfigurationSettingItem: value: appConfigKey: String @@ -1539785,6 +1541664,12 @@ components: clientRequestId: String code: String errorDateTime: '0001-01-01T00:00:00.0000000+00:00' + microsoft.graph.classificationLimit: + value: + allowedLimit: '0' + code: String + impactedSensitiveTypeIds: + - String microsoft.graph.classificationRequestContentMetaData: value: sourceId: String @@ -1539793,6 +1541678,11 @@ components: confidenceLevel: '0' count: '0' sensitiveTypeId: String + microsoft.graph.classifierDiagnostic: + value: + classificationId: 00000000-0000-0000-0000-000000000000 + classificationMethod: + '@odata.type': microsoft.graph.classificationMethod microsoft.graph.clientCertificateAuthentication: value: certificateList: @@ -1539810,6 +1541700,9 @@ components: destinationServiceIp: String destinationServiceName: String riskScore: String + microsoft.graph.cloudCertificationAuthorityVersionUsage: + value: + issuedStagedLeafCertificateCount: '0' microsoft.graph.cloudClipboardItemPayload: value: content: String @@ -1540110,6 +1542003,10 @@ components: healthChecks: - '@odata.type': microsoft.graph.cloudPcOnPremisesConnectionHealthCheck startDateTime: '0001-01-01T00:00:00.0000000+00:00' + microsoft.graph.cloudPcOnPremisesConnectionSubnetIpDetail: + value: + subnetAvailableIpCount: '0' + subnetAvailableIpCountLastSyncDateTime: '0001-01-01T00:00:00.0000000+00:00' microsoft.graph.cloudPcPartnerAgentInstallResult: value: errorMessage: String @@ -1540245,6 +1542142,7 @@ components: subscriptionName: String microsoft.graph.cloudPcSupportedRegionRestrictionDetail: value: + availabilityZoneRestricted: 'true' cPURestricted: 'true' gPURestricted: 'true' nestedVirtualizationRestricted: 'true' @@ -1542078,6 +1543976,7 @@ components: value: message: String url: String + microsoft.graph.diagnosticMetadata: { } microsoft.graph.dictionaries: { } microsoft.graph.Dictionary: { } microsoft.graph.directorySizeQuota: @@ -1542625,6 +1544524,12 @@ components: discoveredSensitiveTypes: - '@odata.type': microsoft.graph.discoveredSensitiveType microsoft.graph.eventMessageDetail: { } + microsoft.graph.exactDataMatchDiagnostic: + value: + classificationLimits: + - '@odata.type': microsoft.graph.classificationLimit + unmatchedItems: + - '@odata.type': microsoft.graph.unmatched microsoft.graph.exactDataMatchStoreColumn: value: ignoredDelimiters: @@ -1542650,6 +1544555,13 @@ components: value: matches: - '@odata.type': microsoft.graph.sensitiveContentLocation + microsoft.graph.exactMatchDiagnostic: + value: + classificationId: 00000000-0000-0000-0000-000000000000 + classificationLimits: + - '@odata.type': microsoft.graph.classificationLimit + unmatchedItems: + - '@odata.type': microsoft.graph.unmatched microsoft.graph.exchangeOnlineCrossTenantMigrationSettings: value: sourceEndpoint: String @@ -1544322,6 +1546234,9 @@ components: federatedTokenIssuer: String msiType: '@odata.type': microsoft.graph.msiType + microsoft.graph.managedStoreAppConfigurationSchemaRequestDetail: + value: + packageName: String microsoft.graph.managementCertificateWithThumbprint: value: certificate: String @@ -1549117,6 +1551032,14 @@ components: model: String os: String osVersion: String + microsoft.graph.unmatched: + value: + code: String + corroborativeEvidences: + - String + idMatch: String + length: '0' + offset: '0' microsoft.graph.unrestrictedAudience: { } microsoft.graph.unsupportedDeviceConfigurationDetail: value: @@ -1549944,6 +1551867,32 @@ components: microsoft.graph.windowsAppXAppAssignmentSettings: value: useDeviceContext: 'true' + microsoft.graph.windowsAutoUpdateCatalogAppAssignmentSettings: + value: + deliveryOptimizationPriority: + '@odata.type': microsoft.graph.windowsAutoUpdateCatalogAppDeliveryOptimizationPriority + installTimeSettings: + '@odata.type': microsoft.graph.windowsAutoUpdateCatalogAppInstallTimeSettings + notificationType: + '@odata.type': microsoft.graph.windowsAutoUpdateCatalogAppNotificationType + restartSettings: + '@odata.type': microsoft.graph.windowsAutoUpdateCatalogAppRestartSettings + microsoft.graph.windowsAutoUpdateCatalogAppInstallExperience: + value: + deviceRestartBehavior: + '@odata.type': microsoft.graph.windowsAutoUpdateCatalogAppRestartBehavior + runAsAccount: + '@odata.type': microsoft.graph.runAsAccountType + microsoft.graph.windowsAutoUpdateCatalogAppInstallTimeSettings: + value: + deadlineDateTime: '0001-01-01T00:00:00.0000000+00:00' + startDateTime: '0001-01-01T00:00:00.0000000+00:00' + useLocalTime: 'true' + microsoft.graph.windowsAutoUpdateCatalogAppRestartSettings: + value: + countdownDisplayBeforeRestartInMinutes: '0' + gracePeriodInMinutes: '0' + restartNotificationSnoozeDurationInMinutes: '0' microsoft.graph.windowsDefenderScanActionResult: value: scanType: String @@ -1555119,6 +1557068,8 @@ components: '@odata.type': microsoft.graph.security.sensorCandidateActivationConfiguration sensorCandidates: - '@odata.type': microsoft.graph.security.sensorCandidate + sensorMigration: + - '@odata.type': microsoft.graph.security.sensorMigration sensors: - '@odata.type': microsoft.graph.security.sensor settings: @@ -1555376,6 +1557327,8 @@ components: - '@odata.type': microsoft.graph.security.healthIssue healthStatus: '@odata.type': microsoft.graph.security.sensorHealthStatus + migrationState: + '@odata.type': microsoft.graph.security.migrationState openHealthIssuesCount: '0' sensorType: '@odata.type': microsoft.graph.security.sensorType @@ -1555390,10 +1557343,26 @@ components: domainName: String lastSeenDateTime: '0001-01-01T00:00:00.0000000+00:00' senseClientVersion: String + sensorTypes: + - '@odata.type': microsoft.graph.security.deviceType microsoft.graph.security.sensorCandidateActivationConfiguration: value: activationMode: '@odata.type': microsoft.graph.security.sensorCandidateActivationMode + microsoft.graph.security.sensorMigration: + value: + createdDateTime: '0001-01-01T00:00:00.0000000+00:00' + displayName: String + domainName: String + healthStatus: + '@odata.type': microsoft.graph.security.sensorHealthStatus + migrationState: + '@odata.type': microsoft.graph.security.migrationState + sensorType: + '@odata.type': microsoft.graph.security.sensorType + serviceStatus: + '@odata.type': microsoft.graph.security.serviceStatus + version: String microsoft.graph.security.settingsContainer: value: autoAuditingConfiguration: @@ -1556571,6 +1558540,12 @@ components: microsoft.graph.security.microsoftTeamsRetentionLabelActionAuditRecord: { } microsoft.graph.security.microsoftTeamsSensitivityLabelActionAuditRecord: { } microsoft.graph.security.microsoftTeamsShiftsAuditRecord: { } + microsoft.graph.security.migrateSensorsResult: + value: + failedMigrationSensorIds: + - String + successfulMigrationSensorIds: + - String microsoft.graph.security.mipAutoLabelExchangeItemAuditRecord: { } microsoft.graph.security.mipAutoLabelItemAuditRecord: { } microsoft.graph.security.mipAutoLabelPolicyAuditRecord: { } @@ -1558917,6 +1560892,8 @@ tags: x-ms-docs-toc-type: page - name: deviceManagement.advancedThreatProtectionOnboardingStateSummary x-ms-docs-toc-type: page + - name: deviceManagement.androidAppConfigurationSchema + x-ms-docs-toc-type: page - name: deviceManagement.androidDeviceOwnerEnrollmentProfile x-ms-docs-toc-type: page - name: deviceManagement.androidForWorkAppConfigurationSchema diff --git a/openapi/beta/graphexplorer.yaml b/openapi/beta/graphexplorer.yaml index 18f7d78f..b57e0c0d 100644 --- a/openapi/beta/graphexplorer.yaml +++ b/openapi/beta/graphexplorer.yaml @@ -50143,10 +50143,10 @@ paths: tags: - applications.application.Functions summary: Invoke function delta - description: 'Get newly created, updated, or deleted applications and agent identity blueprints without having to perform a full read of the entire resource collection. For more information, see Use delta query to track changes in Microsoft Graph data for details.' + description: 'Get newly created, updated, or deleted directory objects without performing a full read of the entire directoryObject collection. For more information, see Use delta query to track changes in Microsoft Graph data for details.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/application-delta?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-beta operationId: applications.delta parameters: - $ref: '#/components/parameters/top' @@ -50166,58 +50166,6 @@ paths: enum: - id - deletedDateTime - - api - - appId - - appRoles - - authenticationBehaviors - - certification - - createdByAppId - - createdDateTime - - defaultRedirectUri - - description - - disabledByMicrosoftStatus - - displayName - - groupMembershipClaims - - identifierUris - - info - - isDeviceOnlyAuthSupported - - isDisabled - - isFallbackPublicClient - - keyCredentials - - logo - - managerApplications - - nativeAuthenticationApisEnabled - - notes - - onPremisesPublishing - - optionalClaims - - parentalControlSettings - - passwordCredentials - - publicClient - - publisherDomain - - requestSignatureVerification - - requiredResourceAccess - - samlMetadataUrl - - serviceManagementReference - - servicePrincipalLockConfiguration - - signInAudience - - signInAudienceRestrictions - - spa - - tags - - tokenEncryptionKeyId - - uniqueName - - verifiedPublisher - - web - - windows - - appManagementPolicies - - connectorGroup - - createdOnBehalfOf - - extensionProperties - - federatedIdentityCredentials - - homeRealmDiscoveryPolicies - - owners - - synchronization - - tokenIssuancePolicies - - tokenLifetimePolicies type: string - name: $orderby in: query @@ -50233,90 +50181,6 @@ paths: - id desc - deletedDateTime - deletedDateTime desc - - api - - api desc - - appId - - appId desc - - appRoles - - appRoles desc - - authenticationBehaviors - - authenticationBehaviors desc - - certification - - certification desc - - createdByAppId - - createdByAppId desc - - createdDateTime - - createdDateTime desc - - defaultRedirectUri - - defaultRedirectUri desc - - description - - description desc - - disabledByMicrosoftStatus - - disabledByMicrosoftStatus desc - - displayName - - displayName desc - - groupMembershipClaims - - groupMembershipClaims desc - - identifierUris - - identifierUris desc - - info - - info desc - - isDeviceOnlyAuthSupported - - isDeviceOnlyAuthSupported desc - - isDisabled - - isDisabled desc - - isFallbackPublicClient - - isFallbackPublicClient desc - - keyCredentials - - keyCredentials desc - - logo - - logo desc - - managerApplications - - managerApplications desc - - nativeAuthenticationApisEnabled - - nativeAuthenticationApisEnabled desc - - notes - - notes desc - - onPremisesPublishing - - onPremisesPublishing desc - - optionalClaims - - optionalClaims desc - - parentalControlSettings - - parentalControlSettings desc - - passwordCredentials - - passwordCredentials desc - - publicClient - - publicClient desc - - publisherDomain - - publisherDomain desc - - requestSignatureVerification - - requestSignatureVerification desc - - requiredResourceAccess - - requiredResourceAccess desc - - samlMetadataUrl - - samlMetadataUrl desc - - serviceManagementReference - - serviceManagementReference desc - - servicePrincipalLockConfiguration - - servicePrincipalLockConfiguration desc - - signInAudience - - signInAudience desc - - signInAudienceRestrictions - - signInAudienceRestrictions desc - - spa - - spa desc - - tags - - tags desc - - tokenEncryptionKeyId - - tokenEncryptionKeyId desc - - uniqueName - - uniqueName desc - - verifiedPublisher - - verifiedPublisher desc - - web - - web desc - - windows - - windows desc type: string - name: $expand in: query @@ -50329,16 +50193,6 @@ paths: items: enum: - '*' - - appManagementPolicies - - connectorGroup - - createdOnBehalfOf - - extensionProperties - - federatedIdentityCredentials - - homeRealmDiscoveryPolicies - - owners - - synchronization - - tokenIssuancePolicies - - tokenLifetimePolicies type: string responses: '200': @@ -50346,7 +50200,7 @@ paths: content: application/json: schema: - title: Collection of application + title: Collection of directoryObject type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' @@ -50355,7 +50209,7 @@ paths: value: type: array items: - $ref: '#/components/schemas/microsoft.graph.application' + $ref: '#/components/schemas/microsoft.graph.directoryObject' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: function @@ -50524,6 +50378,8 @@ paths: - categories desc - configurationUris - configurationUris desc + - deprecationDate + - deprecationDate desc - description - description desc - displayName @@ -50566,6 +50422,7 @@ paths: - id - categories - configurationUris + - deprecationDate - description - displayName - endpoints @@ -50634,6 +50491,7 @@ paths: - id - categories - configurationUris + - deprecationDate - description - displayName - endpoints @@ -97040,6 +96898,7 @@ paths: enum: - id - catalog + - policySettings - settings type: string - name: $expand @@ -97054,6 +96913,7 @@ paths: enum: - '*' - catalog + - policySettings - settings type: string responses: @@ -97541,6 +97401,209 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + /copilot/admin/policySettings: + description: Provides operations to manage the policySettings property of the microsoft.graph.copilotAdmin entity. + get: + tags: + - copilot.copilotAdmin + summary: Get policySettings from copilot + operationId: copilot.admin.ListPolicySettings + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - id desc + - policyId + - policyId desc + - value + - value desc + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - policyId + - value + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.copilotPolicySettingCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - copilot.copilotAdmin + summary: Create new navigation property to policySettings for copilot + operationId: copilot.admin.CreatePolicySettings + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.copilotPolicySetting' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.copilotPolicySetting' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/copilot/admin/policySettings/{copilotPolicySetting-id}': + description: Provides operations to manage the policySettings property of the microsoft.graph.copilotAdmin entity. + get: + tags: + - copilot.copilotAdmin + summary: Get policySettings from copilot + operationId: copilot.admin.GetPolicySettings + parameters: + - name: copilotPolicySetting-id + in: path + description: The unique identifier of copilotPolicySetting + required: true + schema: + type: string + x-ms-docs-key-type: copilotPolicySetting + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - policyId + - value + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.copilotPolicySetting' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - copilot.copilotAdmin + summary: Update the navigation property policySettings in copilot + operationId: copilot.admin.UpdatePolicySettings + parameters: + - name: copilotPolicySetting-id + in: path + description: The unique identifier of copilotPolicySetting + required: true + schema: + type: string + x-ms-docs-key-type: copilotPolicySetting + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.copilotPolicySetting' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - copilot.copilotAdmin + summary: Delete navigation property policySettings for copilot + operationId: copilot.admin.DeletePolicySettings + parameters: + - name: copilotPolicySetting-id + in: path + description: The unique identifier of copilotPolicySetting + required: true + schema: + type: string + x-ms-docs-key-type: copilotPolicySetting + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /copilot/admin/policySettings/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - copilot.copilotAdmin + summary: Get the number of the resource + operationId: copilot.admin.policySettings.GetCount-d6ed + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' /copilot/admin/settings: description: Provides operations to manage the settings property of the microsoft.graph.copilotAdmin entity. get: @@ -163460,6 +163523,7 @@ paths: - userExperienceAnalyticsSettings - windowsMalwareOverview - advancedThreatProtectionOnboardingStateSummary + - androidAppConfigurationSchema - androidDeviceOwnerEnrollmentProfiles - androidForWorkAppConfigurationSchemas - androidForWorkEnrollmentProfiles @@ -163644,6 +163708,7 @@ paths: enum: - '*' - advancedThreatProtectionOnboardingStateSummary + - androidAppConfigurationSchema - androidDeviceOwnerEnrollmentProfiles - androidForWorkAppConfigurationSchemas - androidForWorkEnrollmentProfiles @@ -164175,6 +164240,121 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + /deviceManagement/androidAppConfigurationSchema: + description: Provides operations to manage the androidAppConfigurationSchema property of the microsoft.graph.deviceManagement entity. + get: + tags: + - deviceManagement.androidAppConfigurationSchema + summary: Get androidAppConfigurationSchema from deviceManagement + description: Android App Configurations Schema entity. + operationId: deviceManagement.GetAndroidAppConfigurationSchema + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - exampleJson + - nestedSchemaItems + - schemaItems + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.androidAppConfigurationSchema' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceManagement.androidAppConfigurationSchema + summary: Update the navigation property androidAppConfigurationSchema in deviceManagement + operationId: deviceManagement.UpdateAndroidAppConfigurationSchema + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.androidAppConfigurationSchema' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceManagement.androidAppConfigurationSchema + summary: Delete navigation property androidAppConfigurationSchema for deviceManagement + operationId: deviceManagement.DeleteAndroidAppConfigurationSchema + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /deviceManagement/androidAppConfigurationSchema/microsoft.graph.retrieveSchema: + description: Provides operations to call the retrieveSchema method. + post: + tags: + - deviceManagement.androidAppConfigurationSchema + summary: Invoke action retrieveSchema + description: Retrieves the managed application configurations schema for the specified Android app. + operationId: deviceManagement.androidAppConfigurationSchema.retrieveSchema + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + requestDetail: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.appConfigurationSchemaRequestDetail' + - type: object + nullable: true + required: true + responses: + '200': + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.androidAppConfigurationSchema' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action /deviceManagement/androidDeviceOwnerEnrollmentProfiles: description: Provides operations to manage the androidDeviceOwnerEnrollmentProfiles property of the microsoft.graph.deviceManagement entity. get: @@ -168963,7 +169143,9 @@ paths: - validityPeriodInYears - validityStartDateTime - versionNumber + - activeVersion - cloudCertificationAuthorityLeafCertificate + - versions type: string - name: $expand in: query @@ -168976,7 +169158,9 @@ paths: items: enum: - '*' + - activeVersion - cloudCertificationAuthorityLeafCertificate + - versions type: string responses: '200': @@ -169070,7 +169254,9 @@ paths: - validityPeriodInYears - validityStartDateTime - versionNumber + - activeVersion - cloudCertificationAuthorityLeafCertificate + - versions type: string - name: $expand in: query @@ -169083,7 +169269,9 @@ paths: items: enum: - '*' + - activeVersion - cloudCertificationAuthorityLeafCertificate + - versions type: string responses: '200': @@ -169145,6 +169333,74 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation + '/deviceManagement/cloudCertificationAuthority/{cloudCertificationAuthority-id}/activeVersion': + description: Provides operations to manage the activeVersion property of the microsoft.graph.cloudCertificationAuthority entity. + get: + tags: + - deviceManagement.cloudCertificationAuthority + summary: Get activeVersion from deviceManagement + description: 'The currently active certification authority version. This navigation property provides direct access to the active version''s details including certificate information, URLs, and validity periods. The active version is automatically included in the default response when retrieving a certification authority entity without requiring $expand. Read-only.' + operationId: deviceManagement.cloudCertificationAuthority.GetActiveVersion + parameters: + - name: cloudCertificationAuthority-id + in: path + description: The unique identifier of cloudCertificationAuthority + required: true + schema: + type: string + x-ms-docs-key-type: cloudCertificationAuthority + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - certificateDownloadUrl + - certificateRevocationListUrl + - certificateSigningRequest + - certificationAuthorityId + - certificationAuthorityIssuerUri + - certificationAuthorityVersionStatus + - decommissionDateTime + - keyPlatform + - lastModifiedDateTime + - ocspResponderUri + - scepServerUrl + - serialNumber + - subjectName + - thumbprint + - usage + - validityEndDateTime + - validityStartDateTime + - versionNumber + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.cloudCertificationAuthorityVersion' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation '/deviceManagement/cloudCertificationAuthority/{cloudCertificationAuthority-id}/cloudCertificationAuthorityLeafCertificate': description: Provides operations to manage the cloudCertificationAuthorityLeafCertificate property of the microsoft.graph.cloudCertificationAuthority entity. get: @@ -169182,6 +169438,8 @@ paths: - certificateStatus desc - certificationAuthorityIssuerUri - certificationAuthorityIssuerUri desc + - certificationAuthorityVersionNumber + - certificationAuthorityVersionNumber desc - crlDistributionPointUrl - crlDistributionPointUrl desc - deviceId @@ -169230,6 +169488,7 @@ paths: - id - certificateStatus - certificationAuthorityIssuerUri + - certificationAuthorityVersionNumber - crlDistributionPointUrl - deviceId - deviceName @@ -169247,6 +169506,7 @@ paths: - userPrincipalName - validityEndDateTime - validityStartDateTime + - cloudCertificationAuthorityVersion type: string - name: $expand in: query @@ -169259,6 +169519,7 @@ paths: items: enum: - '*' + - cloudCertificationAuthorityVersion type: string responses: '200': @@ -169305,6 +169566,7 @@ paths: - id - certificateStatus - certificationAuthorityIssuerUri + - certificationAuthorityVersionNumber - crlDistributionPointUrl - deviceId - deviceName @@ -169322,6 +169584,7 @@ paths: - userPrincipalName - validityEndDateTime - validityStartDateTime + - cloudCertificationAuthorityVersion type: string - name: $expand in: query @@ -169334,6 +169597,7 @@ paths: items: enum: - '*' + - cloudCertificationAuthorityVersion type: string responses: '200': @@ -169367,6 +169631,47 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + '/deviceManagement/cloudCertificationAuthority/{cloudCertificationAuthority-id}/microsoft.graph.activate': + description: Provides operations to call the activate method. + post: + tags: + - deviceManagement.cloudCertificationAuthority + summary: Invoke action activate + operationId: deviceManagement.cloudCertificationAuthority.cloudCertificationAuthority.activate + parameters: + - name: cloudCertificationAuthority-id + in: path + description: The unique identifier of cloudCertificationAuthority + required: true + schema: + type: string + x-ms-docs-key-type: cloudCertificationAuthority + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + certificationAuthorityVersion: + maximum: 2147483647 + minimum: -2147483648 + type: number + format: int32 + required: true + responses: + '200': + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.cloudCertificationAuthority' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action '/deviceManagement/cloudCertificationAuthority/{cloudCertificationAuthority-id}/microsoft.graph.changeCloudCertificationAuthorityStatus': description: Provides operations to call the changeCloudCertificationAuthorityStatus method. post: @@ -169512,6 +169817,71 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action + '/deviceManagement/cloudCertificationAuthority/{cloudCertificationAuthority-id}/microsoft.graph.getCloudCertificationAuthorityVersion': + description: Provides operations to call the getCloudCertificationAuthorityVersion method. + post: + tags: + - deviceManagement.cloudCertificationAuthority + summary: Invoke action getCloudCertificationAuthorityVersion + operationId: deviceManagement.cloudCertificationAuthority.cloudCertificationAuthority.getCloudCertificationAuthorityVersion + parameters: + - name: cloudCertificationAuthority-id + in: path + description: The unique identifier of cloudCertificationAuthority + required: true + schema: + type: string + x-ms-docs-key-type: cloudCertificationAuthority + responses: + '200': + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.cloudCertificationAuthorityVersion' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/deviceManagement/cloudCertificationAuthority/{cloudCertificationAuthority-id}/microsoft.graph.getCloudCertificationAuthorityVersions': + description: Provides operations to call the getCloudCertificationAuthorityVersions method. + post: + tags: + - deviceManagement.cloudCertificationAuthority + summary: Invoke action getCloudCertificationAuthorityVersions + operationId: deviceManagement.cloudCertificationAuthority.cloudCertificationAuthority.getCloudCertificationAuthorityVersions + parameters: + - name: cloudCertificationAuthority-id + in: path + description: The unique identifier of cloudCertificationAuthority + required: true + schema: + type: string + x-ms-docs-key-type: cloudCertificationAuthority + responses: + '200': + description: Success + content: + application/json: + schema: + title: Collection of cloudCertificationAuthorityVersion + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.cloudCertificationAuthorityVersion' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore '/deviceManagement/cloudCertificationAuthority/{cloudCertificationAuthority-id}/microsoft.graph.patchCloudCertificationAuthority': description: Provides operations to call the patchCloudCertificationAuthority method. post: @@ -169577,6 +169947,27 @@ paths: x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore + '/deviceManagement/cloudCertificationAuthority/{cloudCertificationAuthority-id}/microsoft.graph.renew': + description: Provides operations to call the renew method. + post: + tags: + - deviceManagement.cloudCertificationAuthority + summary: Invoke action renew + operationId: deviceManagement.cloudCertificationAuthority.cloudCertificationAuthority.renew + parameters: + - name: cloudCertificationAuthority-id + in: path + description: The unique identifier of cloudCertificationAuthority + required: true + schema: + type: string + x-ms-docs-key-type: cloudCertificationAuthority + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action '/deviceManagement/cloudCertificationAuthority/{cloudCertificationAuthority-id}/microsoft.graph.revokeCloudCertificationAuthorityCertificate': description: Provides operations to call the revokeCloudCertificationAuthorityCertificate method. post: @@ -169783,6 +170174,224 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action + '/deviceManagement/cloudCertificationAuthority/{cloudCertificationAuthority-id}/versions': + description: Provides operations to manage the versions property of the microsoft.graph.cloudCertificationAuthority entity. + get: + tags: + - deviceManagement.cloudCertificationAuthority + summary: Get versions from deviceManagement + description: 'The collection of all certification authority versions, including active, staged, retired, and expired versions. This navigation property provides access to the full version history of the certification authority. Use $expand=versions to include this collection in the response. Read-only.' + operationId: deviceManagement.cloudCertificationAuthority.ListVersions + parameters: + - name: cloudCertificationAuthority-id + in: path + description: The unique identifier of cloudCertificationAuthority + required: true + schema: + type: string + x-ms-docs-key-type: cloudCertificationAuthority + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - id desc + - certificateDownloadUrl + - certificateDownloadUrl desc + - certificateRevocationListUrl + - certificateRevocationListUrl desc + - certificateSigningRequest + - certificateSigningRequest desc + - certificationAuthorityId + - certificationAuthorityId desc + - certificationAuthorityIssuerUri + - certificationAuthorityIssuerUri desc + - certificationAuthorityVersionStatus + - certificationAuthorityVersionStatus desc + - decommissionDateTime + - decommissionDateTime desc + - keyPlatform + - keyPlatform desc + - lastModifiedDateTime + - lastModifiedDateTime desc + - ocspResponderUri + - ocspResponderUri desc + - scepServerUrl + - scepServerUrl desc + - serialNumber + - serialNumber desc + - subjectName + - subjectName desc + - thumbprint + - thumbprint desc + - usage + - usage desc + - validityEndDateTime + - validityEndDateTime desc + - validityStartDateTime + - validityStartDateTime desc + - versionNumber + - versionNumber desc + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - certificateDownloadUrl + - certificateRevocationListUrl + - certificateSigningRequest + - certificationAuthorityId + - certificationAuthorityIssuerUri + - certificationAuthorityVersionStatus + - decommissionDateTime + - keyPlatform + - lastModifiedDateTime + - ocspResponderUri + - scepServerUrl + - serialNumber + - subjectName + - thumbprint + - usage + - validityEndDateTime + - validityStartDateTime + - versionNumber + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.cloudCertificationAuthorityVersionCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/deviceManagement/cloudCertificationAuthority/{cloudCertificationAuthority-id}/versions/{cloudCertificationAuthorityVersion-id}': + description: Provides operations to manage the versions property of the microsoft.graph.cloudCertificationAuthority entity. + get: + tags: + - deviceManagement.cloudCertificationAuthority + summary: Get versions from deviceManagement + description: 'The collection of all certification authority versions, including active, staged, retired, and expired versions. This navigation property provides access to the full version history of the certification authority. Use $expand=versions to include this collection in the response. Read-only.' + operationId: deviceManagement.cloudCertificationAuthority.GetVersions + parameters: + - name: cloudCertificationAuthority-id + in: path + description: The unique identifier of cloudCertificationAuthority + required: true + schema: + type: string + x-ms-docs-key-type: cloudCertificationAuthority + - name: cloudCertificationAuthorityVersion-id + in: path + description: The unique identifier of cloudCertificationAuthorityVersion + required: true + schema: + type: string + x-ms-docs-key-type: cloudCertificationAuthorityVersion + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - certificateDownloadUrl + - certificateRevocationListUrl + - certificateSigningRequest + - certificationAuthorityId + - certificationAuthorityIssuerUri + - certificationAuthorityVersionStatus + - decommissionDateTime + - keyPlatform + - lastModifiedDateTime + - ocspResponderUri + - scepServerUrl + - serialNumber + - subjectName + - thumbprint + - usage + - validityEndDateTime + - validityStartDateTime + - versionNumber + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.cloudCertificationAuthorityVersion' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceManagement/cloudCertificationAuthority/{cloudCertificationAuthority-id}/versions/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - deviceManagement.cloudCertificationAuthority + summary: Get the number of the resource + operationId: deviceManagement.cloudCertificationAuthority.versions.GetCount-33b7 + parameters: + - name: cloudCertificationAuthority-id + in: path + description: The unique identifier of cloudCertificationAuthority + required: true + schema: + type: string + x-ms-docs-key-type: cloudCertificationAuthority + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' /deviceManagement/cloudCertificationAuthority/$count: description: Provides operations to count the resources in the collection. get: @@ -169828,6 +170437,8 @@ paths: - certificateStatus desc - certificationAuthorityIssuerUri - certificationAuthorityIssuerUri desc + - certificationAuthorityVersionNumber + - certificationAuthorityVersionNumber desc - crlDistributionPointUrl - crlDistributionPointUrl desc - deviceId @@ -169876,6 +170487,7 @@ paths: - id - certificateStatus - certificationAuthorityIssuerUri + - certificationAuthorityVersionNumber - crlDistributionPointUrl - deviceId - deviceName @@ -169893,6 +170505,7 @@ paths: - userPrincipalName - validityEndDateTime - validityStartDateTime + - cloudCertificationAuthorityVersion type: string - name: $expand in: query @@ -169905,6 +170518,7 @@ paths: items: enum: - '*' + - cloudCertificationAuthorityVersion type: string responses: '200': @@ -169966,6 +170580,7 @@ paths: - id - certificateStatus - certificationAuthorityIssuerUri + - certificationAuthorityVersionNumber - crlDistributionPointUrl - deviceId - deviceName @@ -169983,6 +170598,7 @@ paths: - userPrincipalName - validityEndDateTime - validityStartDateTime + - cloudCertificationAuthorityVersion type: string - name: $expand in: query @@ -169995,6 +170611,7 @@ paths: items: enum: - '*' + - cloudCertificationAuthorityVersion type: string responses: '200': @@ -170056,6 +170673,74 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation + '/deviceManagement/cloudCertificationAuthorityLeafCertificate/{cloudCertificationAuthorityLeafCertificate-id}/cloudCertificationAuthorityVersion': + description: Provides operations to manage the cloudCertificationAuthorityVersion property of the microsoft.graph.cloudCertificationAuthorityLeafCertificate entity. + get: + tags: + - deviceManagement.cloudCertificationAuthorityLeafCertificate + summary: Get cloudCertificationAuthorityVersion from deviceManagement + description: The certification authority version that issued this leaf certificate. Read-only. + operationId: deviceManagement.cloudCertificationAuthorityLeafCertificate.GetCloudCertificationAuthorityVersion + parameters: + - name: cloudCertificationAuthorityLeafCertificate-id + in: path + description: The unique identifier of cloudCertificationAuthorityLeafCertificate + required: true + schema: + type: string + x-ms-docs-key-type: cloudCertificationAuthorityLeafCertificate + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - certificateDownloadUrl + - certificateRevocationListUrl + - certificateSigningRequest + - certificationAuthorityId + - certificationAuthorityIssuerUri + - certificationAuthorityVersionStatus + - decommissionDateTime + - keyPlatform + - lastModifiedDateTime + - ocspResponderUri + - scepServerUrl + - serialNumber + - subjectName + - thumbprint + - usage + - validityEndDateTime + - validityStartDateTime + - versionNumber + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.cloudCertificationAuthorityVersion' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation /deviceManagement/cloudCertificationAuthorityLeafCertificate/$count: description: Provides operations to count the resources in the collection. get: @@ -262150,6 +262835,8 @@ paths: - scopeIds desc - subnetId - subnetId desc + - subnetPrivateIpDetail + - subnetPrivateIpDetail desc - subscriptionId - subscriptionId desc - subscriptionName @@ -262189,6 +262876,7 @@ paths: - resourceGroupId - scopeIds - subnetId + - subnetPrivateIpDetail - subscriptionId - subscriptionName - type @@ -262289,6 +262977,7 @@ paths: - resourceGroupId - scopeIds - subnetId + - subnetPrivateIpDetail - subscriptionId - subscriptionName - type @@ -752287,6 +752976,47 @@ paths: x-ms-docs-operation-type: action x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/microsoft.graph.identityGovernance.activateWithScope' + '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/microsoft.graph.identityGovernance.cancelProcessing': + description: Provides operations to call the cancelProcessing method. + post: + tags: + - identityGovernance.lifecycleWorkflowsContainer + summary: Invoke action cancelProcessing + operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.workflow.cancelProcessing + parameters: + - name: workflow-id + in: path + description: The unique identifier of workflow + required: true + schema: + type: string + x-ms-docs-key-type: workflow + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + scope: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.identityGovernance.cancelScope' + - type: object + nullable: true + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2026-10-28' + date: '2025-10-28' + version: 2025-11/PrivatePreview:cancelWorkflows + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/microsoft.graph.identityGovernance.cancelProcessing' '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/microsoft.graph.identityGovernance.createNewVersion': description: Provides operations to call the createNewVersion method. post: @@ -765405,6 +766135,47 @@ paths: x-ms-docs-operation-type: action x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/microsoft.graph.identityGovernance.activateWithScope' + '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/microsoft.graph.identityGovernance.cancelProcessing': + description: Provides operations to call the cancelProcessing method. + post: + tags: + - identityGovernance.lifecycleWorkflowsContainer + summary: Invoke action cancelProcessing + operationId: identityGovernance.lifecycleWorkflows.workflows.workflow.cancelProcessing + parameters: + - name: workflow-id + in: path + description: The unique identifier of workflow + required: true + schema: + type: string + x-ms-docs-key-type: workflow + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + scope: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.identityGovernance.cancelScope' + - type: object + nullable: true + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2026-10-28' + date: '2025-10-28' + version: 2025-11/PrivatePreview:cancelWorkflows + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/microsoft.graph.identityGovernance.cancelProcessing' '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/microsoft.graph.identityGovernance.createNewVersion': description: Provides operations to call the createNewVersion method. post: @@ -1119428,6 +1120199,7 @@ paths: - identityAccounts - sensorCandidateActivationConfiguration - sensorCandidates + - sensorMigration - sensors - settings type: string @@ -1119446,6 +1120218,7 @@ paths: - identityAccounts - sensorCandidateActivationConfiguration - sensorCandidates + - sensorMigration - sensors - settings type: string @@ -1120145,6 +1120918,8 @@ paths: - lastSeenDateTime desc - senseClientVersion - senseClientVersion desc + - sensorTypes + - sensorTypes desc type: string - name: $select in: query @@ -1120161,6 +1120936,7 @@ paths: - domainName - lastSeenDateTime - senseClientVersion + - sensorTypes type: string - name: $expand in: query @@ -1120235,6 +1121011,7 @@ paths: - domainName - lastSeenDateTime - senseClientVersion + - sensorTypes type: string - name: $expand in: query @@ -1120355,6 +1121132,266 @@ paths: x-ms-docs-operation-type: action x-ms-docs-grouped-path: - '/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/microsoft.graph.security.activate' + /security/identities/sensorMigration: + description: Provides operations to manage the sensorMigration property of the microsoft.graph.security.identityContainer entity. + get: + tags: + - security.identityContainer + summary: Get sensorMigration from security + operationId: security.identities.ListSensorMigration + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - id desc + - createdDateTime + - createdDateTime desc + - displayName + - displayName desc + - domainName + - domainName desc + - healthStatus + - healthStatus desc + - migrationState + - migrationState desc + - sensorType + - sensorType desc + - serviceStatus + - serviceStatus desc + - version + - version desc + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - createdDateTime + - displayName + - domainName + - healthStatus + - migrationState + - sensorType + - serviceStatus + - version + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.security.sensorMigrationCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - security.identityContainer + summary: Create new navigation property to sensorMigration for security + operationId: security.identities.CreateSensorMigration + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.security.sensorMigration' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.security.sensorMigration' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/security/identities/sensorMigration/{sensorMigration-id}': + description: Provides operations to manage the sensorMigration property of the microsoft.graph.security.identityContainer entity. + get: + tags: + - security.identityContainer + summary: Get sensorMigration from security + operationId: security.identities.GetSensorMigration + parameters: + - name: sensorMigration-id + in: path + description: The unique identifier of sensorMigration + required: true + schema: + type: string + x-ms-docs-key-type: sensorMigration + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - createdDateTime + - displayName + - domainName + - healthStatus + - migrationState + - sensorType + - serviceStatus + - version + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.security.sensorMigration' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - security.identityContainer + summary: Update the navigation property sensorMigration in security + operationId: security.identities.UpdateSensorMigration + parameters: + - name: sensorMigration-id + in: path + description: The unique identifier of sensorMigration + required: true + schema: + type: string + x-ms-docs-key-type: sensorMigration + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.security.sensorMigration' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - security.identityContainer + summary: Delete navigation property sensorMigration for security + operationId: security.identities.DeleteSensorMigration + parameters: + - name: sensorMigration-id + in: path + description: The unique identifier of sensorMigration + required: true + schema: + type: string + x-ms-docs-key-type: sensorMigration + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /security/identities/sensorMigration/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - security.identityContainer + summary: Get the number of the resource + operationId: security.identities.sensorMigration.GetCount-fa8f + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + '200': + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /security/identities/sensorMigration/microsoft.graph.security.migrate: + description: Provides operations to call the migrate method. + post: + tags: + - security.identityContainer + summary: Invoke action migrate + operationId: security.identities.sensorMigration.migrate + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + sensorIds: + type: array + items: + type: string + nullable: true + required: true + responses: + '200': + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.security.migrateSensorsResult' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action /security/identities/sensors: description: Provides operations to manage the sensors property of the microsoft.graph.security.identityContainer entity. get: @@ -1120394,6 +1121431,8 @@ paths: - domainName desc - healthStatus - healthStatus desc + - migrationState + - migrationState desc - openHealthIssuesCount - openHealthIssuesCount desc - sensorType @@ -1120421,6 +1121460,7 @@ paths: - displayName - domainName - healthStatus + - migrationState - openHealthIssuesCount - sensorType - serviceStatus @@ -1120507,6 +1121547,7 @@ paths: - displayName - domainName - healthStatus + - migrationState - openHealthIssuesCount - sensorType - serviceStatus @@ -1604825,10 +1605866,10 @@ paths: tags: - users.user.Functions summary: Invoke function delta - description: 'Get newly created, updated, or deleted users without having to perform a full read of the entire user collection. For more information, see Use delta query to track changes in Microsoft Graph data for details.' + description: 'Get newly created, updated, or deleted directory objects without performing a full read of the entire directoryObject collection. For more information, see Use delta query to track changes in Microsoft Graph data for details.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/user-delta?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-beta operationId: users.delta parameters: - $ref: '#/components/parameters/top' @@ -1604848,169 +1605889,6 @@ paths: enum: - id - deletedDateTime - - aboutMe - - accountEnabled - - ageGroup - - assignedLicenses - - assignedPlans - - authorizationInfo - - birthday - - businessPhones - - city - - cloudLicensing - - cloudRealtimeCommunicationInfo - - companyName - - consentProvidedForMinor - - country - - createdDateTime - - creationType - - customSecurityAttributes - - department - - deviceEnrollmentLimit - - deviceKeys - - displayName - - employeeHireDate - - employeeId - - employeeLeaveDateTime - - employeeOrgData - - employeeType - - externalUserState - - externalUserStateChangeDateTime - - faxNumber - - givenName - - hireDate - - identities - - identityGovernance - - identityParentId - - imAddresses - - infoCatalogs - - interests - - isLicenseReconciliationNeeded - - isManagementRestricted - - isResourceAccount - - jobTitle - - lastPasswordChangeDateTime - - legalAgeGroupClassification - - licenseAssignmentStates - - mail - - mailboxSettings - - mailNickname - - mobilePhone - - mySite - - officeLocation - - onPremisesDistinguishedName - - onPremisesDomainName - - onPremisesExtensionAttributes - - onPremisesImmutableId - - onPremisesLastSyncDateTime - - onPremisesProvisioningErrors - - onPremisesSamAccountName - - onPremisesSecurityIdentifier - - onPremisesSipInfo - - onPremisesSyncEnabled - - onPremisesUserPrincipalName - - otherMails - - passwordPolicies - - passwordProfile - - pastProjects - - postalCode - - preferredDataLocation - - preferredLanguage - - preferredName - - print - - provisionedPlans - - proxyAddresses - - refreshTokensValidFromDateTime - - responsibilities - - schools - - securityIdentifier - - serviceProvisioningErrors - - showInAddressList - - signInActivity - - signInSessionsValidFromDateTime - - skills - - state - - streetAddress - - surname - - usageLocation - - userPrincipalName - - userType - - activities - - adhocCalls - - agreementAcceptances - - analytics - - appConsentRequestsForApproval - - appRoleAssignedResources - - appRoleAssignments - - approvals - - authentication - - calendar - - calendarGroups - - calendars - - calendarView - - chats - - cloudClipboard - - cloudPCs - - communications - - contactFolders - - contacts - - createdObjects - - dataSecurityAndGovernance - - deviceEnrollmentConfigurations - - deviceManagementTroubleshootingEvents - - devices - - directReports - - drive - - drives - - employeeExperience - - events - - extensions - - followedSites - - inferenceClassification - - informationProtection - - insights - - invitedBy - - joinedGroups - - joinedTeams - - licenseDetails - - mailFolders - - managedAppLogCollectionRequests - - managedAppRegistrations - - managedDevices - - manager - - memberOf - - messages - - mobileAppIntentAndStates - - mobileAppTroubleshootingEvents - - notifications - - oauth2PermissionGrants - - onenote - - onlineMeetings - - onPremisesSyncBehavior - - outlook - - ownedDevices - - ownedObjects - - pendingAccessReviewInstances - - people - - permissionGrants - - photo - - photos - - planner - - presence - - profile - - registeredDevices - - scopedRoleMemberOf - - security - - settings - - solutions - - sponsors - - teamwork - - todo - - transitiveMemberOf - - transitiveReports - - usageRights - - virtualEvents - - windowsInformationProtectionDeviceRegistrations type: string - name: $orderby in: query @@ -1605026,180 +1605904,6 @@ paths: - id desc - deletedDateTime - deletedDateTime desc - - aboutMe - - aboutMe desc - - accountEnabled - - accountEnabled desc - - ageGroup - - ageGroup desc - - assignedLicenses - - assignedLicenses desc - - assignedPlans - - assignedPlans desc - - authorizationInfo - - authorizationInfo desc - - birthday - - birthday desc - - businessPhones - - businessPhones desc - - city - - city desc - - cloudLicensing - - cloudLicensing desc - - cloudRealtimeCommunicationInfo - - cloudRealtimeCommunicationInfo desc - - companyName - - companyName desc - - consentProvidedForMinor - - consentProvidedForMinor desc - - country - - country desc - - createdDateTime - - createdDateTime desc - - creationType - - creationType desc - - customSecurityAttributes - - customSecurityAttributes desc - - department - - department desc - - deviceEnrollmentLimit - - deviceEnrollmentLimit desc - - deviceKeys - - deviceKeys desc - - displayName - - displayName desc - - employeeHireDate - - employeeHireDate desc - - employeeId - - employeeId desc - - employeeLeaveDateTime - - employeeLeaveDateTime desc - - employeeOrgData - - employeeOrgData desc - - employeeType - - employeeType desc - - externalUserState - - externalUserState desc - - externalUserStateChangeDateTime - - externalUserStateChangeDateTime desc - - faxNumber - - faxNumber desc - - givenName - - givenName desc - - hireDate - - hireDate desc - - identities - - identities desc - - identityGovernance - - identityGovernance desc - - identityParentId - - identityParentId desc - - imAddresses - - imAddresses desc - - infoCatalogs - - infoCatalogs desc - - interests - - interests desc - - isLicenseReconciliationNeeded - - isLicenseReconciliationNeeded desc - - isManagementRestricted - - isManagementRestricted desc - - isResourceAccount - - isResourceAccount desc - - jobTitle - - jobTitle desc - - lastPasswordChangeDateTime - - lastPasswordChangeDateTime desc - - legalAgeGroupClassification - - legalAgeGroupClassification desc - - licenseAssignmentStates - - licenseAssignmentStates desc - - mail - - mail desc - - mailboxSettings - - mailboxSettings desc - - mailNickname - - mailNickname desc - - mobilePhone - - mobilePhone desc - - mySite - - mySite desc - - officeLocation - - officeLocation desc - - onPremisesDistinguishedName - - onPremisesDistinguishedName desc - - onPremisesDomainName - - onPremisesDomainName desc - - onPremisesExtensionAttributes - - onPremisesExtensionAttributes desc - - onPremisesImmutableId - - onPremisesImmutableId desc - - onPremisesLastSyncDateTime - - onPremisesLastSyncDateTime desc - - onPremisesProvisioningErrors - - onPremisesProvisioningErrors desc - - onPremisesSamAccountName - - onPremisesSamAccountName desc - - onPremisesSecurityIdentifier - - onPremisesSecurityIdentifier desc - - onPremisesSipInfo - - onPremisesSipInfo desc - - onPremisesSyncEnabled - - onPremisesSyncEnabled desc - - onPremisesUserPrincipalName - - onPremisesUserPrincipalName desc - - otherMails - - otherMails desc - - passwordPolicies - - passwordPolicies desc - - passwordProfile - - passwordProfile desc - - pastProjects - - pastProjects desc - - postalCode - - postalCode desc - - preferredDataLocation - - preferredDataLocation desc - - preferredLanguage - - preferredLanguage desc - - preferredName - - preferredName desc - - print - - print desc - - provisionedPlans - - provisionedPlans desc - - proxyAddresses - - proxyAddresses desc - - refreshTokensValidFromDateTime - - refreshTokensValidFromDateTime desc - - responsibilities - - responsibilities desc - - schools - - schools desc - - securityIdentifier - - securityIdentifier desc - - serviceProvisioningErrors - - serviceProvisioningErrors desc - - showInAddressList - - showInAddressList desc - - signInActivity - - signInActivity desc - - signInSessionsValidFromDateTime - - signInSessionsValidFromDateTime desc - - skills - - skills desc - - state - - state desc - - streetAddress - - streetAddress desc - - surname - - surname desc - - usageLocation - - usageLocation desc - - userPrincipalName - - userPrincipalName desc - - userType - - userType desc type: string - name: $expand in: query @@ -1605212,82 +1605916,6 @@ paths: items: enum: - '*' - - activities - - adhocCalls - - agreementAcceptances - - analytics - - appConsentRequestsForApproval - - appRoleAssignedResources - - appRoleAssignments - - approvals - - authentication - - calendar - - calendarGroups - - calendars - - calendarView - - chats - - cloudClipboard - - cloudPCs - - communications - - contactFolders - - contacts - - createdObjects - - dataSecurityAndGovernance - - deviceEnrollmentConfigurations - - deviceManagementTroubleshootingEvents - - devices - - directReports - - drive - - drives - - employeeExperience - - events - - extensions - - followedSites - - inferenceClassification - - informationProtection - - insights - - invitedBy - - joinedGroups - - joinedTeams - - licenseDetails - - mailFolders - - managedAppLogCollectionRequests - - managedAppRegistrations - - managedDevices - - manager - - memberOf - - messages - - mobileAppIntentAndStates - - mobileAppTroubleshootingEvents - - notifications - - oauth2PermissionGrants - - onenote - - onlineMeetings - - onPremisesSyncBehavior - - outlook - - ownedDevices - - ownedObjects - - pendingAccessReviewInstances - - people - - permissionGrants - - photo - - photos - - planner - - presence - - profile - - registeredDevices - - scopedRoleMemberOf - - security - - settings - - solutions - - sponsors - - teamwork - - todo - - transitiveMemberOf - - transitiveReports - - usageRights - - virtualEvents - - windowsInformationProtectionDeviceRegistrations type: string responses: '200': @@ -1605295,7 +1605923,7 @@ paths: content: application/json: schema: - title: Collection of user + title: Collection of directoryObject type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' @@ -1605304,7 +1605932,7 @@ paths: value: type: array items: - $ref: '#/components/schemas/microsoft.graph.user' + $ref: '#/components/schemas/microsoft.graph.directoryObject' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: function @@ -1609359,6 +1609987,28 @@ components: - $ref: '#/components/schemas/microsoft.graph.fullServiceBackupBase' - title: allSitesBackup type: object + microsoft.graph.androidAppConfigurationSchema: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: androidAppConfigurationSchema + type: object + properties: + exampleJson: + type: string + description: UTF8 encoded byte array containing example JSON string conforming to this schema that demonstrates how to set the configuration for this app + format: base64url + nullable: true + nestedSchemaItems: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.appConfigurationSchemaItemType' + description: Collection of items each representing a named configuration option in the schema. It contains a flat list of all configuration. + schemaItems: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.appConfigurationSchemaItemType' + description: Collection of items each representing a named configuration option in the schema. It only contains the root-level configuration. + description: Schema describing an Android application's custom configurations. microsoft.graph.androidCertificateProfileBase: allOf: - $ref: '#/components/schemas/microsoft.graph.deviceConfiguration' @@ -1610823,6 +1611473,12 @@ components: items: $ref: '#/components/schemas/microsoft.graph.keyValuePair' description: Custom data to define key/value pairs specific to a VPN provider. This collection can contain a maximum of 25 elements. + lockdownExclusionList: + type: array + items: + type: string + nullable: true + description: List of app package names that will be able to access the network directly when VPN is in lockdown mode but not connected. microsoftTunnelSiteId: type: string description: Microsoft Tunnel site ID. @@ -1614472,6 +1615128,12 @@ components: items: $ref: '#/components/schemas/microsoft.graph.configurationUri' description: The URIs required for the single sign-on configuration of a preintegrated application. + deprecationDate: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' + type: string + description: 'Deprecation date for this application. If specified, the application will be removed from the Microsoft Entra application gallery on this date.' + format: date + nullable: true description: type: string description: A description of the application. @@ -1619649,12 +1620311,25 @@ components: type: number description: 'The certification authority version, which is incremented each time the certification authority is renewed. Read-only.' format: int32 + activeVersion: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.cloudCertificationAuthorityVersion' + - type: object + nullable: true + description: 'The currently active certification authority version. This navigation property provides direct access to the active version''s details including certificate information, URLs, and validity periods. The active version is automatically included in the default response when retrieving a certification authority entity without requiring $expand. Read-only.' + x-ms-navigationProperty: true cloudCertificationAuthorityLeafCertificate: type: array items: $ref: '#/components/schemas/microsoft.graph.cloudCertificationAuthorityLeafCertificate' description: Required OData property to expose leaf certificate API. x-ms-navigationProperty: true + versions: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.cloudCertificationAuthorityVersion' + description: 'The collection of all certification authority versions, including active, staged, retired, and expired versions. This navigation property provides access to the full version history of the certification authority. Use $expand=versions to include this collection in the response. Read-only.' + x-ms-navigationProperty: true description: Entity that represents a collection of metadata of a cloud certification authority. microsoft.graph.cloudCertificationAuthorityLeafCertificate: allOf: @@ -1619668,6 +1620343,12 @@ components: type: string description: The URI of the certification authority that issued the certificate. Read-only. nullable: true + certificationAuthorityVersionNumber: + maximum: 2147483647 + minimum: -2147483648 + type: number + description: The version number of the certification authority that issued this leaf certificate. Read-only. + format: int32 crlDistributionPointUrl: type: string description: URL to find the relevant Certificate Revocation List for this certificate. Read-only. @@ -1619745,7 +1620426,100 @@ components: description: 'The start date time of the validity period of a certificate. Certificates cannot be used before this date time as they are not yet valid. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: ''2014-01-01T00:00:00Z''. Nullable. Read-only. Supports $orderby.' format: date-time nullable: true + cloudCertificationAuthorityVersion: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.cloudCertificationAuthorityVersion' + - type: object + nullable: true + description: The certification authority version that issued this leaf certificate. Read-only. + x-ms-navigationProperty: true description: Entity that represents a leaf certificate issued by a cloud certification authority. + microsoft.graph.cloudCertificationAuthorityVersion: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: cloudCertificationAuthorityVersion + type: object + properties: + certificateDownloadUrl: + type: string + description: The URL to download the certification authority certificate. Read-only. + nullable: true + certificateRevocationListUrl: + type: string + description: The cloud certification authority's Certificate Revocation List URL that can be used to determine revocation status. Read-only. + nullable: true + certificateSigningRequest: + type: string + description: 'The certificate signing request used to create an issuing certification authority with a root certification authority external to Microsoft Cloud PKI. The based-64 encoded certificate signing request can be downloaded through this property. After downloading the certificate signing request, it must be signed by the external root certifcation authority. Read-only.' + nullable: true + certificationAuthorityId: + type: string + description: The certification authority identifier. Read-only. + certificationAuthorityIssuerUri: + type: string + description: The URI of the issuing certification authority of a subordinate certification authority. Returns null if a root certification authority. Nullable. Read-only. + nullable: true + certificationAuthorityVersionStatus: + $ref: '#/components/schemas/microsoft.graph.cloudCertificationAuthorityVersionStatus' + decommissionDateTime: + 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 date and time when the certification authority version is scheduled to be decommissioned. Only applicable for staged certification authority versions. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: ''2014-01-01T00:00:00Z''. Nullable. Read-only.' + format: date-time + nullable: true + keyPlatform: + $ref: '#/components/schemas/microsoft.graph.cloudCertificationAuthorityKeyPlatformType' + lastModifiedDateTime: + 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: 'Last modification date and time of this certification authority entity instance. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: ''2014-01-01T00:00:00Z''. Nullable. Read-only.' + format: date-time + nullable: true + ocspResponderUri: + type: string + description: The Online Certificate Status Protocol (OCSP) responder URI that can be used to determine certificate status. Read-only. + nullable: true + scepServerUrl: + type: string + description: The SCEP server URL for device SCEP connections to request certificates. Read-only. + nullable: true + serialNumber: + type: string + description: The serial number used to uniquely identify a certificate with its issuing certification authority. Read-only. + nullable: true + subjectName: + type: string + description: 'The subject name of the certificate. The subject is the target or intended beneficiary of the security being provided, such as a company or government entity. Read-only.' + nullable: true + thumbprint: + type: string + description: Secure Hash Algorithm 1 digest of the certificate that can be used to identify it. Read-only. + nullable: true + usage: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.cloudCertificationAuthorityVersionUsage' + - type: object + nullable: true + description: 'The usage details associated with this certification authority version, including reporting data such as the number of leaf certificates issued during the staged period. Read-only.' + validityEndDateTime: + 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 end date time of the validity period of a certification authority certificate. Certificates cannot be used after this date time as they are longer valid. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: ''2014-01-01T00:00:00Z''. Nullable. Read-only.' + format: date-time + nullable: true + validityStartDateTime: + 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 start date time of the validity period of a certification authority certificate. Certificates cannot be used before this date time as they are not yet valid. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: ''2014-01-01T00:00:00Z''. Nullable. Read-only.' + format: date-time + nullable: true + versionNumber: + maximum: 2147483647 + minimum: -2147483648 + type: number + description: The version number assigned to this specific certification authority version entity. Read-only. + format: int32 + description: Entity that represents version-specific properties of a cloud certification authority. microsoft.graph.cloudClipboardItem: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -1620765,6 +1621539,11 @@ components: subnetId: type: string description: 'The ID of the target subnet. Required format: /subscriptions/{subscription-id}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkId}/subnets/{subnetName}.' + subnetPrivateIpDetail: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.cloudPcOnPremisesConnectionSubnetIpDetail' + - type: object + nullable: true subscriptionId: type: string description: The ID of the target Azure subscription associated with your tenant. @@ -1623066,6 +1623845,11 @@ components: - type: object nullable: true x-ms-navigationProperty: true + policySettings: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.copilotPolicySetting' + x-ms-navigationProperty: true settings: anyOf: - $ref: '#/components/schemas/microsoft.graph.copilotAdminSetting' @@ -1623293,6 +1624077,18 @@ components: - type: object nullable: true x-ms-navigationProperty: true + microsoft.graph.copilotPolicySetting: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: copilotPolicySetting + type: object + properties: + policyId: + type: string + nullable: true + value: + type: string + nullable: true microsoft.graph.copilotReportRoot: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -1628310,6 +1629106,13 @@ components: nullable: true description: The summary state of ATP onboarding state for this account. x-ms-navigationProperty: true + androidAppConfigurationSchema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.androidAppConfigurationSchema' + - type: object + nullable: true + description: Android App Configurations Schema entity. + x-ms-navigationProperty: true androidDeviceOwnerEnrollmentProfiles: type: array items: @@ -1643909,6 +1644712,12 @@ components: properties: advancedThreatProtectionRequiredSecurityLevel: $ref: '#/components/schemas/microsoft.graph.deviceThreatProtectionLevel' + deviceCompliancePolicyScript: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.deviceCompliancePolicyScript' + - type: object + nullable: true + description: 'Custom compliance configuration for the policy (script identifier and rules content). When set, custom compliance rules are evaluated and the device is marked noncompliant when any rule evaluates to noncompliant. When not set, no custom compliance rules are evaluated. Default is null, when set to default it is not evaluated.' deviceThreatProtectionEnabled: type: boolean description: Require that devices have enabled device threat protection. @@ -1679029,6 +1679838,18 @@ components: - title: windowsAutoUpdateCatalogApp type: object properties: + allowedArchitectures: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.windowsArchitecture' + - type: object + nullable: true + description: 'Indicates the set of CPU architectures on which this application is allowed to be installed. When null, the app is eligible for installation on all the supported architectures. Possible values are: x86, x64, arm64, or a combination of them.' + installExperience: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.windowsAutoUpdateCatalogAppInstallExperience' + - type: object + nullable: true + description: 'Describes how the app installer executes on the target device, including the account context (system or user) under which the installer runs and how the device handles restarts after installation completes. When omitted, the service applies default values (runAsAccount = system, deviceRestartBehavior = basedOnReturnCode).' mobileAppCatalogPackageBranchId: type: string description: 'The identifier of a specific branch in a product, which is a specific subset of product functionality as defined by the publisher . This is run-time resolved to be the latest MobileAppCatalogPackage in the branch. (example:''31a4c766-f23d-8d41-4803-35e155be7389''). Read-Only' @@ -1685777,6 +1686598,17 @@ components: $ref: '#/components/schemas/microsoft.graph.keyValuePair' description: List of human readable name/value pairs for the valid values that can be set for this item (Choice and Multiselect items only) description: Single configuration item inside an Android for Work application's custom configuration schema. + microsoft.graph.androidLobAppConfigurationSchemaRequestDetail: + allOf: + - $ref: '#/components/schemas/microsoft.graph.appConfigurationSchemaRequestDetail' + - title: androidLobAppConfigurationSchemaRequestDetail + type: object + properties: + appId: + type: string + description: The application policy ID of the Android LOB app + nullable: true + description: The request parameter for requesting Android LOB app configuration schema. microsoft.graph.androidManagedStoreAppAssignmentSettings: allOf: - $ref: '#/components/schemas/microsoft.graph.mobileAppAssignmentSettings' @@ -1686007,6 +1686839,133 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermission' + microsoft.graph.appConfigurationSchemaItemBooleanType: + allOf: + - $ref: '#/components/schemas/microsoft.graph.appConfigurationSchemaItemType' + - title: appConfigurationSchemaItemBooleanType + type: object + properties: + defaultValue: + type: boolean + description: 'Default value, if specified by the app developer' + nullable: true + description: Boolean configuration item inside an Android application's custom configuration schema. + microsoft.graph.appConfigurationSchemaItemBundleArray: + allOf: + - $ref: '#/components/schemas/microsoft.graph.appConfigurationSchemaItemType' + - title: appConfigurationSchemaItemBundleArray + type: object + description: Bundle array configuration item inside an Android application's custom configuration schema. + microsoft.graph.appConfigurationSchemaItemBundleType: + allOf: + - $ref: '#/components/schemas/microsoft.graph.appConfigurationSchemaItemType' + - title: appConfigurationSchemaItemBundleType + type: object + description: Bundle configuration item inside an Android application's custom configuration schema. + microsoft.graph.appConfigurationSchemaItemChoiceType: + allOf: + - $ref: '#/components/schemas/microsoft.graph.appConfigurationSchemaItemType' + - title: appConfigurationSchemaItemChoiceType + type: object + properties: + defaultValue: + type: string + description: 'Default value, if specified by the app developer' + nullable: true + selections: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.keyValuePair' + description: List of human readable name/value pairs for the valid values that can be set for this item + description: Choice configuration item inside an Android application's custom configuration schema. + microsoft.graph.appConfigurationSchemaItemHiddenType: + allOf: + - $ref: '#/components/schemas/microsoft.graph.appConfigurationSchemaItemType' + - title: appConfigurationSchemaItemHiddenType + type: object + properties: + defaultValue: + type: string + description: 'Default value, if specified by the app developer' + nullable: true + description: Hidden configuration item inside an Android application's custom configuration schema. + microsoft.graph.appConfigurationSchemaItemIntegerType: + allOf: + - $ref: '#/components/schemas/microsoft.graph.appConfigurationSchemaItemType' + - title: appConfigurationSchemaItemIntegerType + type: object + properties: + defaultValue: + maximum: 2147483647 + minimum: -2147483648 + type: number + description: 'Default value, if specified by the app developer. Valid values 0 to 2147483647' + format: int32 + nullable: true + description: Integer configuration item inside an Android application's custom configuration schema. + microsoft.graph.appConfigurationSchemaItemMultiselectType: + allOf: + - $ref: '#/components/schemas/microsoft.graph.appConfigurationSchemaItemType' + - title: appConfigurationSchemaItemMultiselectType + type: object + properties: + defaultValue: + type: array + items: + type: string + nullable: true + description: 'Default value, if specified by the app developer' + selections: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.keyValuePair' + description: List of human readable name/value pairs for the valid values that can be set for this item + description: Multiselect configuration item inside an Android application's custom configuration schema. + microsoft.graph.appConfigurationSchemaItemStringType: + allOf: + - $ref: '#/components/schemas/microsoft.graph.appConfigurationSchemaItemType' + - title: appConfigurationSchemaItemStringType + type: object + properties: + defaultValue: + type: string + description: 'Default value, if specified by the app developer' + nullable: true + description: String configuration item inside an Android application's custom configuration schema. + microsoft.graph.appConfigurationSchemaItemType: + title: appConfigurationSchemaItemType + type: object + properties: + description: + type: string + description: Description of what the item controls within the application + nullable: true + displayName: + type: string + description: Human readable name + nullable: true + index: + maximum: 2147483647 + minimum: -2147483648 + type: number + description: Unique index the application uses to maintain nested schema items. Valid values 0 to 2147483647 + format: int32 + parentIndex: + maximum: 2147483647 + minimum: -2147483648 + type: number + description: Index of parent schema item to track nested schema items. Valid values 0 to 2147483647 + format: int32 + nullable: true + schemaItemKey: + type: string + description: Unique key the application uses to identify the item + nullable: true + description: Single configuration item inside an Android application's configuration schema. + microsoft.graph.appConfigurationSchemaRequestDetail: + title: appConfigurationSchemaRequestDetail + type: object + description: Base type for the request parameters that identifies the requested app configuration schema. microsoft.graph.appConfigurationSettingItem: title: appConfigurationSettingItem type: object @@ -1690737,6 +1691696,23 @@ components: description: The date and time the inner error occurred. format: date-time nullable: true + microsoft.graph.classificationLimit: + title: classificationLimit + type: object + properties: + allowedLimit: + maximum: 2147483647 + minimum: -2147483648 + type: number + format: int32 + nullable: true + code: + type: string + nullable: true + impactedSensitiveTypeIds: + type: array + items: + type: string microsoft.graph.classificationRequestContentMetaData: title: classificationRequestContentMetaData type: object @@ -1690763,6 +1691739,16 @@ components: sensitiveTypeId: type: string description: The GUID of the discovered sensitive information type. + microsoft.graph.classifierDiagnostic: + title: classifierDiagnostic + type: object + properties: + classificationId: + pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' + type: string + format: uuid + classificationMethod: + $ref: '#/components/schemas/microsoft.graph.classificationMethod' microsoft.graph.clientCertificateAuthentication: allOf: - $ref: '#/components/schemas/microsoft.graph.apiAuthenticationConfigurationBase' @@ -1690812,6 +1691798,18 @@ components: type: string description: 'Provider-generated/calculated risk score of the Cloud Application/Service. Recommended value range of 0-1, which equates to a percentage.' nullable: true + microsoft.graph.cloudCertificationAuthorityVersionUsage: + title: cloudCertificationAuthorityVersionUsage + type: object + properties: + issuedStagedLeafCertificateCount: + maximum: 2147483647 + minimum: -2147483648 + type: number + description: The number of leaf certificates issued by the certification authority version when it was in the staged status. Only applicable for staged certification authority versions. Nullable. Read-only. + format: int32 + nullable: true + description: Complex type that represents usage details associated with a certification authority version. This type provides reporting data such as the number of leaf certificates issued during specific lifecycle phases. microsoft.graph.cloudClipboardItemPayload: title: cloudClipboardItemPayload type: object @@ -1691712,6 +1692710,21 @@ components: type: string description: 'The start time of the connection health check. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time + microsoft.graph.cloudPcOnPremisesConnectionSubnetIpDetail: + title: cloudPcOnPremisesConnectionSubnetIpDetail + type: object + properties: + subnetAvailableIpCount: + maximum: 2147483647 + minimum: -2147483648 + type: number + format: int32 + nullable: true + subnetAvailableIpCountLastSyncDateTime: + 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 microsoft.graph.cloudPcPartnerAgentInstallResult: title: cloudPcPartnerAgentInstallResult type: object @@ -1692118,6 +1693131,9 @@ components: title: cloudPcSupportedRegionRestrictionDetail type: object properties: + availabilityZoneRestricted: + type: boolean + nullable: true cPURestricted: type: boolean description: Indicates that the region is restricted for Cloud PC CPU provisioning. True indicates that Cloud PC provisioning with CPU isn't available in this region. false indicates that it's available. The default value is false. Read-only. @@ -1697770,6 +1698786,9 @@ components: type: string description: The link to the documentation for this issue. nullable: true + microsoft.graph.diagnosticMetadata: + title: diagnosticMetadata + type: object microsoft.graph.dictionaries: title: dictionaries type: object @@ -1699432,6 +1700451,20 @@ components: microsoft.graph.eventMessageDetail: title: eventMessageDetail type: object + microsoft.graph.exactDataMatchDiagnostic: + allOf: + - $ref: '#/components/schemas/microsoft.graph.classifierDiagnostic' + - title: exactDataMatchDiagnostic + type: object + properties: + classificationLimits: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.classificationLimit' + unmatchedItems: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.unmatched' microsoft.graph.exactDataMatchStoreColumn: title: exactDataMatchStoreColumn type: object @@ -1699494,6 +1700527,22 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.sensitiveContentLocation' + microsoft.graph.exactMatchDiagnostic: + title: exactMatchDiagnostic + type: object + properties: + classificationId: + pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' + type: string + format: uuid + classificationLimits: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.classificationLimit' + unmatchedItems: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.unmatched' microsoft.graph.exchangeOnlineCrossTenantMigrationSettings: title: exchangeOnlineCrossTenantMigrationSettings type: object @@ -1704702,6 +1705751,17 @@ components: - type: object nullable: true description: 'The possible values are: none, userAssigned, systemAssigned, unknownFutureValue.' + microsoft.graph.managedStoreAppConfigurationSchemaRequestDetail: + allOf: + - $ref: '#/components/schemas/microsoft.graph.appConfigurationSchemaRequestDetail' + - title: managedStoreAppConfigurationSchemaRequestDetail + type: object + properties: + packageName: + type: string + description: The package name of the Android Managed Play Store app + nullable: true + description: The request parameter for requesting Android Managed Play Store app configuration schema. microsoft.graph.managementCertificateWithThumbprint: title: managementCertificateWithThumbprint type: object @@ -1719401,6 +1720461,32 @@ components: description: Operating system version. nullable: true description: Unmanaged device discovered in the network. + microsoft.graph.unmatched: + title: unmatched + type: object + properties: + code: + type: string + nullable: true + corroborativeEvidences: + type: array + items: + type: string + idMatch: + type: string + nullable: true + length: + maximum: 2147483647 + minimum: -2147483648 + type: number + format: int32 + nullable: true + offset: + maximum: 2147483647 + minimum: -2147483648 + type: number + format: int32 + nullable: true microsoft.graph.unrestrictedAudience: allOf: - $ref: '#/components/schemas/microsoft.graph.signInAudienceRestrictionsBase' @@ -1721969,6 +1723055,82 @@ components: type: boolean description: 'When TRUE, indicates that device execution context will be used for the AppX mobile app. When FALSE, indicates that user context will be used for the AppX mobile app. By default, this property is set to FALSE. Once this property has been set to TRUE it cannot be changed.' description: Contains properties used when assigning a Windows AppX mobile app to a group. + microsoft.graph.windowsAutoUpdateCatalogAppAssignmentSettings: + allOf: + - $ref: '#/components/schemas/microsoft.graph.mobileAppAssignmentSettings' + - title: windowsAutoUpdateCatalogAppAssignmentSettings + type: object + properties: + deliveryOptimizationPriority: + $ref: '#/components/schemas/microsoft.graph.windowsAutoUpdateCatalogAppDeliveryOptimizationPriority' + installTimeSettings: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.windowsAutoUpdateCatalogAppInstallTimeSettings' + - type: object + nullable: true + description: 'Specifies the deadline by which the app must be installed on the device. When null, the app is offered for immediate installation with no enforced deadline.' + notificationType: + $ref: '#/components/schemas/microsoft.graph.windowsAutoUpdateCatalogAppNotificationType' + restartSettings: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.windowsAutoUpdateCatalogAppRestartSettings' + - type: object + nullable: true + description: 'Specifies the restart coordination behavior after the app is installed—including how long to wait before restarting, when to show a countdown, and how long the user can snooze. When null, no restart coordination is applied (the device may still restart based on the app''s deviceRestartBehavior setting). Note: the service accepts restart settings regardless of the app''s deviceRestartBehavior value; the device agent determines which settings are actually honored at runtime.' + description: 'Contains per-group deployment configuration for a windowsAutoUpdateCatalogApp. These settings control the end-user experience when the app is deployed to a specific group—including whether notifications are shown, how delivery bandwidth is used, when the app must be installed by, and how the device coordinates restarts afterward.' + microsoft.graph.windowsAutoUpdateCatalogAppInstallExperience: + title: windowsAutoUpdateCatalogAppInstallExperience + type: object + properties: + deviceRestartBehavior: + $ref: '#/components/schemas/microsoft.graph.windowsAutoUpdateCatalogAppRestartBehavior' + runAsAccount: + $ref: '#/components/schemas/microsoft.graph.runAsAccountType' + description: 'Describes how the app installer runs on target devices, including which account context it runs under and how the device handles restarts after installation. When omitted, the service applies default values (runAsAccount = system, deviceRestartBehavior = basedOnReturnCode).' + microsoft.graph.windowsAutoUpdateCatalogAppInstallTimeSettings: + title: windowsAutoUpdateCatalogAppInstallTimeSettings + type: object + properties: + deadlineDateTime: + 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 maximum allowed date and time by which the app must be installed on the device. After this deadline, the Intune management extension enforces installation automatically. When null, there is no enforced deadline.' + format: date-time + nullable: true + startDateTime: + 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 at which the app should be available for installation on the device. When null, the app is available immediately.' + format: date-time + nullable: true + useLocalTime: + type: boolean + description: 'Indicates whether the startDateTime and deadlineDateTime values should be interpreted using the device''s local time zone. When false, the values are interpreted as UTC. Defaults to false if not specified.' + description: 'Specifies when the app should be installed on target devices. When null or is omitted from the assignment, the app is offered for immediate installation with no enforced deadline.' + microsoft.graph.windowsAutoUpdateCatalogAppRestartSettings: + title: windowsAutoUpdateCatalogAppRestartSettings + type: object + properties: + countdownDisplayBeforeRestartInMinutes: + maximum: 2147483647 + minimum: -2147483648 + type: number + description: 'The number of minutes before the scheduled restart at which a countdown notification is displayed to the user. Must be between 1 and the value of gracePeriodInMinutes. This countdown is non-dismissible and warns the user that a restart is imminent. For example, a value of 15 means the countdown appears 15 minutes before the restart.' + format: int32 + gracePeriodInMinutes: + maximum: 2147483647 + minimum: -2147483648 + type: number + description: 'The number of minutes the device waits after app installation before initiating a restart. During this period, the user can continue working and save their documents. For example, a value of 1440 means the device waits 24 hours before restarting.' + format: int32 + restartNotificationSnoozeDurationInMinutes: + maximum: 2147483647 + minimum: -2147483648 + type: number + description: 'The number of minutes by which the user can defer (snooze) the restart notification each time they press the snooze button. When null, the snooze option is not available and the user cannot defer the restart. For example, a value of 240 allows the user to defer the restart by 4 hours each time.' + format: int32 + nullable: true + description: 'Specifies how the device coordinates a restart after the app is installed. These settings control the grace period before a restart is initiated, when the user sees a countdown notification, and how long the user can defer the restart by snoozing. When null, no restart coordination is applied (the device may still restart based on the app''s deviceRestartBehavior setting).' microsoft.graph.windowsDefenderScanActionResult: allOf: - $ref: '#/components/schemas/microsoft.graph.deviceActionResult' @@ -1728366,8 +1729528,9 @@ components: - revoked - signingPending - unknownFutureValue + - expired type: string - description: Enum type of possible certification authority statuses. These statuses indicate whether a certification authority is currently able to issue certificates or temporarily paused or permanently revoked. + description: 'Enum type of possible certification authority statuses. These statuses indicate whether a certification authority is currently able to issue certificates, temporarily paused, pending signing, revoked, or expired.' x-ms-enum: name: cloudCertificationAuthorityStatus modelAsString: false @@ -1728390,6 +1729553,9 @@ components: - value: unknownFutureValue description: Evolvable enumeration sentinel value. Do not use. name: unknownFutureValue + - value: expired + description: Indicates certification authority has expired and cannot issue certificates until renewed and activated. + name: expired microsoft.graph.cloudCertificationAuthorityType: title: cloudCertificationAuthorityType enum: @@ -1728419,6 +1729585,55 @@ components: - value: unknownFutureValue description: Evolvable enumeration sentinel value. Do not use. name: unknownFutureValue + microsoft.graph.cloudCertificationAuthorityVersionStatus: + title: cloudCertificationAuthorityVersionStatus + enum: + - unknown + - active + - staged + - paused + - retired + - expired + - revoked + - decommissioned + - signingPending + - unknownFutureValue + type: string + description: 'Enum type of possible certification authority version statuses. These statuses indicate the lifecycle state of a certification authority version, including whether it is currently active, staged for renewal, retired, or in other states.' + x-ms-enum: + name: cloudCertificationAuthorityVersionStatus + modelAsString: false + values: + - value: unknown + description: Default. Indicates certification authority version has an unknown or invalid status. + name: unknown + - value: active + description: Indicates certification authority version is active and can issue leaf certificates. + name: active + - value: staged + description: 'Indicates certification authority version was created during the renewal process and is currently in the staged phase. Upon activation, it becomes the new active certification authority version.' + name: staged + - value: paused + description: Indicates certification authority version has been paused from issuing certificates. The paused state is supported only for active certification authority versions. Staged certification authority versions cannot be paused and may only be revoked. + name: paused + - value: retired + description: Indicates certification authority version has been retired after renewal. The retired certification authority version is not expired and continues to validate certificates it previously issued. + name: retired + - value: expired + description: Indicates certification authority version has exceeded its validity period. + name: expired + - value: revoked + description: Indicates certification authority version has been revoked. This is a permanent state that cannot be changed. + name: revoked + - value: decommissioned + description: Indicates certification authority version has been decommissioned. Only applicable for staged certification authority versions. Decommissioned certification authority versions cannot issue or validate leaf certificates. This is a permanent state that cannot be changed. + name: decommissioned + - value: signingPending + description: Indicates certification authority version was created with a Bring Your Own CA (BYOCA) root and requires external signing. + name: signingPending + - value: unknownFutureValue + description: Evolvable enumeration sentinel value. Do not use. + name: unknownFutureValue microsoft.graph.cloudPcAgentDiagnosticResultType: title: cloudPcAgentDiagnosticResultType enum: @@ -1749727,6 +1750942,81 @@ components: - value: unknownFutureValue description: Evolvable enumeration sentinel value. Do not use. name: unknownFutureValue + microsoft.graph.windowsAutoUpdateCatalogAppDeliveryOptimizationPriority: + title: windowsAutoUpdateCatalogAppDeliveryOptimizationPriority + enum: + - notConfigured + - foreground + - unknownFutureValue + type: string + description: Indicates the delivery optimization download priority level for app content. This controls whether the download uses background bandwidth (minimal impact on other network activity) or foreground bandwidth (prioritized download at the expense of other network traffic). + x-ms-enum: + name: windowsAutoUpdateCatalogAppDeliveryOptimizationPriority + modelAsString: false + values: + - value: notConfigured + description: 'Indicates that no delivery optimization priority is configured. The download uses normal background priority, which minimizes impact on other network activity. This is the default value when the property is omitted.' + name: notConfigured + - value: foreground + description: 'Indicates that the app content download uses foreground priority, which prioritizes the download over background network tasks. This may result in faster installation but increased network bandwidth consumption. In National Cloud environments, this value is accepted and stored but has no effect on device behavior.' + name: foreground + - value: unknownFutureValue + description: Evolvable enumeration sentinel value. Do not use. + name: unknownFutureValue + microsoft.graph.windowsAutoUpdateCatalogAppNotificationType: + title: windowsAutoUpdateCatalogAppNotificationType + enum: + - showAll + - showReboot + - hideAll + - unknownFutureValue + type: string + description: Indicates which notifications the Intune management extension displays to the end user during the app installation and restart lifecycle on managed devices. + x-ms-enum: + name: windowsAutoUpdateCatalogAppNotificationType + modelAsString: false + values: + - value: showAll + description: Indicates that all notifications related to app installation and restart are displayed to the end user. + name: showAll + - value: showReboot + description: Indicates that only restart notifications are displayed to the end user; other installation progress notifications are suppressed. + name: showReboot + - value: hideAll + description: Indicates that all notifications related to app installation and restart are suppressed. The end user is not informed of the installation or pending restarts. + name: hideAll + - value: unknownFutureValue + description: Evolvable enumeration sentinel value. Do not use. + name: unknownFutureValue + microsoft.graph.windowsAutoUpdateCatalogAppRestartBehavior: + title: windowsAutoUpdateCatalogAppRestartBehavior + enum: + - basedOnReturnCode + - allow + - suppress + - force + - unknownFutureValue + type: string + description: 'Indicates how the device handles restarts after the app installer finishes executing. This setting, configured on the app''s installExperience, determines whether the Intune management extension initiates, suppresses, or forces a restart based on the installer''s exit code.' + x-ms-enum: + name: windowsAutoUpdateCatalogAppRestartBehavior + modelAsString: false + values: + - value: basedOnReturnCode + description: 'Indicates that the Intune management extension restarts the device only if the app installer returns an exit code that signals a reboot is required (e.g., exit code 3010).' + name: basedOnReturnCode + - value: allow + description: 'Indicates that the Intune management extension does not take any specific action to control restarts. If the app installer initiates a restart (e.g., an MSI with ForceReboot action), it is allowed to proceed.' + name: allow + - value: suppress + description: 'Indicates that the Intune management extension attempts to suppress restarts initiated by the installer. For MSI-based installations, this passes the REBOOT=ReallySuppress property to msiexec. Not all installers honor suppression.' + name: suppress + - value: force + description: 'Indicates that the Intune management extension forces an immediate device restart after the app installation completes, regardless of the installer''s exit code.' + name: force + - value: unknownFutureValue + description: Evolvable enumeration sentinel value. Do not use. + name: unknownFutureValue microsoft.graph.windowsDefenderApplicationControlSupplementalPolicyStatuses: title: windowsDefenderApplicationControlSupplementalPolicyStatuses enum: @@ -1755670,6 +1756960,11 @@ components: - personManager - personAlternateContacts - personEmergencyContacts + - personEducationalActivities + - personInterests + - personLanguages + - personPublications + - personPatents type: string microsoft.graph.externalConnectors.propertyType: title: propertyType @@ -1757142,6 +1758437,7 @@ components: - canceled - failed - unknownFutureValue + - canceling type: string microsoft.graph.identityGovernance.membershipChangeType: title: membershipChangeType @@ -1764028,6 +1765324,7 @@ components: - bytesSent - bytesReceived - totalBytes + - connections type: string microsoft.graph.networkaccess.alertSeverity: title: alertSeverity @@ -1768036,6 +1769333,11 @@ components: items: $ref: '#/components/schemas/microsoft.graph.security.sensorCandidate' x-ms-navigationProperty: true + sensorMigration: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.security.sensorMigration' + x-ms-navigationProperty: true sensors: type: array items: @@ -1768831,6 +1770133,8 @@ components: description: The fully qualified domain name of the sensor. healthStatus: $ref: '#/components/schemas/microsoft.graph.security.sensorHealthStatus' + migrationState: + $ref: '#/components/schemas/microsoft.graph.security.migrationState' openHealthIssuesCount: type: number description: This field displays the count of health issues related to this sensor. @@ -1768870,6 +1770174,11 @@ components: senseClientVersion: type: string description: The version of the Defender for Identity sensor client. Supports $filter (eq). + sensorTypes: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.security.deviceType' + description: 'The list of device type of the sensor. The possible values are: domainController, adfs,, adcs, entraConnect unknownFutureValue. This flagged enumeration allows multiple members to be returned simultaneously.' microsoft.graph.security.sensorCandidateActivationConfiguration: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -1768878,6 +1770187,30 @@ components: properties: activationMode: $ref: '#/components/schemas/microsoft.graph.security.sensorCandidateActivationMode' + microsoft.graph.security.sensorMigration: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: sensorMigration + 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 + displayName: + type: string + domainName: + type: string + healthStatus: + $ref: '#/components/schemas/microsoft.graph.security.sensorHealthStatus' + migrationState: + $ref: '#/components/schemas/microsoft.graph.security.migrationState' + sensorType: + $ref: '#/components/schemas/microsoft.graph.security.sensorType' + serviceStatus: + $ref: '#/components/schemas/microsoft.graph.security.serviceStatus' + version: + type: string microsoft.graph.security.settingsContainer: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -1772792,6 +1774125,20 @@ components: - $ref: '#/components/schemas/microsoft.graph.security.auditData' - title: microsoftTeamsShiftsAuditRecord type: object + microsoft.graph.security.migrateSensorsResult: + title: migrateSensorsResult + type: object + properties: + failedMigrationSensorIds: + type: array + items: + type: string + nullable: true + successfulMigrationSensorIds: + type: array + items: + type: string + nullable: true microsoft.graph.security.mipAutoLabelExchangeItemAuditRecord: allOf: - $ref: '#/components/schemas/microsoft.graph.security.auditData' @@ -1775648,6 +1776995,17 @@ components: - high - unknownFutureValue type: string + microsoft.graph.security.deviceType: + title: deviceType + enum: + - domainController + - adfs + - adcs + - entraConnect + - unknownFutureValue + type: string + x-ms-enum-flags: + isFlags: true microsoft.graph.security.disableUserEntityIdentifier: title: disableUserEntityIdentifier enum: @@ -1776223,6 +1777581,16 @@ components: type: string x-ms-enum-flags: isFlags: true + microsoft.graph.security.migrationState: + title: migrationState + enum: + - readyForMigration + - notReadyForMigration + - upToDate + - migrationFailed + - migrating + - unknownFutureValue + type: string microsoft.graph.security.onboardingStatus: title: onboardingStatus enum: @@ -1784176,6 +1785544,17 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.cloudCertificationAuthorityLeafCertificate' + microsoft.graph.cloudCertificationAuthorityVersionCollectionResponse: + title: Collection of cloudCertificationAuthorityVersion + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.cloudCertificationAuthorityVersion' microsoft.graph.cloudClipboardItemCollectionResponse: title: Collection of cloudClipboardItem type: object @@ -1784803,6 +1786182,17 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.post' + microsoft.graph.copilotPolicySettingCollectionResponse: + title: Collection of copilotPolicySetting + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.copilotPolicySetting' microsoft.graph.copilotPackageDetailCollectionResponse: title: Collection of copilotPackageDetail type: object @@ -1794131,6 +1795521,17 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.security.sensorCandidate' + microsoft.graph.security.sensorMigrationCollectionResponse: + title: Collection of sensorMigration + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.security.sensorMigration' microsoft.graph.security.sensorCollectionResponse: title: Collection of sensor type: object @@ -1802326,6 +1803727,17 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.vulnerabilityState' + microsoft.graph.appConfigurationSchemaItemTypeCollectionResponse: + title: Collection of microsoft.graph.appConfigurationSchemaItemType + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.appConfigurationSchemaItemType' microsoft.graph.extendedKeyUsageCollectionResponse: title: Collection of microsoft.graph.extendedKeyUsage type: object @@ -1806066,6 +1807478,28 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.responsibleSensitiveType' + microsoft.graph.classificationLimitCollectionResponse: + title: Collection of microsoft.graph.classificationLimit + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.classificationLimit' + microsoft.graph.unmatchedCollectionResponse: + title: Collection of microsoft.graph.unmatched + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.unmatched' microsoft.graph.contentClassificationCollectionResponse: title: Collection of microsoft.graph.contentClassification type: object @@ -1810713,6 +1812147,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.cloudCertificationAuthorityLeafCertificateCollectionResponse' + microsoft.graph.cloudCertificationAuthorityVersionCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.cloudCertificationAuthorityVersionCollectionResponse' microsoft.graph.cloudClipboardItemCollectionResponse: description: Retrieved collection content: @@ -1811055,6 +1812495,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.postCollectionResponse' + microsoft.graph.copilotPolicySettingCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.copilotPolicySettingCollectionResponse' microsoft.graph.copilotPackageDetailCollectionResponse: description: Retrieved collection content: @@ -1816143,6 +1817589,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.sensorCandidateCollectionResponse' + microsoft.graph.security.sensorMigrationCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.security.sensorMigrationCollectionResponse' microsoft.graph.security.sensorCollectionResponse: description: Retrieved collection content: @@ -1820613,6 +1822065,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.vulnerabilityStateCollectionResponse' + microsoft.graph.appConfigurationSchemaItemTypeCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.appConfigurationSchemaItemTypeCollectionResponse' microsoft.graph.extendedKeyUsageCollectionResponse: description: Retrieved collection content: @@ -1822653,6 +1824111,18 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.responsibleSensitiveTypeCollectionResponse' + microsoft.graph.classificationLimitCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.classificationLimitCollectionResponse' + microsoft.graph.unmatchedCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.unmatchedCollectionResponse' microsoft.graph.contentClassificationCollectionResponse: description: Retrieved collection content: @@ -1825464,6 +1826934,13 @@ components: value: isActive: 'true' microsoft.graph.allSitesBackup: { } + microsoft.graph.androidAppConfigurationSchema: + value: + exampleJson: AA== + nestedSchemaItems: + - '@odata.type': microsoft.graph.appConfigurationSchemaItemType + schemaItems: + - '@odata.type': microsoft.graph.appConfigurationSchemaItemType microsoft.graph.androidCertificateProfileBase: value: certificateValidityPeriodScale: @@ -1825877,6 +1827354,8 @@ components: '@odata.type': microsoft.graph.deviceManagementDerivedCredentialSettings identityCertificate: '@odata.type': microsoft.graph.androidDeviceOwnerCertificateProfileBase + lockdownExclusionList: + - String microsoftTunnelSiteId: String proxyExclusionList: - String @@ -1827044,6 +1828523,7 @@ components: - String configurationUris: - '@odata.type': microsoft.graph.configurationUri + deprecationDate: '0001-01-01' description: String displayName: String endpoints: @@ -1828619,6 +1830099,8 @@ components: '@odata.type': microsoft.graph.securityVendorInformation microsoft.graph.cloudCertificationAuthority: value: + activeVersion: + '@odata.type': microsoft.graph.cloudCertificationAuthorityVersion certificateDownloadUrl: String certificateKeySize: '@odata.type': microsoft.graph.cloudCertificationAuthorityCertificateKeySize @@ -1828662,11 +1830144,16 @@ components: validityPeriodInYears: '0' validityStartDateTime: '0001-01-01T00:00:00.0000000+00:00' versionNumber: '0' + versions: + - '@odata.type': microsoft.graph.cloudCertificationAuthorityVersion microsoft.graph.cloudCertificationAuthorityLeafCertificate: value: certificateStatus: '@odata.type': microsoft.graph.cloudCertificationAuthorityLeafCertificateStatus certificationAuthorityIssuerUri: String + certificationAuthorityVersionNumber: '0' + cloudCertificationAuthorityVersion: + '@odata.type': microsoft.graph.cloudCertificationAuthorityVersion crlDistributionPointUrl: String deviceId: String deviceName: String @@ -1828686,6 +1830173,29 @@ components: userPrincipalName: String validityEndDateTime: '0001-01-01T00:00:00.0000000+00:00' validityStartDateTime: '0001-01-01T00:00:00.0000000+00:00' + microsoft.graph.cloudCertificationAuthorityVersion: + value: + certificateDownloadUrl: String + certificateRevocationListUrl: String + certificateSigningRequest: String + certificationAuthorityId: String + certificationAuthorityIssuerUri: String + certificationAuthorityVersionStatus: + '@odata.type': microsoft.graph.cloudCertificationAuthorityVersionStatus + decommissionDateTime: '0001-01-01T00:00:00.0000000+00:00' + keyPlatform: + '@odata.type': microsoft.graph.cloudCertificationAuthorityKeyPlatformType + lastModifiedDateTime: '0001-01-01T00:00:00.0000000+00:00' + ocspResponderUri: String + scepServerUrl: String + serialNumber: String + subjectName: String + thumbprint: String + usage: + '@odata.type': microsoft.graph.cloudCertificationAuthorityVersionUsage + validityEndDateTime: '0001-01-01T00:00:00.0000000+00:00' + validityStartDateTime: '0001-01-01T00:00:00.0000000+00:00' + versionNumber: '0' microsoft.graph.cloudClipboardItem: value: createdDateTime: '0001-01-01T00:00:00.0000000+00:00' @@ -1828994,6 +1830504,8 @@ components: scopeIds: - String subnetId: String + subnetPrivateIpDetail: + '@odata.type': microsoft.graph.cloudPcOnPremisesConnectionSubnetIpDetail subscriptionId: String subscriptionName: String type: @@ -1829738,6 +1831250,8 @@ components: value: catalog: '@odata.type': microsoft.graph.copilotAdminCatalog + policySettings: + - '@odata.type': microsoft.graph.copilotPolicySetting settings: '@odata.type': microsoft.graph.copilotAdminSetting microsoft.graph.copilotAdminCatalog: @@ -1829818,6 +1831332,10 @@ components: value: enhancedPersonalization: '@odata.type': microsoft.graph.enhancedPersonalizationSetting + microsoft.graph.copilotPolicySetting: + value: + policyId: String + value: String microsoft.graph.copilotReportRoot: { } microsoft.graph.copilotRoot: value: @@ -1831291,6 +1832809,8 @@ components: '@odata.type': microsoft.graph.adminConsent advancedThreatProtectionOnboardingStateSummary: '@odata.type': microsoft.graph.advancedThreatProtectionOnboardingStateSummary + androidAppConfigurationSchema: + '@odata.type': microsoft.graph.androidAppConfigurationSchema androidDeviceOwnerEnrollmentProfiles: - '@odata.type': microsoft.graph.androidDeviceOwnerEnrollmentProfile androidForWorkAppConfigurationSchemas: @@ -1836136,6 +1837656,8 @@ components: value: advancedThreatProtectionRequiredSecurityLevel: '@odata.type': microsoft.graph.deviceThreatProtectionLevel + deviceCompliancePolicyScript: + '@odata.type': microsoft.graph.deviceCompliancePolicyScript deviceThreatProtectionEnabled: 'true' deviceThreatProtectionRequiredSecurityLevel: '@odata.type': microsoft.graph.deviceThreatProtectionLevel @@ -1846738,6 +1848260,10 @@ components: '@odata.type': microsoft.graph.windowsAutopilotSyncStatus microsoft.graph.windowsAutoUpdateCatalogApp: value: + allowedArchitectures: + '@odata.type': microsoft.graph.windowsArchitecture + installExperience: + '@odata.type': microsoft.graph.windowsAutoUpdateCatalogAppInstallExperience mobileAppCatalogPackageBranchId: String microsoft.graph.windowsCertificateProfileBase: value: @@ -1848791,6 +1850317,9 @@ components: schemaItemKey: String selections: - '@odata.type': microsoft.graph.keyValuePair + microsoft.graph.androidLobAppConfigurationSchemaRequestDetail: + value: + appId: String microsoft.graph.androidManagedStoreAppAssignmentSettings: value: androidManagedStoreAppTrackIds: @@ -1848866,6 +1850395,39 @@ components: value: resourceSpecificApplicationPermissions: - '@odata.type': microsoft.graph.resourceSpecificPermission + microsoft.graph.appConfigurationSchemaItemBooleanType: + value: + defaultValue: 'true' + microsoft.graph.appConfigurationSchemaItemBundleArray: { } + microsoft.graph.appConfigurationSchemaItemBundleType: { } + microsoft.graph.appConfigurationSchemaItemChoiceType: + value: + defaultValue: String + selections: + - '@odata.type': microsoft.graph.keyValuePair + microsoft.graph.appConfigurationSchemaItemHiddenType: + value: + defaultValue: String + microsoft.graph.appConfigurationSchemaItemIntegerType: + value: + defaultValue: '0' + microsoft.graph.appConfigurationSchemaItemMultiselectType: + value: + defaultValue: + - String + selections: + - '@odata.type': microsoft.graph.keyValuePair + microsoft.graph.appConfigurationSchemaItemStringType: + value: + defaultValue: String + microsoft.graph.appConfigurationSchemaItemType: + value: + description: String + displayName: String + index: '0' + parentIndex: '0' + schemaItemKey: String + microsoft.graph.appConfigurationSchemaRequestDetail: { } microsoft.graph.appConfigurationSettingItem: value: appConfigKey: String @@ -1850424,6 +1851986,12 @@ components: clientRequestId: String code: String errorDateTime: '0001-01-01T00:00:00.0000000+00:00' + microsoft.graph.classificationLimit: + value: + allowedLimit: '0' + code: String + impactedSensitiveTypeIds: + - String microsoft.graph.classificationRequestContentMetaData: value: sourceId: String @@ -1850432,6 +1852000,11 @@ components: confidenceLevel: '0' count: '0' sensitiveTypeId: String + microsoft.graph.classifierDiagnostic: + value: + classificationId: 00000000-0000-0000-0000-000000000000 + classificationMethod: + '@odata.type': microsoft.graph.classificationMethod microsoft.graph.clientCertificateAuthentication: value: certificateList: @@ -1850449,6 +1852022,9 @@ components: destinationServiceIp: String destinationServiceName: String riskScore: String + microsoft.graph.cloudCertificationAuthorityVersionUsage: + value: + issuedStagedLeafCertificateCount: '0' microsoft.graph.cloudClipboardItemPayload: value: content: String @@ -1850749,6 +1852325,10 @@ components: healthChecks: - '@odata.type': microsoft.graph.cloudPcOnPremisesConnectionHealthCheck startDateTime: '0001-01-01T00:00:00.0000000+00:00' + microsoft.graph.cloudPcOnPremisesConnectionSubnetIpDetail: + value: + subnetAvailableIpCount: '0' + subnetAvailableIpCountLastSyncDateTime: '0001-01-01T00:00:00.0000000+00:00' microsoft.graph.cloudPcPartnerAgentInstallResult: value: errorMessage: String @@ -1850884,6 +1852464,7 @@ components: subscriptionName: String microsoft.graph.cloudPcSupportedRegionRestrictionDetail: value: + availabilityZoneRestricted: 'true' cPURestricted: 'true' gPURestricted: 'true' nestedVirtualizationRestricted: 'true' @@ -1852717,6 +1854298,7 @@ components: value: message: String url: String + microsoft.graph.diagnosticMetadata: { } microsoft.graph.dictionaries: { } microsoft.graph.Dictionary: { } microsoft.graph.directorySizeQuota: @@ -1853264,6 +1854846,12 @@ components: discoveredSensitiveTypes: - '@odata.type': microsoft.graph.discoveredSensitiveType microsoft.graph.eventMessageDetail: { } + microsoft.graph.exactDataMatchDiagnostic: + value: + classificationLimits: + - '@odata.type': microsoft.graph.classificationLimit + unmatchedItems: + - '@odata.type': microsoft.graph.unmatched microsoft.graph.exactDataMatchStoreColumn: value: ignoredDelimiters: @@ -1853289,6 +1854877,13 @@ components: value: matches: - '@odata.type': microsoft.graph.sensitiveContentLocation + microsoft.graph.exactMatchDiagnostic: + value: + classificationId: 00000000-0000-0000-0000-000000000000 + classificationLimits: + - '@odata.type': microsoft.graph.classificationLimit + unmatchedItems: + - '@odata.type': microsoft.graph.unmatched microsoft.graph.exchangeOnlineCrossTenantMigrationSettings: value: sourceEndpoint: String @@ -1854961,6 +1856556,9 @@ components: federatedTokenIssuer: String msiType: '@odata.type': microsoft.graph.msiType + microsoft.graph.managedStoreAppConfigurationSchemaRequestDetail: + value: + packageName: String microsoft.graph.managementCertificateWithThumbprint: value: certificate: String @@ -1859756,6 +1861354,14 @@ components: model: String os: String osVersion: String + microsoft.graph.unmatched: + value: + code: String + corroborativeEvidences: + - String + idMatch: String + length: '0' + offset: '0' microsoft.graph.unrestrictedAudience: { } microsoft.graph.unsupportedDeviceConfigurationDetail: value: @@ -1860583,6 +1862189,32 @@ components: microsoft.graph.windowsAppXAppAssignmentSettings: value: useDeviceContext: 'true' + microsoft.graph.windowsAutoUpdateCatalogAppAssignmentSettings: + value: + deliveryOptimizationPriority: + '@odata.type': microsoft.graph.windowsAutoUpdateCatalogAppDeliveryOptimizationPriority + installTimeSettings: + '@odata.type': microsoft.graph.windowsAutoUpdateCatalogAppInstallTimeSettings + notificationType: + '@odata.type': microsoft.graph.windowsAutoUpdateCatalogAppNotificationType + restartSettings: + '@odata.type': microsoft.graph.windowsAutoUpdateCatalogAppRestartSettings + microsoft.graph.windowsAutoUpdateCatalogAppInstallExperience: + value: + deviceRestartBehavior: + '@odata.type': microsoft.graph.windowsAutoUpdateCatalogAppRestartBehavior + runAsAccount: + '@odata.type': microsoft.graph.runAsAccountType + microsoft.graph.windowsAutoUpdateCatalogAppInstallTimeSettings: + value: + deadlineDateTime: '0001-01-01T00:00:00.0000000+00:00' + startDateTime: '0001-01-01T00:00:00.0000000+00:00' + useLocalTime: 'true' + microsoft.graph.windowsAutoUpdateCatalogAppRestartSettings: + value: + countdownDisplayBeforeRestartInMinutes: '0' + gracePeriodInMinutes: '0' + restartNotificationSnoozeDurationInMinutes: '0' microsoft.graph.windowsDefenderScanActionResult: value: scanType: String @@ -1865758,6 +1867390,8 @@ components: '@odata.type': microsoft.graph.security.sensorCandidateActivationConfiguration sensorCandidates: - '@odata.type': microsoft.graph.security.sensorCandidate + sensorMigration: + - '@odata.type': microsoft.graph.security.sensorMigration sensors: - '@odata.type': microsoft.graph.security.sensor settings: @@ -1866015,6 +1867649,8 @@ components: - '@odata.type': microsoft.graph.security.healthIssue healthStatus: '@odata.type': microsoft.graph.security.sensorHealthStatus + migrationState: + '@odata.type': microsoft.graph.security.migrationState openHealthIssuesCount: '0' sensorType: '@odata.type': microsoft.graph.security.sensorType @@ -1866029,10 +1867665,26 @@ components: domainName: String lastSeenDateTime: '0001-01-01T00:00:00.0000000+00:00' senseClientVersion: String + sensorTypes: + - '@odata.type': microsoft.graph.security.deviceType microsoft.graph.security.sensorCandidateActivationConfiguration: value: activationMode: '@odata.type': microsoft.graph.security.sensorCandidateActivationMode + microsoft.graph.security.sensorMigration: + value: + createdDateTime: '0001-01-01T00:00:00.0000000+00:00' + displayName: String + domainName: String + healthStatus: + '@odata.type': microsoft.graph.security.sensorHealthStatus + migrationState: + '@odata.type': microsoft.graph.security.migrationState + sensorType: + '@odata.type': microsoft.graph.security.sensorType + serviceStatus: + '@odata.type': microsoft.graph.security.serviceStatus + version: String microsoft.graph.security.settingsContainer: value: autoAuditingConfiguration: @@ -1867210,6 +1868862,12 @@ components: microsoft.graph.security.microsoftTeamsRetentionLabelActionAuditRecord: { } microsoft.graph.security.microsoftTeamsSensitivityLabelActionAuditRecord: { } microsoft.graph.security.microsoftTeamsShiftsAuditRecord: { } + microsoft.graph.security.migrateSensorsResult: + value: + failedMigrationSensorIds: + - String + successfulMigrationSensorIds: + - String microsoft.graph.security.mipAutoLabelExchangeItemAuditRecord: { } microsoft.graph.security.mipAutoLabelItemAuditRecord: { } microsoft.graph.security.mipAutoLabelPolicyAuditRecord: { } @@ -1869556,6 +1871214,8 @@ tags: x-ms-docs-toc-type: page - name: deviceManagement.advancedThreatProtectionOnboardingStateSummary x-ms-docs-toc-type: page + - name: deviceManagement.androidAppConfigurationSchema + x-ms-docs-toc-type: page - name: deviceManagement.androidDeviceOwnerEnrollmentProfile x-ms-docs-toc-type: page - name: deviceManagement.androidForWorkAppConfigurationSchema diff --git a/openapi/beta/openapi.yaml b/openapi/beta/openapi.yaml index 30da506f..9640c51d 100644 --- a/openapi/beta/openapi.yaml +++ b/openapi/beta/openapi.yaml @@ -81023,6 +81023,192 @@ paths: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' + /copilot/admin/policySettings: + description: Provides operations to manage the policySettings property of the microsoft.graph.copilotAdmin entity. + get: + tags: + - copilot.copilotAdmin + summary: Get policySettings from copilot + operationId: copilot.admin.ListPolicySettings + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.copilotPolicySettingCollectionResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - copilot.copilotAdmin + summary: Create new navigation property to policySettings for copilot + operationId: copilot.admin.CreatePolicySettings + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.copilotPolicySetting' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.copilotPolicySetting' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/copilot/admin/policySettings/{copilotPolicySetting-id}': + description: Provides operations to manage the policySettings property of the microsoft.graph.copilotAdmin entity. + get: + tags: + - copilot.copilotAdmin + summary: Get policySettings from copilot + operationId: copilot.admin.GetPolicySettings + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.copilotPolicySetting' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - copilot.copilotAdmin + summary: Update the navigation property policySettings in copilot + operationId: copilot.admin.UpdatePolicySettings + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.copilotPolicySetting' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.copilotPolicySetting' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - copilot.copilotAdmin + summary: Delete navigation property policySettings for copilot + operationId: copilot.admin.DeletePolicySettings + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: copilotPolicySetting-id + in: path + description: The unique identifier of copilotPolicySetting + required: true + schema: + type: string + x-ms-docs-key-type: copilotPolicySetting + /copilot/admin/policySettings/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - copilot.copilotAdmin + summary: Get the number of the resource + operationId: copilot.admin.policySettings.GetCount-d6ed + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' /copilot/admin/settings: description: Provides operations to manage the settings property of the microsoft.graph.copilotAdmin entity. get: @@ -134079,6 +134265,126 @@ paths: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' + /deviceManagement/androidAppConfigurationSchema: + description: Provides operations to manage the androidAppConfigurationSchema property of the microsoft.graph.deviceManagement entity. + get: + tags: + - deviceManagement.androidAppConfigurationSchema + summary: Get androidAppConfigurationSchema from deviceManagement + description: Android App Configurations Schema entity. + operationId: deviceManagement.GetAndroidAppConfigurationSchema + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.androidAppConfigurationSchema' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceManagement.androidAppConfigurationSchema + summary: Update the navigation property androidAppConfigurationSchema in deviceManagement + operationId: deviceManagement.UpdateAndroidAppConfigurationSchema + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.androidAppConfigurationSchema' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.androidAppConfigurationSchema' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceManagement.androidAppConfigurationSchema + summary: Delete navigation property androidAppConfigurationSchema for deviceManagement + operationId: deviceManagement.DeleteAndroidAppConfigurationSchema + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /deviceManagement/androidAppConfigurationSchema/retrieveSchema: + description: Provides operations to call the retrieveSchema method. + post: + tags: + - deviceManagement.androidAppConfigurationSchema + summary: Invoke action retrieveSchema + description: Retrieves the managed application configurations schema for the specified Android app. + operationId: deviceManagement.androidAppConfigurationSchema.retrieveSchema + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + requestDetail: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.appConfigurationSchemaRequestDetail' + - type: object + nullable: true + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.androidAppConfigurationSchema' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action /deviceManagement/androidDeviceOwnerEnrollmentProfiles: description: Provides operations to manage the androidDeviceOwnerEnrollmentProfiles property of the microsoft.graph.deviceManagement entity. get: @@ -138311,6 +138617,55 @@ paths: schema: type: string x-ms-docs-key-type: cloudCertificationAuthority + '/deviceManagement/cloudCertificationAuthority/{cloudCertificationAuthority-id}/activeVersion': + description: Provides operations to manage the activeVersion property of the microsoft.graph.cloudCertificationAuthority entity. + get: + tags: + - deviceManagement.cloudCertificationAuthority + summary: Get activeVersion from deviceManagement + description: 'The currently active certification authority version. This navigation property provides direct access to the active version''s details including certificate information, URLs, and validity periods. The active version is automatically included in the default response when retrieving a certification authority entity without requiring $expand. Read-only.' + operationId: deviceManagement.cloudCertificationAuthority.GetActiveVersion + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.cloudCertificationAuthorityVersion' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: cloudCertificationAuthority-id + in: path + description: The unique identifier of cloudCertificationAuthority + required: true + schema: + type: string + x-ms-docs-key-type: cloudCertificationAuthority '/deviceManagement/cloudCertificationAuthority/{cloudCertificationAuthority-id}/cloudCertificationAuthorityLeafCertificate': description: Provides operations to manage the cloudCertificationAuthorityLeafCertificate property of the microsoft.graph.cloudCertificationAuthority entity. get: @@ -138455,6 +138810,49 @@ paths: schema: type: string x-ms-docs-key-type: cloudCertificationAuthority + '/deviceManagement/cloudCertificationAuthority/{cloudCertificationAuthority-id}/activate': + description: Provides operations to call the activate method. + post: + tags: + - deviceManagement.cloudCertificationAuthority + summary: Invoke action activate + operationId: deviceManagement.cloudCertificationAuthority.cloudCertificationAuthority.activate + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + certificationAuthorityVersion: + maximum: 2147483647 + minimum: -2147483648 + type: number + format: int32 + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.cloudCertificationAuthority' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: cloudCertificationAuthority-id + in: path + description: The unique identifier of cloudCertificationAuthority + required: true + schema: + type: string + x-ms-docs-key-type: cloudCertificationAuthority '/deviceManagement/cloudCertificationAuthority/{cloudCertificationAuthority-id}/changeCloudCertificationAuthorityStatus': description: Provides operations to call the changeCloudCertificationAuthorityStatus method. post: @@ -138608,6 +139006,75 @@ paths: schema: type: string x-ms-docs-key-type: cloudCertificationAuthority + '/deviceManagement/cloudCertificationAuthority/{cloudCertificationAuthority-id}/getCloudCertificationAuthorityVersion': + description: Provides operations to call the getCloudCertificationAuthorityVersion method. + post: + tags: + - deviceManagement.cloudCertificationAuthority + summary: Invoke action getCloudCertificationAuthorityVersion + operationId: deviceManagement.cloudCertificationAuthority.cloudCertificationAuthority.getCloudCertificationAuthorityVersion + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.cloudCertificationAuthorityVersion' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: cloudCertificationAuthority-id + in: path + description: The unique identifier of cloudCertificationAuthority + required: true + schema: + type: string + x-ms-docs-key-type: cloudCertificationAuthority + '/deviceManagement/cloudCertificationAuthority/{cloudCertificationAuthority-id}/getCloudCertificationAuthorityVersions': + description: Provides operations to call the getCloudCertificationAuthorityVersions method. + post: + tags: + - deviceManagement.cloudCertificationAuthority + summary: Invoke action getCloudCertificationAuthorityVersions + operationId: deviceManagement.cloudCertificationAuthority.cloudCertificationAuthority.getCloudCertificationAuthorityVersions + responses: + 2XX: + description: Success + content: + application/json: + schema: + title: Collection of cloudCertificationAuthorityVersion + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.cloudCertificationAuthorityVersion' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + parameters: + - name: cloudCertificationAuthority-id + in: path + description: The unique identifier of cloudCertificationAuthority + required: true + schema: + type: string + x-ms-docs-key-type: cloudCertificationAuthority '/deviceManagement/cloudCertificationAuthority/{cloudCertificationAuthority-id}/patchCloudCertificationAuthority': description: Provides operations to call the patchCloudCertificationAuthority method. post: @@ -138677,6 +139144,29 @@ paths: schema: type: string x-ms-docs-key-type: cloudCertificationAuthority + '/deviceManagement/cloudCertificationAuthority/{cloudCertificationAuthority-id}/renew': + description: Provides operations to call the renew method. + post: + tags: + - deviceManagement.cloudCertificationAuthority + summary: Invoke action renew + operationId: deviceManagement.cloudCertificationAuthority.cloudCertificationAuthority.renew + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + parameters: + - name: cloudCertificationAuthority-id + in: path + description: The unique identifier of cloudCertificationAuthority + required: true + schema: + type: string + x-ms-docs-key-type: cloudCertificationAuthority '/deviceManagement/cloudCertificationAuthority/{cloudCertificationAuthority-id}/revokeCloudCertificationAuthorityCertificate': description: Provides operations to call the revokeCloudCertificationAuthorityCertificate method. post: @@ -138893,6 +139383,150 @@ paths: schema: type: string x-ms-docs-key-type: cloudCertificationAuthority + '/deviceManagement/cloudCertificationAuthority/{cloudCertificationAuthority-id}/versions': + description: Provides operations to manage the versions property of the microsoft.graph.cloudCertificationAuthority entity. + get: + tags: + - deviceManagement.cloudCertificationAuthority + summary: Get versions from deviceManagement + description: 'The collection of all certification authority versions, including active, staged, retired, and expired versions. This navigation property provides access to the full version history of the certification authority. Use $expand=versions to include this collection in the response. Read-only.' + operationId: deviceManagement.cloudCertificationAuthority.ListVersions + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.cloudCertificationAuthorityVersionCollectionResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + parameters: + - name: cloudCertificationAuthority-id + in: path + description: The unique identifier of cloudCertificationAuthority + required: true + schema: + type: string + x-ms-docs-key-type: cloudCertificationAuthority + '/deviceManagement/cloudCertificationAuthority/{cloudCertificationAuthority-id}/versions/{cloudCertificationAuthorityVersion-id}': + description: Provides operations to manage the versions property of the microsoft.graph.cloudCertificationAuthority entity. + get: + tags: + - deviceManagement.cloudCertificationAuthority + summary: Get versions from deviceManagement + description: 'The collection of all certification authority versions, including active, staged, retired, and expired versions. This navigation property provides access to the full version history of the certification authority. Use $expand=versions to include this collection in the response. Read-only.' + operationId: deviceManagement.cloudCertificationAuthority.GetVersions + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.cloudCertificationAuthorityVersion' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: cloudCertificationAuthority-id + in: path + description: The unique identifier of cloudCertificationAuthority + required: true + schema: + type: string + x-ms-docs-key-type: cloudCertificationAuthority + - name: cloudCertificationAuthorityVersion-id + in: path + description: The unique identifier of cloudCertificationAuthorityVersion + required: true + schema: + type: string + x-ms-docs-key-type: cloudCertificationAuthorityVersion + '/deviceManagement/cloudCertificationAuthority/{cloudCertificationAuthority-id}/versions/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - deviceManagement.cloudCertificationAuthority + summary: Get the number of the resource + operationId: deviceManagement.cloudCertificationAuthority.versions.GetCount-33b7 + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + parameters: + - name: cloudCertificationAuthority-id + in: path + description: The unique identifier of cloudCertificationAuthority + required: true + schema: + type: string + x-ms-docs-key-type: cloudCertificationAuthority /deviceManagement/cloudCertificationAuthority/$count: description: Provides operations to count the resources in the collection. get: @@ -139081,6 +139715,55 @@ paths: schema: type: string x-ms-docs-key-type: cloudCertificationAuthorityLeafCertificate + '/deviceManagement/cloudCertificationAuthorityLeafCertificate/{cloudCertificationAuthorityLeafCertificate-id}/cloudCertificationAuthorityVersion': + description: Provides operations to manage the cloudCertificationAuthorityVersion property of the microsoft.graph.cloudCertificationAuthorityLeafCertificate entity. + get: + tags: + - deviceManagement.cloudCertificationAuthorityLeafCertificate + summary: Get cloudCertificationAuthorityVersion from deviceManagement + description: The certification authority version that issued this leaf certificate. Read-only. + operationId: deviceManagement.cloudCertificationAuthorityLeafCertificate.GetCloudCertificationAuthorityVersion + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.cloudCertificationAuthorityVersion' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: cloudCertificationAuthorityLeafCertificate-id + in: path + description: The unique identifier of cloudCertificationAuthorityLeafCertificate + required: true + schema: + type: string + x-ms-docs-key-type: cloudCertificationAuthorityLeafCertificate /deviceManagement/cloudCertificationAuthorityLeafCertificate/$count: description: Provides operations to count the resources in the collection. get: @@ -644596,6 +645279,49 @@ paths: x-ms-docs-key-type: workflow x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/microsoft.graph.identityGovernance.activateWithScope' + '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/microsoft.graph.identityGovernance.cancelProcessing': + description: Provides operations to call the cancelProcessing method. + post: + tags: + - identityGovernance.lifecycleWorkflowsContainer + summary: Invoke action cancelProcessing + operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.workflow.cancelProcessing + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + scope: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.identityGovernance.cancelScope' + - type: object + nullable: true + required: true + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2026-10-28' + date: '2025-10-28' + version: 2025-11/PrivatePreview:cancelWorkflows + x-ms-docs-operation-type: action + parameters: + - name: workflow-id + in: path + description: The unique identifier of workflow + required: true + schema: + type: string + x-ms-docs-key-type: workflow + x-ms-docs-grouped-path: + - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/microsoft.graph.identityGovernance.cancelProcessing' '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/microsoft.graph.identityGovernance.createNewVersion': description: Provides operations to call the createNewVersion method. post: @@ -653425,6 +654151,49 @@ paths: x-ms-docs-key-type: workflow x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/microsoft.graph.identityGovernance.activateWithScope' + '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/microsoft.graph.identityGovernance.cancelProcessing': + description: Provides operations to call the cancelProcessing method. + post: + tags: + - identityGovernance.lifecycleWorkflowsContainer + summary: Invoke action cancelProcessing + operationId: identityGovernance.lifecycleWorkflows.workflows.workflow.cancelProcessing + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + scope: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.identityGovernance.cancelScope' + - type: object + nullable: true + required: true + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2026-10-28' + date: '2025-10-28' + version: 2025-11/PrivatePreview:cancelWorkflows + x-ms-docs-operation-type: action + parameters: + - name: workflow-id + in: path + description: The unique identifier of workflow + required: true + schema: + type: string + x-ms-docs-key-type: workflow + x-ms-docs-grouped-path: + - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/microsoft.graph.identityGovernance.cancelProcessing' '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/microsoft.graph.identityGovernance.createNewVersion': description: Provides operations to call the createNewVersion method. post: @@ -905351,17 +906120,13 @@ paths: x-ms-docs-operation-type: action x-ms-docs-grouped-path: - '/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/microsoft.graph.security.activate' - /security/identities/sensors: - description: Provides operations to manage the sensors property of the microsoft.graph.security.identityContainer entity. + /security/identities/sensorMigration: + description: Provides operations to manage the sensorMigration property of the microsoft.graph.security.identityContainer entity. get: tags: - security.identityContainer - summary: List sensors - description: Get a list of sensor objects and their properties. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/security-identitycontainer-list-sensors?view=graph-rest-beta - operationId: security.identities.ListSensors + summary: Get sensorMigration from security + operationId: security.identities.ListSensorMigration parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -905400,7 +906165,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.security.sensorCollectionResponse' + $ref: '#/components/responses/microsoft.graph.security.sensorMigrationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: @@ -905412,14 +906177,14 @@ paths: post: tags: - security.identityContainer - summary: Create new navigation property to sensors for security - operationId: security.identities.CreateSensors + summary: Create new navigation property to sensorMigration for security + operationId: security.identities.CreateSensorMigration requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.security.sensor' + $ref: '#/components/schemas/microsoft.graph.security.sensorMigration' required: true responses: 2XX: @@ -905427,23 +906192,248 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.security.sensor' + $ref: '#/components/schemas/microsoft.graph.security.sensorMigration' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/security/identities/sensors/{sensor-id}': + '/security/identities/sensorMigration/{sensorMigration-id}': + description: Provides operations to manage the sensorMigration property of the microsoft.graph.security.identityContainer entity. + get: + tags: + - security.identityContainer + summary: Get sensorMigration from security + operationId: security.identities.GetSensorMigration + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.security.sensorMigration' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - security.identityContainer + summary: Update the navigation property sensorMigration in security + operationId: security.identities.UpdateSensorMigration + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.security.sensorMigration' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.security.sensorMigration' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - security.identityContainer + summary: Delete navigation property sensorMigration for security + operationId: security.identities.DeleteSensorMigration + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + parameters: + - name: sensorMigration-id + in: path + description: The unique identifier of sensorMigration + required: true + schema: + type: string + x-ms-docs-key-type: sensorMigration + /security/identities/sensorMigration/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - security.identityContainer + summary: Get the number of the resource + operationId: security.identities.sensorMigration.GetCount-fa8f + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + /security/identities/sensorMigration/microsoft.graph.security.migrate: + description: Provides operations to call the migrate method. + post: + tags: + - security.identityContainer + summary: Invoke action migrate + operationId: security.identities.sensorMigration.migrate + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + sensorIds: + type: array + items: + type: string + nullable: true + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.security.migrateSensorsResult' + - type: object + nullable: true + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + /security/identities/sensors: description: Provides operations to manage the sensors property of the microsoft.graph.security.identityContainer entity. get: tags: - security.identityContainer - summary: Get sensor - description: Read the properties and relationships of a sensor object. + summary: List sensors + description: Get a list of sensor objects and their properties. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/security-sensor-get?view=graph-rest-beta - operationId: security.identities.GetSensors + url: https://learn.microsoft.com/graph/api/security-identitycontainer-list-sensors?view=graph-rest-beta + operationId: security.identities.ListSensors + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.security.sensorCollectionResponse' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - security.identityContainer + summary: Create new navigation property to sensors for security + operationId: security.identities.CreateSensors + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.security.sensor' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.security.sensor' + 4XX: + $ref: '#/components/responses/error' + 5XX: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/security/identities/sensors/{sensor-id}': + description: Provides operations to manage the sensors property of the microsoft.graph.security.identityContainer entity. + get: + tags: + - security.identityContainer + summary: Get sensor + description: Read the properties and relationships of a sensor object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-sensor-get?view=graph-rest-beta + operationId: security.identities.GetSensors parameters: - name: $select in: query @@ -1234782,10 +1235772,10 @@ paths: tags: - users.user.Functions summary: Invoke function delta - description: 'Get newly created, updated, or deleted users without having to perform a full read of the entire user collection. For more information, see Use delta query to track changes in Microsoft Graph data for details.' + description: 'Get newly created, updated, or deleted directory objects without performing a full read of the entire directoryObject collection. For more information, see Use delta query to track changes in Microsoft Graph data for details.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/user-delta?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-beta operationId: users.delta parameters: - $ref: '#/components/parameters/top' @@ -1234829,7 +1235819,7 @@ paths: content: application/json: schema: - title: Collection of user + title: Collection of directoryObject type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' @@ -1234838,7 +1235828,7 @@ paths: value: type: array items: - $ref: '#/components/schemas/microsoft.graph.user' + $ref: '#/components/schemas/microsoft.graph.directoryObject' 4XX: $ref: '#/components/responses/error' 5XX: @@ -1239145,6 +1240135,33 @@ components: '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.allSitesBackup' + microsoft.graph.androidAppConfigurationSchema: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: androidAppConfigurationSchema + required: + - '@odata.type' + type: object + properties: + exampleJson: + type: string + description: UTF8 encoded byte array containing example JSON string conforming to this schema that demonstrates how to set the configuration for this app + format: base64url + nullable: true + nestedSchemaItems: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.appConfigurationSchemaItemType' + description: Collection of items each representing a named configuration option in the schema. It contains a flat list of all configuration. + schemaItems: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.appConfigurationSchemaItemType' + description: Collection of items each representing a named configuration option in the schema. It only contains the root-level configuration. + '@odata.type': + type: string + description: Schema describing an Android application's custom configurations. + x-ms-discriminator-value: '#microsoft.graph.androidAppConfigurationSchema' microsoft.graph.androidCertificateProfileBase: allOf: - $ref: '#/components/schemas/microsoft.graph.deviceConfiguration' @@ -1240721,6 +1241738,12 @@ components: items: $ref: '#/components/schemas/microsoft.graph.keyValuePair' description: Custom data to define key/value pairs specific to a VPN provider. This collection can contain a maximum of 25 elements. + lockdownExclusionList: + type: array + items: + type: string + nullable: true + description: List of app package names that will be able to access the network directly when VPN is in lockdown mode but not connected. microsoftTunnelSiteId: type: string description: Microsoft Tunnel site ID. @@ -1244882,6 +1245905,12 @@ components: items: $ref: '#/components/schemas/microsoft.graph.configurationUri' description: The URIs required for the single sign-on configuration of a preintegrated application. + deprecationDate: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' + type: string + description: 'Deprecation date for this application. If specified, the application will be removed from the Microsoft Entra application gallery on this date.' + format: date + nullable: true description: type: string description: A description of the application. @@ -1251132,12 +1252161,25 @@ components: type: number description: 'The certification authority version, which is incremented each time the certification authority is renewed. Read-only.' format: int32 + activeVersion: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.cloudCertificationAuthorityVersion' + - type: object + nullable: true + description: 'The currently active certification authority version. This navigation property provides direct access to the active version''s details including certificate information, URLs, and validity periods. The active version is automatically included in the default response when retrieving a certification authority entity without requiring $expand. Read-only.' + x-ms-navigationProperty: true cloudCertificationAuthorityLeafCertificate: type: array items: $ref: '#/components/schemas/microsoft.graph.cloudCertificationAuthorityLeafCertificate' description: Required OData property to expose leaf certificate API. x-ms-navigationProperty: true + versions: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.cloudCertificationAuthorityVersion' + description: 'The collection of all certification authority versions, including active, staged, retired, and expired versions. This navigation property provides access to the full version history of the certification authority. Use $expand=versions to include this collection in the response. Read-only.' + x-ms-navigationProperty: true '@odata.type': type: string description: Entity that represents a collection of metadata of a cloud certification authority. @@ -1251156,6 +1252198,12 @@ components: type: string description: The URI of the certification authority that issued the certificate. Read-only. nullable: true + certificationAuthorityVersionNumber: + maximum: 2147483647 + minimum: -2147483648 + type: number + description: The version number of the certification authority that issued this leaf certificate. Read-only. + format: int32 crlDistributionPointUrl: type: string description: URL to find the relevant Certificate Revocation List for this certificate. Read-only. @@ -1251233,10 +1252281,108 @@ components: description: 'The start date time of the validity period of a certificate. Certificates cannot be used before this date time as they are not yet valid. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: ''2014-01-01T00:00:00Z''. Nullable. Read-only. Supports $orderby.' format: date-time nullable: true + cloudCertificationAuthorityVersion: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.cloudCertificationAuthorityVersion' + - type: object + nullable: true + description: The certification authority version that issued this leaf certificate. Read-only. + x-ms-navigationProperty: true '@odata.type': type: string description: Entity that represents a leaf certificate issued by a cloud certification authority. x-ms-discriminator-value: '#microsoft.graph.cloudCertificationAuthorityLeafCertificate' + microsoft.graph.cloudCertificationAuthorityVersion: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: cloudCertificationAuthorityVersion + required: + - '@odata.type' + type: object + properties: + certificateDownloadUrl: + type: string + description: The URL to download the certification authority certificate. Read-only. + nullable: true + certificateRevocationListUrl: + type: string + description: The cloud certification authority's Certificate Revocation List URL that can be used to determine revocation status. Read-only. + nullable: true + certificateSigningRequest: + type: string + description: 'The certificate signing request used to create an issuing certification authority with a root certification authority external to Microsoft Cloud PKI. The based-64 encoded certificate signing request can be downloaded through this property. After downloading the certificate signing request, it must be signed by the external root certifcation authority. Read-only.' + nullable: true + certificationAuthorityId: + type: string + description: The certification authority identifier. Read-only. + certificationAuthorityIssuerUri: + type: string + description: The URI of the issuing certification authority of a subordinate certification authority. Returns null if a root certification authority. Nullable. Read-only. + nullable: true + certificationAuthorityVersionStatus: + $ref: '#/components/schemas/microsoft.graph.cloudCertificationAuthorityVersionStatus' + decommissionDateTime: + 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 date and time when the certification authority version is scheduled to be decommissioned. Only applicable for staged certification authority versions. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: ''2014-01-01T00:00:00Z''. Nullable. Read-only.' + format: date-time + nullable: true + keyPlatform: + $ref: '#/components/schemas/microsoft.graph.cloudCertificationAuthorityKeyPlatformType' + lastModifiedDateTime: + 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: 'Last modification date and time of this certification authority entity instance. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: ''2014-01-01T00:00:00Z''. Nullable. Read-only.' + format: date-time + nullable: true + ocspResponderUri: + type: string + description: The Online Certificate Status Protocol (OCSP) responder URI that can be used to determine certificate status. Read-only. + nullable: true + scepServerUrl: + type: string + description: The SCEP server URL for device SCEP connections to request certificates. Read-only. + nullable: true + serialNumber: + type: string + description: The serial number used to uniquely identify a certificate with its issuing certification authority. Read-only. + nullable: true + subjectName: + type: string + description: 'The subject name of the certificate. The subject is the target or intended beneficiary of the security being provided, such as a company or government entity. Read-only.' + nullable: true + thumbprint: + type: string + description: Secure Hash Algorithm 1 digest of the certificate that can be used to identify it. Read-only. + nullable: true + usage: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.cloudCertificationAuthorityVersionUsage' + - type: object + nullable: true + description: 'The usage details associated with this certification authority version, including reporting data such as the number of leaf certificates issued during the staged period. Read-only.' + validityEndDateTime: + 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 end date time of the validity period of a certification authority certificate. Certificates cannot be used after this date time as they are longer valid. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: ''2014-01-01T00:00:00Z''. Nullable. Read-only.' + format: date-time + nullable: true + validityStartDateTime: + 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 start date time of the validity period of a certification authority certificate. Certificates cannot be used before this date time as they are not yet valid. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: ''2014-01-01T00:00:00Z''. Nullable. Read-only.' + format: date-time + nullable: true + versionNumber: + maximum: 2147483647 + minimum: -2147483648 + type: number + description: The version number assigned to this specific certification authority version entity. Read-only. + format: int32 + '@odata.type': + type: string + description: Entity that represents version-specific properties of a cloud certification authority. + x-ms-discriminator-value: '#microsoft.graph.cloudCertificationAuthorityVersion' microsoft.graph.cloudClipboardItem: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -1252459,6 +1253605,11 @@ components: subnetId: type: string description: 'The ID of the target subnet. Required format: /subscriptions/{subscription-id}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkId}/subnets/{subnetName}.' + subnetPrivateIpDetail: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.cloudPcOnPremisesConnectionSubnetIpDetail' + - type: object + nullable: true subscriptionId: type: string description: The ID of the target Azure subscription associated with your tenant. @@ -1255057,6 +1256208,11 @@ components: - type: object nullable: true x-ms-navigationProperty: true + policySettings: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.copilotPolicySetting' + x-ms-navigationProperty: true settings: anyOf: - $ref: '#/components/schemas/microsoft.graph.copilotAdminSetting' @@ -1255353,6 +1256509,23 @@ components: '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.copilotPeopleAdminSetting' + microsoft.graph.copilotPolicySetting: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: copilotPolicySetting + required: + - '@odata.type' + type: object + properties: + policyId: + type: string + nullable: true + value: + type: string + nullable: true + '@odata.type': + type: string + x-ms-discriminator-value: '#microsoft.graph.copilotPolicySetting' microsoft.graph.copilotReportRoot: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -1261199,6 +1262372,13 @@ components: nullable: true description: The summary state of ATP onboarding state for this account. x-ms-navigationProperty: true + androidAppConfigurationSchema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.androidAppConfigurationSchema' + - type: object + nullable: true + description: Android App Configurations Schema entity. + x-ms-navigationProperty: true androidDeviceOwnerEnrollmentProfiles: type: array items: @@ -1268892,6 +1270072,7 @@ components: '#microsoft.graph.alert': '#/components/schemas/microsoft.graph.alert' '#microsoft.graph.allowedDataLocation': '#/components/schemas/microsoft.graph.allowedDataLocation' '#microsoft.graph.allowedValue': '#/components/schemas/microsoft.graph.allowedValue' + '#microsoft.graph.androidAppConfigurationSchema': '#/components/schemas/microsoft.graph.androidAppConfigurationSchema' '#microsoft.graph.androidDeviceComplianceLocalActionBase': '#/components/schemas/microsoft.graph.androidDeviceComplianceLocalActionBase' '#microsoft.graph.androidDeviceComplianceLocalActionLockDevice': '#/components/schemas/microsoft.graph.androidDeviceComplianceLocalActionLockDevice' '#microsoft.graph.androidDeviceComplianceLocalActionLockDeviceWithPasscode': '#/components/schemas/microsoft.graph.androidDeviceComplianceLocalActionLockDeviceWithPasscode' @@ -1269138,6 +1270319,7 @@ components: '#microsoft.graph.cloudAppSecurityProfile': '#/components/schemas/microsoft.graph.cloudAppSecurityProfile' '#microsoft.graph.cloudCertificationAuthority': '#/components/schemas/microsoft.graph.cloudCertificationAuthority' '#microsoft.graph.cloudCertificationAuthorityLeafCertificate': '#/components/schemas/microsoft.graph.cloudCertificationAuthorityLeafCertificate' + '#microsoft.graph.cloudCertificationAuthorityVersion': '#/components/schemas/microsoft.graph.cloudCertificationAuthorityVersion' '#microsoft.graph.cloudClipboardItem': '#/components/schemas/microsoft.graph.cloudClipboardItem' '#microsoft.graph.cloudClipboardRoot': '#/components/schemas/microsoft.graph.cloudClipboardRoot' '#microsoft.graph.cloudPC': '#/components/schemas/microsoft.graph.cloudPC' @@ -1269251,6 +1270433,7 @@ components: '#microsoft.graph.copilotPackage': '#/components/schemas/microsoft.graph.copilotPackage' '#microsoft.graph.copilotPackageDetail': '#/components/schemas/microsoft.graph.copilotPackageDetail' '#microsoft.graph.copilotPeopleAdminSetting': '#/components/schemas/microsoft.graph.copilotPeopleAdminSetting' + '#microsoft.graph.copilotPolicySetting': '#/components/schemas/microsoft.graph.copilotPolicySetting' '#microsoft.graph.copilotReportRoot': '#/components/schemas/microsoft.graph.copilotReportRoot' '#microsoft.graph.copilotSetting': '#/components/schemas/microsoft.graph.copilotSetting' '#microsoft.graph.corsConfiguration_v2': '#/components/schemas/microsoft.graph.corsConfiguration_v2' @@ -1271037,6 +1272220,7 @@ components: '#microsoft.graph.security.sensor': '#/components/schemas/microsoft.graph.security.sensor' '#microsoft.graph.security.sensorCandidate': '#/components/schemas/microsoft.graph.security.sensorCandidate' '#microsoft.graph.security.sensorCandidateActivationConfiguration': '#/components/schemas/microsoft.graph.security.sensorCandidateActivationConfiguration' + '#microsoft.graph.security.sensorMigration': '#/components/schemas/microsoft.graph.security.sensorMigration' '#microsoft.graph.security.settingsContainer': '#/components/schemas/microsoft.graph.security.settingsContainer' '#microsoft.graph.security.subdomain': '#/components/schemas/microsoft.graph.security.subdomain' '#microsoft.graph.security.tag': '#/components/schemas/microsoft.graph.security.tag' @@ -1281833,6 +1283017,12 @@ components: properties: advancedThreatProtectionRequiredSecurityLevel: $ref: '#/components/schemas/microsoft.graph.deviceThreatProtectionLevel' + deviceCompliancePolicyScript: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.deviceCompliancePolicyScript' + - type: object + nullable: true + description: 'Custom compliance configuration for the policy (script identifier and rules content). When set, custom compliance rules are evaluated and the device is marked noncompliant when any rule evaluates to noncompliant. When not set, no custom compliance rules are evaluated. Default is null, when set to default it is not evaluated.' deviceThreatProtectionEnabled: type: boolean description: Require that devices have enabled device threat protection. @@ -1322253,6 +1323443,18 @@ components: - '@odata.type' type: object properties: + allowedArchitectures: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.windowsArchitecture' + - type: object + nullable: true + description: 'Indicates the set of CPU architectures on which this application is allowed to be installed. When null, the app is eligible for installation on all the supported architectures. Possible values are: x86, x64, arm64, or a combination of them.' + installExperience: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.windowsAutoUpdateCatalogAppInstallExperience' + - type: object + nullable: true + description: 'Describes how the app installer executes on the target device, including the account context (system or user) under which the installer runs and how the device handles restarts after installation completes. When omitted, the service applies default values (runAsAccount = system, deviceRestartBehavior = basedOnReturnCode).' mobileAppCatalogPackageBranchId: type: string description: 'The identifier of a specific branch in a product, which is a specific subset of product functionality as defined by the publisher . This is run-time resolved to be the latest MobileAppCatalogPackage in the branch. (example:''31a4c766-f23d-8d41-4803-35e155be7389''). Read-Only' @@ -1330448,6 +1331650,23 @@ components: '@odata.type': type: string description: Single configuration item inside an Android for Work application's custom configuration schema. + microsoft.graph.androidLobAppConfigurationSchemaRequestDetail: + allOf: + - $ref: '#/components/schemas/microsoft.graph.appConfigurationSchemaRequestDetail' + - title: androidLobAppConfigurationSchemaRequestDetail + required: + - '@odata.type' + type: object + properties: + appId: + type: string + description: The application policy ID of the Android LOB app + nullable: true + '@odata.type': + type: string + default: '#microsoft.graph.androidLobAppConfigurationSchemaRequestDetail' + description: The request parameter for requesting Android LOB app configuration schema. + x-ms-discriminator-value: '#microsoft.graph.androidLobAppConfigurationSchemaRequestDetail' microsoft.graph.androidManagedStoreAppAssignmentSettings: allOf: - $ref: '#/components/schemas/microsoft.graph.mobileAppAssignmentSettings' @@ -1330731,6 +1331950,208 @@ components: $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermission' '@odata.type': type: string + microsoft.graph.appConfigurationSchemaItemBooleanType: + allOf: + - $ref: '#/components/schemas/microsoft.graph.appConfigurationSchemaItemType' + - title: appConfigurationSchemaItemBooleanType + required: + - '@odata.type' + type: object + properties: + defaultValue: + type: boolean + description: 'Default value, if specified by the app developer' + nullable: true + '@odata.type': + type: string + default: '#microsoft.graph.appConfigurationSchemaItemBooleanType' + description: Boolean configuration item inside an Android application's custom configuration schema. + x-ms-discriminator-value: '#microsoft.graph.appConfigurationSchemaItemBooleanType' + microsoft.graph.appConfigurationSchemaItemBundleArray: + allOf: + - $ref: '#/components/schemas/microsoft.graph.appConfigurationSchemaItemType' + - title: appConfigurationSchemaItemBundleArray + required: + - '@odata.type' + type: object + properties: + '@odata.type': + type: string + default: '#microsoft.graph.appConfigurationSchemaItemBundleArray' + description: Bundle array configuration item inside an Android application's custom configuration schema. + x-ms-discriminator-value: '#microsoft.graph.appConfigurationSchemaItemBundleArray' + microsoft.graph.appConfigurationSchemaItemBundleType: + allOf: + - $ref: '#/components/schemas/microsoft.graph.appConfigurationSchemaItemType' + - title: appConfigurationSchemaItemBundleType + required: + - '@odata.type' + type: object + properties: + '@odata.type': + type: string + default: '#microsoft.graph.appConfigurationSchemaItemBundleType' + description: Bundle configuration item inside an Android application's custom configuration schema. + x-ms-discriminator-value: '#microsoft.graph.appConfigurationSchemaItemBundleType' + microsoft.graph.appConfigurationSchemaItemChoiceType: + allOf: + - $ref: '#/components/schemas/microsoft.graph.appConfigurationSchemaItemType' + - title: appConfigurationSchemaItemChoiceType + required: + - '@odata.type' + type: object + properties: + defaultValue: + type: string + description: 'Default value, if specified by the app developer' + nullable: true + selections: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.keyValuePair' + description: List of human readable name/value pairs for the valid values that can be set for this item + '@odata.type': + type: string + default: '#microsoft.graph.appConfigurationSchemaItemChoiceType' + description: Choice configuration item inside an Android application's custom configuration schema. + x-ms-discriminator-value: '#microsoft.graph.appConfigurationSchemaItemChoiceType' + microsoft.graph.appConfigurationSchemaItemHiddenType: + allOf: + - $ref: '#/components/schemas/microsoft.graph.appConfigurationSchemaItemType' + - title: appConfigurationSchemaItemHiddenType + required: + - '@odata.type' + type: object + properties: + defaultValue: + type: string + description: 'Default value, if specified by the app developer' + nullable: true + '@odata.type': + type: string + default: '#microsoft.graph.appConfigurationSchemaItemHiddenType' + description: Hidden configuration item inside an Android application's custom configuration schema. + x-ms-discriminator-value: '#microsoft.graph.appConfigurationSchemaItemHiddenType' + microsoft.graph.appConfigurationSchemaItemIntegerType: + allOf: + - $ref: '#/components/schemas/microsoft.graph.appConfigurationSchemaItemType' + - title: appConfigurationSchemaItemIntegerType + required: + - '@odata.type' + type: object + properties: + defaultValue: + maximum: 2147483647 + minimum: -2147483648 + type: number + description: 'Default value, if specified by the app developer. Valid values 0 to 2147483647' + format: int32 + nullable: true + '@odata.type': + type: string + default: '#microsoft.graph.appConfigurationSchemaItemIntegerType' + description: Integer configuration item inside an Android application's custom configuration schema. + x-ms-discriminator-value: '#microsoft.graph.appConfigurationSchemaItemIntegerType' + microsoft.graph.appConfigurationSchemaItemMultiselectType: + allOf: + - $ref: '#/components/schemas/microsoft.graph.appConfigurationSchemaItemType' + - title: appConfigurationSchemaItemMultiselectType + required: + - '@odata.type' + type: object + properties: + defaultValue: + type: array + items: + type: string + nullable: true + description: 'Default value, if specified by the app developer' + selections: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.keyValuePair' + description: List of human readable name/value pairs for the valid values that can be set for this item + '@odata.type': + type: string + default: '#microsoft.graph.appConfigurationSchemaItemMultiselectType' + description: Multiselect configuration item inside an Android application's custom configuration schema. + x-ms-discriminator-value: '#microsoft.graph.appConfigurationSchemaItemMultiselectType' + microsoft.graph.appConfigurationSchemaItemStringType: + allOf: + - $ref: '#/components/schemas/microsoft.graph.appConfigurationSchemaItemType' + - title: appConfigurationSchemaItemStringType + required: + - '@odata.type' + type: object + properties: + defaultValue: + type: string + description: 'Default value, if specified by the app developer' + nullable: true + '@odata.type': + type: string + default: '#microsoft.graph.appConfigurationSchemaItemStringType' + description: String configuration item inside an Android application's custom configuration schema. + x-ms-discriminator-value: '#microsoft.graph.appConfigurationSchemaItemStringType' + microsoft.graph.appConfigurationSchemaItemType: + title: appConfigurationSchemaItemType + required: + - '@odata.type' + type: object + properties: + description: + type: string + description: Description of what the item controls within the application + nullable: true + displayName: + type: string + description: Human readable name + nullable: true + index: + maximum: 2147483647 + minimum: -2147483648 + type: number + description: Unique index the application uses to maintain nested schema items. Valid values 0 to 2147483647 + format: int32 + parentIndex: + maximum: 2147483647 + minimum: -2147483648 + type: number + description: Index of parent schema item to track nested schema items. Valid values 0 to 2147483647 + format: int32 + nullable: true + schemaItemKey: + type: string + description: Unique key the application uses to identify the item + nullable: true + '@odata.type': + type: string + description: Single configuration item inside an Android application's configuration schema. + discriminator: + propertyName: '@odata.type' + mapping: + '#microsoft.graph.appConfigurationSchemaItemBooleanType': '#/components/schemas/microsoft.graph.appConfigurationSchemaItemBooleanType' + '#microsoft.graph.appConfigurationSchemaItemBundleArray': '#/components/schemas/microsoft.graph.appConfigurationSchemaItemBundleArray' + '#microsoft.graph.appConfigurationSchemaItemBundleType': '#/components/schemas/microsoft.graph.appConfigurationSchemaItemBundleType' + '#microsoft.graph.appConfigurationSchemaItemChoiceType': '#/components/schemas/microsoft.graph.appConfigurationSchemaItemChoiceType' + '#microsoft.graph.appConfigurationSchemaItemHiddenType': '#/components/schemas/microsoft.graph.appConfigurationSchemaItemHiddenType' + '#microsoft.graph.appConfigurationSchemaItemIntegerType': '#/components/schemas/microsoft.graph.appConfigurationSchemaItemIntegerType' + '#microsoft.graph.appConfigurationSchemaItemMultiselectType': '#/components/schemas/microsoft.graph.appConfigurationSchemaItemMultiselectType' + '#microsoft.graph.appConfigurationSchemaItemStringType': '#/components/schemas/microsoft.graph.appConfigurationSchemaItemStringType' + microsoft.graph.appConfigurationSchemaRequestDetail: + title: appConfigurationSchemaRequestDetail + required: + - '@odata.type' + type: object + properties: + '@odata.type': + type: string + description: Base type for the request parameters that identifies the requested app configuration schema. + discriminator: + propertyName: '@odata.type' + mapping: + '#microsoft.graph.androidLobAppConfigurationSchemaRequestDetail': '#/components/schemas/microsoft.graph.androidLobAppConfigurationSchemaRequestDetail' + '#microsoft.graph.managedStoreAppConfigurationSchemaRequestDetail': '#/components/schemas/microsoft.graph.managedStoreAppConfigurationSchemaRequestDetail' microsoft.graph.appConfigurationSettingItem: title: appConfigurationSettingItem required: @@ -1336596,6 +1338017,27 @@ components: nullable: true '@odata.type': type: string + microsoft.graph.classificationLimit: + title: classificationLimit + required: + - '@odata.type' + type: object + properties: + allowedLimit: + maximum: 2147483647 + minimum: -2147483648 + type: number + format: int32 + nullable: true + code: + type: string + nullable: true + impactedSensitiveTypeIds: + type: array + items: + type: string + '@odata.type': + type: string microsoft.graph.classificationRequestContentMetaData: title: classificationRequestContentMetaData required: @@ -1336630,6 +1338072,24 @@ components: description: The GUID of the discovered sensitive information type. '@odata.type': type: string + microsoft.graph.classifierDiagnostic: + title: classifierDiagnostic + required: + - '@odata.type' + type: object + properties: + classificationId: + pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' + type: string + format: uuid + classificationMethod: + $ref: '#/components/schemas/microsoft.graph.classificationMethod' + '@odata.type': + type: string + discriminator: + propertyName: '@odata.type' + mapping: + '#microsoft.graph.exactDataMatchDiagnostic': '#/components/schemas/microsoft.graph.exactDataMatchDiagnostic' microsoft.graph.clientCertificateAuthentication: allOf: - $ref: '#/components/schemas/microsoft.graph.apiAuthenticationConfigurationBase' @@ -1336699,6 +1338159,22 @@ components: nullable: true '@odata.type': type: string + microsoft.graph.cloudCertificationAuthorityVersionUsage: + title: cloudCertificationAuthorityVersionUsage + required: + - '@odata.type' + type: object + properties: + issuedStagedLeafCertificateCount: + maximum: 2147483647 + minimum: -2147483648 + type: number + description: The number of leaf certificates issued by the certification authority version when it was in the staged status. Only applicable for staged certification authority versions. Nullable. Read-only. + format: int32 + nullable: true + '@odata.type': + type: string + description: Complex type that represents usage details associated with a certification authority version. This type provides reporting data such as the number of leaf certificates issued during specific lifecycle phases. microsoft.graph.cloudClipboardItemPayload: title: cloudClipboardItemPayload required: @@ -1337810,6 +1339286,25 @@ components: format: date-time '@odata.type': type: string + microsoft.graph.cloudPcOnPremisesConnectionSubnetIpDetail: + title: cloudPcOnPremisesConnectionSubnetIpDetail + required: + - '@odata.type' + type: object + properties: + subnetAvailableIpCount: + maximum: 2147483647 + minimum: -2147483648 + type: number + format: int32 + nullable: true + subnetAvailableIpCountLastSyncDateTime: + 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 + '@odata.type': + type: string microsoft.graph.cloudPcPartnerAgentInstallResult: title: cloudPcPartnerAgentInstallResult required: @@ -1338293,6 +1339788,9 @@ components: - '@odata.type' type: object properties: + availabilityZoneRestricted: + type: boolean + nullable: true cPURestricted: type: boolean description: Indicates that the region is restricted for Cloud PC CPU provisioning. True indicates that Cloud PC provisioning with CPU isn't available in this region. false indicates that it's available. The default value is false. Read-only. @@ -1345790,6 +1347288,14 @@ components: nullable: true '@odata.type': type: string + microsoft.graph.diagnosticMetadata: + title: diagnosticMetadata + required: + - '@odata.type' + type: object + properties: + '@odata.type': + type: string microsoft.graph.dictionaries: title: dictionaries required: @@ -1348149,6 +1349655,26 @@ components: '#microsoft.graph.teamsAppRemovedEventMessageDetail': '#/components/schemas/microsoft.graph.teamsAppRemovedEventMessageDetail' '#microsoft.graph.teamsAppUpgradedEventMessageDetail': '#/components/schemas/microsoft.graph.teamsAppUpgradedEventMessageDetail' '#microsoft.graph.teamUnarchivedEventMessageDetail': '#/components/schemas/microsoft.graph.teamUnarchivedEventMessageDetail' + microsoft.graph.exactDataMatchDiagnostic: + allOf: + - $ref: '#/components/schemas/microsoft.graph.classifierDiagnostic' + - title: exactDataMatchDiagnostic + required: + - '@odata.type' + type: object + properties: + classificationLimits: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.classificationLimit' + unmatchedItems: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.unmatched' + '@odata.type': + type: string + default: '#microsoft.graph.exactDataMatchDiagnostic' + x-ms-discriminator-value: '#microsoft.graph.exactDataMatchDiagnostic' microsoft.graph.exactDataMatchStoreColumn: title: exactDataMatchStoreColumn required: @@ -1348228,6 +1349754,26 @@ components: '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.exactMatchDetectedSensitiveContent' + microsoft.graph.exactMatchDiagnostic: + title: exactMatchDiagnostic + required: + - '@odata.type' + type: object + properties: + classificationId: + pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' + type: string + format: uuid + classificationLimits: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.classificationLimit' + unmatchedItems: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.unmatched' + '@odata.type': + type: string microsoft.graph.exchangeOnlineCrossTenantMigrationSettings: title: exchangeOnlineCrossTenantMigrationSettings required: @@ -1354869,6 +1356415,23 @@ components: description: 'The possible values are: none, userAssigned, systemAssigned, unknownFutureValue.' '@odata.type': type: string + microsoft.graph.managedStoreAppConfigurationSchemaRequestDetail: + allOf: + - $ref: '#/components/schemas/microsoft.graph.appConfigurationSchemaRequestDetail' + - title: managedStoreAppConfigurationSchemaRequestDetail + required: + - '@odata.type' + type: object + properties: + packageName: + type: string + description: The package name of the Android Managed Play Store app + nullable: true + '@odata.type': + type: string + default: '#microsoft.graph.managedStoreAppConfigurationSchemaRequestDetail' + description: The request parameter for requesting Android Managed Play Store app configuration schema. + x-ms-discriminator-value: '#microsoft.graph.managedStoreAppConfigurationSchemaRequestDetail' microsoft.graph.managementCertificateWithThumbprint: title: managementCertificateWithThumbprint required: @@ -1356309,6 +1357872,7 @@ components: '#microsoft.graph.win32LobAppAssignmentSettings': '#/components/schemas/microsoft.graph.win32LobAppAssignmentSettings' '#microsoft.graph.win32CatalogAppAssignmentSettings': '#/components/schemas/microsoft.graph.win32CatalogAppAssignmentSettings' '#microsoft.graph.windowsAppXAppAssignmentSettings': '#/components/schemas/microsoft.graph.windowsAppXAppAssignmentSettings' + '#microsoft.graph.windowsAutoUpdateCatalogAppAssignmentSettings': '#/components/schemas/microsoft.graph.windowsAutoUpdateCatalogAppAssignmentSettings' '#microsoft.graph.windowsUniversalAppXAppAssignmentSettings': '#/components/schemas/microsoft.graph.windowsUniversalAppXAppAssignmentSettings' '#microsoft.graph.winGetAppAssignmentSettings': '#/components/schemas/microsoft.graph.winGetAppAssignmentSettings' microsoft.graph.mobileAppIdentifier: @@ -1373520,6 +1375084,36 @@ components: '@odata.type': type: string description: Unmanaged device discovered in the network. + microsoft.graph.unmatched: + title: unmatched + required: + - '@odata.type' + type: object + properties: + code: + type: string + nullable: true + corroborativeEvidences: + type: array + items: + type: string + idMatch: + type: string + nullable: true + length: + maximum: 2147483647 + minimum: -2147483648 + type: number + format: int32 + nullable: true + offset: + maximum: 2147483647 + minimum: -2147483648 + type: number + format: int32 + nullable: true + '@odata.type': + type: string microsoft.graph.unrestrictedAudience: allOf: - $ref: '#/components/schemas/microsoft.graph.signInAudienceRestrictionsBase' @@ -1376762,6 +1378356,100 @@ components: default: '#microsoft.graph.windowsAppXAppAssignmentSettings' description: Contains properties used when assigning a Windows AppX mobile app to a group. x-ms-discriminator-value: '#microsoft.graph.windowsAppXAppAssignmentSettings' + microsoft.graph.windowsAutoUpdateCatalogAppAssignmentSettings: + allOf: + - $ref: '#/components/schemas/microsoft.graph.mobileAppAssignmentSettings' + - title: windowsAutoUpdateCatalogAppAssignmentSettings + required: + - '@odata.type' + type: object + properties: + deliveryOptimizationPriority: + $ref: '#/components/schemas/microsoft.graph.windowsAutoUpdateCatalogAppDeliveryOptimizationPriority' + installTimeSettings: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.windowsAutoUpdateCatalogAppInstallTimeSettings' + - type: object + nullable: true + description: 'Specifies the deadline by which the app must be installed on the device. When null, the app is offered for immediate installation with no enforced deadline.' + notificationType: + $ref: '#/components/schemas/microsoft.graph.windowsAutoUpdateCatalogAppNotificationType' + restartSettings: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.windowsAutoUpdateCatalogAppRestartSettings' + - type: object + nullable: true + description: 'Specifies the restart coordination behavior after the app is installed—including how long to wait before restarting, when to show a countdown, and how long the user can snooze. When null, no restart coordination is applied (the device may still restart based on the app''s deviceRestartBehavior setting). Note: the service accepts restart settings regardless of the app''s deviceRestartBehavior value; the device agent determines which settings are actually honored at runtime.' + '@odata.type': + type: string + default: '#microsoft.graph.windowsAutoUpdateCatalogAppAssignmentSettings' + description: 'Contains per-group deployment configuration for a windowsAutoUpdateCatalogApp. These settings control the end-user experience when the app is deployed to a specific group—including whether notifications are shown, how delivery bandwidth is used, when the app must be installed by, and how the device coordinates restarts afterward.' + x-ms-discriminator-value: '#microsoft.graph.windowsAutoUpdateCatalogAppAssignmentSettings' + microsoft.graph.windowsAutoUpdateCatalogAppInstallExperience: + title: windowsAutoUpdateCatalogAppInstallExperience + required: + - '@odata.type' + type: object + properties: + deviceRestartBehavior: + $ref: '#/components/schemas/microsoft.graph.windowsAutoUpdateCatalogAppRestartBehavior' + runAsAccount: + $ref: '#/components/schemas/microsoft.graph.runAsAccountType' + '@odata.type': + type: string + description: 'Describes how the app installer runs on target devices, including which account context it runs under and how the device handles restarts after installation. When omitted, the service applies default values (runAsAccount = system, deviceRestartBehavior = basedOnReturnCode).' + microsoft.graph.windowsAutoUpdateCatalogAppInstallTimeSettings: + title: windowsAutoUpdateCatalogAppInstallTimeSettings + required: + - '@odata.type' + type: object + properties: + deadlineDateTime: + 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 maximum allowed date and time by which the app must be installed on the device. After this deadline, the Intune management extension enforces installation automatically. When null, there is no enforced deadline.' + format: date-time + nullable: true + startDateTime: + 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 at which the app should be available for installation on the device. When null, the app is available immediately.' + format: date-time + nullable: true + useLocalTime: + type: boolean + description: 'Indicates whether the startDateTime and deadlineDateTime values should be interpreted using the device''s local time zone. When false, the values are interpreted as UTC. Defaults to false if not specified.' + '@odata.type': + type: string + description: 'Specifies when the app should be installed on target devices. When null or is omitted from the assignment, the app is offered for immediate installation with no enforced deadline.' + microsoft.graph.windowsAutoUpdateCatalogAppRestartSettings: + title: windowsAutoUpdateCatalogAppRestartSettings + required: + - '@odata.type' + type: object + properties: + countdownDisplayBeforeRestartInMinutes: + maximum: 2147483647 + minimum: -2147483648 + type: number + description: 'The number of minutes before the scheduled restart at which a countdown notification is displayed to the user. Must be between 1 and the value of gracePeriodInMinutes. This countdown is non-dismissible and warns the user that a restart is imminent. For example, a value of 15 means the countdown appears 15 minutes before the restart.' + format: int32 + gracePeriodInMinutes: + maximum: 2147483647 + minimum: -2147483648 + type: number + description: 'The number of minutes the device waits after app installation before initiating a restart. During this period, the user can continue working and save their documents. For example, a value of 1440 means the device waits 24 hours before restarting.' + format: int32 + restartNotificationSnoozeDurationInMinutes: + maximum: 2147483647 + minimum: -2147483648 + type: number + description: 'The number of minutes by which the user can defer (snooze) the restart notification each time they press the snooze button. When null, the snooze option is not available and the user cannot defer the restart. For example, a value of 240 allows the user to defer the restart by 4 hours each time.' + format: int32 + nullable: true + '@odata.type': + type: string + description: 'Specifies how the device coordinates a restart after the app is installed. These settings control the grace period before a restart is initiated, when the user sees a countdown notification, and how long the user can defer the restart by snoozing. When null, no restart coordination is applied (the device may still restart based on the app''s deviceRestartBehavior setting).' microsoft.graph.windowsDefenderScanActionResult: allOf: - $ref: '#/components/schemas/microsoft.graph.deviceActionResult' @@ -1383593,8 +1385281,9 @@ components: - revoked - signingPending - unknownFutureValue + - expired type: string - description: Enum type of possible certification authority statuses. These statuses indicate whether a certification authority is currently able to issue certificates or temporarily paused or permanently revoked. + description: 'Enum type of possible certification authority statuses. These statuses indicate whether a certification authority is currently able to issue certificates, temporarily paused, pending signing, revoked, or expired.' x-ms-enum: name: cloudCertificationAuthorityStatus modelAsString: false @@ -1383617,6 +1385306,9 @@ components: - value: unknownFutureValue description: Evolvable enumeration sentinel value. Do not use. name: unknownFutureValue + - value: expired + description: Indicates certification authority has expired and cannot issue certificates until renewed and activated. + name: expired microsoft.graph.cloudCertificationAuthorityType: title: cloudCertificationAuthorityType enum: @@ -1383646,6 +1385338,55 @@ components: - value: unknownFutureValue description: Evolvable enumeration sentinel value. Do not use. name: unknownFutureValue + microsoft.graph.cloudCertificationAuthorityVersionStatus: + title: cloudCertificationAuthorityVersionStatus + enum: + - unknown + - active + - staged + - paused + - retired + - expired + - revoked + - decommissioned + - signingPending + - unknownFutureValue + type: string + description: 'Enum type of possible certification authority version statuses. These statuses indicate the lifecycle state of a certification authority version, including whether it is currently active, staged for renewal, retired, or in other states.' + x-ms-enum: + name: cloudCertificationAuthorityVersionStatus + modelAsString: false + values: + - value: unknown + description: Default. Indicates certification authority version has an unknown or invalid status. + name: unknown + - value: active + description: Indicates certification authority version is active and can issue leaf certificates. + name: active + - value: staged + description: 'Indicates certification authority version was created during the renewal process and is currently in the staged phase. Upon activation, it becomes the new active certification authority version.' + name: staged + - value: paused + description: Indicates certification authority version has been paused from issuing certificates. The paused state is supported only for active certification authority versions. Staged certification authority versions cannot be paused and may only be revoked. + name: paused + - value: retired + description: Indicates certification authority version has been retired after renewal. The retired certification authority version is not expired and continues to validate certificates it previously issued. + name: retired + - value: expired + description: Indicates certification authority version has exceeded its validity period. + name: expired + - value: revoked + description: Indicates certification authority version has been revoked. This is a permanent state that cannot be changed. + name: revoked + - value: decommissioned + description: Indicates certification authority version has been decommissioned. Only applicable for staged certification authority versions. Decommissioned certification authority versions cannot issue or validate leaf certificates. This is a permanent state that cannot be changed. + name: decommissioned + - value: signingPending + description: Indicates certification authority version was created with a Bring Your Own CA (BYOCA) root and requires external signing. + name: signingPending + - value: unknownFutureValue + description: Evolvable enumeration sentinel value. Do not use. + name: unknownFutureValue microsoft.graph.cloudPcAgentDiagnosticResultType: title: cloudPcAgentDiagnosticResultType enum: @@ -1404954,6 +1406695,81 @@ components: - value: unknownFutureValue description: Evolvable enumeration sentinel value. Do not use. name: unknownFutureValue + microsoft.graph.windowsAutoUpdateCatalogAppDeliveryOptimizationPriority: + title: windowsAutoUpdateCatalogAppDeliveryOptimizationPriority + enum: + - notConfigured + - foreground + - unknownFutureValue + type: string + description: Indicates the delivery optimization download priority level for app content. This controls whether the download uses background bandwidth (minimal impact on other network activity) or foreground bandwidth (prioritized download at the expense of other network traffic). + x-ms-enum: + name: windowsAutoUpdateCatalogAppDeliveryOptimizationPriority + modelAsString: false + values: + - value: notConfigured + description: 'Indicates that no delivery optimization priority is configured. The download uses normal background priority, which minimizes impact on other network activity. This is the default value when the property is omitted.' + name: notConfigured + - value: foreground + description: 'Indicates that the app content download uses foreground priority, which prioritizes the download over background network tasks. This may result in faster installation but increased network bandwidth consumption. In National Cloud environments, this value is accepted and stored but has no effect on device behavior.' + name: foreground + - value: unknownFutureValue + description: Evolvable enumeration sentinel value. Do not use. + name: unknownFutureValue + microsoft.graph.windowsAutoUpdateCatalogAppNotificationType: + title: windowsAutoUpdateCatalogAppNotificationType + enum: + - showAll + - showReboot + - hideAll + - unknownFutureValue + type: string + description: Indicates which notifications the Intune management extension displays to the end user during the app installation and restart lifecycle on managed devices. + x-ms-enum: + name: windowsAutoUpdateCatalogAppNotificationType + modelAsString: false + values: + - value: showAll + description: Indicates that all notifications related to app installation and restart are displayed to the end user. + name: showAll + - value: showReboot + description: Indicates that only restart notifications are displayed to the end user; other installation progress notifications are suppressed. + name: showReboot + - value: hideAll + description: Indicates that all notifications related to app installation and restart are suppressed. The end user is not informed of the installation or pending restarts. + name: hideAll + - value: unknownFutureValue + description: Evolvable enumeration sentinel value. Do not use. + name: unknownFutureValue + microsoft.graph.windowsAutoUpdateCatalogAppRestartBehavior: + title: windowsAutoUpdateCatalogAppRestartBehavior + enum: + - basedOnReturnCode + - allow + - suppress + - force + - unknownFutureValue + type: string + description: 'Indicates how the device handles restarts after the app installer finishes executing. This setting, configured on the app''s installExperience, determines whether the Intune management extension initiates, suppresses, or forces a restart based on the installer''s exit code.' + x-ms-enum: + name: windowsAutoUpdateCatalogAppRestartBehavior + modelAsString: false + values: + - value: basedOnReturnCode + description: 'Indicates that the Intune management extension restarts the device only if the app installer returns an exit code that signals a reboot is required (e.g., exit code 3010).' + name: basedOnReturnCode + - value: allow + description: 'Indicates that the Intune management extension does not take any specific action to control restarts. If the app installer initiates a restart (e.g., an MSI with ForceReboot action), it is allowed to proceed.' + name: allow + - value: suppress + description: 'Indicates that the Intune management extension attempts to suppress restarts initiated by the installer. For MSI-based installations, this passes the REBOOT=ReallySuppress property to msiexec. Not all installers honor suppression.' + name: suppress + - value: force + description: 'Indicates that the Intune management extension forces an immediate device restart after the app installation completes, regardless of the installer''s exit code.' + name: force + - value: unknownFutureValue + description: Evolvable enumeration sentinel value. Do not use. + name: unknownFutureValue microsoft.graph.windowsDefenderApplicationControlSupplementalPolicyStatuses: title: windowsDefenderApplicationControlSupplementalPolicyStatuses enum: @@ -1411479,6 +1413295,11 @@ components: - personManager - personAlternateContacts - personEmergencyContacts + - personEducationalActivities + - personInterests + - personLanguages + - personPublications + - personPatents type: string microsoft.graph.externalConnectors.propertyType: title: propertyType @@ -1413338,6 +1415159,7 @@ components: - canceled - failed - unknownFutureValue + - canceling type: string microsoft.graph.identityGovernance.membershipChangeType: title: membershipChangeType @@ -1421752,6 +1423574,7 @@ components: - bytesSent - bytesReceived - totalBytes + - connections type: string microsoft.graph.networkaccess.alertSeverity: title: alertSeverity @@ -1426420,6 +1428243,11 @@ components: items: $ref: '#/components/schemas/microsoft.graph.security.sensorCandidate' x-ms-navigationProperty: true + sensorMigration: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.security.sensorMigration' + x-ms-navigationProperty: true sensors: type: array items: @@ -1427337,6 +1429165,8 @@ components: description: The fully qualified domain name of the sensor. healthStatus: $ref: '#/components/schemas/microsoft.graph.security.sensorHealthStatus' + migrationState: + $ref: '#/components/schemas/microsoft.graph.security.migrationState' openHealthIssuesCount: type: number description: This field displays the count of health issues related to this sensor. @@ -1427381,6 +1429211,11 @@ components: senseClientVersion: type: string description: The version of the Defender for Identity sensor client. Supports $filter (eq). + sensorTypes: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.security.deviceType' + description: 'The list of device type of the sensor. The possible values are: domainController, adfs,, adcs, entraConnect unknownFutureValue. This flagged enumeration allows multiple members to be returned simultaneously.' '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.security.sensorCandidate' @@ -1427397,6 +1429232,35 @@ components: '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.security.sensorCandidateActivationConfiguration' + microsoft.graph.security.sensorMigration: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: sensorMigration + required: + - '@odata.type' + 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 + displayName: + type: string + domainName: + type: string + healthStatus: + $ref: '#/components/schemas/microsoft.graph.security.sensorHealthStatus' + migrationState: + $ref: '#/components/schemas/microsoft.graph.security.migrationState' + sensorType: + $ref: '#/components/schemas/microsoft.graph.security.sensorType' + serviceStatus: + $ref: '#/components/schemas/microsoft.graph.security.serviceStatus' + version: + type: string + '@odata.type': + type: string + x-ms-discriminator-value: '#microsoft.graph.security.sensorMigration' microsoft.graph.security.settingsContainer: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -1433443,6 +1435307,24 @@ components: type: string default: '#microsoft.graph.security.microsoftTeamsShiftsAuditRecord' x-ms-discriminator-value: '#microsoft.graph.security.microsoftTeamsShiftsAuditRecord' + microsoft.graph.security.migrateSensorsResult: + title: migrateSensorsResult + required: + - '@odata.type' + type: object + properties: + failedMigrationSensorIds: + type: array + items: + type: string + nullable: true + successfulMigrationSensorIds: + type: array + items: + type: string + nullable: true + '@odata.type': + type: string microsoft.graph.security.mipAutoLabelExchangeItemAuditRecord: allOf: - $ref: '#/components/schemas/microsoft.graph.security.auditData' @@ -1437638,6 +1439520,17 @@ components: - high - unknownFutureValue type: string + microsoft.graph.security.deviceType: + title: deviceType + enum: + - domainController + - adfs + - adcs + - entraConnect + - unknownFutureValue + type: string + x-ms-enum-flags: + isFlags: true microsoft.graph.security.disableUserEntityIdentifier: title: disableUserEntityIdentifier enum: @@ -1438213,6 +1440106,16 @@ components: type: string x-ms-enum-flags: isFlags: true + microsoft.graph.security.migrationState: + title: migrationState + enum: + - readyForMigration + - notReadyForMigration + - upToDate + - migrationFailed + - migrating + - unknownFutureValue + type: string microsoft.graph.security.onboardingStatus: title: onboardingStatus enum: @@ -1447090,6 +1448993,17 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.cloudCertificationAuthorityLeafCertificate' + microsoft.graph.cloudCertificationAuthorityVersionCollectionResponse: + title: Collection of cloudCertificationAuthorityVersion + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.cloudCertificationAuthorityVersion' microsoft.graph.cloudClipboardItemCollectionResponse: title: Collection of cloudClipboardItem type: object @@ -1447717,6 +1449631,17 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.post' + microsoft.graph.copilotPolicySettingCollectionResponse: + title: Collection of copilotPolicySetting + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.copilotPolicySetting' microsoft.graph.copilotPackageDetailCollectionResponse: title: Collection of copilotPackageDetail type: object @@ -1457045,6 +1458970,17 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.security.sensorCandidate' + microsoft.graph.security.sensorMigrationCollectionResponse: + title: Collection of sensorMigration + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.security.sensorMigration' microsoft.graph.security.sensorCollectionResponse: title: Collection of sensor type: object @@ -1465240,6 +1467176,17 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.vulnerabilityState' + microsoft.graph.appConfigurationSchemaItemTypeCollectionResponse: + title: Collection of microsoft.graph.appConfigurationSchemaItemType + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.appConfigurationSchemaItemType' microsoft.graph.extendedKeyUsageCollectionResponse: title: Collection of microsoft.graph.extendedKeyUsage type: object @@ -1468980,6 +1470927,28 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.responsibleSensitiveType' + microsoft.graph.classificationLimitCollectionResponse: + title: Collection of microsoft.graph.classificationLimit + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.classificationLimit' + microsoft.graph.unmatchedCollectionResponse: + title: Collection of microsoft.graph.unmatched + type: object + allOf: + - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' + - type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.unmatched' microsoft.graph.contentClassificationCollectionResponse: title: Collection of microsoft.graph.contentClassification type: object @@ -1473631,6 +1475600,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.cloudCertificationAuthorityLeafCertificateCollectionResponse' + microsoft.graph.cloudCertificationAuthorityVersionCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.cloudCertificationAuthorityVersionCollectionResponse' microsoft.graph.cloudClipboardItemCollectionResponse: description: Retrieved collection content: @@ -1473973,6 +1475948,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.postCollectionResponse' + microsoft.graph.copilotPolicySettingCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.copilotPolicySettingCollectionResponse' microsoft.graph.copilotPackageDetailCollectionResponse: description: Retrieved collection content: @@ -1479061,6 +1481042,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.sensorCandidateCollectionResponse' + microsoft.graph.security.sensorMigrationCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.security.sensorMigrationCollectionResponse' microsoft.graph.security.sensorCollectionResponse: description: Retrieved collection content: @@ -1483531,6 +1485518,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.vulnerabilityStateCollectionResponse' + microsoft.graph.appConfigurationSchemaItemTypeCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.appConfigurationSchemaItemTypeCollectionResponse' microsoft.graph.extendedKeyUsageCollectionResponse: description: Retrieved collection content: @@ -1485571,6 +1487564,18 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.responsibleSensitiveTypeCollectionResponse' + microsoft.graph.classificationLimitCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.classificationLimitCollectionResponse' + microsoft.graph.unmatchedCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.unmatchedCollectionResponse' microsoft.graph.contentClassificationCollectionResponse: description: Retrieved collection content: @@ -1488337,6 +1490342,13 @@ components: value: isActive: 'true' microsoft.graph.allSitesBackup: { } + microsoft.graph.androidAppConfigurationSchema: + value: + exampleJson: AA== + nestedSchemaItems: + - '@odata.type': microsoft.graph.appConfigurationSchemaItemType + schemaItems: + - '@odata.type': microsoft.graph.appConfigurationSchemaItemType microsoft.graph.androidCertificateProfileBase: value: certificateValidityPeriodScale: @@ -1488750,6 +1490762,8 @@ components: '@odata.type': microsoft.graph.deviceManagementDerivedCredentialSettings identityCertificate: '@odata.type': microsoft.graph.androidDeviceOwnerCertificateProfileBase + lockdownExclusionList: + - String microsoftTunnelSiteId: String proxyExclusionList: - String @@ -1489917,6 +1491931,7 @@ components: - String configurationUris: - '@odata.type': microsoft.graph.configurationUri + deprecationDate: '0001-01-01' description: String displayName: String endpoints: @@ -1491492,6 +1493507,8 @@ components: '@odata.type': microsoft.graph.securityVendorInformation microsoft.graph.cloudCertificationAuthority: value: + activeVersion: + '@odata.type': microsoft.graph.cloudCertificationAuthorityVersion certificateDownloadUrl: String certificateKeySize: '@odata.type': microsoft.graph.cloudCertificationAuthorityCertificateKeySize @@ -1491535,11 +1493552,16 @@ components: validityPeriodInYears: '0' validityStartDateTime: '0001-01-01T00:00:00.0000000+00:00' versionNumber: '0' + versions: + - '@odata.type': microsoft.graph.cloudCertificationAuthorityVersion microsoft.graph.cloudCertificationAuthorityLeafCertificate: value: certificateStatus: '@odata.type': microsoft.graph.cloudCertificationAuthorityLeafCertificateStatus certificationAuthorityIssuerUri: String + certificationAuthorityVersionNumber: '0' + cloudCertificationAuthorityVersion: + '@odata.type': microsoft.graph.cloudCertificationAuthorityVersion crlDistributionPointUrl: String deviceId: String deviceName: String @@ -1491559,6 +1493581,29 @@ components: userPrincipalName: String validityEndDateTime: '0001-01-01T00:00:00.0000000+00:00' validityStartDateTime: '0001-01-01T00:00:00.0000000+00:00' + microsoft.graph.cloudCertificationAuthorityVersion: + value: + certificateDownloadUrl: String + certificateRevocationListUrl: String + certificateSigningRequest: String + certificationAuthorityId: String + certificationAuthorityIssuerUri: String + certificationAuthorityVersionStatus: + '@odata.type': microsoft.graph.cloudCertificationAuthorityVersionStatus + decommissionDateTime: '0001-01-01T00:00:00.0000000+00:00' + keyPlatform: + '@odata.type': microsoft.graph.cloudCertificationAuthorityKeyPlatformType + lastModifiedDateTime: '0001-01-01T00:00:00.0000000+00:00' + ocspResponderUri: String + scepServerUrl: String + serialNumber: String + subjectName: String + thumbprint: String + usage: + '@odata.type': microsoft.graph.cloudCertificationAuthorityVersionUsage + validityEndDateTime: '0001-01-01T00:00:00.0000000+00:00' + validityStartDateTime: '0001-01-01T00:00:00.0000000+00:00' + versionNumber: '0' microsoft.graph.cloudClipboardItem: value: createdDateTime: '0001-01-01T00:00:00.0000000+00:00' @@ -1491867,6 +1493912,8 @@ components: scopeIds: - String subnetId: String + subnetPrivateIpDetail: + '@odata.type': microsoft.graph.cloudPcOnPremisesConnectionSubnetIpDetail subscriptionId: String subscriptionName: String type: @@ -1492611,6 +1494658,8 @@ components: value: catalog: '@odata.type': microsoft.graph.copilotAdminCatalog + policySettings: + - '@odata.type': microsoft.graph.copilotPolicySetting settings: '@odata.type': microsoft.graph.copilotAdminSetting microsoft.graph.copilotAdminCatalog: @@ -1492691,6 +1494740,10 @@ components: value: enhancedPersonalization: '@odata.type': microsoft.graph.enhancedPersonalizationSetting + microsoft.graph.copilotPolicySetting: + value: + policyId: String + value: String microsoft.graph.copilotReportRoot: { } microsoft.graph.copilotRoot: value: @@ -1494164,6 +1496217,8 @@ components: '@odata.type': microsoft.graph.adminConsent advancedThreatProtectionOnboardingStateSummary: '@odata.type': microsoft.graph.advancedThreatProtectionOnboardingStateSummary + androidAppConfigurationSchema: + '@odata.type': microsoft.graph.androidAppConfigurationSchema androidDeviceOwnerEnrollmentProfiles: - '@odata.type': microsoft.graph.androidDeviceOwnerEnrollmentProfile androidForWorkAppConfigurationSchemas: @@ -1499009,6 +1501064,8 @@ components: value: advancedThreatProtectionRequiredSecurityLevel: '@odata.type': microsoft.graph.deviceThreatProtectionLevel + deviceCompliancePolicyScript: + '@odata.type': microsoft.graph.deviceCompliancePolicyScript deviceThreatProtectionEnabled: 'true' deviceThreatProtectionRequiredSecurityLevel: '@odata.type': microsoft.graph.deviceThreatProtectionLevel @@ -1509609,6 +1511666,10 @@ components: '@odata.type': microsoft.graph.windowsAutopilotSyncStatus microsoft.graph.windowsAutoUpdateCatalogApp: value: + allowedArchitectures: + '@odata.type': microsoft.graph.windowsArchitecture + installExperience: + '@odata.type': microsoft.graph.windowsAutoUpdateCatalogAppInstallExperience mobileAppCatalogPackageBranchId: String microsoft.graph.windowsCertificateProfileBase: value: @@ -1511638,6 +1513699,9 @@ components: schemaItemKey: String selections: - '@odata.type': microsoft.graph.keyValuePair + microsoft.graph.androidLobAppConfigurationSchemaRequestDetail: + value: + appId: String microsoft.graph.androidManagedStoreAppAssignmentSettings: value: androidManagedStoreAppTrackIds: @@ -1511713,6 +1513777,39 @@ components: value: resourceSpecificApplicationPermissions: - '@odata.type': microsoft.graph.resourceSpecificPermission + microsoft.graph.appConfigurationSchemaItemBooleanType: + value: + defaultValue: 'true' + microsoft.graph.appConfigurationSchemaItemBundleArray: { } + microsoft.graph.appConfigurationSchemaItemBundleType: { } + microsoft.graph.appConfigurationSchemaItemChoiceType: + value: + defaultValue: String + selections: + - '@odata.type': microsoft.graph.keyValuePair + microsoft.graph.appConfigurationSchemaItemHiddenType: + value: + defaultValue: String + microsoft.graph.appConfigurationSchemaItemIntegerType: + value: + defaultValue: '0' + microsoft.graph.appConfigurationSchemaItemMultiselectType: + value: + defaultValue: + - String + selections: + - '@odata.type': microsoft.graph.keyValuePair + microsoft.graph.appConfigurationSchemaItemStringType: + value: + defaultValue: String + microsoft.graph.appConfigurationSchemaItemType: + value: + description: String + displayName: String + index: '0' + parentIndex: '0' + schemaItemKey: String + microsoft.graph.appConfigurationSchemaRequestDetail: { } microsoft.graph.appConfigurationSettingItem: value: appConfigKey: String @@ -1513271,6 +1515368,12 @@ components: clientRequestId: String code: String errorDateTime: '0001-01-01T00:00:00.0000000+00:00' + microsoft.graph.classificationLimit: + value: + allowedLimit: '0' + code: String + impactedSensitiveTypeIds: + - String microsoft.graph.classificationRequestContentMetaData: value: sourceId: String @@ -1513279,6 +1515382,11 @@ components: confidenceLevel: '0' count: '0' sensitiveTypeId: String + microsoft.graph.classifierDiagnostic: + value: + classificationId: 00000000-0000-0000-0000-000000000000 + classificationMethod: + '@odata.type': microsoft.graph.classificationMethod microsoft.graph.clientCertificateAuthentication: value: certificateList: @@ -1513296,6 +1515404,9 @@ components: destinationServiceIp: String destinationServiceName: String riskScore: String + microsoft.graph.cloudCertificationAuthorityVersionUsage: + value: + issuedStagedLeafCertificateCount: '0' microsoft.graph.cloudClipboardItemPayload: value: content: String @@ -1513596,6 +1515707,10 @@ components: healthChecks: - '@odata.type': microsoft.graph.cloudPcOnPremisesConnectionHealthCheck startDateTime: '0001-01-01T00:00:00.0000000+00:00' + microsoft.graph.cloudPcOnPremisesConnectionSubnetIpDetail: + value: + subnetAvailableIpCount: '0' + subnetAvailableIpCountLastSyncDateTime: '0001-01-01T00:00:00.0000000+00:00' microsoft.graph.cloudPcPartnerAgentInstallResult: value: errorMessage: String @@ -1513731,6 +1515846,7 @@ components: subscriptionName: String microsoft.graph.cloudPcSupportedRegionRestrictionDetail: value: + availabilityZoneRestricted: 'true' cPURestricted: 'true' gPURestricted: 'true' nestedVirtualizationRestricted: 'true' @@ -1515564,6 +1517680,7 @@ components: value: message: String url: String + microsoft.graph.diagnosticMetadata: { } microsoft.graph.dictionaries: { } microsoft.graph.Dictionary: { } microsoft.graph.directorySizeQuota: @@ -1516109,6 +1518226,12 @@ components: discoveredSensitiveTypes: - '@odata.type': microsoft.graph.discoveredSensitiveType microsoft.graph.eventMessageDetail: { } + microsoft.graph.exactDataMatchDiagnostic: + value: + classificationLimits: + - '@odata.type': microsoft.graph.classificationLimit + unmatchedItems: + - '@odata.type': microsoft.graph.unmatched microsoft.graph.exactDataMatchStoreColumn: value: ignoredDelimiters: @@ -1516134,6 +1518257,13 @@ components: value: matches: - '@odata.type': microsoft.graph.sensitiveContentLocation + microsoft.graph.exactMatchDiagnostic: + value: + classificationId: 00000000-0000-0000-0000-000000000000 + classificationLimits: + - '@odata.type': microsoft.graph.classificationLimit + unmatchedItems: + - '@odata.type': microsoft.graph.unmatched microsoft.graph.exchangeOnlineCrossTenantMigrationSettings: value: sourceEndpoint: String @@ -1517806,6 +1519936,9 @@ components: federatedTokenIssuer: String msiType: '@odata.type': microsoft.graph.msiType + microsoft.graph.managedStoreAppConfigurationSchemaRequestDetail: + value: + packageName: String microsoft.graph.managementCertificateWithThumbprint: value: certificate: String @@ -1522598,6 +1524731,14 @@ components: model: String os: String osVersion: String + microsoft.graph.unmatched: + value: + code: String + corroborativeEvidences: + - String + idMatch: String + length: '0' + offset: '0' microsoft.graph.unrestrictedAudience: { } microsoft.graph.unsupportedDeviceConfigurationDetail: value: @@ -1523423,6 +1525564,32 @@ components: microsoft.graph.windowsAppXAppAssignmentSettings: value: useDeviceContext: 'true' + microsoft.graph.windowsAutoUpdateCatalogAppAssignmentSettings: + value: + deliveryOptimizationPriority: + '@odata.type': microsoft.graph.windowsAutoUpdateCatalogAppDeliveryOptimizationPriority + installTimeSettings: + '@odata.type': microsoft.graph.windowsAutoUpdateCatalogAppInstallTimeSettings + notificationType: + '@odata.type': microsoft.graph.windowsAutoUpdateCatalogAppNotificationType + restartSettings: + '@odata.type': microsoft.graph.windowsAutoUpdateCatalogAppRestartSettings + microsoft.graph.windowsAutoUpdateCatalogAppInstallExperience: + value: + deviceRestartBehavior: + '@odata.type': microsoft.graph.windowsAutoUpdateCatalogAppRestartBehavior + runAsAccount: + '@odata.type': microsoft.graph.runAsAccountType + microsoft.graph.windowsAutoUpdateCatalogAppInstallTimeSettings: + value: + deadlineDateTime: '0001-01-01T00:00:00.0000000+00:00' + startDateTime: '0001-01-01T00:00:00.0000000+00:00' + useLocalTime: 'true' + microsoft.graph.windowsAutoUpdateCatalogAppRestartSettings: + value: + countdownDisplayBeforeRestartInMinutes: '0' + gracePeriodInMinutes: '0' + restartNotificationSnoozeDurationInMinutes: '0' microsoft.graph.windowsDefenderScanActionResult: value: scanType: String @@ -1528601,6 +1530768,8 @@ components: '@odata.type': microsoft.graph.security.sensorCandidateActivationConfiguration sensorCandidates: - '@odata.type': microsoft.graph.security.sensorCandidate + sensorMigration: + - '@odata.type': microsoft.graph.security.sensorMigration sensors: - '@odata.type': microsoft.graph.security.sensor settings: @@ -1528858,6 +1531027,8 @@ components: - '@odata.type': microsoft.graph.security.healthIssue healthStatus: '@odata.type': microsoft.graph.security.sensorHealthStatus + migrationState: + '@odata.type': microsoft.graph.security.migrationState openHealthIssuesCount: '0' sensorType: '@odata.type': microsoft.graph.security.sensorType @@ -1528872,10 +1531043,26 @@ components: domainName: String lastSeenDateTime: '0001-01-01T00:00:00.0000000+00:00' senseClientVersion: String + sensorTypes: + - '@odata.type': microsoft.graph.security.deviceType microsoft.graph.security.sensorCandidateActivationConfiguration: value: activationMode: '@odata.type': microsoft.graph.security.sensorCandidateActivationMode + microsoft.graph.security.sensorMigration: + value: + createdDateTime: '0001-01-01T00:00:00.0000000+00:00' + displayName: String + domainName: String + healthStatus: + '@odata.type': microsoft.graph.security.sensorHealthStatus + migrationState: + '@odata.type': microsoft.graph.security.migrationState + sensorType: + '@odata.type': microsoft.graph.security.sensorType + serviceStatus: + '@odata.type': microsoft.graph.security.serviceStatus + version: String microsoft.graph.security.settingsContainer: value: autoAuditingConfiguration: @@ -1530053,6 +1532240,12 @@ components: microsoft.graph.security.microsoftTeamsRetentionLabelActionAuditRecord: { } microsoft.graph.security.microsoftTeamsSensitivityLabelActionAuditRecord: { } microsoft.graph.security.microsoftTeamsShiftsAuditRecord: { } + microsoft.graph.security.migrateSensorsResult: + value: + failedMigrationSensorIds: + - String + successfulMigrationSensorIds: + - String microsoft.graph.security.mipAutoLabelExchangeItemAuditRecord: { } microsoft.graph.security.mipAutoLabelItemAuditRecord: { } microsoft.graph.security.mipAutoLabelPolicyAuditRecord: { } @@ -1532399,6 +1534592,8 @@ tags: x-ms-docs-toc-type: page - name: deviceManagement.advancedThreatProtectionOnboardingStateSummary x-ms-docs-toc-type: page + - name: deviceManagement.androidAppConfigurationSchema + x-ms-docs-toc-type: page - name: deviceManagement.androidDeviceOwnerEnrollmentProfile x-ms-docs-toc-type: page - name: deviceManagement.androidForWorkAppConfigurationSchema diff --git a/openapi/beta/powershell_v2.yaml b/openapi/beta/powershell_v2.yaml index ade5edc0..ea33677e 100644 --- a/openapi/beta/powershell_v2.yaml +++ b/openapi/beta/powershell_v2.yaml @@ -84603,6 +84603,194 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + /copilot/admin/policySettings: + description: Provides operations to manage the policySettings property of the microsoft.graph.copilotAdmin entity. + get: + tags: + - copilot.copilotAdmin + summary: Get policySettings from copilot + operationId: copilot.admin.ListPolicySettings + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.copilotPolicySettingCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - copilot.copilotAdmin + summary: Create new navigation property to policySettings for copilot + operationId: copilot.admin.CreatePolicySettings + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.copilotPolicySetting' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.copilotPolicySetting' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/copilot/admin/policySettings/{copilotPolicySetting-id}': + description: Provides operations to manage the policySettings property of the microsoft.graph.copilotAdmin entity. + get: + tags: + - copilot.copilotAdmin + summary: Get policySettings from copilot + operationId: copilot.admin.GetPolicySettings + parameters: + - name: copilotPolicySetting-id + in: path + description: The unique identifier of copilotPolicySetting + required: true + schema: + type: string + x-ms-docs-key-type: copilotPolicySetting + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.copilotPolicySetting' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - copilot.copilotAdmin + summary: Update the navigation property policySettings in copilot + operationId: copilot.admin.UpdatePolicySettings + parameters: + - name: copilotPolicySetting-id + in: path + description: The unique identifier of copilotPolicySetting + required: true + schema: + type: string + x-ms-docs-key-type: copilotPolicySetting + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.copilotPolicySetting' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.copilotPolicySetting' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - copilot.copilotAdmin + summary: Delete navigation property policySettings for copilot + operationId: copilot.admin.DeletePolicySettings + parameters: + - name: copilotPolicySetting-id + in: path + description: The unique identifier of copilotPolicySetting + required: true + schema: + type: string + x-ms-docs-key-type: copilotPolicySetting + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /copilot/admin/policySettings/$count: + description: Provides operations to count the resources in the collection. + get: + tags: + - copilot.copilotAdmin + summary: Get the number of the resource + operationId: copilot.admin.policySettings.GetCount-d6ed + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' /copilot/admin/settings: description: Provides operations to manage the settings property of the microsoft.graph.copilotAdmin entity. get: @@ -141012,30 +141200,15 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - /deviceManagement/androidDeviceOwnerEnrollmentProfiles: - description: Provides operations to manage the androidDeviceOwnerEnrollmentProfiles property of the microsoft.graph.deviceManagement entity. + /deviceManagement/androidAppConfigurationSchema: + description: Provides operations to manage the androidAppConfigurationSchema property of the microsoft.graph.deviceManagement entity. get: tags: - - deviceManagement.androidDeviceOwnerEnrollmentProfile - summary: Get androidDeviceOwnerEnrollmentProfiles from deviceManagement - description: Android device owner enrollment profile entities. - operationId: deviceManagement.ListAndroidDeviceOwnerEnrollmentProfiles + - deviceManagement.androidAppConfigurationSchema + summary: Get androidAppConfigurationSchema from deviceManagement + description: Android App Configurations Schema entity. + operationId: deviceManagement.GetAndroidAppConfigurationSchema parameters: - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - name: $select in: query description: Select properties to be returned @@ -141058,51 +141231,178 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.androidDeviceOwnerEnrollmentProfileCollectionResponse' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.androidAppConfigurationSchema' default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore x-ms-docs-operation-type: operation - post: + patch: tags: - - deviceManagement.androidDeviceOwnerEnrollmentProfile - summary: Create new navigation property to androidDeviceOwnerEnrollmentProfiles for deviceManagement - operationId: deviceManagement.CreateAndroidDeviceOwnerEnrollmentProfiles + - deviceManagement.androidAppConfigurationSchema + summary: Update the navigation property androidAppConfigurationSchema in deviceManagement + operationId: deviceManagement.UpdateAndroidAppConfigurationSchema requestBody: - description: New navigation property + description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.androidDeviceOwnerEnrollmentProfile' + $ref: '#/components/schemas/microsoft.graph.androidAppConfigurationSchema' required: true responses: 2XX: - description: Created navigation property. + description: Success content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.androidDeviceOwnerEnrollmentProfile' + $ref: '#/components/schemas/microsoft.graph.androidAppConfigurationSchema' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/deviceManagement/androidDeviceOwnerEnrollmentProfiles/{androidDeviceOwnerEnrollmentProfile-id}': + delete: + tags: + - deviceManagement.androidAppConfigurationSchema + summary: Delete navigation property androidAppConfigurationSchema for deviceManagement + operationId: deviceManagement.DeleteAndroidAppConfigurationSchema + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /deviceManagement/androidAppConfigurationSchema/microsoft.graph.retrieveSchema: + description: Provides operations to call the retrieveSchema method. + post: + tags: + - deviceManagement.androidAppConfigurationSchema + summary: Invoke action retrieveSchema + description: Retrieves the managed application configurations schema for the specified Android app. + operationId: deviceManagement.androidAppConfigurationSchema.retrieveSchema + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + requestDetail: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.appConfigurationSchemaRequestDetail' + - type: object + nullable: true + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.androidAppConfigurationSchema' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + /deviceManagement/androidDeviceOwnerEnrollmentProfiles: description: Provides operations to manage the androidDeviceOwnerEnrollmentProfiles property of the microsoft.graph.deviceManagement entity. get: tags: - deviceManagement.androidDeviceOwnerEnrollmentProfile summary: Get androidDeviceOwnerEnrollmentProfiles from deviceManagement description: Android device owner enrollment profile entities. - operationId: deviceManagement.GetAndroidDeviceOwnerEnrollmentProfiles + operationId: deviceManagement.ListAndroidDeviceOwnerEnrollmentProfiles parameters: - - name: androidDeviceOwnerEnrollmentProfile-id - in: path - description: The unique identifier of androidDeviceOwnerEnrollmentProfile - required: true + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false schema: - type: string - x-ms-docs-key-type: androidDeviceOwnerEnrollmentProfile + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.androidDeviceOwnerEnrollmentProfileCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceManagement.androidDeviceOwnerEnrollmentProfile + summary: Create new navigation property to androidDeviceOwnerEnrollmentProfiles for deviceManagement + operationId: deviceManagement.CreateAndroidDeviceOwnerEnrollmentProfiles + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.androidDeviceOwnerEnrollmentProfile' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.androidDeviceOwnerEnrollmentProfile' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceManagement/androidDeviceOwnerEnrollmentProfiles/{androidDeviceOwnerEnrollmentProfile-id}': + description: Provides operations to manage the androidDeviceOwnerEnrollmentProfiles property of the microsoft.graph.deviceManagement entity. + get: + tags: + - deviceManagement.androidDeviceOwnerEnrollmentProfile + summary: Get androidDeviceOwnerEnrollmentProfiles from deviceManagement + description: Android device owner enrollment profile entities. + operationId: deviceManagement.GetAndroidDeviceOwnerEnrollmentProfiles + parameters: + - name: androidDeviceOwnerEnrollmentProfile-id + in: path + description: The unique identifier of androidDeviceOwnerEnrollmentProfile + required: true + schema: + type: string + x-ms-docs-key-type: androidDeviceOwnerEnrollmentProfile - name: $select in: query description: Select properties to be returned @@ -145223,6 +145523,52 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation + '/deviceManagement/cloudCertificationAuthority/{cloudCertificationAuthority-id}/activeVersion': + description: Provides operations to manage the activeVersion property of the microsoft.graph.cloudCertificationAuthority entity. + get: + tags: + - deviceManagement.cloudCertificationAuthority + summary: Get activeVersion from deviceManagement + description: 'The currently active certification authority version. This navigation property provides direct access to the active version''s details including certificate information, URLs, and validity periods. The active version is automatically included in the default response when retrieving a certification authority entity without requiring $expand. Read-only.' + operationId: deviceManagement.cloudCertificationAuthority.GetActiveVersion + parameters: + - name: cloudCertificationAuthority-id + in: path + description: The unique identifier of cloudCertificationAuthority + required: true + schema: + type: string + x-ms-docs-key-type: cloudCertificationAuthority + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.cloudCertificationAuthorityVersion' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation '/deviceManagement/cloudCertificationAuthority/{cloudCertificationAuthority-id}/cloudCertificationAuthorityLeafCertificate': description: Provides operations to manage the cloudCertificationAuthorityLeafCertificate property of the microsoft.graph.cloudCertificationAuthority entity. get: @@ -145358,6 +145704,47 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + '/deviceManagement/cloudCertificationAuthority/{cloudCertificationAuthority-id}/microsoft.graph.activate': + description: Provides operations to call the activate method. + post: + tags: + - deviceManagement.cloudCertificationAuthority + summary: Invoke action activate + operationId: deviceManagement.cloudCertificationAuthority.cloudCertificationAuthority.activate + parameters: + - name: cloudCertificationAuthority-id + in: path + description: The unique identifier of cloudCertificationAuthority + required: true + schema: + type: string + x-ms-docs-key-type: cloudCertificationAuthority + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + certificationAuthorityVersion: + maximum: 2147483647 + minimum: -2147483648 + type: number + format: int32 + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.cloudCertificationAuthority' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action '/deviceManagement/cloudCertificationAuthority/{cloudCertificationAuthority-id}/microsoft.graph.changeCloudCertificationAuthorityStatus': description: Provides operations to call the changeCloudCertificationAuthorityStatus method. post: @@ -145503,6 +145890,71 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action + '/deviceManagement/cloudCertificationAuthority/{cloudCertificationAuthority-id}/microsoft.graph.getCloudCertificationAuthorityVersion': + description: Provides operations to call the getCloudCertificationAuthorityVersion method. + post: + tags: + - deviceManagement.cloudCertificationAuthority + summary: Invoke action getCloudCertificationAuthorityVersion + operationId: deviceManagement.cloudCertificationAuthority.cloudCertificationAuthority.getCloudCertificationAuthorityVersion + parameters: + - name: cloudCertificationAuthority-id + in: path + description: The unique identifier of cloudCertificationAuthority + required: true + schema: + type: string + x-ms-docs-key-type: cloudCertificationAuthority + responses: + 2XX: + description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.cloudCertificationAuthorityVersion' + - type: object + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/deviceManagement/cloudCertificationAuthority/{cloudCertificationAuthority-id}/microsoft.graph.getCloudCertificationAuthorityVersions': + description: Provides operations to call the getCloudCertificationAuthorityVersions method. + post: + tags: + - deviceManagement.cloudCertificationAuthority + summary: Invoke action getCloudCertificationAuthorityVersions + operationId: deviceManagement.cloudCertificationAuthority.cloudCertificationAuthority.getCloudCertificationAuthorityVersions + parameters: + - name: cloudCertificationAuthority-id + in: path + description: The unique identifier of cloudCertificationAuthority + required: true + schema: + type: string + x-ms-docs-key-type: cloudCertificationAuthority + responses: + 2XX: + description: Success + content: + application/json: + schema: + title: Collection of cloudCertificationAuthorityVersion + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.cloudCertificationAuthorityVersion' + '@odata.nextLink': + type: string + nullable: true + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore '/deviceManagement/cloudCertificationAuthority/{cloudCertificationAuthority-id}/microsoft.graph.patchCloudCertificationAuthority': description: Provides operations to call the patchCloudCertificationAuthority method. post: @@ -145568,6 +146020,27 @@ paths: x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore + '/deviceManagement/cloudCertificationAuthority/{cloudCertificationAuthority-id}/microsoft.graph.renew': + description: Provides operations to call the renew method. + post: + tags: + - deviceManagement.cloudCertificationAuthority + summary: Invoke action renew + operationId: deviceManagement.cloudCertificationAuthority.cloudCertificationAuthority.renew + parameters: + - name: cloudCertificationAuthority-id + in: path + description: The unique identifier of cloudCertificationAuthority + required: true + schema: + type: string + x-ms-docs-key-type: cloudCertificationAuthority + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action '/deviceManagement/cloudCertificationAuthority/{cloudCertificationAuthority-id}/microsoft.graph.revokeCloudCertificationAuthorityCertificate': description: Provides operations to call the revokeCloudCertificationAuthorityCertificate method. post: @@ -145774,6 +146247,141 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action + '/deviceManagement/cloudCertificationAuthority/{cloudCertificationAuthority-id}/versions': + description: Provides operations to manage the versions property of the microsoft.graph.cloudCertificationAuthority entity. + get: + tags: + - deviceManagement.cloudCertificationAuthority + summary: Get versions from deviceManagement + description: 'The collection of all certification authority versions, including active, staged, retired, and expired versions. This navigation property provides access to the full version history of the certification authority. Use $expand=versions to include this collection in the response. Read-only.' + operationId: deviceManagement.cloudCertificationAuthority.ListVersions + parameters: + - name: cloudCertificationAuthority-id + in: path + description: The unique identifier of cloudCertificationAuthority + required: true + schema: + type: string + x-ms-docs-key-type: cloudCertificationAuthority + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.cloudCertificationAuthorityVersionCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/deviceManagement/cloudCertificationAuthority/{cloudCertificationAuthority-id}/versions/{cloudCertificationAuthorityVersion-id}': + description: Provides operations to manage the versions property of the microsoft.graph.cloudCertificationAuthority entity. + get: + tags: + - deviceManagement.cloudCertificationAuthority + summary: Get versions from deviceManagement + description: 'The collection of all certification authority versions, including active, staged, retired, and expired versions. This navigation property provides access to the full version history of the certification authority. Use $expand=versions to include this collection in the response. Read-only.' + operationId: deviceManagement.cloudCertificationAuthority.GetVersions + parameters: + - name: cloudCertificationAuthority-id + in: path + description: The unique identifier of cloudCertificationAuthority + required: true + schema: + type: string + x-ms-docs-key-type: cloudCertificationAuthority + - name: cloudCertificationAuthorityVersion-id + in: path + description: The unique identifier of cloudCertificationAuthorityVersion + required: true + schema: + type: string + x-ms-docs-key-type: cloudCertificationAuthorityVersion + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.cloudCertificationAuthorityVersion' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceManagement/cloudCertificationAuthority/{cloudCertificationAuthority-id}/versions/$count': + description: Provides operations to count the resources in the collection. + get: + tags: + - deviceManagement.cloudCertificationAuthority + summary: Get the number of the resource + operationId: deviceManagement.cloudCertificationAuthority.versions.GetCount-33b7 + parameters: + - name: cloudCertificationAuthority-id + in: path + description: The unique identifier of cloudCertificationAuthority + required: true + schema: + type: string + x-ms-docs-key-type: cloudCertificationAuthority + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' /deviceManagement/cloudCertificationAuthority/$count: description: Provides operations to count the resources in the collection. get: @@ -145964,6 +146572,52 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation + '/deviceManagement/cloudCertificationAuthorityLeafCertificate/{cloudCertificationAuthorityLeafCertificate-id}/cloudCertificationAuthorityVersion': + description: Provides operations to manage the cloudCertificationAuthorityVersion property of the microsoft.graph.cloudCertificationAuthorityLeafCertificate entity. + get: + tags: + - deviceManagement.cloudCertificationAuthorityLeafCertificate + summary: Get cloudCertificationAuthorityVersion from deviceManagement + description: The certification authority version that issued this leaf certificate. Read-only. + operationId: deviceManagement.cloudCertificationAuthorityLeafCertificate.GetCloudCertificationAuthorityVersion + parameters: + - name: cloudCertificationAuthorityLeafCertificate-id + in: path + description: The unique identifier of cloudCertificationAuthorityLeafCertificate + required: true + schema: + type: string + x-ms-docs-key-type: cloudCertificationAuthorityLeafCertificate + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.cloudCertificationAuthorityVersion' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation /deviceManagement/cloudCertificationAuthorityLeafCertificate/$count: description: Provides operations to count the resources in the collection. get: @@ -626417,6 +627071,47 @@ paths: x-ms-docs-operation-type: action x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/microsoft.graph.identityGovernance.activateWithScope' + '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/microsoft.graph.identityGovernance.cancelProcessing': + description: Provides operations to call the cancelProcessing method. + post: + tags: + - identityGovernance.lifecycleWorkflowsContainer + summary: Invoke action cancelProcessing + operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.workflow.cancelProcessing + parameters: + - name: workflow-id + in: path + description: The unique identifier of workflow + required: true + schema: + type: string + x-ms-docs-key-type: workflow + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + scope: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.identityGovernance.cancelScope' + - type: object + nullable: true + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2026-10-28' + date: '2025-10-28' + version: 2025-11/PrivatePreview:cancelWorkflows + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/microsoft.graph.identityGovernance.cancelProcessing' '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/microsoft.graph.identityGovernance.createNewVersion': description: Provides operations to call the createNewVersion method. post: @@ -635147,6 +635842,47 @@ paths: x-ms-docs-operation-type: action x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/microsoft.graph.identityGovernance.activateWithScope' + '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/microsoft.graph.identityGovernance.cancelProcessing': + description: Provides operations to call the cancelProcessing method. + post: + tags: + - identityGovernance.lifecycleWorkflowsContainer + summary: Invoke action cancelProcessing + operationId: identityGovernance.lifecycleWorkflows.workflows.workflow.cancelProcessing + parameters: + - name: workflow-id + in: path + description: The unique identifier of workflow + required: true + schema: + type: string + x-ms-docs-key-type: workflow + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + scope: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.identityGovernance.cancelScope' + - type: object + nullable: true + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2026-10-28' + date: '2025-10-28' + version: 2025-11/PrivatePreview:cancelWorkflows + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/microsoft.graph.identityGovernance.cancelProcessing' '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/microsoft.graph.identityGovernance.createNewVersion': description: Provides operations to call the createNewVersion method. post: @@ -920621,21 +921357,191 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.security.sensorCandidateActivationConfiguration' + $ref: '#/components/schemas/microsoft.graph.security.sensorCandidateActivationConfiguration' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - security.identityContainer + summary: Update the navigation property sensorCandidateActivationConfiguration in security + operationId: security.identities.UpdateSensorCandidateActivationConfiguration + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.security.sensorCandidateActivationConfiguration' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.security.sensorCandidateActivationConfiguration' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - security.identityContainer + summary: Delete navigation property sensorCandidateActivationConfiguration for security + operationId: security.identities.DeleteSensorCandidateActivationConfiguration + parameters: + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /security/identities/sensorCandidates: + description: Provides operations to manage the sensorCandidates property of the microsoft.graph.security.identityContainer entity. + get: + tags: + - security.identityContainer + summary: List sensorCandidate objects + description: Get a list of the sensorCandidate objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-identitycontainer-list-sensorcandidates?view=graph-rest-beta + operationId: security.identities.ListSensorCandidates + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.security.sensorCandidateCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - security.identityContainer + summary: Create new navigation property to sensorCandidates for security + operationId: security.identities.CreateSensorCandidates + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.security.sensorCandidate' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.security.sensorCandidate' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/security/identities/sensorCandidates/{sensorCandidate-id}': + description: Provides operations to manage the sensorCandidates property of the microsoft.graph.security.identityContainer entity. + get: + tags: + - security.identityContainer + summary: Get sensorCandidates from security + operationId: security.identities.GetSensorCandidates + parameters: + - name: sensorCandidate-id + in: path + description: The unique identifier of sensorCandidate + required: true + schema: + type: string + x-ms-docs-key-type: sensorCandidate + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.security.sensorCandidate' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - security.identityContainer - summary: Update the navigation property sensorCandidateActivationConfiguration in security - operationId: security.identities.UpdateSensorCandidateActivationConfiguration + summary: Update the navigation property sensorCandidates in security + operationId: security.identities.UpdateSensorCandidates + parameters: + - name: sensorCandidate-id + in: path + description: The unique identifier of sensorCandidate + required: true + schema: + type: string + x-ms-docs-key-type: sensorCandidate requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.security.sensorCandidateActivationConfiguration' + $ref: '#/components/schemas/microsoft.graph.security.sensorCandidate' required: true responses: 2XX: @@ -920643,16 +921549,23 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.security.sensorCandidateActivationConfiguration' + $ref: '#/components/schemas/microsoft.graph.security.sensorCandidate' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - security.identityContainer - summary: Delete navigation property sensorCandidateActivationConfiguration for security - operationId: security.identities.DeleteSensorCandidateActivationConfiguration + summary: Delete navigation property sensorCandidates for security + operationId: security.identities.DeleteSensorCandidates parameters: + - name: sensorCandidate-id + in: path + description: The unique identifier of sensorCandidate + required: true + schema: + type: string + x-ms-docs-key-type: sensorCandidate - name: If-Match in: header description: ETag @@ -920664,17 +921577,60 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - /security/identities/sensorCandidates: - description: Provides operations to manage the sensorCandidates property of the microsoft.graph.security.identityContainer entity. + /security/identities/sensorCandidates/$count: + description: Provides operations to count the resources in the collection. get: tags: - security.identityContainer - summary: List sensorCandidate objects - description: Get a list of the sensorCandidate objects and their properties. + summary: Get the number of the resource + operationId: security.identities.sensorCandidates.GetCount-fa5a + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /security/identities/sensorCandidates/microsoft.graph.security.activate: + description: Provides operations to call the activate method. + post: + tags: + - security.identityContainer + summary: Invoke action activate + description: Activate Microsoft Defender for Identity sensors. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/security-identitycontainer-list-sensorcandidates?view=graph-rest-beta - operationId: security.identities.ListSensorCandidates + url: https://learn.microsoft.com/graph/api/security-sensorcandidate-activate?view=graph-rest-beta + operationId: security.identities.sensorCandidates.activate + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + serverIds: + type: array + items: + type: string + nullable: true + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-docs-grouped-path: + - '/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/microsoft.graph.security.activate' + /security/identities/sensorMigration: + description: Provides operations to manage the sensorMigration property of the microsoft.graph.security.identityContainer entity. + get: + tags: + - security.identityContainer + summary: Get sensorMigration from security + operationId: security.identities.ListSensorMigration parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -920713,7 +921669,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.security.sensorCandidateCollectionResponse' + $ref: '#/components/responses/microsoft.graph.security.sensorMigrationCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -920723,14 +921679,14 @@ paths: post: tags: - security.identityContainer - summary: Create new navigation property to sensorCandidates for security - operationId: security.identities.CreateSensorCandidates + summary: Create new navigation property to sensorMigration for security + operationId: security.identities.CreateSensorMigration requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.security.sensorCandidate' + $ref: '#/components/schemas/microsoft.graph.security.sensorMigration' required: true responses: 2XX: @@ -920738,25 +921694,25 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.security.sensorCandidate' + $ref: '#/components/schemas/microsoft.graph.security.sensorMigration' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/security/identities/sensorCandidates/{sensorCandidate-id}': - description: Provides operations to manage the sensorCandidates property of the microsoft.graph.security.identityContainer entity. + '/security/identities/sensorMigration/{sensorMigration-id}': + description: Provides operations to manage the sensorMigration property of the microsoft.graph.security.identityContainer entity. get: tags: - security.identityContainer - summary: Get sensorCandidates from security - operationId: security.identities.GetSensorCandidates + summary: Get sensorMigration from security + operationId: security.identities.GetSensorMigration parameters: - - name: sensorCandidate-id + - name: sensorMigration-id in: path - description: The unique identifier of sensorCandidate + description: The unique identifier of sensorMigration required: true schema: type: string - x-ms-docs-key-type: sensorCandidate + x-ms-docs-key-type: sensorMigration - name: $select in: query description: Select properties to be returned @@ -920783,29 +921739,29 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.security.sensorCandidate' + $ref: '#/components/schemas/microsoft.graph.security.sensorMigration' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - security.identityContainer - summary: Update the navigation property sensorCandidates in security - operationId: security.identities.UpdateSensorCandidates + summary: Update the navigation property sensorMigration in security + operationId: security.identities.UpdateSensorMigration parameters: - - name: sensorCandidate-id + - name: sensorMigration-id in: path - description: The unique identifier of sensorCandidate + description: The unique identifier of sensorMigration required: true schema: type: string - x-ms-docs-key-type: sensorCandidate + x-ms-docs-key-type: sensorMigration requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.security.sensorCandidate' + $ref: '#/components/schemas/microsoft.graph.security.sensorMigration' required: true responses: 2XX: @@ -920813,23 +921769,23 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.security.sensorCandidate' + $ref: '#/components/schemas/microsoft.graph.security.sensorMigration' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - security.identityContainer - summary: Delete navigation property sensorCandidates for security - operationId: security.identities.DeleteSensorCandidates + summary: Delete navigation property sensorMigration for security + operationId: security.identities.DeleteSensorMigration parameters: - - name: sensorCandidate-id + - name: sensorMigration-id in: path - description: The unique identifier of sensorCandidate + description: The unique identifier of sensorMigration required: true schema: type: string - x-ms-docs-key-type: sensorCandidate + x-ms-docs-key-type: sensorMigration - name: If-Match in: header description: ETag @@ -920841,13 +921797,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - /security/identities/sensorCandidates/$count: + /security/identities/sensorMigration/$count: description: Provides operations to count the resources in the collection. get: tags: - security.identityContainer summary: Get the number of the resource - operationId: security.identities.sensorCandidates.GetCount-fa5a + operationId: security.identities.sensorMigration.GetCount-fa8f parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' @@ -920856,17 +921812,13 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - /security/identities/sensorCandidates/microsoft.graph.security.activate: - description: Provides operations to call the activate method. + /security/identities/sensorMigration/microsoft.graph.security.migrate: + description: Provides operations to call the migrate method. post: tags: - security.identityContainer - summary: Invoke action activate - description: Activate Microsoft Defender for Identity sensors. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/security-sensorcandidate-activate?view=graph-rest-beta - operationId: security.identities.sensorCandidates.activate + summary: Invoke action migrate + operationId: security.identities.sensorMigration.migrate requestBody: description: Action parameters content: @@ -920874,20 +921826,25 @@ paths: schema: type: object properties: - serverIds: + sensorIds: type: array items: type: string nullable: true required: true responses: - '204': + 2XX: description: Success + content: + application/json: + schema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.security.migrateSensorsResult' + - type: object + nullable: true default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action - x-ms-docs-grouped-path: - - '/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/microsoft.graph.security.activate' /security/identities/sensors: description: Provides operations to manage the sensors property of the microsoft.graph.security.identityContainer entity. get: @@ -949423,10 +950380,10 @@ paths: tags: - servicePrincipals.servicePrincipal.Functions summary: Invoke function delta - description: 'Get newly created, updated, or deleted directory objects without performing a full read of the entire directoryObject collection. For more information, see Use delta query to track changes in Microsoft Graph data for details.' + description: 'Get newly created, updated, or deleted service principals, agent identities, and agent identity blueprints without having to perform a full read of the entire resource collection. For more information, see Use delta query to track changes in Microsoft Graph data for details.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/serviceprincipal-delta?view=graph-rest-beta operationId: servicePrincipals.delta parameters: - $ref: '#/components/parameters/top' @@ -949470,13 +950427,13 @@ paths: content: application/json: schema: - title: Collection of directoryObject + title: Collection of servicePrincipal type: object properties: value: type: array items: - $ref: '#/components/schemas/microsoft.graph.directoryObject' + $ref: '#/components/schemas/microsoft.graph.servicePrincipal' '@odata.nextLink': type: string nullable: true @@ -1316288,6 +1317245,28 @@ components: - $ref: '#/components/schemas/microsoft.graph.fullServiceBackupBase' - title: allSitesBackup type: object + microsoft.graph.androidAppConfigurationSchema: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: androidAppConfigurationSchema + type: object + properties: + exampleJson: + type: string + description: UTF8 encoded byte array containing example JSON string conforming to this schema that demonstrates how to set the configuration for this app + format: base64url + nullable: true + nestedSchemaItems: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.appConfigurationSchemaItemType' + description: Collection of items each representing a named configuration option in the schema. It contains a flat list of all configuration. + schemaItems: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.appConfigurationSchemaItemType' + description: Collection of items each representing a named configuration option in the schema. It only contains the root-level configuration. + description: Schema describing an Android application's custom configurations. microsoft.graph.androidCertificateProfileBase: allOf: - $ref: '#/components/schemas/microsoft.graph.deviceConfiguration' @@ -1317752,6 +1318731,12 @@ components: items: $ref: '#/components/schemas/microsoft.graph.keyValuePair' description: Custom data to define key/value pairs specific to a VPN provider. This collection can contain a maximum of 25 elements. + lockdownExclusionList: + type: array + items: + type: string + nullable: true + description: List of app package names that will be able to access the network directly when VPN is in lockdown mode but not connected. microsoftTunnelSiteId: type: string description: Microsoft Tunnel site ID. @@ -1321401,6 +1322386,12 @@ components: items: $ref: '#/components/schemas/microsoft.graph.configurationUri' description: The URIs required for the single sign-on configuration of a preintegrated application. + deprecationDate: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' + type: string + description: 'Deprecation date for this application. If specified, the application will be removed from the Microsoft Entra application gallery on this date.' + format: date + nullable: true description: type: string description: A description of the application. @@ -1326578,12 +1327569,25 @@ components: type: number description: 'The certification authority version, which is incremented each time the certification authority is renewed. Read-only.' format: int32 + activeVersion: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.cloudCertificationAuthorityVersion' + - type: object + nullable: true + description: 'The currently active certification authority version. This navigation property provides direct access to the active version''s details including certificate information, URLs, and validity periods. The active version is automatically included in the default response when retrieving a certification authority entity without requiring $expand. Read-only.' + x-ms-navigationProperty: true cloudCertificationAuthorityLeafCertificate: type: array items: $ref: '#/components/schemas/microsoft.graph.cloudCertificationAuthorityLeafCertificate' description: Required OData property to expose leaf certificate API. x-ms-navigationProperty: true + versions: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.cloudCertificationAuthorityVersion' + description: 'The collection of all certification authority versions, including active, staged, retired, and expired versions. This navigation property provides access to the full version history of the certification authority. Use $expand=versions to include this collection in the response. Read-only.' + x-ms-navigationProperty: true description: Entity that represents a collection of metadata of a cloud certification authority. microsoft.graph.cloudCertificationAuthorityLeafCertificate: allOf: @@ -1326597,6 +1327601,12 @@ components: type: string description: The URI of the certification authority that issued the certificate. Read-only. nullable: true + certificationAuthorityVersionNumber: + maximum: 2147483647 + minimum: -2147483648 + type: number + description: The version number of the certification authority that issued this leaf certificate. Read-only. + format: int32 crlDistributionPointUrl: type: string description: URL to find the relevant Certificate Revocation List for this certificate. Read-only. @@ -1326674,7 +1327684,100 @@ components: description: 'The start date time of the validity period of a certificate. Certificates cannot be used before this date time as they are not yet valid. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: ''2014-01-01T00:00:00Z''. Nullable. Read-only. Supports $orderby.' format: date-time nullable: true + cloudCertificationAuthorityVersion: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.cloudCertificationAuthorityVersion' + - type: object + nullable: true + description: The certification authority version that issued this leaf certificate. Read-only. + x-ms-navigationProperty: true description: Entity that represents a leaf certificate issued by a cloud certification authority. + microsoft.graph.cloudCertificationAuthorityVersion: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: cloudCertificationAuthorityVersion + type: object + properties: + certificateDownloadUrl: + type: string + description: The URL to download the certification authority certificate. Read-only. + nullable: true + certificateRevocationListUrl: + type: string + description: The cloud certification authority's Certificate Revocation List URL that can be used to determine revocation status. Read-only. + nullable: true + certificateSigningRequest: + type: string + description: 'The certificate signing request used to create an issuing certification authority with a root certification authority external to Microsoft Cloud PKI. The based-64 encoded certificate signing request can be downloaded through this property. After downloading the certificate signing request, it must be signed by the external root certifcation authority. Read-only.' + nullable: true + certificationAuthorityId: + type: string + description: The certification authority identifier. Read-only. + certificationAuthorityIssuerUri: + type: string + description: The URI of the issuing certification authority of a subordinate certification authority. Returns null if a root certification authority. Nullable. Read-only. + nullable: true + certificationAuthorityVersionStatus: + $ref: '#/components/schemas/microsoft.graph.cloudCertificationAuthorityVersionStatus' + decommissionDateTime: + 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 date and time when the certification authority version is scheduled to be decommissioned. Only applicable for staged certification authority versions. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: ''2014-01-01T00:00:00Z''. Nullable. Read-only.' + format: date-time + nullable: true + keyPlatform: + $ref: '#/components/schemas/microsoft.graph.cloudCertificationAuthorityKeyPlatformType' + lastModifiedDateTime: + 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: 'Last modification date and time of this certification authority entity instance. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: ''2014-01-01T00:00:00Z''. Nullable. Read-only.' + format: date-time + nullable: true + ocspResponderUri: + type: string + description: The Online Certificate Status Protocol (OCSP) responder URI that can be used to determine certificate status. Read-only. + nullable: true + scepServerUrl: + type: string + description: The SCEP server URL for device SCEP connections to request certificates. Read-only. + nullable: true + serialNumber: + type: string + description: The serial number used to uniquely identify a certificate with its issuing certification authority. Read-only. + nullable: true + subjectName: + type: string + description: 'The subject name of the certificate. The subject is the target or intended beneficiary of the security being provided, such as a company or government entity. Read-only.' + nullable: true + thumbprint: + type: string + description: Secure Hash Algorithm 1 digest of the certificate that can be used to identify it. Read-only. + nullable: true + usage: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.cloudCertificationAuthorityVersionUsage' + - type: object + nullable: true + description: 'The usage details associated with this certification authority version, including reporting data such as the number of leaf certificates issued during the staged period. Read-only.' + validityEndDateTime: + 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 end date time of the validity period of a certification authority certificate. Certificates cannot be used after this date time as they are longer valid. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: ''2014-01-01T00:00:00Z''. Nullable. Read-only.' + format: date-time + nullable: true + validityStartDateTime: + 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 start date time of the validity period of a certification authority certificate. Certificates cannot be used before this date time as they are not yet valid. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: ''2014-01-01T00:00:00Z''. Nullable. Read-only.' + format: date-time + nullable: true + versionNumber: + maximum: 2147483647 + minimum: -2147483648 + type: number + description: The version number assigned to this specific certification authority version entity. Read-only. + format: int32 + description: Entity that represents version-specific properties of a cloud certification authority. microsoft.graph.cloudClipboardItem: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -1327694,6 +1328797,11 @@ components: subnetId: type: string description: 'The ID of the target subnet. Required format: /subscriptions/{subscription-id}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkId}/subnets/{subnetName}.' + subnetPrivateIpDetail: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.cloudPcOnPremisesConnectionSubnetIpDetail' + - type: object + nullable: true subscriptionId: type: string description: The ID of the target Azure subscription associated with your tenant. @@ -1329995,6 +1331103,11 @@ components: - type: object nullable: true x-ms-navigationProperty: true + policySettings: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.copilotPolicySetting' + x-ms-navigationProperty: true settings: anyOf: - $ref: '#/components/schemas/microsoft.graph.copilotAdminSetting' @@ -1330222,6 +1331335,18 @@ components: - type: object nullable: true x-ms-navigationProperty: true + microsoft.graph.copilotPolicySetting: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: copilotPolicySetting + type: object + properties: + policyId: + type: string + nullable: true + value: + type: string + nullable: true microsoft.graph.copilotReportRoot: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -1335239,6 +1336364,13 @@ components: nullable: true description: The summary state of ATP onboarding state for this account. x-ms-navigationProperty: true + androidAppConfigurationSchema: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.androidAppConfigurationSchema' + - type: object + nullable: true + description: Android App Configurations Schema entity. + x-ms-navigationProperty: true androidDeviceOwnerEnrollmentProfiles: type: array items: @@ -1350838,6 +1351970,12 @@ components: properties: advancedThreatProtectionRequiredSecurityLevel: $ref: '#/components/schemas/microsoft.graph.deviceThreatProtectionLevel' + deviceCompliancePolicyScript: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.deviceCompliancePolicyScript' + - type: object + nullable: true + description: 'Custom compliance configuration for the policy (script identifier and rules content). When set, custom compliance rules are evaluated and the device is marked noncompliant when any rule evaluates to noncompliant. When not set, no custom compliance rules are evaluated. Default is null, when set to default it is not evaluated.' deviceThreatProtectionEnabled: type: boolean description: Require that devices have enabled device threat protection. @@ -1385958,6 +1387096,18 @@ components: - title: windowsAutoUpdateCatalogApp type: object properties: + allowedArchitectures: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.windowsArchitecture' + - type: object + nullable: true + description: 'Indicates the set of CPU architectures on which this application is allowed to be installed. When null, the app is eligible for installation on all the supported architectures. Possible values are: x86, x64, arm64, or a combination of them.' + installExperience: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.windowsAutoUpdateCatalogAppInstallExperience' + - type: object + nullable: true + description: 'Describes how the app installer executes on the target device, including the account context (system or user) under which the installer runs and how the device handles restarts after installation completes. When omitted, the service applies default values (runAsAccount = system, deviceRestartBehavior = basedOnReturnCode).' mobileAppCatalogPackageBranchId: type: string description: 'The identifier of a specific branch in a product, which is a specific subset of product functionality as defined by the publisher . This is run-time resolved to be the latest MobileAppCatalogPackage in the branch. (example:''31a4c766-f23d-8d41-4803-35e155be7389''). Read-Only' @@ -1392706,6 +1393856,17 @@ components: $ref: '#/components/schemas/microsoft.graph.keyValuePair' description: List of human readable name/value pairs for the valid values that can be set for this item (Choice and Multiselect items only) description: Single configuration item inside an Android for Work application's custom configuration schema. + microsoft.graph.androidLobAppConfigurationSchemaRequestDetail: + allOf: + - $ref: '#/components/schemas/microsoft.graph.appConfigurationSchemaRequestDetail' + - title: androidLobAppConfigurationSchemaRequestDetail + type: object + properties: + appId: + type: string + description: The application policy ID of the Android LOB app + nullable: true + description: The request parameter for requesting Android LOB app configuration schema. microsoft.graph.androidManagedStoreAppAssignmentSettings: allOf: - $ref: '#/components/schemas/microsoft.graph.mobileAppAssignmentSettings' @@ -1392936,6 +1394097,133 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermission' + microsoft.graph.appConfigurationSchemaItemBooleanType: + allOf: + - $ref: '#/components/schemas/microsoft.graph.appConfigurationSchemaItemType' + - title: appConfigurationSchemaItemBooleanType + type: object + properties: + defaultValue: + type: boolean + description: 'Default value, if specified by the app developer' + nullable: true + description: Boolean configuration item inside an Android application's custom configuration schema. + microsoft.graph.appConfigurationSchemaItemBundleArray: + allOf: + - $ref: '#/components/schemas/microsoft.graph.appConfigurationSchemaItemType' + - title: appConfigurationSchemaItemBundleArray + type: object + description: Bundle array configuration item inside an Android application's custom configuration schema. + microsoft.graph.appConfigurationSchemaItemBundleType: + allOf: + - $ref: '#/components/schemas/microsoft.graph.appConfigurationSchemaItemType' + - title: appConfigurationSchemaItemBundleType + type: object + description: Bundle configuration item inside an Android application's custom configuration schema. + microsoft.graph.appConfigurationSchemaItemChoiceType: + allOf: + - $ref: '#/components/schemas/microsoft.graph.appConfigurationSchemaItemType' + - title: appConfigurationSchemaItemChoiceType + type: object + properties: + defaultValue: + type: string + description: 'Default value, if specified by the app developer' + nullable: true + selections: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.keyValuePair' + description: List of human readable name/value pairs for the valid values that can be set for this item + description: Choice configuration item inside an Android application's custom configuration schema. + microsoft.graph.appConfigurationSchemaItemHiddenType: + allOf: + - $ref: '#/components/schemas/microsoft.graph.appConfigurationSchemaItemType' + - title: appConfigurationSchemaItemHiddenType + type: object + properties: + defaultValue: + type: string + description: 'Default value, if specified by the app developer' + nullable: true + description: Hidden configuration item inside an Android application's custom configuration schema. + microsoft.graph.appConfigurationSchemaItemIntegerType: + allOf: + - $ref: '#/components/schemas/microsoft.graph.appConfigurationSchemaItemType' + - title: appConfigurationSchemaItemIntegerType + type: object + properties: + defaultValue: + maximum: 2147483647 + minimum: -2147483648 + type: number + description: 'Default value, if specified by the app developer. Valid values 0 to 2147483647' + format: int32 + nullable: true + description: Integer configuration item inside an Android application's custom configuration schema. + microsoft.graph.appConfigurationSchemaItemMultiselectType: + allOf: + - $ref: '#/components/schemas/microsoft.graph.appConfigurationSchemaItemType' + - title: appConfigurationSchemaItemMultiselectType + type: object + properties: + defaultValue: + type: array + items: + type: string + nullable: true + description: 'Default value, if specified by the app developer' + selections: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.keyValuePair' + description: List of human readable name/value pairs for the valid values that can be set for this item + description: Multiselect configuration item inside an Android application's custom configuration schema. + microsoft.graph.appConfigurationSchemaItemStringType: + allOf: + - $ref: '#/components/schemas/microsoft.graph.appConfigurationSchemaItemType' + - title: appConfigurationSchemaItemStringType + type: object + properties: + defaultValue: + type: string + description: 'Default value, if specified by the app developer' + nullable: true + description: String configuration item inside an Android application's custom configuration schema. + microsoft.graph.appConfigurationSchemaItemType: + title: appConfigurationSchemaItemType + type: object + properties: + description: + type: string + description: Description of what the item controls within the application + nullable: true + displayName: + type: string + description: Human readable name + nullable: true + index: + maximum: 2147483647 + minimum: -2147483648 + type: number + description: Unique index the application uses to maintain nested schema items. Valid values 0 to 2147483647 + format: int32 + parentIndex: + maximum: 2147483647 + minimum: -2147483648 + type: number + description: Index of parent schema item to track nested schema items. Valid values 0 to 2147483647 + format: int32 + nullable: true + schemaItemKey: + type: string + description: Unique key the application uses to identify the item + nullable: true + description: Single configuration item inside an Android application's configuration schema. + microsoft.graph.appConfigurationSchemaRequestDetail: + title: appConfigurationSchemaRequestDetail + type: object + description: Base type for the request parameters that identifies the requested app configuration schema. microsoft.graph.appConfigurationSettingItem: title: appConfigurationSettingItem type: object @@ -1397666,6 +1398954,23 @@ components: description: The date and time the inner error occurred. format: date-time nullable: true + microsoft.graph.classificationLimit: + title: classificationLimit + type: object + properties: + allowedLimit: + maximum: 2147483647 + minimum: -2147483648 + type: number + format: int32 + nullable: true + code: + type: string + nullable: true + impactedSensitiveTypeIds: + type: array + items: + type: string microsoft.graph.classificationRequestContentMetaData: title: classificationRequestContentMetaData type: object @@ -1397692,6 +1398997,16 @@ components: sensitiveTypeId: type: string description: The GUID of the discovered sensitive information type. + microsoft.graph.classifierDiagnostic: + title: classifierDiagnostic + type: object + properties: + classificationId: + pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' + type: string + format: uuid + classificationMethod: + $ref: '#/components/schemas/microsoft.graph.classificationMethod' microsoft.graph.clientCertificateAuthentication: allOf: - $ref: '#/components/schemas/microsoft.graph.apiAuthenticationConfigurationBase' @@ -1397741,6 +1399056,18 @@ components: type: string description: 'Provider-generated/calculated risk score of the Cloud Application/Service. Recommended value range of 0-1, which equates to a percentage.' nullable: true + microsoft.graph.cloudCertificationAuthorityVersionUsage: + title: cloudCertificationAuthorityVersionUsage + type: object + properties: + issuedStagedLeafCertificateCount: + maximum: 2147483647 + minimum: -2147483648 + type: number + description: The number of leaf certificates issued by the certification authority version when it was in the staged status. Only applicable for staged certification authority versions. Nullable. Read-only. + format: int32 + nullable: true + description: Complex type that represents usage details associated with a certification authority version. This type provides reporting data such as the number of leaf certificates issued during specific lifecycle phases. microsoft.graph.cloudClipboardItemPayload: title: cloudClipboardItemPayload type: object @@ -1398641,6 +1399968,21 @@ components: type: string description: 'The start time of the connection health check. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time + microsoft.graph.cloudPcOnPremisesConnectionSubnetIpDetail: + title: cloudPcOnPremisesConnectionSubnetIpDetail + type: object + properties: + subnetAvailableIpCount: + maximum: 2147483647 + minimum: -2147483648 + type: number + format: int32 + nullable: true + subnetAvailableIpCountLastSyncDateTime: + 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 microsoft.graph.cloudPcPartnerAgentInstallResult: title: cloudPcPartnerAgentInstallResult type: object @@ -1399047,6 +1400389,9 @@ components: title: cloudPcSupportedRegionRestrictionDetail type: object properties: + availabilityZoneRestricted: + type: boolean + nullable: true cPURestricted: type: boolean description: Indicates that the region is restricted for Cloud PC CPU provisioning. True indicates that Cloud PC provisioning with CPU isn't available in this region. false indicates that it's available. The default value is false. Read-only. @@ -1404699,6 +1406044,9 @@ components: type: string description: The link to the documentation for this issue. nullable: true + microsoft.graph.diagnosticMetadata: + title: diagnosticMetadata + type: object microsoft.graph.dictionaries: title: dictionaries type: object @@ -1406361,6 +1407709,20 @@ components: microsoft.graph.eventMessageDetail: title: eventMessageDetail type: object + microsoft.graph.exactDataMatchDiagnostic: + allOf: + - $ref: '#/components/schemas/microsoft.graph.classifierDiagnostic' + - title: exactDataMatchDiagnostic + type: object + properties: + classificationLimits: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.classificationLimit' + unmatchedItems: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.unmatched' microsoft.graph.exactDataMatchStoreColumn: title: exactDataMatchStoreColumn type: object @@ -1406423,6 +1407785,22 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.sensitiveContentLocation' + microsoft.graph.exactMatchDiagnostic: + title: exactMatchDiagnostic + type: object + properties: + classificationId: + pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' + type: string + format: uuid + classificationLimits: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.classificationLimit' + unmatchedItems: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.unmatched' microsoft.graph.exchangeOnlineCrossTenantMigrationSettings: title: exchangeOnlineCrossTenantMigrationSettings type: object @@ -1411631,6 +1413009,17 @@ components: - type: object nullable: true description: 'The possible values are: none, userAssigned, systemAssigned, unknownFutureValue.' + microsoft.graph.managedStoreAppConfigurationSchemaRequestDetail: + allOf: + - $ref: '#/components/schemas/microsoft.graph.appConfigurationSchemaRequestDetail' + - title: managedStoreAppConfigurationSchemaRequestDetail + type: object + properties: + packageName: + type: string + description: The package name of the Android Managed Play Store app + nullable: true + description: The request parameter for requesting Android Managed Play Store app configuration schema. microsoft.graph.managementCertificateWithThumbprint: title: managementCertificateWithThumbprint type: object @@ -1426330,6 +1427719,32 @@ components: description: Operating system version. nullable: true description: Unmanaged device discovered in the network. + microsoft.graph.unmatched: + title: unmatched + type: object + properties: + code: + type: string + nullable: true + corroborativeEvidences: + type: array + items: + type: string + idMatch: + type: string + nullable: true + length: + maximum: 2147483647 + minimum: -2147483648 + type: number + format: int32 + nullable: true + offset: + maximum: 2147483647 + minimum: -2147483648 + type: number + format: int32 + nullable: true microsoft.graph.unrestrictedAudience: allOf: - $ref: '#/components/schemas/microsoft.graph.signInAudienceRestrictionsBase' @@ -1428898,6 +1430313,82 @@ components: type: boolean description: 'When TRUE, indicates that device execution context will be used for the AppX mobile app. When FALSE, indicates that user context will be used for the AppX mobile app. By default, this property is set to FALSE. Once this property has been set to TRUE it cannot be changed.' description: Contains properties used when assigning a Windows AppX mobile app to a group. + microsoft.graph.windowsAutoUpdateCatalogAppAssignmentSettings: + allOf: + - $ref: '#/components/schemas/microsoft.graph.mobileAppAssignmentSettings' + - title: windowsAutoUpdateCatalogAppAssignmentSettings + type: object + properties: + deliveryOptimizationPriority: + $ref: '#/components/schemas/microsoft.graph.windowsAutoUpdateCatalogAppDeliveryOptimizationPriority' + installTimeSettings: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.windowsAutoUpdateCatalogAppInstallTimeSettings' + - type: object + nullable: true + description: 'Specifies the deadline by which the app must be installed on the device. When null, the app is offered for immediate installation with no enforced deadline.' + notificationType: + $ref: '#/components/schemas/microsoft.graph.windowsAutoUpdateCatalogAppNotificationType' + restartSettings: + anyOf: + - $ref: '#/components/schemas/microsoft.graph.windowsAutoUpdateCatalogAppRestartSettings' + - type: object + nullable: true + description: 'Specifies the restart coordination behavior after the app is installed—including how long to wait before restarting, when to show a countdown, and how long the user can snooze. When null, no restart coordination is applied (the device may still restart based on the app''s deviceRestartBehavior setting). Note: the service accepts restart settings regardless of the app''s deviceRestartBehavior value; the device agent determines which settings are actually honored at runtime.' + description: 'Contains per-group deployment configuration for a windowsAutoUpdateCatalogApp. These settings control the end-user experience when the app is deployed to a specific group—including whether notifications are shown, how delivery bandwidth is used, when the app must be installed by, and how the device coordinates restarts afterward.' + microsoft.graph.windowsAutoUpdateCatalogAppInstallExperience: + title: windowsAutoUpdateCatalogAppInstallExperience + type: object + properties: + deviceRestartBehavior: + $ref: '#/components/schemas/microsoft.graph.windowsAutoUpdateCatalogAppRestartBehavior' + runAsAccount: + $ref: '#/components/schemas/microsoft.graph.runAsAccountType' + description: 'Describes how the app installer runs on target devices, including which account context it runs under and how the device handles restarts after installation. When omitted, the service applies default values (runAsAccount = system, deviceRestartBehavior = basedOnReturnCode).' + microsoft.graph.windowsAutoUpdateCatalogAppInstallTimeSettings: + title: windowsAutoUpdateCatalogAppInstallTimeSettings + type: object + properties: + deadlineDateTime: + 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 maximum allowed date and time by which the app must be installed on the device. After this deadline, the Intune management extension enforces installation automatically. When null, there is no enforced deadline.' + format: date-time + nullable: true + startDateTime: + 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 at which the app should be available for installation on the device. When null, the app is available immediately.' + format: date-time + nullable: true + useLocalTime: + type: boolean + description: 'Indicates whether the startDateTime and deadlineDateTime values should be interpreted using the device''s local time zone. When false, the values are interpreted as UTC. Defaults to false if not specified.' + description: 'Specifies when the app should be installed on target devices. When null or is omitted from the assignment, the app is offered for immediate installation with no enforced deadline.' + microsoft.graph.windowsAutoUpdateCatalogAppRestartSettings: + title: windowsAutoUpdateCatalogAppRestartSettings + type: object + properties: + countdownDisplayBeforeRestartInMinutes: + maximum: 2147483647 + minimum: -2147483648 + type: number + description: 'The number of minutes before the scheduled restart at which a countdown notification is displayed to the user. Must be between 1 and the value of gracePeriodInMinutes. This countdown is non-dismissible and warns the user that a restart is imminent. For example, a value of 15 means the countdown appears 15 minutes before the restart.' + format: int32 + gracePeriodInMinutes: + maximum: 2147483647 + minimum: -2147483648 + type: number + description: 'The number of minutes the device waits after app installation before initiating a restart. During this period, the user can continue working and save their documents. For example, a value of 1440 means the device waits 24 hours before restarting.' + format: int32 + restartNotificationSnoozeDurationInMinutes: + maximum: 2147483647 + minimum: -2147483648 + type: number + description: 'The number of minutes by which the user can defer (snooze) the restart notification each time they press the snooze button. When null, the snooze option is not available and the user cannot defer the restart. For example, a value of 240 allows the user to defer the restart by 4 hours each time.' + format: int32 + nullable: true + description: 'Specifies how the device coordinates a restart after the app is installed. These settings control the grace period before a restart is initiated, when the user sees a countdown notification, and how long the user can defer the restart by snoozing. When null, no restart coordination is applied (the device may still restart based on the app''s deviceRestartBehavior setting).' microsoft.graph.windowsDefenderScanActionResult: allOf: - $ref: '#/components/schemas/microsoft.graph.deviceActionResult' @@ -1435295,8 +1436786,9 @@ components: - revoked - signingPending - unknownFutureValue + - expired type: string - description: Enum type of possible certification authority statuses. These statuses indicate whether a certification authority is currently able to issue certificates or temporarily paused or permanently revoked. + description: 'Enum type of possible certification authority statuses. These statuses indicate whether a certification authority is currently able to issue certificates, temporarily paused, pending signing, revoked, or expired.' x-ms-enum: name: cloudCertificationAuthorityStatus modelAsString: false @@ -1435319,6 +1436811,9 @@ components: - value: unknownFutureValue description: Evolvable enumeration sentinel value. Do not use. name: unknownFutureValue + - value: expired + description: Indicates certification authority has expired and cannot issue certificates until renewed and activated. + name: expired microsoft.graph.cloudCertificationAuthorityType: title: cloudCertificationAuthorityType enum: @@ -1435348,6 +1436843,55 @@ components: - value: unknownFutureValue description: Evolvable enumeration sentinel value. Do not use. name: unknownFutureValue + microsoft.graph.cloudCertificationAuthorityVersionStatus: + title: cloudCertificationAuthorityVersionStatus + enum: + - unknown + - active + - staged + - paused + - retired + - expired + - revoked + - decommissioned + - signingPending + - unknownFutureValue + type: string + description: 'Enum type of possible certification authority version statuses. These statuses indicate the lifecycle state of a certification authority version, including whether it is currently active, staged for renewal, retired, or in other states.' + x-ms-enum: + name: cloudCertificationAuthorityVersionStatus + modelAsString: false + values: + - value: unknown + description: Default. Indicates certification authority version has an unknown or invalid status. + name: unknown + - value: active + description: Indicates certification authority version is active and can issue leaf certificates. + name: active + - value: staged + description: 'Indicates certification authority version was created during the renewal process and is currently in the staged phase. Upon activation, it becomes the new active certification authority version.' + name: staged + - value: paused + description: Indicates certification authority version has been paused from issuing certificates. The paused state is supported only for active certification authority versions. Staged certification authority versions cannot be paused and may only be revoked. + name: paused + - value: retired + description: Indicates certification authority version has been retired after renewal. The retired certification authority version is not expired and continues to validate certificates it previously issued. + name: retired + - value: expired + description: Indicates certification authority version has exceeded its validity period. + name: expired + - value: revoked + description: Indicates certification authority version has been revoked. This is a permanent state that cannot be changed. + name: revoked + - value: decommissioned + description: Indicates certification authority version has been decommissioned. Only applicable for staged certification authority versions. Decommissioned certification authority versions cannot issue or validate leaf certificates. This is a permanent state that cannot be changed. + name: decommissioned + - value: signingPending + description: Indicates certification authority version was created with a Bring Your Own CA (BYOCA) root and requires external signing. + name: signingPending + - value: unknownFutureValue + description: Evolvable enumeration sentinel value. Do not use. + name: unknownFutureValue microsoft.graph.cloudPcAgentDiagnosticResultType: title: cloudPcAgentDiagnosticResultType enum: @@ -1456656,6 +1458200,81 @@ components: - value: unknownFutureValue description: Evolvable enumeration sentinel value. Do not use. name: unknownFutureValue + microsoft.graph.windowsAutoUpdateCatalogAppDeliveryOptimizationPriority: + title: windowsAutoUpdateCatalogAppDeliveryOptimizationPriority + enum: + - notConfigured + - foreground + - unknownFutureValue + type: string + description: Indicates the delivery optimization download priority level for app content. This controls whether the download uses background bandwidth (minimal impact on other network activity) or foreground bandwidth (prioritized download at the expense of other network traffic). + x-ms-enum: + name: windowsAutoUpdateCatalogAppDeliveryOptimizationPriority + modelAsString: false + values: + - value: notConfigured + description: 'Indicates that no delivery optimization priority is configured. The download uses normal background priority, which minimizes impact on other network activity. This is the default value when the property is omitted.' + name: notConfigured + - value: foreground + description: 'Indicates that the app content download uses foreground priority, which prioritizes the download over background network tasks. This may result in faster installation but increased network bandwidth consumption. In National Cloud environments, this value is accepted and stored but has no effect on device behavior.' + name: foreground + - value: unknownFutureValue + description: Evolvable enumeration sentinel value. Do not use. + name: unknownFutureValue + microsoft.graph.windowsAutoUpdateCatalogAppNotificationType: + title: windowsAutoUpdateCatalogAppNotificationType + enum: + - showAll + - showReboot + - hideAll + - unknownFutureValue + type: string + description: Indicates which notifications the Intune management extension displays to the end user during the app installation and restart lifecycle on managed devices. + x-ms-enum: + name: windowsAutoUpdateCatalogAppNotificationType + modelAsString: false + values: + - value: showAll + description: Indicates that all notifications related to app installation and restart are displayed to the end user. + name: showAll + - value: showReboot + description: Indicates that only restart notifications are displayed to the end user; other installation progress notifications are suppressed. + name: showReboot + - value: hideAll + description: Indicates that all notifications related to app installation and restart are suppressed. The end user is not informed of the installation or pending restarts. + name: hideAll + - value: unknownFutureValue + description: Evolvable enumeration sentinel value. Do not use. + name: unknownFutureValue + microsoft.graph.windowsAutoUpdateCatalogAppRestartBehavior: + title: windowsAutoUpdateCatalogAppRestartBehavior + enum: + - basedOnReturnCode + - allow + - suppress + - force + - unknownFutureValue + type: string + description: 'Indicates how the device handles restarts after the app installer finishes executing. This setting, configured on the app''s installExperience, determines whether the Intune management extension initiates, suppresses, or forces a restart based on the installer''s exit code.' + x-ms-enum: + name: windowsAutoUpdateCatalogAppRestartBehavior + modelAsString: false + values: + - value: basedOnReturnCode + description: 'Indicates that the Intune management extension restarts the device only if the app installer returns an exit code that signals a reboot is required (e.g., exit code 3010).' + name: basedOnReturnCode + - value: allow + description: 'Indicates that the Intune management extension does not take any specific action to control restarts. If the app installer initiates a restart (e.g., an MSI with ForceReboot action), it is allowed to proceed.' + name: allow + - value: suppress + description: 'Indicates that the Intune management extension attempts to suppress restarts initiated by the installer. For MSI-based installations, this passes the REBOOT=ReallySuppress property to msiexec. Not all installers honor suppression.' + name: suppress + - value: force + description: 'Indicates that the Intune management extension forces an immediate device restart after the app installation completes, regardless of the installer''s exit code.' + name: force + - value: unknownFutureValue + description: Evolvable enumeration sentinel value. Do not use. + name: unknownFutureValue microsoft.graph.windowsDefenderApplicationControlSupplementalPolicyStatuses: title: windowsDefenderApplicationControlSupplementalPolicyStatuses enum: @@ -1462599,6 +1464218,11 @@ components: - personManager - personAlternateContacts - personEmergencyContacts + - personEducationalActivities + - personInterests + - personLanguages + - personPublications + - personPatents type: string microsoft.graph.externalConnectors.propertyType: title: propertyType @@ -1464071,6 +1465695,7 @@ components: - canceled - failed - unknownFutureValue + - canceling type: string microsoft.graph.identityGovernance.membershipChangeType: title: membershipChangeType @@ -1470957,6 +1472582,7 @@ components: - bytesSent - bytesReceived - totalBytes + - connections type: string microsoft.graph.networkaccess.alertSeverity: title: alertSeverity @@ -1474965,6 +1476591,11 @@ components: items: $ref: '#/components/schemas/microsoft.graph.security.sensorCandidate' x-ms-navigationProperty: true + sensorMigration: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.security.sensorMigration' + x-ms-navigationProperty: true sensors: type: array items: @@ -1475760,6 +1477391,8 @@ components: description: The fully qualified domain name of the sensor. healthStatus: $ref: '#/components/schemas/microsoft.graph.security.sensorHealthStatus' + migrationState: + $ref: '#/components/schemas/microsoft.graph.security.migrationState' openHealthIssuesCount: type: number description: This field displays the count of health issues related to this sensor. @@ -1475799,6 +1477432,11 @@ components: senseClientVersion: type: string description: The version of the Defender for Identity sensor client. Supports $filter (eq). + sensorTypes: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.security.deviceType' + description: 'The list of device type of the sensor. The possible values are: domainController, adfs,, adcs, entraConnect unknownFutureValue. This flagged enumeration allows multiple members to be returned simultaneously.' microsoft.graph.security.sensorCandidateActivationConfiguration: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -1475807,6 +1477445,30 @@ components: properties: activationMode: $ref: '#/components/schemas/microsoft.graph.security.sensorCandidateActivationMode' + microsoft.graph.security.sensorMigration: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: sensorMigration + 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 + displayName: + type: string + domainName: + type: string + healthStatus: + $ref: '#/components/schemas/microsoft.graph.security.sensorHealthStatus' + migrationState: + $ref: '#/components/schemas/microsoft.graph.security.migrationState' + sensorType: + $ref: '#/components/schemas/microsoft.graph.security.sensorType' + serviceStatus: + $ref: '#/components/schemas/microsoft.graph.security.serviceStatus' + version: + type: string microsoft.graph.security.settingsContainer: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -1479721,6 +1481383,20 @@ components: - $ref: '#/components/schemas/microsoft.graph.security.auditData' - title: microsoftTeamsShiftsAuditRecord type: object + microsoft.graph.security.migrateSensorsResult: + title: migrateSensorsResult + type: object + properties: + failedMigrationSensorIds: + type: array + items: + type: string + nullable: true + successfulMigrationSensorIds: + type: array + items: + type: string + nullable: true microsoft.graph.security.mipAutoLabelExchangeItemAuditRecord: allOf: - $ref: '#/components/schemas/microsoft.graph.security.auditData' @@ -1482577,6 +1484253,17 @@ components: - high - unknownFutureValue type: string + microsoft.graph.security.deviceType: + title: deviceType + enum: + - domainController + - adfs + - adcs + - entraConnect + - unknownFutureValue + type: string + x-ms-enum-flags: + isFlags: true microsoft.graph.security.disableUserEntityIdentifier: title: disableUserEntityIdentifier enum: @@ -1483152,6 +1484839,16 @@ components: type: string x-ms-enum-flags: isFlags: true + microsoft.graph.security.migrationState: + title: migrationState + enum: + - readyForMigration + - notReadyForMigration + - upToDate + - migrationFailed + - migrating + - unknownFutureValue + type: string microsoft.graph.security.onboardingStatus: title: onboardingStatus enum: @@ -1491105,6 +1492802,17 @@ components: '@odata.nextLink': type: string nullable: true + microsoft.graph.cloudCertificationAuthorityVersionCollectionResponse: + title: Collection of cloudCertificationAuthorityVersion + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.cloudCertificationAuthorityVersion' + '@odata.nextLink': + type: string + nullable: true microsoft.graph.cloudClipboardItemCollectionResponse: title: Collection of cloudClipboardItem type: object @@ -1491732,6 +1493440,17 @@ components: '@odata.nextLink': type: string nullable: true + microsoft.graph.copilotPolicySettingCollectionResponse: + title: Collection of copilotPolicySetting + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.copilotPolicySetting' + '@odata.nextLink': + type: string + nullable: true microsoft.graph.copilotPackageDetailCollectionResponse: title: Collection of copilotPackageDetail type: object @@ -1501060,6 +1502779,17 @@ components: '@odata.nextLink': type: string nullable: true + microsoft.graph.security.sensorMigrationCollectionResponse: + title: Collection of sensorMigration + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.security.sensorMigration' + '@odata.nextLink': + type: string + nullable: true microsoft.graph.security.sensorCollectionResponse: title: Collection of sensor type: object @@ -1509255,6 +1510985,17 @@ components: '@odata.nextLink': type: string nullable: true + microsoft.graph.appConfigurationSchemaItemTypeCollectionResponse: + title: Collection of microsoft.graph.appConfigurationSchemaItemType + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.appConfigurationSchemaItemType' + '@odata.nextLink': + type: string + nullable: true microsoft.graph.extendedKeyUsageCollectionResponse: title: Collection of microsoft.graph.extendedKeyUsage type: object @@ -1512995,6 +1514736,28 @@ components: '@odata.nextLink': type: string nullable: true + microsoft.graph.classificationLimitCollectionResponse: + title: Collection of microsoft.graph.classificationLimit + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.classificationLimit' + '@odata.nextLink': + type: string + nullable: true + microsoft.graph.unmatchedCollectionResponse: + title: Collection of microsoft.graph.unmatched + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.unmatched' + '@odata.nextLink': + type: string + nullable: true microsoft.graph.contentClassificationCollectionResponse: title: Collection of microsoft.graph.contentClassification type: object @@ -1517625,6 +1519388,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.cloudCertificationAuthorityLeafCertificateCollectionResponse' + microsoft.graph.cloudCertificationAuthorityVersionCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.cloudCertificationAuthorityVersionCollectionResponse' microsoft.graph.cloudClipboardItemCollectionResponse: description: Retrieved collection content: @@ -1517967,6 +1519736,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.postCollectionResponse' + microsoft.graph.copilotPolicySettingCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.copilotPolicySettingCollectionResponse' microsoft.graph.copilotPackageDetailCollectionResponse: description: Retrieved collection content: @@ -1523055,6 +1524830,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.sensorCandidateCollectionResponse' + microsoft.graph.security.sensorMigrationCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.security.sensorMigrationCollectionResponse' microsoft.graph.security.sensorCollectionResponse: description: Retrieved collection content: @@ -1527525,6 +1529306,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.vulnerabilityStateCollectionResponse' + microsoft.graph.appConfigurationSchemaItemTypeCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.appConfigurationSchemaItemTypeCollectionResponse' microsoft.graph.extendedKeyUsageCollectionResponse: description: Retrieved collection content: @@ -1529565,6 +1531352,18 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.responsibleSensitiveTypeCollectionResponse' + microsoft.graph.classificationLimitCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.classificationLimitCollectionResponse' + microsoft.graph.unmatchedCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.unmatchedCollectionResponse' microsoft.graph.contentClassificationCollectionResponse: description: Retrieved collection content: @@ -1532376,6 +1534175,13 @@ components: value: isActive: 'true' microsoft.graph.allSitesBackup: { } + microsoft.graph.androidAppConfigurationSchema: + value: + exampleJson: AA== + nestedSchemaItems: + - '@odata.type': microsoft.graph.appConfigurationSchemaItemType + schemaItems: + - '@odata.type': microsoft.graph.appConfigurationSchemaItemType microsoft.graph.androidCertificateProfileBase: value: certificateValidityPeriodScale: @@ -1532789,6 +1534595,8 @@ components: '@odata.type': microsoft.graph.deviceManagementDerivedCredentialSettings identityCertificate: '@odata.type': microsoft.graph.androidDeviceOwnerCertificateProfileBase + lockdownExclusionList: + - String microsoftTunnelSiteId: String proxyExclusionList: - String @@ -1533956,6 +1535764,7 @@ components: - String configurationUris: - '@odata.type': microsoft.graph.configurationUri + deprecationDate: '0001-01-01' description: String displayName: String endpoints: @@ -1535531,6 +1537340,8 @@ components: '@odata.type': microsoft.graph.securityVendorInformation microsoft.graph.cloudCertificationAuthority: value: + activeVersion: + '@odata.type': microsoft.graph.cloudCertificationAuthorityVersion certificateDownloadUrl: String certificateKeySize: '@odata.type': microsoft.graph.cloudCertificationAuthorityCertificateKeySize @@ -1535574,11 +1537385,16 @@ components: validityPeriodInYears: '0' validityStartDateTime: '0001-01-01T00:00:00.0000000+00:00' versionNumber: '0' + versions: + - '@odata.type': microsoft.graph.cloudCertificationAuthorityVersion microsoft.graph.cloudCertificationAuthorityLeafCertificate: value: certificateStatus: '@odata.type': microsoft.graph.cloudCertificationAuthorityLeafCertificateStatus certificationAuthorityIssuerUri: String + certificationAuthorityVersionNumber: '0' + cloudCertificationAuthorityVersion: + '@odata.type': microsoft.graph.cloudCertificationAuthorityVersion crlDistributionPointUrl: String deviceId: String deviceName: String @@ -1535598,6 +1537414,29 @@ components: userPrincipalName: String validityEndDateTime: '0001-01-01T00:00:00.0000000+00:00' validityStartDateTime: '0001-01-01T00:00:00.0000000+00:00' + microsoft.graph.cloudCertificationAuthorityVersion: + value: + certificateDownloadUrl: String + certificateRevocationListUrl: String + certificateSigningRequest: String + certificationAuthorityId: String + certificationAuthorityIssuerUri: String + certificationAuthorityVersionStatus: + '@odata.type': microsoft.graph.cloudCertificationAuthorityVersionStatus + decommissionDateTime: '0001-01-01T00:00:00.0000000+00:00' + keyPlatform: + '@odata.type': microsoft.graph.cloudCertificationAuthorityKeyPlatformType + lastModifiedDateTime: '0001-01-01T00:00:00.0000000+00:00' + ocspResponderUri: String + scepServerUrl: String + serialNumber: String + subjectName: String + thumbprint: String + usage: + '@odata.type': microsoft.graph.cloudCertificationAuthorityVersionUsage + validityEndDateTime: '0001-01-01T00:00:00.0000000+00:00' + validityStartDateTime: '0001-01-01T00:00:00.0000000+00:00' + versionNumber: '0' microsoft.graph.cloudClipboardItem: value: createdDateTime: '0001-01-01T00:00:00.0000000+00:00' @@ -1535906,6 +1537745,8 @@ components: scopeIds: - String subnetId: String + subnetPrivateIpDetail: + '@odata.type': microsoft.graph.cloudPcOnPremisesConnectionSubnetIpDetail subscriptionId: String subscriptionName: String type: @@ -1536650,6 +1538491,8 @@ components: value: catalog: '@odata.type': microsoft.graph.copilotAdminCatalog + policySettings: + - '@odata.type': microsoft.graph.copilotPolicySetting settings: '@odata.type': microsoft.graph.copilotAdminSetting microsoft.graph.copilotAdminCatalog: @@ -1536730,6 +1538573,10 @@ components: value: enhancedPersonalization: '@odata.type': microsoft.graph.enhancedPersonalizationSetting + microsoft.graph.copilotPolicySetting: + value: + policyId: String + value: String microsoft.graph.copilotReportRoot: { } microsoft.graph.copilotRoot: value: @@ -1538203,6 +1540050,8 @@ components: '@odata.type': microsoft.graph.adminConsent advancedThreatProtectionOnboardingStateSummary: '@odata.type': microsoft.graph.advancedThreatProtectionOnboardingStateSummary + androidAppConfigurationSchema: + '@odata.type': microsoft.graph.androidAppConfigurationSchema androidDeviceOwnerEnrollmentProfiles: - '@odata.type': microsoft.graph.androidDeviceOwnerEnrollmentProfile androidForWorkAppConfigurationSchemas: @@ -1543048,6 +1544897,8 @@ components: value: advancedThreatProtectionRequiredSecurityLevel: '@odata.type': microsoft.graph.deviceThreatProtectionLevel + deviceCompliancePolicyScript: + '@odata.type': microsoft.graph.deviceCompliancePolicyScript deviceThreatProtectionEnabled: 'true' deviceThreatProtectionRequiredSecurityLevel: '@odata.type': microsoft.graph.deviceThreatProtectionLevel @@ -1553650,6 +1555501,10 @@ components: '@odata.type': microsoft.graph.windowsAutopilotSyncStatus microsoft.graph.windowsAutoUpdateCatalogApp: value: + allowedArchitectures: + '@odata.type': microsoft.graph.windowsArchitecture + installExperience: + '@odata.type': microsoft.graph.windowsAutoUpdateCatalogAppInstallExperience mobileAppCatalogPackageBranchId: String microsoft.graph.windowsCertificateProfileBase: value: @@ -1555703,6 +1557558,9 @@ components: schemaItemKey: String selections: - '@odata.type': microsoft.graph.keyValuePair + microsoft.graph.androidLobAppConfigurationSchemaRequestDetail: + value: + appId: String microsoft.graph.androidManagedStoreAppAssignmentSettings: value: androidManagedStoreAppTrackIds: @@ -1555778,6 +1557636,39 @@ components: value: resourceSpecificApplicationPermissions: - '@odata.type': microsoft.graph.resourceSpecificPermission + microsoft.graph.appConfigurationSchemaItemBooleanType: + value: + defaultValue: 'true' + microsoft.graph.appConfigurationSchemaItemBundleArray: { } + microsoft.graph.appConfigurationSchemaItemBundleType: { } + microsoft.graph.appConfigurationSchemaItemChoiceType: + value: + defaultValue: String + selections: + - '@odata.type': microsoft.graph.keyValuePair + microsoft.graph.appConfigurationSchemaItemHiddenType: + value: + defaultValue: String + microsoft.graph.appConfigurationSchemaItemIntegerType: + value: + defaultValue: '0' + microsoft.graph.appConfigurationSchemaItemMultiselectType: + value: + defaultValue: + - String + selections: + - '@odata.type': microsoft.graph.keyValuePair + microsoft.graph.appConfigurationSchemaItemStringType: + value: + defaultValue: String + microsoft.graph.appConfigurationSchemaItemType: + value: + description: String + displayName: String + index: '0' + parentIndex: '0' + schemaItemKey: String + microsoft.graph.appConfigurationSchemaRequestDetail: { } microsoft.graph.appConfigurationSettingItem: value: appConfigKey: String @@ -1557336,6 +1559227,12 @@ components: clientRequestId: String code: String errorDateTime: '0001-01-01T00:00:00.0000000+00:00' + microsoft.graph.classificationLimit: + value: + allowedLimit: '0' + code: String + impactedSensitiveTypeIds: + - String microsoft.graph.classificationRequestContentMetaData: value: sourceId: String @@ -1557344,6 +1559241,11 @@ components: confidenceLevel: '0' count: '0' sensitiveTypeId: String + microsoft.graph.classifierDiagnostic: + value: + classificationId: 00000000-0000-0000-0000-000000000000 + classificationMethod: + '@odata.type': microsoft.graph.classificationMethod microsoft.graph.clientCertificateAuthentication: value: certificateList: @@ -1557361,6 +1559263,9 @@ components: destinationServiceIp: String destinationServiceName: String riskScore: String + microsoft.graph.cloudCertificationAuthorityVersionUsage: + value: + issuedStagedLeafCertificateCount: '0' microsoft.graph.cloudClipboardItemPayload: value: content: String @@ -1557661,6 +1559566,10 @@ components: healthChecks: - '@odata.type': microsoft.graph.cloudPcOnPremisesConnectionHealthCheck startDateTime: '0001-01-01T00:00:00.0000000+00:00' + microsoft.graph.cloudPcOnPremisesConnectionSubnetIpDetail: + value: + subnetAvailableIpCount: '0' + subnetAvailableIpCountLastSyncDateTime: '0001-01-01T00:00:00.0000000+00:00' microsoft.graph.cloudPcPartnerAgentInstallResult: value: errorMessage: String @@ -1557796,6 +1559705,7 @@ components: subscriptionName: String microsoft.graph.cloudPcSupportedRegionRestrictionDetail: value: + availabilityZoneRestricted: 'true' cPURestricted: 'true' gPURestricted: 'true' nestedVirtualizationRestricted: 'true' @@ -1559629,6 +1561539,7 @@ components: value: message: String url: String + microsoft.graph.diagnosticMetadata: { } microsoft.graph.dictionaries: { } microsoft.graph.Dictionary: { } microsoft.graph.directorySizeQuota: @@ -1560176,6 +1562087,12 @@ components: discoveredSensitiveTypes: - '@odata.type': microsoft.graph.discoveredSensitiveType microsoft.graph.eventMessageDetail: { } + microsoft.graph.exactDataMatchDiagnostic: + value: + classificationLimits: + - '@odata.type': microsoft.graph.classificationLimit + unmatchedItems: + - '@odata.type': microsoft.graph.unmatched microsoft.graph.exactDataMatchStoreColumn: value: ignoredDelimiters: @@ -1560201,6 +1562118,13 @@ components: value: matches: - '@odata.type': microsoft.graph.sensitiveContentLocation + microsoft.graph.exactMatchDiagnostic: + value: + classificationId: 00000000-0000-0000-0000-000000000000 + classificationLimits: + - '@odata.type': microsoft.graph.classificationLimit + unmatchedItems: + - '@odata.type': microsoft.graph.unmatched microsoft.graph.exchangeOnlineCrossTenantMigrationSettings: value: sourceEndpoint: String @@ -1561873,6 +1563797,9 @@ components: federatedTokenIssuer: String msiType: '@odata.type': microsoft.graph.msiType + microsoft.graph.managedStoreAppConfigurationSchemaRequestDetail: + value: + packageName: String microsoft.graph.managementCertificateWithThumbprint: value: certificate: String @@ -1566668,6 +1568595,14 @@ components: model: String os: String osVersion: String + microsoft.graph.unmatched: + value: + code: String + corroborativeEvidences: + - String + idMatch: String + length: '0' + offset: '0' microsoft.graph.unrestrictedAudience: { } microsoft.graph.unsupportedDeviceConfigurationDetail: value: @@ -1567495,6 +1569430,32 @@ components: microsoft.graph.windowsAppXAppAssignmentSettings: value: useDeviceContext: 'true' + microsoft.graph.windowsAutoUpdateCatalogAppAssignmentSettings: + value: + deliveryOptimizationPriority: + '@odata.type': microsoft.graph.windowsAutoUpdateCatalogAppDeliveryOptimizationPriority + installTimeSettings: + '@odata.type': microsoft.graph.windowsAutoUpdateCatalogAppInstallTimeSettings + notificationType: + '@odata.type': microsoft.graph.windowsAutoUpdateCatalogAppNotificationType + restartSettings: + '@odata.type': microsoft.graph.windowsAutoUpdateCatalogAppRestartSettings + microsoft.graph.windowsAutoUpdateCatalogAppInstallExperience: + value: + deviceRestartBehavior: + '@odata.type': microsoft.graph.windowsAutoUpdateCatalogAppRestartBehavior + runAsAccount: + '@odata.type': microsoft.graph.runAsAccountType + microsoft.graph.windowsAutoUpdateCatalogAppInstallTimeSettings: + value: + deadlineDateTime: '0001-01-01T00:00:00.0000000+00:00' + startDateTime: '0001-01-01T00:00:00.0000000+00:00' + useLocalTime: 'true' + microsoft.graph.windowsAutoUpdateCatalogAppRestartSettings: + value: + countdownDisplayBeforeRestartInMinutes: '0' + gracePeriodInMinutes: '0' + restartNotificationSnoozeDurationInMinutes: '0' microsoft.graph.windowsDefenderScanActionResult: value: scanType: String @@ -1572670,6 +1574631,8 @@ components: '@odata.type': microsoft.graph.security.sensorCandidateActivationConfiguration sensorCandidates: - '@odata.type': microsoft.graph.security.sensorCandidate + sensorMigration: + - '@odata.type': microsoft.graph.security.sensorMigration sensors: - '@odata.type': microsoft.graph.security.sensor settings: @@ -1572927,6 +1574890,8 @@ components: - '@odata.type': microsoft.graph.security.healthIssue healthStatus: '@odata.type': microsoft.graph.security.sensorHealthStatus + migrationState: + '@odata.type': microsoft.graph.security.migrationState openHealthIssuesCount: '0' sensorType: '@odata.type': microsoft.graph.security.sensorType @@ -1572941,10 +1574906,26 @@ components: domainName: String lastSeenDateTime: '0001-01-01T00:00:00.0000000+00:00' senseClientVersion: String + sensorTypes: + - '@odata.type': microsoft.graph.security.deviceType microsoft.graph.security.sensorCandidateActivationConfiguration: value: activationMode: '@odata.type': microsoft.graph.security.sensorCandidateActivationMode + microsoft.graph.security.sensorMigration: + value: + createdDateTime: '0001-01-01T00:00:00.0000000+00:00' + displayName: String + domainName: String + healthStatus: + '@odata.type': microsoft.graph.security.sensorHealthStatus + migrationState: + '@odata.type': microsoft.graph.security.migrationState + sensorType: + '@odata.type': microsoft.graph.security.sensorType + serviceStatus: + '@odata.type': microsoft.graph.security.serviceStatus + version: String microsoft.graph.security.settingsContainer: value: autoAuditingConfiguration: @@ -1574122,6 +1576103,12 @@ components: microsoft.graph.security.microsoftTeamsRetentionLabelActionAuditRecord: { } microsoft.graph.security.microsoftTeamsSensitivityLabelActionAuditRecord: { } microsoft.graph.security.microsoftTeamsShiftsAuditRecord: { } + microsoft.graph.security.migrateSensorsResult: + value: + failedMigrationSensorIds: + - String + successfulMigrationSensorIds: + - String microsoft.graph.security.mipAutoLabelExchangeItemAuditRecord: { } microsoft.graph.security.mipAutoLabelItemAuditRecord: { } microsoft.graph.security.mipAutoLabelPolicyAuditRecord: { } @@ -1576468,6 +1578455,8 @@ tags: x-ms-docs-toc-type: page - name: deviceManagement.advancedThreatProtectionOnboardingStateSummary x-ms-docs-toc-type: page + - name: deviceManagement.androidAppConfigurationSchema + x-ms-docs-toc-type: page - name: deviceManagement.androidDeviceOwnerEnrollmentProfile x-ms-docs-toc-type: page - name: deviceManagement.androidForWorkAppConfigurationSchema