{"openapi":"3.0.4","info":{"title":"Admin and Reports","description":"This OData service is located at https://graph.microsoft.com/v1.0","version":"v1.0","x-ms-generated-by":{"toolName":"Microsoft.OpenApi.OData","toolVersion":"0.0.0.0"}},"servers":[{"url":"https://graph.microsoft.com/v1.0"}],"paths":{"/admin":{"get":{"tags":["admin.admin"],"summary":"Get admin","operationId":"admin.admin.GetAdmin","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 entity","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.admin"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"patch":{"tags":["admin.admin"],"summary":"Update admin","operationId":"admin.admin.UpdateAdmin","requestBody":{"description":"New property values","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.admin"}}},"required":true},"responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.admin"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"description":"Provides operations to manage the admin singleton."},"/admin/configurationManagement":{"get":{"tags":["admin.configurationManagement"],"summary":"Get configurationManagement from admin","description":"A container for Tenant Configuration Management (TCM) resources. Read-only.","operationId":"admin.GetConfigurationManagement","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.configurationManagement"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"patch":{"tags":["admin.configurationManagement"],"summary":"Update the navigation property configurationManagement in admin","operationId":"admin.UpdateConfigurationManagement","requestBody":{"description":"New navigation property values","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.configurationManagement"}}},"required":true},"responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.configurationManagement"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"delete":{"tags":["admin.configurationManagement"],"summary":"Delete navigation property configurationManagement for admin","operationId":"admin.DeleteConfigurationManagement","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"},"description":"Provides operations to manage the configurationManagement property of the microsoft.graph.admin entity."},"/admin/configurationManagement/configurationDrifts":{"get":{"tags":["admin.configurationManagement"],"summary":"List configurationDrifts","description":"Get a list of the configurationDrift objects and their properties.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/configurationmanagement-list-configurationdrifts?view=graph-rest-1.0"},"operationId":"admin.configurationManagement.ListConfigurationDrifts","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.configurationDriftCollectionResponse"},"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":["admin.configurationManagement"],"summary":"Create new navigation property to configurationDrifts for admin","operationId":"admin.configurationManagement.CreateConfigurationDrifts","requestBody":{"description":"New navigation property","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.configurationDrift"}}},"required":true},"responses":{"2XX":{"description":"Created navigation property.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.configurationDrift"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"description":"Provides operations to manage the configurationDrifts property of the microsoft.graph.configurationManagement entity."},"/admin/configurationManagement/configurationDrifts/{configurationDrift-id}":{"get":{"tags":["admin.configurationManagement"],"summary":"Get configurationDrift","description":"Get the properties and relationships of a configurationDrift object.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/configurationdrift-get?view=graph-rest-1.0"},"operationId":"admin.configurationManagement.GetConfigurationDrifts","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.configurationDrift"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"patch":{"tags":["admin.configurationManagement"],"summary":"Update the navigation property configurationDrifts in admin","operationId":"admin.configurationManagement.UpdateConfigurationDrifts","requestBody":{"description":"New navigation property values","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.configurationDrift"}}},"required":true},"responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.configurationDrift"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"delete":{"tags":["admin.configurationManagement"],"summary":"Delete navigation property configurationDrifts for admin","operationId":"admin.configurationManagement.DeleteConfigurationDrifts","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"},"description":"Provides operations to manage the configurationDrifts property of the microsoft.graph.configurationManagement entity.","parameters":[{"name":"configurationDrift-id","in":"path","description":"The unique identifier of configurationDrift","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"configurationDrift"}]},"/admin/configurationManagement/configurationDrifts/$count":{"get":{"tags":["admin.configurationManagement"],"summary":"Get the number of the resource","operationId":"admin.configurationManagement.configurationDrifts.GetCount-b132","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"}}},"description":"Provides operations to count the resources in the collection."},"/admin/configurationManagement/configurationMonitoringResults":{"get":{"tags":["admin.configurationManagement"],"summary":"List configurationMonitoringResults","description":"Get a list of the configurationMonitoringResult objects and their properties.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/configurationmanagement-list-configurationmonitoringresults?view=graph-rest-1.0"},"operationId":"admin.configurationManagement.ListConfigurationMonitoringResults","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.configurationMonitoringResultCollectionResponse"},"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":["admin.configurationManagement"],"summary":"Create new navigation property to configurationMonitoringResults for admin","operationId":"admin.configurationManagement.CreateConfigurationMonitoringResults","requestBody":{"description":"New navigation property","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.configurationMonitoringResult"}}},"required":true},"responses":{"2XX":{"description":"Created navigation property.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.configurationMonitoringResult"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"description":"Provides operations to manage the configurationMonitoringResults property of the microsoft.graph.configurationManagement entity."},"/admin/configurationManagement/configurationMonitoringResults/{configurationMonitoringResult-id}":{"get":{"tags":["admin.configurationManagement"],"summary":"Get configurationMonitoringResult","description":"Read the properties and relationships of a configurationMonitoringResult object.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/configurationmonitoringresult-get?view=graph-rest-1.0"},"operationId":"admin.configurationManagement.GetConfigurationMonitoringResults","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.configurationMonitoringResult"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"patch":{"tags":["admin.configurationManagement"],"summary":"Update the navigation property configurationMonitoringResults in admin","operationId":"admin.configurationManagement.UpdateConfigurationMonitoringResults","requestBody":{"description":"New navigation property values","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.configurationMonitoringResult"}}},"required":true},"responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.configurationMonitoringResult"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"delete":{"tags":["admin.configurationManagement"],"summary":"Delete navigation property configurationMonitoringResults for admin","operationId":"admin.configurationManagement.DeleteConfigurationMonitoringResults","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"},"description":"Provides operations to manage the configurationMonitoringResults property of the microsoft.graph.configurationManagement entity.","parameters":[{"name":"configurationMonitoringResult-id","in":"path","description":"The unique identifier of configurationMonitoringResult","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"configurationMonitoringResult"}]},"/admin/configurationManagement/configurationMonitoringResults/$count":{"get":{"tags":["admin.configurationManagement"],"summary":"Get the number of the resource","operationId":"admin.configurationManagement.configurationMonitoringResults.GetCount-0ec6","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"}}},"description":"Provides operations to count the resources in the collection."},"/admin/configurationManagement/configurationMonitors":{"get":{"tags":["admin.configurationManagement"],"summary":"List configurationMonitors","description":"Get a list of the configurationMonitor objects and their properties.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/configurationmanagement-list-configurationmonitors?view=graph-rest-1.0"},"operationId":"admin.configurationManagement.ListConfigurationMonitors","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.configurationMonitorCollectionResponse"},"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":["admin.configurationManagement"],"summary":"Create configurationMonitor","description":"Create a new configurationMonitor object that runs periodically in the background at a scheduled frequency. You can create up to 30 configurationMonitor objects per tenant. Each monitor runs at a fixed interval of 6 hours and cannot be configured to run at any other frequency. An administrator can monitor up to 800 configuration resources per day per tenant across all monitors.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/configurationmanagement-post-configurationmonitors?view=graph-rest-1.0"},"operationId":"admin.configurationManagement.CreateConfigurationMonitors","requestBody":{"description":"New navigation property","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.configurationMonitor"}}},"required":true},"responses":{"2XX":{"description":"Created navigation property.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.configurationMonitor"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"description":"Provides operations to manage the configurationMonitors property of the microsoft.graph.configurationManagement entity."},"/admin/configurationManagement/configurationMonitors/{configurationMonitor-id}":{"get":{"tags":["admin.configurationManagement"],"summary":"Get configurationMonitor","description":"Get the properties and relationships of a configurationMonitor object.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/configurationmonitor-get?view=graph-rest-1.0"},"operationId":"admin.configurationManagement.GetConfigurationMonitors","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.configurationMonitor"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"patch":{"tags":["admin.configurationManagement"],"summary":"Update configurationMonitor","description":"Update the properties of a configurationMonitor object, including the monitor name, description, and baseline.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/configurationmonitor-update?view=graph-rest-1.0"},"operationId":"admin.configurationManagement.UpdateConfigurationMonitors","requestBody":{"description":"New navigation property values","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.configurationMonitor"}}},"required":true},"responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.configurationMonitor"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"delete":{"tags":["admin.configurationManagement"],"summary":"Delete configurationMonitor","description":"Delete a configurationMonitor object permanently. A deleted configurationMonitor can't be restored.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/configurationmonitor-delete?view=graph-rest-1.0"},"operationId":"admin.configurationManagement.DeleteConfigurationMonitors","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"},"description":"Provides operations to manage the configurationMonitors property of the microsoft.graph.configurationManagement entity.","parameters":[{"name":"configurationMonitor-id","in":"path","description":"The unique identifier of configurationMonitor","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"configurationMonitor"}]},"/admin/configurationManagement/configurationMonitors/{configurationMonitor-id}/baseline":{"get":{"tags":["admin.configurationManagement"],"summary":"Get configurationBaseline","description":"Read the properties and relationships of a configurationBaseline object that is attached to a specific monitor.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/configurationbaseline-get?view=graph-rest-1.0"},"operationId":"admin.configurationManagement.configurationMonitors.GetBaseline","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.configurationBaseline"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"patch":{"tags":["admin.configurationManagement"],"summary":"Update the navigation property baseline in admin","operationId":"admin.configurationManagement.configurationMonitors.UpdateBaseline","requestBody":{"description":"New navigation property values","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.configurationBaseline"}}},"required":true},"responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.configurationBaseline"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"delete":{"tags":["admin.configurationManagement"],"summary":"Delete navigation property baseline for admin","operationId":"admin.configurationManagement.configurationMonitors.DeleteBaseline","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"},"description":"Provides operations to manage the baseline property of the microsoft.graph.configurationMonitor entity.","parameters":[{"name":"configurationMonitor-id","in":"path","description":"The unique identifier of configurationMonitor","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"configurationMonitor"}]},"/admin/configurationManagement/configurationMonitors/$count":{"get":{"tags":["admin.configurationManagement"],"summary":"Get the number of the resource","operationId":"admin.configurationManagement.configurationMonitors.GetCount-e65d","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"}}},"description":"Provides operations to count the resources in the collection."},"/admin/configurationManagement/configurationSnapshotJobs":{"get":{"tags":["admin.configurationManagement"],"summary":"List configurationSnapshotJobs","description":"Get a list of the configurationSnapshotJob objects and their properties.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/configurationmanagement-list-configurationsnapshotjobs?view=graph-rest-1.0"},"operationId":"admin.configurationManagement.ListConfigurationSnapshotJobs","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.configurationSnapshotJobCollectionResponse"},"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":["admin.configurationManagement"],"summary":"Create new navigation property to configurationSnapshotJobs for admin","operationId":"admin.configurationManagement.CreateConfigurationSnapshotJobs","requestBody":{"description":"New navigation property","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.configurationSnapshotJob"}}},"required":true},"responses":{"2XX":{"description":"Created navigation property.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.configurationSnapshotJob"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"description":"Provides operations to manage the configurationSnapshotJobs property of the microsoft.graph.configurationManagement entity."},"/admin/configurationManagement/configurationSnapshotJobs/{configurationSnapshotJob-id}":{"get":{"tags":["admin.configurationManagement"],"summary":"Get configurationSnapshotJob","description":"Read the properties and relationships of a configurationSnapshotJob object.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/configurationsnapshotjob-get?view=graph-rest-1.0"},"operationId":"admin.configurationManagement.GetConfigurationSnapshotJobs","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.configurationSnapshotJob"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"patch":{"tags":["admin.configurationManagement"],"summary":"Update the navigation property configurationSnapshotJobs in admin","operationId":"admin.configurationManagement.UpdateConfigurationSnapshotJobs","requestBody":{"description":"New navigation property values","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.configurationSnapshotJob"}}},"required":true},"responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.configurationSnapshotJob"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"delete":{"tags":["admin.configurationManagement"],"summary":"Delete configurationSnapshotJob","description":"Delete a configurationSnapshotJob object.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/configurationsnapshotjob-delete?view=graph-rest-1.0"},"operationId":"admin.configurationManagement.DeleteConfigurationSnapshotJobs","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"},"description":"Provides operations to manage the configurationSnapshotJobs property of the microsoft.graph.configurationManagement entity.","parameters":[{"name":"configurationSnapshotJob-id","in":"path","description":"The unique identifier of configurationSnapshotJob","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"configurationSnapshotJob"}]},"/admin/configurationManagement/configurationSnapshotJobs/$count":{"get":{"tags":["admin.configurationManagement"],"summary":"Get the number of the resource","operationId":"admin.configurationManagement.configurationSnapshotJobs.GetCount-dec8","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"}}},"description":"Provides operations to count the resources in the collection."},"/admin/configurationManagement/configurationSnapshots":{"get":{"tags":["admin.configurationManagement"],"summary":"List configurationSnapshots","description":"Get a list of configurationBaseline objects that represent configuration snapshots and their properties.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/configurationmanagement-list-configurationsnapshots?view=graph-rest-1.0"},"operationId":"admin.configurationManagement.ListConfigurationSnapshots","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.configurationBaselineCollectionResponse"},"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":["admin.configurationManagement"],"summary":"Create new navigation property to configurationSnapshots for admin","operationId":"admin.configurationManagement.CreateConfigurationSnapshots","requestBody":{"description":"New navigation property","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.configurationBaseline"}}},"required":true},"responses":{"2XX":{"description":"Created navigation property.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.configurationBaseline"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"description":"Provides operations to manage the configurationSnapshots property of the microsoft.graph.configurationManagement entity."},"/admin/configurationManagement/configurationSnapshots/{configurationBaseline-id}":{"get":{"tags":["admin.configurationManagement"],"summary":"Get configurationSnapshots from admin","description":"A container for configuration snapshot baselines.","operationId":"admin.configurationManagement.GetConfigurationSnapshots","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.configurationBaseline"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"patch":{"tags":["admin.configurationManagement"],"summary":"Update the navigation property configurationSnapshots in admin","operationId":"admin.configurationManagement.UpdateConfigurationSnapshots","requestBody":{"description":"New navigation property values","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.configurationBaseline"}}},"required":true},"responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.configurationBaseline"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"delete":{"tags":["admin.configurationManagement"],"summary":"Delete navigation property configurationSnapshots for admin","operationId":"admin.configurationManagement.DeleteConfigurationSnapshots","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"},"description":"Provides operations to manage the configurationSnapshots property of the microsoft.graph.configurationManagement entity.","parameters":[{"name":"configurationBaseline-id","in":"path","description":"The unique identifier of configurationBaseline","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"configurationBaseline"}]},"/admin/configurationManagement/configurationSnapshots/$count":{"get":{"tags":["admin.configurationManagement"],"summary":"Get the number of the resource","operationId":"admin.configurationManagement.configurationSnapshots.GetCount-b397","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"}}},"description":"Provides operations to count the resources in the collection."},"/admin/edge":{"get":{"tags":["admin.edge"],"summary":"Get edge from admin","description":"A container for Microsoft Edge resources. Read-only.","operationId":"admin.GetEdge","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.edge"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"patch":{"tags":["admin.edge"],"summary":"Update the navigation property edge in admin","operationId":"admin.UpdateEdge","requestBody":{"description":"New navigation property values","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.edge"}}},"required":true},"responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.edge"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"delete":{"tags":["admin.edge"],"summary":"Delete navigation property edge for admin","operationId":"admin.DeleteEdge","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"},"description":"Provides operations to manage the edge property of the microsoft.graph.admin entity."},"/admin/edge/internetExplorerMode":{"get":{"tags":["admin.edge"],"summary":"Get internetExplorerMode from admin","description":"A container for Internet Explorer mode resources.","operationId":"admin.edge.GetInternetExplorerMode","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.internetExplorerMode"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"patch":{"tags":["admin.edge"],"summary":"Update the navigation property internetExplorerMode in admin","operationId":"admin.edge.UpdateInternetExplorerMode","requestBody":{"description":"New navigation property values","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.internetExplorerMode"}}},"required":true},"responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.internetExplorerMode"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"delete":{"tags":["admin.edge"],"summary":"Delete navigation property internetExplorerMode for admin","operationId":"admin.edge.DeleteInternetExplorerMode","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"},"description":"Provides operations to manage the internetExplorerMode property of the microsoft.graph.edge entity."},"/admin/edge/internetExplorerMode/siteLists":{"get":{"tags":["admin.edge"],"summary":"List browserSiteLists","description":"Get a list of the browserSiteList objects and their properties.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/internetexplorermode-list-sitelists?view=graph-rest-1.0"},"operationId":"admin.edge.internetExplorerMode.ListSiteLists","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.browserSiteListCollectionResponse"},"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":["admin.edge"],"summary":"Create browserSiteList","description":"Create a new browserSiteList object to support Internet Explorer mode.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/internetexplorermode-post-sitelists?view=graph-rest-1.0"},"operationId":"admin.edge.internetExplorerMode.CreateSiteLists","requestBody":{"description":"New navigation property","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.browserSiteList"}}},"required":true},"responses":{"2XX":{"description":"Created navigation property.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.browserSiteList"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"description":"Provides operations to manage the siteLists property of the microsoft.graph.internetExplorerMode entity."},"/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}":{"get":{"tags":["admin.edge"],"summary":"Get browserSiteList","description":"Get a browserSiteList that contains browserSite and browserSharedCookie resources.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/browsersitelist-get?view=graph-rest-1.0"},"operationId":"admin.edge.internetExplorerMode.GetSiteLists","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.browserSiteList"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"patch":{"tags":["admin.edge"],"summary":"Update browserSiteList","description":"Update the properties of a browserSiteList object.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/browsersitelist-update?view=graph-rest-1.0"},"operationId":"admin.edge.internetExplorerMode.UpdateSiteLists","requestBody":{"description":"New navigation property values","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.browserSiteList"}}},"required":true},"responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.browserSiteList"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"delete":{"tags":["admin.edge"],"summary":"Delete browserSiteList","description":"Delete a browserSiteList object.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/internetexplorermode-delete-sitelists?view=graph-rest-1.0"},"operationId":"admin.edge.internetExplorerMode.DeleteSiteLists","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"},"description":"Provides operations to manage the siteLists property of the microsoft.graph.internetExplorerMode entity.","parameters":[{"name":"browserSiteList-id","in":"path","description":"The unique identifier of browserSiteList","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"browserSiteList"}]},"/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/publish":{"post":{"tags":["admin.edge"],"summary":"Invoke action publish","description":"Publish the specified browserSiteList for devices to download.","operationId":"admin.edge.internetExplorerMode.siteLists.browserSiteList.publish","requestBody":{"description":"Action parameters","content":{"application/json":{"schema":{"type":"object","properties":{"revision":{"type":"string"},"sites":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.browserSite"}},"sharedCookies":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.browserSharedCookie"}}}}}},"required":true},"responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.browserSiteList"},{"type":"object","nullable":true}]}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"action"},"description":"Provides operations to call the publish method.","parameters":[{"name":"browserSiteList-id","in":"path","description":"The unique identifier of browserSiteList","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"browserSiteList"}]},"/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies":{"get":{"tags":["admin.edge"],"summary":"List browserSharedCookies","description":"Get a list of the browserSharedCookie objects and their properties.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/browsersitelist-list-sharedcookies?view=graph-rest-1.0"},"operationId":"admin.edge.internetExplorerMode.siteLists.ListSharedCookies","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.browserSharedCookieCollectionResponse"},"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":["admin.edge"],"summary":"Create browserSharedCookie","description":"Create a new browserSharedCookie object in a browserSiteList.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/browsersitelist-post-sharedcookies?view=graph-rest-1.0"},"operationId":"admin.edge.internetExplorerMode.siteLists.CreateSharedCookies","requestBody":{"description":"New navigation property","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.browserSharedCookie"}}},"required":true},"responses":{"2XX":{"description":"Created navigation property.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.browserSharedCookie"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"description":"Provides operations to manage the sharedCookies property of the microsoft.graph.browserSiteList entity.","parameters":[{"name":"browserSiteList-id","in":"path","description":"The unique identifier of browserSiteList","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"browserSiteList"}]},"/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/{browserSharedCookie-id}":{"get":{"tags":["admin.edge"],"summary":"Get browserSharedCookie","description":"Get a session cookie that can be shared between a Microsoft Edge process and an Internet Explorer process, while using Internet Explorer mode.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/browsersharedcookie-get?view=graph-rest-1.0"},"operationId":"admin.edge.internetExplorerMode.siteLists.GetSharedCookies","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.browserSharedCookie"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"patch":{"tags":["admin.edge"],"summary":"Update browserSharedCookie","description":"Update the properties of a browserSharedCookie object.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/browsersharedcookie-update?view=graph-rest-1.0"},"operationId":"admin.edge.internetExplorerMode.siteLists.UpdateSharedCookies","requestBody":{"description":"New navigation property values","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.browserSharedCookie"}}},"required":true},"responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.browserSharedCookie"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"delete":{"tags":["admin.edge"],"summary":"Delete browserSharedCookie","description":"Delete a browserSharedCookie from a browserSiteList.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/browsersitelist-delete-sharedcookies?view=graph-rest-1.0"},"operationId":"admin.edge.internetExplorerMode.siteLists.DeleteSharedCookies","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"},"description":"Provides operations to manage the sharedCookies property of the microsoft.graph.browserSiteList entity.","parameters":[{"name":"browserSiteList-id","in":"path","description":"The unique identifier of browserSiteList","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"browserSiteList"},{"name":"browserSharedCookie-id","in":"path","description":"The unique identifier of browserSharedCookie","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"browserSharedCookie"}]},"/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/$count":{"get":{"tags":["admin.edge"],"summary":"Get the number of the resource","operationId":"admin.edge.internetExplorerMode.siteLists.sharedCookies.GetCount-0de2","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"}}},"description":"Provides operations to count the resources in the collection.","parameters":[{"name":"browserSiteList-id","in":"path","description":"The unique identifier of browserSiteList","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"browserSiteList"}]},"/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites":{"get":{"tags":["admin.edge"],"summary":"List browserSites","description":"Get a list of the browserSite objects and their properties.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/browsersitelist-list-sites?view=graph-rest-1.0"},"operationId":"admin.edge.internetExplorerMode.siteLists.ListSites","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.browserSiteCollectionResponse"},"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":["admin.edge"],"summary":"Create browserSite","description":"Create a new browserSite object in a browserSiteList.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/browsersitelist-post-sites?view=graph-rest-1.0"},"operationId":"admin.edge.internetExplorerMode.siteLists.CreateSites","requestBody":{"description":"New navigation property","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.browserSite"}}},"required":true},"responses":{"2XX":{"description":"Created navigation property.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.browserSite"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"description":"Provides operations to manage the sites property of the microsoft.graph.browserSiteList entity.","parameters":[{"name":"browserSiteList-id","in":"path","description":"The unique identifier of browserSiteList","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"browserSiteList"}]},"/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/{browserSite-id}":{"get":{"tags":["admin.edge"],"summary":"Get browserSite","description":"Get a browserSite that resides on a browserSiteList.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/browsersite-get?view=graph-rest-1.0"},"operationId":"admin.edge.internetExplorerMode.siteLists.GetSites","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.browserSite"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"patch":{"tags":["admin.edge"],"summary":"Update browserSite","description":"Update the properties of a browserSite object.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/browsersite-update?view=graph-rest-1.0"},"operationId":"admin.edge.internetExplorerMode.siteLists.UpdateSites","requestBody":{"description":"New navigation property values","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.browserSite"}}},"required":true},"responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.browserSite"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"delete":{"tags":["admin.edge"],"summary":"Delete browserSite","description":"Delete a browserSite from a browserSiteList.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/browsersitelist-delete-sites?view=graph-rest-1.0"},"operationId":"admin.edge.internetExplorerMode.siteLists.DeleteSites","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"},"description":"Provides operations to manage the sites property of the microsoft.graph.browserSiteList entity.","parameters":[{"name":"browserSiteList-id","in":"path","description":"The unique identifier of browserSiteList","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"browserSiteList"},{"name":"browserSite-id","in":"path","description":"The unique identifier of browserSite","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"browserSite"}]},"/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/$count":{"get":{"tags":["admin.edge"],"summary":"Get the number of the resource","operationId":"admin.edge.internetExplorerMode.siteLists.sites.GetCount-da97","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"}}},"description":"Provides operations to count the resources in the collection.","parameters":[{"name":"browserSiteList-id","in":"path","description":"The unique identifier of browserSiteList","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"browserSiteList"}]},"/admin/edge/internetExplorerMode/siteLists/$count":{"get":{"tags":["admin.edge"],"summary":"Get the number of the resource","operationId":"admin.edge.internetExplorerMode.siteLists.GetCount-d3d6","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"}}},"description":"Provides operations to count the resources in the collection."},"/admin/exchange":{"get":{"tags":["admin.exchangeAdmin"],"summary":"Get exchange from admin","description":"A container for the Exchange admin functionality. Read-only.","operationId":"admin.GetExchange","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.exchangeAdmin"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"patch":{"tags":["admin.exchangeAdmin"],"summary":"Update the navigation property exchange in admin","operationId":"admin.UpdateExchange","requestBody":{"description":"New navigation property values","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.exchangeAdmin"}}},"required":true},"responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.exchangeAdmin"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"delete":{"tags":["admin.exchangeAdmin"],"summary":"Delete navigation property exchange for admin","operationId":"admin.DeleteExchange","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"},"description":"Provides operations to manage the exchange property of the microsoft.graph.admin entity."},"/admin/exchange/mailboxes":{"get":{"tags":["admin.exchangeAdmin"],"summary":"Get mailboxes from admin","description":"Represents a user's mailboxes.","operationId":"admin.exchange.ListMailboxes","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.mailboxCollectionResponse"},"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":["admin.exchangeAdmin"],"summary":"Create new navigation property to mailboxes for admin","operationId":"admin.exchange.CreateMailboxes","requestBody":{"description":"New navigation property","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.mailbox"}}},"required":true},"responses":{"2XX":{"description":"Created navigation property.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.mailbox"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"description":"Provides operations to manage the mailboxes property of the microsoft.graph.exchangeAdmin entity."},"/admin/exchange/mailboxes/{mailbox-id}":{"get":{"tags":["admin.exchangeAdmin"],"summary":"Get mailboxes from admin","description":"Represents a user's mailboxes.","operationId":"admin.exchange.GetMailboxes","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.mailbox"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"patch":{"tags":["admin.exchangeAdmin"],"summary":"Update the navigation property mailboxes in admin","operationId":"admin.exchange.UpdateMailboxes","requestBody":{"description":"New navigation property values","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.mailbox"}}},"required":true},"responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.mailbox"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"delete":{"tags":["admin.exchangeAdmin"],"summary":"Delete navigation property mailboxes for admin","operationId":"admin.exchange.DeleteMailboxes","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"},"description":"Provides operations to manage the mailboxes property of the microsoft.graph.exchangeAdmin entity.","parameters":[{"name":"mailbox-id","in":"path","description":"The unique identifier of mailbox","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"mailbox"}]},"/admin/exchange/mailboxes/{mailbox-id}/folders":{"get":{"tags":["admin.exchangeAdmin"],"summary":"List folders","description":"Get all the mailboxFolder objects in the specified mailbox, including any search folders.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/mailbox-list-folders?view=graph-rest-1.0"},"operationId":"admin.exchange.mailboxes.ListFolders","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.mailboxFolderCollectionResponse"},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-pageable":{"nextLinkName":"@odata.nextLink","operationName":"listMore"},"x-ms-docs-operation-type":"operation"},"description":"Provides operations to manage the folders property of the microsoft.graph.mailbox entity.","parameters":[{"name":"mailbox-id","in":"path","description":"The unique identifier of mailbox","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"mailbox"}]},"/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}":{"get":{"tags":["admin.exchangeAdmin"],"summary":"Get mailboxFolder","description":"Read the properties and relationships of a mailboxFolder object.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/mailboxfolder-get?view=graph-rest-1.0"},"operationId":"admin.exchange.mailboxes.GetFolders","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.mailboxFolder"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"description":"Provides operations to manage the folders property of the microsoft.graph.mailbox entity.","parameters":[{"name":"mailbox-id","in":"path","description":"The unique identifier of mailbox","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"mailbox"},{"name":"mailboxFolder-id","in":"path","description":"The unique identifier of mailboxFolder","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"mailboxFolder"}]},"/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/childFolders":{"get":{"tags":["admin.exchangeAdmin"],"summary":"List childFolders","description":"Get the mailboxFolder collection under the specified mailboxFolder in a mailbox.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/mailboxfolder-list-childfolders?view=graph-rest-1.0"},"operationId":"admin.exchange.mailboxes.folders.ListChildFolders","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.mailboxFolderCollectionResponse"},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-pageable":{"nextLinkName":"@odata.nextLink","operationName":"listMore"},"x-ms-docs-operation-type":"operation"},"description":"Provides operations to manage the childFolders property of the microsoft.graph.mailboxFolder entity.","parameters":[{"name":"mailbox-id","in":"path","description":"The unique identifier of mailbox","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"mailbox"},{"name":"mailboxFolder-id","in":"path","description":"The unique identifier of mailboxFolder","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"mailboxFolder"}]},"/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/childFolders/{mailboxFolder-id1}":{"get":{"tags":["admin.exchangeAdmin"],"summary":"Get childFolders from admin","description":"The collection of child folders in this folder.","operationId":"admin.exchange.mailboxes.folders.GetChildFolders","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.mailboxFolder"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"description":"Provides operations to manage the childFolders property of the microsoft.graph.mailboxFolder entity.","parameters":[{"name":"mailbox-id","in":"path","description":"The unique identifier of mailbox","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"mailbox"},{"name":"mailboxFolder-id","in":"path","description":"The unique identifier of mailboxFolder","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"mailboxFolder"},{"name":"mailboxFolder-id1","in":"path","description":"The unique identifier of mailboxFolder","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"mailboxFolder"}]},"/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/childFolders/{mailboxFolder-id1}/items":{"get":{"tags":["admin.exchangeAdmin"],"summary":"Get items from admin","description":"The collection of items in this folder.","operationId":"admin.exchange.mailboxes.folders.childFolders.ListItems","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.mailboxItemCollectionResponse"},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-pageable":{"nextLinkName":"@odata.nextLink","operationName":"listMore"},"x-ms-docs-operation-type":"operation"},"description":"Provides operations to manage the items property of the microsoft.graph.mailboxFolder entity.","parameters":[{"name":"mailbox-id","in":"path","description":"The unique identifier of mailbox","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"mailbox"},{"name":"mailboxFolder-id","in":"path","description":"The unique identifier of mailboxFolder","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"mailboxFolder"},{"name":"mailboxFolder-id1","in":"path","description":"The unique identifier of mailboxFolder","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"mailboxFolder"}],"x-ms-docs-grouped-path":["/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/items"]},"/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/childFolders/{mailboxFolder-id1}/items/{mailboxItem-id}":{"get":{"tags":["admin.exchangeAdmin"],"summary":"Get items from admin","description":"The collection of items in this folder.","operationId":"admin.exchange.mailboxes.folders.childFolders.GetItems","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.mailboxItem"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"description":"Provides operations to manage the items property of the microsoft.graph.mailboxFolder entity.","parameters":[{"name":"mailbox-id","in":"path","description":"The unique identifier of mailbox","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"mailbox"},{"name":"mailboxFolder-id","in":"path","description":"The unique identifier of mailboxFolder","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"mailboxFolder"},{"name":"mailboxFolder-id1","in":"path","description":"The unique identifier of mailboxFolder","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"mailboxFolder"},{"name":"mailboxItem-id","in":"path","description":"The unique identifier of mailboxItem","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"mailboxItem"}],"x-ms-docs-grouped-path":["/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/items/{mailboxItem-id}"]},"/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/childFolders/{mailboxFolder-id1}/items/$count":{"get":{"tags":["admin.exchangeAdmin"],"summary":"Get the number of the resource","operationId":"admin.exchange.mailboxes.folders.childFolders.items.GetCount-de79","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"}}},"description":"Provides operations to count the resources in the collection.","parameters":[{"name":"mailbox-id","in":"path","description":"The unique identifier of mailbox","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"mailbox"},{"name":"mailboxFolder-id","in":"path","description":"The unique identifier of mailboxFolder","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"mailboxFolder"},{"name":"mailboxFolder-id1","in":"path","description":"The unique identifier of mailboxFolder","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"mailboxFolder"}]},"/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/childFolders/{mailboxFolder-id1}/items/delta()":{"get":{"tags":["admin.exchangeAdmin"],"summary":"Invoke function delta","description":"Get a set of mailboxItem objects that were added, deleted, or updated in a specified mailboxFolder. A delta function call for items in a folder is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls, you can query for incremental changes in the items in that folder. This approach allows you to maintain and synchronize a local store of a user's mailbox items without having to fetch the entire set of items from the server every time.","operationId":"admin.exchange.mailboxes.mailbox.folders.mailboxFolder.childFolders.mailboxFolder.items.delta","parameters":[{"$ref":"#/components/parameters/top"},{"$ref":"#/components/parameters/skip"},{"$ref":"#/components/parameters/search"},{"$ref":"#/components/parameters/filter"},{"$ref":"#/components/parameters/count"},{"name":"$select","in":"query","description":"Select properties to be returned","style":"form","explode":false,"schema":{"uniqueItems":true,"type":"array","items":{"type":"string"}}},{"name":"$orderby","in":"query","description":"Order items by property values","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":"Success","content":{"application/json":{"schema":{"title":"Collection of mailboxItem","type":"object","allOf":[{"$ref":"#/components/schemas/BaseDeltaFunctionResponse"},{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.mailboxItem"}}}}]}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"function","x-ms-pageable":{"nextLinkName":"@odata.nextLink","operationName":"listMore"}},"description":"Provides operations to call the delta method.","parameters":[{"name":"mailbox-id","in":"path","description":"The unique identifier of mailbox","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"mailbox"},{"name":"mailboxFolder-id","in":"path","description":"The unique identifier of mailboxFolder","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"mailboxFolder"},{"name":"mailboxFolder-id1","in":"path","description":"The unique identifier of mailboxFolder","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"mailboxFolder"}],"x-ms-docs-grouped-path":["/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/childFolders/delta()","/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/items/delta()","/admin/exchange/mailboxes/{mailbox-id}/folders/delta()"]},"/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/childFolders/$count":{"get":{"tags":["admin.exchangeAdmin"],"summary":"Get the number of the resource","operationId":"admin.exchange.mailboxes.folders.childFolders.GetCount-268c","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"}}},"description":"Provides operations to count the resources in the collection.","parameters":[{"name":"mailbox-id","in":"path","description":"The unique identifier of mailbox","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"mailbox"},{"name":"mailboxFolder-id","in":"path","description":"The unique identifier of mailboxFolder","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"mailboxFolder"}]},"/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/childFolders/delta()":{"get":{"tags":["admin.exchangeAdmin"],"summary":"Invoke function delta","description":"Get a set of mailboxFolder objects that were added, deleted, or removed from the user's mailbox. A delta function call for folders in a mailbox is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls, you can query for incremental changes in the folders. This approach allows you to maintain and synchronize a local store of a user's mail folders without having to fetch all the folders of that mailbox from the server every time.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/mailboxfolder-delta?view=graph-rest-1.0"},"operationId":"admin.exchange.mailboxes.mailbox.folders.mailboxFolder.childFolders.delta","parameters":[{"$ref":"#/components/parameters/top"},{"$ref":"#/components/parameters/skip"},{"$ref":"#/components/parameters/search"},{"$ref":"#/components/parameters/filter"},{"$ref":"#/components/parameters/count"},{"name":"$select","in":"query","description":"Select properties to be returned","style":"form","explode":false,"schema":{"uniqueItems":true,"type":"array","items":{"type":"string"}}},{"name":"$orderby","in":"query","description":"Order items by property values","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":"Success","content":{"application/json":{"schema":{"title":"Collection of mailboxFolder","type":"object","allOf":[{"$ref":"#/components/schemas/BaseDeltaFunctionResponse"},{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.mailboxFolder"}}}}]}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"function","x-ms-pageable":{"nextLinkName":"@odata.nextLink","operationName":"listMore"}},"description":"Provides operations to call the delta method.","parameters":[{"name":"mailbox-id","in":"path","description":"The unique identifier of mailbox","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"mailbox"},{"name":"mailboxFolder-id","in":"path","description":"The unique identifier of mailboxFolder","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"mailboxFolder"}],"x-ms-docs-grouped-path":["/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/childFolders/{mailboxFolder-id1}/items/delta()","/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/items/delta()","/admin/exchange/mailboxes/{mailbox-id}/folders/delta()"]},"/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/items":{"get":{"tags":["admin.exchangeAdmin"],"summary":"List items","description":"Get the mailboxItem collection within a specified mailboxFolder in a mailbox.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/mailboxfolder-list-items?view=graph-rest-1.0"},"operationId":"admin.exchange.mailboxes.folders.ListItems","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.mailboxItemCollectionResponse"},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-pageable":{"nextLinkName":"@odata.nextLink","operationName":"listMore"},"x-ms-docs-operation-type":"operation"},"description":"Provides operations to manage the items property of the microsoft.graph.mailboxFolder entity.","parameters":[{"name":"mailbox-id","in":"path","description":"The unique identifier of mailbox","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"mailbox"},{"name":"mailboxFolder-id","in":"path","description":"The unique identifier of mailboxFolder","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"mailboxFolder"}],"x-ms-docs-grouped-path":["/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/childFolders/{mailboxFolder-id1}/items"]},"/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/items/{mailboxItem-id}":{"get":{"tags":["admin.exchangeAdmin"],"summary":"Get mailboxItem","description":"Read the properties and relationships of a mailboxItem object.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/mailboxitem-get?view=graph-rest-1.0"},"operationId":"admin.exchange.mailboxes.folders.GetItems","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.mailboxItem"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"description":"Provides operations to manage the items property of the microsoft.graph.mailboxFolder entity.","parameters":[{"name":"mailbox-id","in":"path","description":"The unique identifier of mailbox","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"mailbox"},{"name":"mailboxFolder-id","in":"path","description":"The unique identifier of mailboxFolder","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"mailboxFolder"},{"name":"mailboxItem-id","in":"path","description":"The unique identifier of mailboxItem","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"mailboxItem"}],"x-ms-docs-grouped-path":["/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/childFolders/{mailboxFolder-id1}/items/{mailboxItem-id}"]},"/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/items/$count":{"get":{"tags":["admin.exchangeAdmin"],"summary":"Get the number of the resource","operationId":"admin.exchange.mailboxes.folders.items.GetCount-d4b5","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"}}},"description":"Provides operations to count the resources in the collection.","parameters":[{"name":"mailbox-id","in":"path","description":"The unique identifier of mailbox","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"mailbox"},{"name":"mailboxFolder-id","in":"path","description":"The unique identifier of mailboxFolder","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"mailboxFolder"}]},"/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/items/delta()":{"get":{"tags":["admin.exchangeAdmin"],"summary":"Invoke function delta","description":"Get a set of mailboxItem objects that were added, deleted, or updated in a specified mailboxFolder. A delta function call for items in a folder is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls, you can query for incremental changes in the items in that folder. This approach allows you to maintain and synchronize a local store of a user's mailbox items without having to fetch the entire set of items from the server every time.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/mailboxitem-delta?view=graph-rest-1.0"},"operationId":"admin.exchange.mailboxes.mailbox.folders.mailboxFolder.items.delta","parameters":[{"$ref":"#/components/parameters/top"},{"$ref":"#/components/parameters/skip"},{"$ref":"#/components/parameters/search"},{"$ref":"#/components/parameters/filter"},{"$ref":"#/components/parameters/count"},{"name":"$select","in":"query","description":"Select properties to be returned","style":"form","explode":false,"schema":{"uniqueItems":true,"type":"array","items":{"type":"string"}}},{"name":"$orderby","in":"query","description":"Order items by property values","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":"Success","content":{"application/json":{"schema":{"title":"Collection of mailboxItem","type":"object","allOf":[{"$ref":"#/components/schemas/BaseDeltaFunctionResponse"},{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.mailboxItem"}}}}]}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"function","x-ms-pageable":{"nextLinkName":"@odata.nextLink","operationName":"listMore"}},"description":"Provides operations to call the delta method.","parameters":[{"name":"mailbox-id","in":"path","description":"The unique identifier of mailbox","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"mailbox"},{"name":"mailboxFolder-id","in":"path","description":"The unique identifier of mailboxFolder","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"mailboxFolder"}],"x-ms-docs-grouped-path":["/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/childFolders/{mailboxFolder-id1}/items/delta()","/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/childFolders/delta()","/admin/exchange/mailboxes/{mailbox-id}/folders/delta()"]},"/admin/exchange/mailboxes/{mailbox-id}/folders/$count":{"get":{"tags":["admin.exchangeAdmin"],"summary":"Get the number of the resource","operationId":"admin.exchange.mailboxes.folders.GetCount-0a5e","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"}}},"description":"Provides operations to count the resources in the collection.","parameters":[{"name":"mailbox-id","in":"path","description":"The unique identifier of mailbox","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"mailbox"}]},"/admin/exchange/mailboxes/{mailbox-id}/folders/delta()":{"get":{"tags":["admin.exchangeAdmin"],"summary":"Invoke function delta","description":"Get a set of mailboxFolder objects that were added, deleted, or removed from the user's mailbox. A delta function call for folders in a mailbox is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls, you can query for incremental changes in the folders. This approach allows you to maintain and synchronize a local store of a user's mail folders without having to fetch all the folders of that mailbox from the server every time.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/mailboxfolder-delta?view=graph-rest-1.0"},"operationId":"admin.exchange.mailboxes.mailbox.folders.delta","parameters":[{"$ref":"#/components/parameters/top"},{"$ref":"#/components/parameters/skip"},{"$ref":"#/components/parameters/search"},{"$ref":"#/components/parameters/filter"},{"$ref":"#/components/parameters/count"},{"name":"$select","in":"query","description":"Select properties to be returned","style":"form","explode":false,"schema":{"uniqueItems":true,"type":"array","items":{"type":"string"}}},{"name":"$orderby","in":"query","description":"Order items by property values","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":"Success","content":{"application/json":{"schema":{"title":"Collection of mailboxFolder","type":"object","allOf":[{"$ref":"#/components/schemas/BaseDeltaFunctionResponse"},{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.mailboxFolder"}}}}]}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"function","x-ms-pageable":{"nextLinkName":"@odata.nextLink","operationName":"listMore"}},"description":"Provides operations to call the delta method.","parameters":[{"name":"mailbox-id","in":"path","description":"The unique identifier of mailbox","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"mailbox"}],"x-ms-docs-grouped-path":["/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/childFolders/{mailboxFolder-id1}/items/delta()","/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/childFolders/delta()","/admin/exchange/mailboxes/{mailbox-id}/folders/{mailboxFolder-id}/items/delta()"]},"/admin/exchange/mailboxes/{mailbox-id}/createImportSession":{"post":{"tags":["admin.exchangeAdmin"],"summary":"Invoke action createImportSession","description":"Create a session to import an Exchange mailbox item that was exported using the exportItems API.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/mailbox-createimportsession?view=graph-rest-1.0"},"operationId":"admin.exchange.mailboxes.mailbox.createImportSession","responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.mailboxItemImportSession"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"action"},"description":"Provides operations to call the createImportSession method.","parameters":[{"name":"mailbox-id","in":"path","description":"The unique identifier of mailbox","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"mailbox"}]},"/admin/exchange/mailboxes/{mailbox-id}/exportItems":{"post":{"tags":["admin.exchangeAdmin"],"summary":"Invoke action exportItems","description":"Export Exchange mailboxItem objects in full fidelity. This API exports each item as an opaque stream. The data stream isn't intended for parsing, but can be used to import an item back into an Exchange mailbox. For more information, see Overview of the mailbox import and export APIs in Microsoft Graph. You can export up to 20 items in a single export request.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/mailbox-exportitems?view=graph-rest-1.0"},"operationId":"admin.exchange.mailboxes.mailbox.exportItems","requestBody":{"description":"Action parameters","content":{"application/json":{"schema":{"type":"object","properties":{"ItemIds":{"type":"array","items":{"type":"string"}}}}}},"required":true},"responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/BaseCollectionPaginationCountResponse"},{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.exportItemResponse"}}}}]}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"action","x-ms-pageable":{"nextLinkName":"@odata.nextLink","operationName":"listMore"}},"description":"Provides operations to call the exportItems method.","parameters":[{"name":"mailbox-id","in":"path","description":"The unique identifier of mailbox","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"mailbox"}]},"/admin/exchange/mailboxes/$count":{"get":{"tags":["admin.exchangeAdmin"],"summary":"Get the number of the resource","operationId":"admin.exchange.mailboxes.GetCount-490f","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"}}},"description":"Provides operations to count the resources in the collection."},"/admin/exchange/tracing":{"get":{"tags":["admin.exchangeAdmin"],"summary":"Get tracing from admin","description":"Represents a container for administrative resources to trace messages.","operationId":"admin.exchange.GetTracing","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.messageTracingRoot"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"patch":{"tags":["admin.exchangeAdmin"],"summary":"Update the navigation property tracing in admin","operationId":"admin.exchange.UpdateTracing","requestBody":{"description":"New navigation property values","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.messageTracingRoot"}}},"required":true},"responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.messageTracingRoot"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"delete":{"tags":["admin.exchangeAdmin"],"summary":"Delete navigation property tracing for admin","operationId":"admin.exchange.DeleteTracing","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"},"description":"Provides operations to manage the tracing property of the microsoft.graph.exchangeAdmin entity."},"/admin/exchange/tracing/messageTraces":{"get":{"tags":["admin.exchangeAdmin"],"summary":"List messageTraces","description":"Get a list of exchangeMessageTrace objects.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/messagetracingroot-list-messagetraces?view=graph-rest-1.0"},"operationId":"admin.exchange.tracing.ListMessageTraces","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.exchangeMessageTraceCollectionResponse"},"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":["admin.exchangeAdmin"],"summary":"Create new navigation property to messageTraces for admin","operationId":"admin.exchange.tracing.CreateMessageTraces","requestBody":{"description":"New navigation property","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.exchangeMessageTrace"}}},"required":true},"responses":{"2XX":{"description":"Created navigation property.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.exchangeMessageTrace"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"description":"Provides operations to manage the messageTraces property of the microsoft.graph.messageTracingRoot entity."},"/admin/exchange/tracing/messageTraces/{exchangeMessageTrace-id}":{"get":{"tags":["admin.exchangeAdmin"],"summary":"Get messageTraces from admin","description":"Represents the trace information of messages that pass through Exchange Online organizations.","operationId":"admin.exchange.tracing.GetMessageTraces","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.exchangeMessageTrace"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"patch":{"tags":["admin.exchangeAdmin"],"summary":"Update the navigation property messageTraces in admin","operationId":"admin.exchange.tracing.UpdateMessageTraces","requestBody":{"description":"New navigation property values","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.exchangeMessageTrace"}}},"required":true},"responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.exchangeMessageTrace"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"delete":{"tags":["admin.exchangeAdmin"],"summary":"Delete navigation property messageTraces for admin","operationId":"admin.exchange.tracing.DeleteMessageTraces","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"},"description":"Provides operations to manage the messageTraces property of the microsoft.graph.messageTracingRoot entity.","parameters":[{"name":"exchangeMessageTrace-id","in":"path","description":"The unique identifier of exchangeMessageTrace","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"exchangeMessageTrace"}]},"/admin/exchange/tracing/messageTraces/{exchangeMessageTrace-id}/getDetailsByRecipient(recipientAddress='{recipientAddress}')":{"get":{"tags":["admin.exchangeAdmin"],"summary":"Invoke function getDetailsByRecipient","description":"Get a list of exchangeMessageTraceDetail objects filtered on the recipient.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/exchangemessagetrace-getdetailsbyrecipient?view=graph-rest-1.0"},"operationId":"admin.exchange.tracing.messageTraces.exchangeMessageTrace.getDetailsByRecipient","parameters":[{"$ref":"#/components/parameters/top"},{"$ref":"#/components/parameters/skip"},{"$ref":"#/components/parameters/search"},{"$ref":"#/components/parameters/filter"},{"$ref":"#/components/parameters/count"},{"name":"$select","in":"query","description":"Select properties to be returned","style":"form","explode":false,"schema":{"uniqueItems":true,"type":"array","items":{"type":"string"}}},{"name":"$orderby","in":"query","description":"Order items by property values","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":"Success","content":{"application/json":{"schema":{"title":"Collection of exchangeMessageTraceDetail","type":"object","allOf":[{"$ref":"#/components/schemas/BaseCollectionPaginationCountResponse"},{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.exchangeMessageTraceDetail"}}}}]}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"function","x-ms-pageable":{"nextLinkName":"@odata.nextLink","operationName":"listMore"}},"description":"Provides operations to call the getDetailsByRecipient method.","parameters":[{"name":"exchangeMessageTrace-id","in":"path","description":"The unique identifier of exchangeMessageTrace","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"exchangeMessageTrace"},{"name":"recipientAddress","in":"path","description":"Usage: recipientAddress='{recipientAddress}'","required":true,"schema":{"type":"string"}}]},"/admin/exchange/tracing/messageTraces/$count":{"get":{"tags":["admin.exchangeAdmin"],"summary":"Get the number of the resource","operationId":"admin.exchange.tracing.messageTraces.GetCount-b699","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"}}},"description":"Provides operations to count the resources in the collection."},"/admin/microsoft365Apps":{"get":{"tags":["admin.adminMicrosoft365Apps"],"summary":"Get microsoft365Apps from admin","description":"A container for the Microsoft 365 apps admin functionality.","operationId":"admin.GetMicrosoft365Apps","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.adminMicrosoft365Apps"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"patch":{"tags":["admin.adminMicrosoft365Apps"],"summary":"Update the navigation property microsoft365Apps in admin","operationId":"admin.UpdateMicrosoft365Apps","requestBody":{"description":"New navigation property values","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.adminMicrosoft365Apps"}}},"required":true},"responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.adminMicrosoft365Apps"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"delete":{"tags":["admin.adminMicrosoft365Apps"],"summary":"Delete navigation property microsoft365Apps for admin","operationId":"admin.DeleteMicrosoft365Apps","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"},"description":"Provides operations to manage the microsoft365Apps property of the microsoft.graph.admin entity."},"/admin/microsoft365Apps/installationOptions":{"get":{"tags":["admin.adminMicrosoft365Apps"],"summary":"Get m365AppsInstallationOptions","description":"Read the properties and relationships of an m365AppsInstallationOptions object.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/m365appsinstallationoptions-get?view=graph-rest-1.0"},"operationId":"admin.microsoft365Apps.GetInstallationOptions","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.m365AppsInstallationOptions"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"patch":{"tags":["admin.adminMicrosoft365Apps"],"summary":"Update m365AppsInstallationOptions","description":"Update the properties of an m365AppsInstallationOptions object.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/m365appsinstallationoptions-update?view=graph-rest-1.0"},"operationId":"admin.microsoft365Apps.UpdateInstallationOptions","requestBody":{"description":"New navigation property values","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.m365AppsInstallationOptions"}}},"required":true},"responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.m365AppsInstallationOptions"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"delete":{"tags":["admin.adminMicrosoft365Apps"],"summary":"Delete navigation property installationOptions for admin","operationId":"admin.microsoft365Apps.DeleteInstallationOptions","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"},"description":"Provides operations to manage the installationOptions property of the microsoft.graph.adminMicrosoft365Apps entity."},"/admin/people":{"get":{"tags":["admin.peopleAdminSettings"],"summary":"Get peopleAdminSettings","description":"Retrieve the properties and relationships of a peopleAdminSettings object.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/peopleadminsettings-get?view=graph-rest-1.0"},"operationId":"admin.GetPeople","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.peopleAdminSettings"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"description":"Provides operations to manage the people property of the microsoft.graph.admin entity."},"/admin/people/itemInsights":{"get":{"tags":["admin.peopleAdminSettings"],"summary":"List itemInsights","description":"Get the properties of an insightsSettings object to display or return item insights in an organization. To learn how to customize the privacy of item insights in an organization, see Customize item insights privacy in Microsoft Graph.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/peopleadminsettings-list-iteminsights?view=graph-rest-1.0"},"operationId":"admin.people.GetItemInsights","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.insightsSettings"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"patch":{"tags":["admin.peopleAdminSettings"],"summary":"Update insightsSettings","description":"Update privacy settings to display or return the specified type of insights in an organization. Currently, itemInsights is the only supported type of settings. To learn more about customizing insights privacy for your organization, see Customize item insights privacy in Microsoft Graph.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/insightssettings-update?view=graph-rest-1.0"},"operationId":"admin.people.UpdateItemInsights","requestBody":{"description":"New navigation property values","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.insightsSettings"}}},"required":true},"responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.insightsSettings"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"delete":{"tags":["admin.peopleAdminSettings"],"summary":"Delete navigation property itemInsights for admin","operationId":"admin.people.DeleteItemInsights","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"},"description":"Provides operations to manage the itemInsights property of the microsoft.graph.peopleAdminSettings entity."},"/admin/people/profileCardProperties":{"get":{"tags":["admin.peopleAdminSettings"],"summary":"List profileCardProperties","description":"Get a collection of profileCardProperty resources for an organization. Each resource is identified by its directoryPropertyName property.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/peopleadminsettings-list-profilecardproperties?view=graph-rest-1.0"},"operationId":"admin.people.ListProfileCardProperties","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.profileCardPropertyCollectionResponse"},"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":["admin.peopleAdminSettings"],"summary":"Create profileCardProperty","description":"Create a new profileCardProperty for an organization. The new property is identified by its directoryPropertyName property. For more information about how to add properties to the profile card for an organization, see Add or remove custom attributes on a profile card using the profile card API.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/peopleadminsettings-post-profilecardproperties?view=graph-rest-1.0"},"operationId":"admin.people.CreateProfileCardProperties","requestBody":{"description":"New navigation property","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.profileCardProperty"}}},"required":true},"responses":{"2XX":{"description":"Created navigation property.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.profileCardProperty"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"description":"Provides operations to manage the profileCardProperties property of the microsoft.graph.peopleAdminSettings entity."},"/admin/people/profileCardProperties/{profileCardProperty-id}":{"get":{"tags":["admin.peopleAdminSettings"],"summary":"Get profileCardProperty","description":"Retrieve the properties of a profileCardProperty entity. The profileCardProperty is identified by its directoryPropertyName property.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/profilecardproperty-get?view=graph-rest-1.0"},"operationId":"admin.people.GetProfileCardProperties","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.profileCardProperty"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"patch":{"tags":["admin.peopleAdminSettings"],"summary":"Update profileCardProperty","description":"Update the properties of a profileCardProperty object, identified by its directoryPropertyName property.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/profilecardproperty-update?view=graph-rest-1.0"},"operationId":"admin.people.UpdateProfileCardProperties","requestBody":{"description":"New navigation property values","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.profileCardProperty"}}},"required":true},"responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.profileCardProperty"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"delete":{"tags":["admin.peopleAdminSettings"],"summary":"Delete profileCardProperty","description":"Delete the profileCardProperty object specified by its directoryPropertyName from the organization's profile card, and remove any localized customizations for that property.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/profilecardproperty-delete?view=graph-rest-1.0"},"operationId":"admin.people.DeleteProfileCardProperties","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"},"description":"Provides operations to manage the profileCardProperties property of the microsoft.graph.peopleAdminSettings entity.","parameters":[{"name":"profileCardProperty-id","in":"path","description":"The unique identifier of profileCardProperty","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"profileCardProperty"}]},"/admin/people/profileCardProperties/$count":{"get":{"tags":["admin.peopleAdminSettings"],"summary":"Get the number of the resource","operationId":"admin.people.profileCardProperties.GetCount-9f88","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"}}},"description":"Provides operations to count the resources in the collection."},"/admin/people/profilePropertySettings":{"get":{"tags":["admin.peopleAdminSettings"],"summary":"List profilePropertySettings","description":"Get a collection of profilePropertySetting objects that define the configuration for user profile properties in an organization. The id property identifies each resource object uniquely.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/peopleadminsettings-list-profilepropertysettings?view=graph-rest-1.0"},"operationId":"admin.people.ListProfilePropertySettings","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.profilePropertySettingCollectionResponse"},"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":["admin.peopleAdminSettings"],"summary":"Create profilePropertySetting","description":"Create a new profilePropertySetting object.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/peopleadminsettings-post-profilepropertysettings?view=graph-rest-1.0"},"operationId":"admin.people.CreateProfilePropertySettings","requestBody":{"description":"New navigation property","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.profilePropertySetting"}}},"required":true},"responses":{"2XX":{"description":"Created navigation property.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.profilePropertySetting"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"description":"Provides operations to manage the profilePropertySettings property of the microsoft.graph.peopleAdminSettings entity."},"/admin/people/profilePropertySettings/{profilePropertySetting-id}":{"get":{"tags":["admin.peopleAdminSettings"],"summary":"Get profilePropertySetting","description":"Read the properties and relationships of profilePropertySetting object.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/profilepropertysetting-get?view=graph-rest-1.0"},"operationId":"admin.people.GetProfilePropertySettings","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.profilePropertySetting"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"patch":{"tags":["admin.peopleAdminSettings"],"summary":"Update profilePropertySetting","description":"Update the properties of a profilePropertySetting object.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/profilepropertysetting-update?view=graph-rest-1.0"},"operationId":"admin.people.UpdateProfilePropertySettings","requestBody":{"description":"New navigation property values","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.profilePropertySetting"}}},"required":true},"responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.profilePropertySetting"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"delete":{"tags":["admin.peopleAdminSettings"],"summary":"Delete profilePropertySetting","description":"Delete a profilePropertySetting object.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/profilepropertysetting-delete?view=graph-rest-1.0"},"operationId":"admin.people.DeleteProfilePropertySettings","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"},"description":"Provides operations to manage the profilePropertySettings property of the microsoft.graph.peopleAdminSettings entity.","parameters":[{"name":"profilePropertySetting-id","in":"path","description":"The unique identifier of profilePropertySetting","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"profilePropertySetting"}]},"/admin/people/profilePropertySettings/$count":{"get":{"tags":["admin.peopleAdminSettings"],"summary":"Get the number of the resource","operationId":"admin.people.profilePropertySettings.GetCount-5c10","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"}}},"description":"Provides operations to count the resources in the collection."},"/admin/people/profileSources":{"get":{"tags":["admin.peopleAdminSettings"],"summary":"List profileSources","description":"Get a list of the profileSource objects and their properties, which represent both external data sources and out-of-the-box Microsoft data sources configured for user profiles in an organization.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/peopleadminsettings-list-profilesources?view=graph-rest-1.0"},"operationId":"admin.people.ListProfileSources","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.profileSourceCollectionResponse"},"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":["admin.peopleAdminSettings"],"summary":"Create profileSource","description":"Create a new profileSource object.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/peopleadminsettings-post-profilesources?view=graph-rest-1.0"},"operationId":"admin.people.CreateProfileSources","requestBody":{"description":"New navigation property","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.profileSource"}}},"required":true},"responses":{"2XX":{"description":"Created navigation property.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.profileSource"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"description":"Provides operations to manage the profileSources property of the microsoft.graph.peopleAdminSettings entity."},"/admin/people/profileSources/{profileSource-id}":{"get":{"tags":["admin.peopleAdminSettings"],"summary":"Get profileSources from admin","description":"A collection of profile source settings configured by an administrator in an organization.","operationId":"admin.people.GetProfileSources","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.profileSource"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"patch":{"tags":["admin.peopleAdminSettings"],"summary":"Update profileSource","description":"Update the properties of a profileSource object.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/profilesource-update?view=graph-rest-1.0"},"operationId":"admin.people.UpdateProfileSources","requestBody":{"description":"New navigation property values","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.profileSource"}}},"required":true},"responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.profileSource"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"delete":{"tags":["admin.peopleAdminSettings"],"summary":"Delete profileSource","description":"Delete a profileSource object.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/profilesource-delete?view=graph-rest-1.0"},"operationId":"admin.people.DeleteProfileSources","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"},"description":"Provides operations to manage the profileSources property of the microsoft.graph.peopleAdminSettings entity.","parameters":[{"name":"profileSource-id","in":"path","description":"The unique identifier of profileSource","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"profileSource"}],"x-ms-docs-grouped-path":["/admin/people/profileSources(sourceId='{sourceId}')"]},"/admin/people/profileSources(sourceId='{sourceId}')":{"get":{"tags":["admin.peopleAdminSettings"],"summary":"Get profileSources from admin","description":"A collection of profile source settings configured by an administrator in an organization.","operationId":"admin.people.profileSources.GetBySourceId","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.profileSource"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"patch":{"tags":["admin.peopleAdminSettings"],"summary":"Update profileSource","description":"Update the properties of a profileSource object.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/profilesource-update?view=graph-rest-1.0"},"operationId":"admin.people.profileSources.UpdateBySourceId","requestBody":{"description":"New navigation property values","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.profileSource"}}},"required":true},"responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.profileSource"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"delete":{"tags":["admin.peopleAdminSettings"],"summary":"Delete profileSource","description":"Delete a profileSource object.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/profilesource-delete?view=graph-rest-1.0"},"operationId":"admin.people.profileSources.DeleteBySourceId","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"},"description":"Provides operations to manage the profileSources property of the microsoft.graph.peopleAdminSettings entity.","parameters":[{"name":"sourceId","in":"path","description":"Alternate key of profileSource","required":true,"schema":{"type":"string","nullable":true}}],"x-ms-docs-grouped-path":["/admin/people/profileSources/{profileSource-id}"]},"/admin/people/profileSources/$count":{"get":{"tags":["admin.peopleAdminSettings"],"summary":"Get the number of the resource","operationId":"admin.people.profileSources.GetCount-e997","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"}}},"description":"Provides operations to count the resources in the collection."},"/admin/people/pronouns":{"get":{"tags":["admin.peopleAdminSettings"],"summary":"List pronounsSettings","description":"Get the properties of the pronounsSettings resource for an organization.  For more information on settings to manage pronouns support, see Manage pronouns settings for an organization using the Microsoft Graph API.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/peopleadminsettings-list-pronouns?view=graph-rest-1.0"},"operationId":"admin.people.GetPronouns","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.pronounsSettings"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"patch":{"tags":["admin.peopleAdminSettings"],"summary":"Update pronounsSettings","description":"Update the properties of a pronounsSettings object in an organization. For more information on settings to manage pronouns support, see Manage pronouns settings for an organization using the Microsoft Graph API.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/pronounssettings-update?view=graph-rest-1.0"},"operationId":"admin.people.UpdatePronouns","requestBody":{"description":"New navigation property values","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.pronounsSettings"}}},"required":true},"responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.pronounsSettings"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"description":"Provides operations to manage the pronouns property of the microsoft.graph.peopleAdminSettings entity."},"/admin/reportSettings":{"get":{"tags":["admin.adminReportSettings"],"summary":"Get adminReportSettings","description":"Get the tenant-level settings for Microsoft 365 reports.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/adminreportsettings-get?view=graph-rest-1.0"},"operationId":"admin.GetReportSettings","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.adminReportSettings"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"patch":{"tags":["admin.adminReportSettings"],"summary":"Update adminReportSettings","description":"Update tenant-level settings for Microsoft 365 reports.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/adminreportsettings-update?view=graph-rest-1.0"},"operationId":"admin.UpdateReportSettings","requestBody":{"description":"New navigation property values","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.adminReportSettings"}}},"required":true},"responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.adminReportSettings"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"delete":{"tags":["admin.adminReportSettings"],"summary":"Delete navigation property reportSettings for admin","operationId":"admin.DeleteReportSettings","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"},"description":"Provides operations to manage the reportSettings property of the microsoft.graph.admin entity."},"/admin/serviceAnnouncement":{"get":{"tags":["admin.serviceAnnouncement"],"summary":"Get serviceAnnouncement from admin","description":"A container for service communications resources. Read-only.","operationId":"admin.GetServiceAnnouncement","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.serviceAnnouncement"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"patch":{"tags":["admin.serviceAnnouncement"],"summary":"Update the navigation property serviceAnnouncement in admin","operationId":"admin.UpdateServiceAnnouncement","requestBody":{"description":"New navigation property values","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.serviceAnnouncement"}}},"required":true},"responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.serviceAnnouncement"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"delete":{"tags":["admin.serviceAnnouncement"],"summary":"Delete navigation property serviceAnnouncement for admin","operationId":"admin.DeleteServiceAnnouncement","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"},"description":"Provides operations to manage the serviceAnnouncement property of the microsoft.graph.admin entity."},"/admin/serviceAnnouncement/healthOverviews":{"get":{"tags":["admin.serviceAnnouncement"],"summary":"List healthOverviews","description":"Retrieve the serviceHealth resources from the healthOverviews navigation property. This operation provides the health report of all subscribed services for a tenant.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/serviceannouncement-list-healthoverviews?view=graph-rest-1.0"},"operationId":"admin.serviceAnnouncement.ListHealthOverviews","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.serviceHealthCollectionResponse"},"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":["admin.serviceAnnouncement"],"summary":"Create new navigation property to healthOverviews for admin","operationId":"admin.serviceAnnouncement.CreateHealthOverviews","requestBody":{"description":"New navigation property","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.serviceHealth"}}},"required":true},"responses":{"2XX":{"description":"Created navigation property.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.serviceHealth"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"description":"Provides operations to manage the healthOverviews property of the microsoft.graph.serviceAnnouncement entity."},"/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}":{"get":{"tags":["admin.serviceAnnouncement"],"summary":"Get serviceHealth","description":"Retrieve the properties and relationships of a serviceHealth object. This operation provides the health information of a specified service for a tenant.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/servicehealth-get?view=graph-rest-1.0"},"operationId":"admin.serviceAnnouncement.GetHealthOverviews","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.serviceHealth"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"patch":{"tags":["admin.serviceAnnouncement"],"summary":"Update the navigation property healthOverviews in admin","operationId":"admin.serviceAnnouncement.UpdateHealthOverviews","requestBody":{"description":"New navigation property values","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.serviceHealth"}}},"required":true},"responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.serviceHealth"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"delete":{"tags":["admin.serviceAnnouncement"],"summary":"Delete navigation property healthOverviews for admin","operationId":"admin.serviceAnnouncement.DeleteHealthOverviews","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"},"description":"Provides operations to manage the healthOverviews property of the microsoft.graph.serviceAnnouncement entity.","parameters":[{"name":"serviceHealth-id","in":"path","description":"The unique identifier of serviceHealth","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"serviceHealth"}]},"/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues":{"get":{"tags":["admin.serviceAnnouncement"],"summary":"Get issues from admin","description":"A collection of issues that happened on the service, with detailed information for each issue.","operationId":"admin.serviceAnnouncement.healthOverviews.ListIssues","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.serviceHealthIssueCollectionResponse"},"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":["admin.serviceAnnouncement"],"summary":"Create new navigation property to issues for admin","operationId":"admin.serviceAnnouncement.healthOverviews.CreateIssues","requestBody":{"description":"New navigation property","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.serviceHealthIssue"}}},"required":true},"responses":{"2XX":{"description":"Created navigation property.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.serviceHealthIssue"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"description":"Provides operations to manage the issues property of the microsoft.graph.serviceHealth entity.","parameters":[{"name":"serviceHealth-id","in":"path","description":"The unique identifier of serviceHealth","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"serviceHealth"}]},"/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}":{"get":{"tags":["admin.serviceAnnouncement"],"summary":"Get issues from admin","description":"A collection of issues that happened on the service, with detailed information for each issue.","operationId":"admin.serviceAnnouncement.healthOverviews.GetIssues","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.serviceHealthIssue"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"patch":{"tags":["admin.serviceAnnouncement"],"summary":"Update the navigation property issues in admin","operationId":"admin.serviceAnnouncement.healthOverviews.UpdateIssues","requestBody":{"description":"New navigation property values","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.serviceHealthIssue"}}},"required":true},"responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.serviceHealthIssue"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"delete":{"tags":["admin.serviceAnnouncement"],"summary":"Delete navigation property issues for admin","operationId":"admin.serviceAnnouncement.healthOverviews.DeleteIssues","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"},"description":"Provides operations to manage the issues property of the microsoft.graph.serviceHealth entity.","parameters":[{"name":"serviceHealth-id","in":"path","description":"The unique identifier of serviceHealth","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"serviceHealth"},{"name":"serviceHealthIssue-id","in":"path","description":"The unique identifier of serviceHealthIssue","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"serviceHealthIssue"}]},"/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}/incidentReport()":{"get":{"tags":["admin.serviceAnnouncement"],"summary":"Invoke function incidentReport","description":"Provide the Post-Incident Review (PIR) document of a specified service issue for tenant.  An issue only with status of PostIncidentReviewPublished indicates that the PIR document exists for the issue. The operation returns an error if the specified issue doesn't exist for the tenant or if PIR document doesn't exist for the issue.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/servicehealthissue-incidentreport?view=graph-rest-1.0"},"operationId":"admin.serviceAnnouncement.healthOverviews.serviceHealth.issues.serviceHealthIssue.incidentReport","responses":{"2XX":{"description":"Success","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"function"},"description":"Provides operations to call the incidentReport method.","parameters":[{"name":"serviceHealth-id","in":"path","description":"The unique identifier of serviceHealth","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"serviceHealth"},{"name":"serviceHealthIssue-id","in":"path","description":"The unique identifier of serviceHealthIssue","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"serviceHealthIssue"}],"x-ms-docs-grouped-path":["/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}/incidentReport()"]},"/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/$count":{"get":{"tags":["admin.serviceAnnouncement"],"summary":"Get the number of the resource","operationId":"admin.serviceAnnouncement.healthOverviews.issues.GetCount-fd80","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"}}},"description":"Provides operations to count the resources in the collection.","parameters":[{"name":"serviceHealth-id","in":"path","description":"The unique identifier of serviceHealth","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"serviceHealth"}]},"/admin/serviceAnnouncement/healthOverviews/$count":{"get":{"tags":["admin.serviceAnnouncement"],"summary":"Get the number of the resource","operationId":"admin.serviceAnnouncement.healthOverviews.GetCount-51c2","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"}}},"description":"Provides operations to count the resources in the collection."},"/admin/serviceAnnouncement/issues":{"get":{"tags":["admin.serviceAnnouncement"],"summary":"List issues","description":"Retrieve serviceHealthIssue resources from the issues navigation property. This operation retrieves information about all service health issues that exist for the tenant.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/serviceannouncement-list-issues?view=graph-rest-1.0"},"operationId":"admin.serviceAnnouncement.ListIssues","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.serviceHealthIssueCollectionResponse"},"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":["admin.serviceAnnouncement"],"summary":"Create new navigation property to issues for admin","operationId":"admin.serviceAnnouncement.CreateIssues","requestBody":{"description":"New navigation property","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.serviceHealthIssue"}}},"required":true},"responses":{"2XX":{"description":"Created navigation property.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.serviceHealthIssue"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"description":"Provides operations to manage the issues property of the microsoft.graph.serviceAnnouncement entity."},"/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}":{"get":{"tags":["admin.serviceAnnouncement"],"summary":"Get serviceHealthIssue","description":"Retrieve the properties and relationships of a serviceHealthIssue object. This operation retrieves a specified service health issue for tenant. The operation returns an error if the issue doesn't exist for the tenant.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/servicehealthissue-get?view=graph-rest-1.0"},"operationId":"admin.serviceAnnouncement.GetIssues","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.serviceHealthIssue"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"patch":{"tags":["admin.serviceAnnouncement"],"summary":"Update the navigation property issues in admin","operationId":"admin.serviceAnnouncement.UpdateIssues","requestBody":{"description":"New navigation property values","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.serviceHealthIssue"}}},"required":true},"responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.serviceHealthIssue"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"delete":{"tags":["admin.serviceAnnouncement"],"summary":"Delete navigation property issues for admin","operationId":"admin.serviceAnnouncement.DeleteIssues","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"},"description":"Provides operations to manage the issues property of the microsoft.graph.serviceAnnouncement entity.","parameters":[{"name":"serviceHealthIssue-id","in":"path","description":"The unique identifier of serviceHealthIssue","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"serviceHealthIssue"}]},"/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}/incidentReport()":{"get":{"tags":["admin.serviceAnnouncement"],"summary":"Invoke function incidentReport","description":"Provide the Post-Incident Review (PIR) document of a specified service issue for tenant.  An issue only with status of PostIncidentReviewPublished indicates that the PIR document exists for the issue. The operation returns an error if the specified issue doesn't exist for the tenant or if PIR document doesn't exist for the issue.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/servicehealthissue-incidentreport?view=graph-rest-1.0"},"operationId":"admin.serviceAnnouncement.issues.serviceHealthIssue.incidentReport","responses":{"2XX":{"description":"Success","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"function"},"description":"Provides operations to call the incidentReport method.","parameters":[{"name":"serviceHealthIssue-id","in":"path","description":"The unique identifier of serviceHealthIssue","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"serviceHealthIssue"}],"x-ms-docs-grouped-path":["/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}/incidentReport()"]},"/admin/serviceAnnouncement/issues/$count":{"get":{"tags":["admin.serviceAnnouncement"],"summary":"Get the number of the resource","operationId":"admin.serviceAnnouncement.issues.GetCount-e140","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"}}},"description":"Provides operations to count the resources in the collection."},"/admin/serviceAnnouncement/messages":{"get":{"tags":["admin.serviceAnnouncement"],"summary":"List serviceAnnouncement messages","description":"Retrieve the serviceUpdateMessage resources from the messages navigation property. This operation retrieves all service update messages that exist for the tenant.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/serviceannouncement-list-messages?view=graph-rest-1.0"},"operationId":"admin.serviceAnnouncement.ListMessages","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.serviceUpdateMessageCollectionResponse"},"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":["admin.serviceAnnouncement"],"summary":"Create new navigation property to messages for admin","operationId":"admin.serviceAnnouncement.CreateMessages","requestBody":{"description":"New navigation property","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.serviceUpdateMessage"}}},"required":true},"responses":{"2XX":{"description":"Created navigation property.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.serviceUpdateMessage"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"description":"Provides operations to manage the messages property of the microsoft.graph.serviceAnnouncement entity."},"/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}":{"get":{"tags":["admin.serviceAnnouncement"],"summary":"Get serviceUpdateMessage","description":"Retrieve the properties and relationships of a serviceUpdateMessage object. This operation retrieves a specified service update message for the tenant. The operation returns an error if the message doesn't exist for the tenant.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/serviceupdatemessage-get?view=graph-rest-1.0"},"operationId":"admin.serviceAnnouncement.GetMessages","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.serviceUpdateMessage"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"patch":{"tags":["admin.serviceAnnouncement"],"summary":"Update the navigation property messages in admin","operationId":"admin.serviceAnnouncement.UpdateMessages","requestBody":{"description":"New navigation property values","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.serviceUpdateMessage"}}},"required":true},"responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.serviceUpdateMessage"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"delete":{"tags":["admin.serviceAnnouncement"],"summary":"Delete navigation property messages for admin","operationId":"admin.serviceAnnouncement.DeleteMessages","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"},"description":"Provides operations to manage the messages property of the microsoft.graph.serviceAnnouncement entity.","parameters":[{"name":"serviceUpdateMessage-id","in":"path","description":"The unique identifier of serviceUpdateMessage","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"serviceUpdateMessage"}]},"/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments":{"get":{"tags":["admin.serviceAnnouncement"],"summary":"List attachments","description":"Get the list of attachments associated with a service message.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/serviceupdatemessage-list-attachments?view=graph-rest-1.0"},"operationId":"admin.serviceAnnouncement.messages.ListAttachments","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.serviceAnnouncementAttachmentCollectionResponse"},"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":["admin.serviceAnnouncement"],"summary":"Create new navigation property to attachments for admin","operationId":"admin.serviceAnnouncement.messages.CreateAttachments","requestBody":{"description":"New navigation property","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.serviceAnnouncementAttachment"}}},"required":true},"responses":{"2XX":{"description":"Created navigation property.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.serviceAnnouncementAttachment"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"description":"Provides operations to manage the attachments property of the microsoft.graph.serviceUpdateMessage entity.","parameters":[{"name":"serviceUpdateMessage-id","in":"path","description":"The unique identifier of serviceUpdateMessage","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"serviceUpdateMessage"}]},"/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}":{"get":{"tags":["admin.serviceAnnouncement"],"summary":"Get serviceAnnouncementAttachment","description":"Read the properties and relationships of a serviceAnnouncementAttachment object.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/serviceannouncementattachment-get?view=graph-rest-1.0"},"operationId":"admin.serviceAnnouncement.messages.GetAttachments","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.serviceAnnouncementAttachment"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"patch":{"tags":["admin.serviceAnnouncement"],"summary":"Update the navigation property attachments in admin","operationId":"admin.serviceAnnouncement.messages.UpdateAttachments","requestBody":{"description":"New navigation property values","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.serviceAnnouncementAttachment"}}},"required":true},"responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.serviceAnnouncementAttachment"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"delete":{"tags":["admin.serviceAnnouncement"],"summary":"Delete navigation property attachments for admin","operationId":"admin.serviceAnnouncement.messages.DeleteAttachments","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"},"description":"Provides operations to manage the attachments property of the microsoft.graph.serviceUpdateMessage entity.","parameters":[{"name":"serviceUpdateMessage-id","in":"path","description":"The unique identifier of serviceUpdateMessage","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"serviceUpdateMessage"},{"name":"serviceAnnouncementAttachment-id","in":"path","description":"The unique identifier of serviceAnnouncementAttachment","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"serviceAnnouncementAttachment"}]},"/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}/content":{"get":{"tags":["admin.serviceAnnouncement"],"summary":"Get serviceAnnouncementAttachment","description":"Read the properties and relationships of a serviceAnnouncementAttachment object.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/serviceannouncementattachment-get?view=graph-rest-1.0"},"operationId":"admin.serviceAnnouncement.messages.GetAttachmentsContent","responses":{"2XX":{"description":"Retrieved media content","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}}},"put":{"tags":["admin.serviceAnnouncement"],"summary":"Update content for the navigation property attachments in admin","description":"The attachment content.","operationId":"admin.serviceAnnouncement.messages.UpdateAttachmentsContent","requestBody":{"description":"New media content.","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}},"required":true},"responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.serviceAnnouncementAttachment"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}}},"delete":{"tags":["admin.serviceAnnouncement"],"summary":"Delete content for the navigation property attachments in admin","description":"The attachment content.","operationId":"admin.serviceAnnouncement.messages.DeleteAttachmentsContent","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"}}},"description":"Provides operations to manage the media for the admin entity.","parameters":[{"name":"serviceUpdateMessage-id","in":"path","description":"The unique identifier of serviceUpdateMessage","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"serviceUpdateMessage"},{"name":"serviceAnnouncementAttachment-id","in":"path","description":"The unique identifier of serviceAnnouncementAttachment","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"serviceAnnouncementAttachment"}]},"/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/$count":{"get":{"tags":["admin.serviceAnnouncement"],"summary":"Get the number of the resource","operationId":"admin.serviceAnnouncement.messages.attachments.GetCount-e0ef","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"}}},"description":"Provides operations to count the resources in the collection.","parameters":[{"name":"serviceUpdateMessage-id","in":"path","description":"The unique identifier of serviceUpdateMessage","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"serviceUpdateMessage"}]},"/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachmentsArchive":{"get":{"tags":["admin.serviceAnnouncement"],"summary":"List attachments","description":"Get the list of attachments associated with a service message.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/serviceupdatemessage-list-attachments?view=graph-rest-1.0"},"operationId":"admin.serviceAnnouncement.GetMessagesAttachmentsArchive","responses":{"2XX":{"description":"Retrieved media content","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}}},"put":{"tags":["admin.serviceAnnouncement"],"summary":"Update attachmentsArchive for the navigation property messages in admin","description":"The zip file that contains all attachments for a message.","operationId":"admin.serviceAnnouncement.UpdateMessagesAttachmentsArchive","requestBody":{"description":"New media content.","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}},"required":true},"responses":{"2XX":{"description":"Success"},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}}},"delete":{"tags":["admin.serviceAnnouncement"],"summary":"Delete attachmentsArchive for the navigation property messages in admin","description":"The zip file that contains all attachments for a message.","operationId":"admin.serviceAnnouncement.DeleteMessagesAttachmentsArchive","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"}}},"description":"Provides operations to manage the media for the admin entity.","parameters":[{"name":"serviceUpdateMessage-id","in":"path","description":"The unique identifier of serviceUpdateMessage","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"serviceUpdateMessage"}]},"/admin/serviceAnnouncement/messages/$count":{"get":{"tags":["admin.serviceAnnouncement"],"summary":"Get the number of the resource","operationId":"admin.serviceAnnouncement.messages.GetCount-0cc9","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"}}},"description":"Provides operations to count the resources in the collection."},"/admin/serviceAnnouncement/messages/archive":{"post":{"tags":["admin.serviceAnnouncement"],"summary":"Invoke action archive","description":"Archive a list of serviceUpdateMessages for the signed in user.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/serviceupdatemessage-archive?view=graph-rest-1.0"},"operationId":"admin.serviceAnnouncement.messages.archive","requestBody":{"description":"Action parameters","content":{"application/json":{"schema":{"type":"object","properties":{"messageIds":{"type":"array","items":{"type":"string","nullable":true}}}}}},"required":true},"responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"value":{"type":"boolean","default":false,"nullable":true}}}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"action"},"description":"Provides operations to call the archive method."},"/admin/serviceAnnouncement/messages/favorite":{"post":{"tags":["admin.serviceAnnouncement"],"summary":"Invoke action favorite","description":"Change the status of a list of serviceUpdateMessages to favorite for the signed in user.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/serviceupdatemessage-favorite?view=graph-rest-1.0"},"operationId":"admin.serviceAnnouncement.messages.favorite","requestBody":{"description":"Action parameters","content":{"application/json":{"schema":{"type":"object","properties":{"messageIds":{"type":"array","items":{"type":"string","nullable":true}}}}}},"required":true},"responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"value":{"type":"boolean","default":false,"nullable":true}}}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"action"},"description":"Provides operations to call the favorite method."},"/admin/serviceAnnouncement/messages/markRead":{"post":{"tags":["admin.serviceAnnouncement"],"summary":"Invoke action markRead","description":"Mark a list of serviceUpdateMessages as read for the signed in user.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/serviceupdatemessage-markread?view=graph-rest-1.0"},"operationId":"admin.serviceAnnouncement.messages.markRead","requestBody":{"description":"Action parameters","content":{"application/json":{"schema":{"type":"object","properties":{"messageIds":{"type":"array","items":{"type":"string","nullable":true}}}}}},"required":true},"responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"value":{"type":"boolean","default":false,"nullable":true}}}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"action"},"description":"Provides operations to call the markRead method."},"/admin/serviceAnnouncement/messages/markUnread":{"post":{"tags":["admin.serviceAnnouncement"],"summary":"Invoke action markUnread","description":"Mark a list of serviceUpdateMessages as unread for the signed in user.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/serviceupdatemessage-markunread?view=graph-rest-1.0"},"operationId":"admin.serviceAnnouncement.messages.markUnread","requestBody":{"description":"Action parameters","content":{"application/json":{"schema":{"type":"object","properties":{"messageIds":{"type":"array","items":{"type":"string","nullable":true}}}}}},"required":true},"responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"value":{"type":"boolean","default":false,"nullable":true}}}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"action"},"description":"Provides operations to call the markUnread method."},"/admin/serviceAnnouncement/messages/unarchive":{"post":{"tags":["admin.serviceAnnouncement"],"summary":"Invoke action unarchive","description":"Unarchive a list of serviceUpdateMessages for the signed in user.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/serviceupdatemessage-unarchive?view=graph-rest-1.0"},"operationId":"admin.serviceAnnouncement.messages.unarchive","requestBody":{"description":"Action parameters","content":{"application/json":{"schema":{"type":"object","properties":{"messageIds":{"type":"array","items":{"type":"string","nullable":true}}}}}},"required":true},"responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"value":{"type":"boolean","default":false,"nullable":true}}}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"action"},"description":"Provides operations to call the unarchive method."},"/admin/serviceAnnouncement/messages/unfavorite":{"post":{"tags":["admin.serviceAnnouncement"],"summary":"Invoke action unfavorite","description":"Remove the favorite status of serviceUpdateMessages for the signed in user.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/serviceupdatemessage-unfavorite?view=graph-rest-1.0"},"operationId":"admin.serviceAnnouncement.messages.unfavorite","requestBody":{"description":"Action parameters","content":{"application/json":{"schema":{"type":"object","properties":{"messageIds":{"type":"array","items":{"type":"string","nullable":true}}}}}},"required":true},"responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"value":{"type":"boolean","default":false,"nullable":true}}}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"action"},"description":"Provides operations to call the unfavorite method."},"/admin/sharepoint":{"get":{"tags":["admin.sharepoint"],"summary":"Get sharepoint from admin","operationId":"admin.GetSharepoint","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.sharepoint"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"patch":{"tags":["admin.sharepoint"],"summary":"Update the navigation property sharepoint in admin","operationId":"admin.UpdateSharepoint","requestBody":{"description":"New navigation property values","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.sharepoint"}}},"required":true},"responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.sharepoint"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"delete":{"tags":["admin.sharepoint"],"summary":"Delete navigation property sharepoint for admin","operationId":"admin.DeleteSharepoint","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"},"description":"Provides operations to manage the sharepoint property of the microsoft.graph.admin entity."},"/admin/sharepoint/settings":{"get":{"tags":["admin.sharepoint"],"summary":"Get settings","description":"Get the tenant-level settings for SharePoint and OneDrive.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/sharepointsettings-get?view=graph-rest-1.0"},"operationId":"admin.sharepoint.GetSettings","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.sharepointSettings"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"patch":{"tags":["admin.sharepoint"],"summary":"Update settings","description":"Update one or more tenant-level settings for SharePoint and OneDrive.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/sharepointsettings-update?view=graph-rest-1.0"},"operationId":"admin.sharepoint.UpdateSettings","requestBody":{"description":"New navigation property values","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.sharepointSettings"}}},"required":true},"responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.sharepointSettings"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"delete":{"tags":["admin.sharepoint"],"summary":"Delete navigation property settings for admin","operationId":"admin.sharepoint.DeleteSettings","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"},"description":"Provides operations to manage the settings property of the microsoft.graph.sharepoint entity."},"/admin/teams":{"get":{"tags":["admin.teamsAdminRoot"],"summary":"Get teams from admin","description":"A container for Teams administration functionalities, such as Teams telephone number management functionalities, user Teams configurations, and policy assignments.","operationId":"admin.GetTeams","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.teamsAdministration.teamsAdminRoot"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"patch":{"tags":["admin.teamsAdminRoot"],"summary":"Update the navigation property teams in admin","operationId":"admin.UpdateTeams","requestBody":{"description":"New navigation property values","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.teamsAdministration.teamsAdminRoot"}}},"required":true},"responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.teamsAdministration.teamsAdminRoot"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"delete":{"tags":["admin.teamsAdminRoot"],"summary":"Delete navigation property teams for admin","operationId":"admin.DeleteTeams","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"},"description":"Provides operations to manage the teams property of the microsoft.graph.admin entity."},"/admin/teams/policy":{"get":{"tags":["admin.teamsAdminRoot"],"summary":"Get policy from admin","description":"Represents a navigation property to the Teams policy assignment object.","operationId":"admin.teams.GetPolicy","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.teamsAdministration.teamsPolicyAssignment"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"patch":{"tags":["admin.teamsAdminRoot"],"summary":"Update the navigation property policy in admin","operationId":"admin.teams.UpdatePolicy","requestBody":{"description":"New navigation property values","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.teamsAdministration.teamsPolicyAssignment"}}},"required":true},"responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.teamsAdministration.teamsPolicyAssignment"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"delete":{"tags":["admin.teamsAdminRoot"],"summary":"Delete navigation property policy for admin","operationId":"admin.teams.DeletePolicy","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"},"description":"Provides operations to manage the policy property of the microsoft.graph.teamsAdministration.teamsAdminRoot entity."},"/admin/teams/policy/microsoft.graph.teamsAdministration.getPolicyId(type='{type}',name='{name}')":{"get":{"tags":["admin.teamsAdminRoot"],"summary":"Invoke function getPolicyId","description":"Get the policy ID for a given policy name and policy type within Teams administration.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/teamsadministration-teamspolicyassignment-getpolicyid?view=graph-rest-1.0"},"operationId":"admin.teams.policy.getPolicyId","parameters":[{"$ref":"#/components/parameters/top"},{"$ref":"#/components/parameters/skip"},{"$ref":"#/components/parameters/search"},{"$ref":"#/components/parameters/filter"},{"$ref":"#/components/parameters/count"},{"name":"$select","in":"query","description":"Select properties to be returned","style":"form","explode":false,"schema":{"uniqueItems":true,"type":"array","items":{"type":"string"}}},{"name":"$orderby","in":"query","description":"Order items by property values","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":"Success","content":{"application/json":{"schema":{"title":"Collection of policyIdentifierDetail","type":"object","allOf":[{"$ref":"#/components/schemas/BaseCollectionPaginationCountResponse"},{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.teamsAdministration.policyIdentifierDetail"}}}}]}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"function","x-ms-pageable":{"nextLinkName":"@odata.nextLink","operationName":"listMore"}},"description":"Provides operations to call the getPolicyId method.","parameters":[{"name":"type","in":"path","description":"Usage: type='{type}'","required":true,"schema":{"type":"string"}},{"name":"name","in":"path","description":"Usage: name='{name}'","required":true,"schema":{"type":"string"}}]},"/admin/teams/policy/userAssignments":{"get":{"tags":["admin.teamsAdminRoot"],"summary":"Get userAssignments from admin","description":"The collection of user policy assignments.","operationId":"admin.teams.policy.ListUserAssignments","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.teamsAdministration.teamsPolicyUserAssignmentCollectionResponse"},"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":["admin.teamsAdminRoot"],"summary":"Create new navigation property to userAssignments for admin","operationId":"admin.teams.policy.CreateUserAssignments","requestBody":{"description":"New navigation property","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.teamsAdministration.teamsPolicyUserAssignment"}}},"required":true},"responses":{"2XX":{"description":"Created navigation property.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.teamsAdministration.teamsPolicyUserAssignment"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"description":"Provides operations to manage the userAssignments property of the microsoft.graph.teamsAdministration.teamsPolicyAssignment entity."},"/admin/teams/policy/userAssignments/{teamsPolicyUserAssignment-id}":{"get":{"tags":["admin.teamsAdminRoot"],"summary":"Get userAssignments from admin","description":"The collection of user policy assignments.","operationId":"admin.teams.policy.GetUserAssignments","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.teamsAdministration.teamsPolicyUserAssignment"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"patch":{"tags":["admin.teamsAdminRoot"],"summary":"Update the navigation property userAssignments in admin","operationId":"admin.teams.policy.UpdateUserAssignments","requestBody":{"description":"New navigation property values","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.teamsAdministration.teamsPolicyUserAssignment"}}},"required":true},"responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.teamsAdministration.teamsPolicyUserAssignment"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"delete":{"tags":["admin.teamsAdminRoot"],"summary":"Delete navigation property userAssignments for admin","operationId":"admin.teams.policy.DeleteUserAssignments","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"},"description":"Provides operations to manage the userAssignments property of the microsoft.graph.teamsAdministration.teamsPolicyAssignment entity.","parameters":[{"name":"teamsPolicyUserAssignment-id","in":"path","description":"The unique identifier of teamsPolicyUserAssignment","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"teamsPolicyUserAssignment"}]},"/admin/teams/policy/userAssignments/$count":{"get":{"tags":["admin.teamsAdminRoot"],"summary":"Get the number of the resource","operationId":"admin.teams.policy.userAssignments.GetCount-7d68","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"}}},"description":"Provides operations to count the resources in the collection."},"/admin/teams/policy/userAssignments/microsoft.graph.teamsAdministration.assign":{"post":{"tags":["admin.teamsAdminRoot"],"summary":"Invoke action assign","description":"Assign a Teams policy to a user using the user ID, policy type, and policy ID.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/teamsadministration-teamspolicyuserassignment-assign?view=graph-rest-1.0"},"operationId":"admin.teams.policy.userAssignments.assign","requestBody":{"description":"Action parameters","content":{"application/json":{"schema":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.teamsAdministration.teamsPolicyUserAssignment"}}}}}},"required":true},"responses":{"204":{"description":"Success"},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"action"},"description":"Provides operations to call the assign method."},"/admin/teams/policy/userAssignments/microsoft.graph.teamsAdministration.unassign":{"post":{"tags":["admin.teamsAdminRoot"],"summary":"Invoke action unassign","description":"Unassign a Teams policy from a user using the user ID and policy type.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/teamsadministration-teamspolicyuserassignment-unassign?view=graph-rest-1.0"},"operationId":"admin.teams.policy.userAssignments.unassign","requestBody":{"description":"Action parameters","content":{"application/json":{"schema":{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.teamsAdministration.teamsPolicyUserAssignment"}}}}}},"required":true},"responses":{"204":{"description":"Success"},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"action"},"description":"Provides operations to call the unassign method."},"/admin/teams/telephoneNumberManagement":{"get":{"tags":["admin.teamsAdminRoot"],"summary":"Get telephoneNumberManagement from admin","description":"Represents a collection of available telephone number management operations.","operationId":"admin.teams.GetTelephoneNumberManagement","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.teamsAdministration.telephoneNumberManagementRoot"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"patch":{"tags":["admin.teamsAdminRoot"],"summary":"Update the navigation property telephoneNumberManagement in admin","operationId":"admin.teams.UpdateTelephoneNumberManagement","requestBody":{"description":"New navigation property values","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.teamsAdministration.telephoneNumberManagementRoot"}}},"required":true},"responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.teamsAdministration.telephoneNumberManagementRoot"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"delete":{"tags":["admin.teamsAdminRoot"],"summary":"Delete navigation property telephoneNumberManagement for admin","operationId":"admin.teams.DeleteTelephoneNumberManagement","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"},"description":"Provides operations to manage the telephoneNumberManagement property of the microsoft.graph.teamsAdministration.teamsAdminRoot entity."},"/admin/teams/telephoneNumberManagement/numberAssignments":{"get":{"tags":["admin.teamsAdminRoot"],"summary":"List numberAssignments","description":"Read the properties and relationships of microsoft.graph.teamsAdministration.numberAssignment object.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/teamsadministration-telephonenumbermanagementroot-list-numberassignments?view=graph-rest-1.0"},"operationId":"admin.teams.telephoneNumberManagement.ListNumberAssignments","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.teamsAdministration.numberAssignmentCollectionResponse"},"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":["admin.teamsAdminRoot"],"summary":"Create new navigation property to numberAssignments for admin","operationId":"admin.teams.telephoneNumberManagement.CreateNumberAssignments","requestBody":{"description":"New navigation property","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.teamsAdministration.numberAssignment"}}},"required":true},"responses":{"2XX":{"description":"Created navigation property.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.teamsAdministration.numberAssignment"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"description":"Provides operations to manage the numberAssignments property of the microsoft.graph.teamsAdministration.telephoneNumberManagementRoot entity."},"/admin/teams/telephoneNumberManagement/numberAssignments/{numberAssignment-id}":{"get":{"tags":["admin.teamsAdminRoot"],"summary":"Get numberAssignments from admin","description":"Represents a collection of synchronous telephone number management operations.","operationId":"admin.teams.telephoneNumberManagement.GetNumberAssignments","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.teamsAdministration.numberAssignment"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"patch":{"tags":["admin.teamsAdminRoot"],"summary":"Update the navigation property numberAssignments in admin","operationId":"admin.teams.telephoneNumberManagement.UpdateNumberAssignments","requestBody":{"description":"New navigation property values","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.teamsAdministration.numberAssignment"}}},"required":true},"responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.teamsAdministration.numberAssignment"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"delete":{"tags":["admin.teamsAdminRoot"],"summary":"Delete navigation property numberAssignments for admin","operationId":"admin.teams.telephoneNumberManagement.DeleteNumberAssignments","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"},"description":"Provides operations to manage the numberAssignments property of the microsoft.graph.teamsAdministration.telephoneNumberManagementRoot entity.","parameters":[{"name":"numberAssignment-id","in":"path","description":"The unique identifier of numberAssignment","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"numberAssignment"}]},"/admin/teams/telephoneNumberManagement/numberAssignments/$count":{"get":{"tags":["admin.teamsAdminRoot"],"summary":"Get the number of the resource","operationId":"admin.teams.telephoneNumberManagement.numberAssignments.GetCount-7adc","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"}}},"description":"Provides operations to count the resources in the collection."},"/admin/teams/telephoneNumberManagement/numberAssignments/microsoft.graph.teamsAdministration.assignNumber":{"post":{"tags":["admin.teamsAdminRoot"],"summary":"Invoke action assignNumber","description":"Creates an asynchronous order to assign a telephone number to a user account.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/teamsadministration-numberassignment-assignnumber?view=graph-rest-1.0"},"operationId":"admin.teams.telephoneNumberManagement.numberAssignments.assignNumber","requestBody":{"description":"Action parameters","content":{"application/json":{"schema":{"type":"object","properties":{"telephoneNumber":{"type":"string"},"assignmentTargetId":{"type":"string"},"numberType":{"$ref":"#/components/schemas/microsoft.graph.teamsAdministration.numberType"},"assignmentCategory":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.teamsAdministration.assignmentCategory"},{"type":"object","nullable":true}]},"locationId":{"type":"string","nullable":true}}}}},"required":true},"responses":{"204":{"description":"Success"},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"action"},"description":"Provides operations to call the assignNumber method."},"/admin/teams/telephoneNumberManagement/numberAssignments/microsoft.graph.teamsAdministration.unassignNumber":{"post":{"tags":["admin.teamsAdminRoot"],"summary":"Invoke action unassignNumber","description":"Creates an asynchronous order to unassign a telephone number from a user account.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/teamsadministration-numberassignment-unassignnumber?view=graph-rest-1.0"},"operationId":"admin.teams.telephoneNumberManagement.numberAssignments.unassignNumber","requestBody":{"description":"Action parameters","content":{"application/json":{"schema":{"type":"object","properties":{"telephoneNumber":{"type":"string","nullable":true},"numberType":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.teamsAdministration.numberType"},{"type":"object","nullable":true}]}}}}},"required":true},"responses":{"204":{"description":"Success"},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"action"},"description":"Provides operations to call the unassignNumber method."},"/admin/teams/telephoneNumberManagement/numberAssignments/microsoft.graph.teamsAdministration.updateNumber":{"post":{"tags":["admin.teamsAdminRoot"],"summary":"Invoke action updateNumber","description":"This method is used to update an existing number with optional attributes. Currently supported attributes are locationId, networkSiteId, and reverseNumberLookupOptions.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/teamsadministration-numberassignment-updatenumber?view=graph-rest-1.0"},"operationId":"admin.teams.telephoneNumberManagement.numberAssignments.updateNumber","requestBody":{"description":"Action parameters","content":{"application/json":{"schema":{"type":"object","properties":{"telephoneNumber":{"type":"string"},"locationId":{"type":"string","nullable":true},"networkSiteId":{"type":"string","nullable":true},"reverseNumberLookupOptions":{"type":"array","items":{"type":"string","nullable":true}}}}}},"required":true},"responses":{"204":{"description":"Success"},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"action"},"description":"Provides operations to call the updateNumber method."},"/admin/teams/telephoneNumberManagement/operations":{"get":{"tags":["admin.teamsAdminRoot"],"summary":"Get telephoneNumberLongRunningOperation","description":"Read the properties and relationships of microsoft.graph.teamsAdministration.telephoneNumberLongRunningOperation object. This method is used to query the status of an assign or unassign number action using Graph API. This link is returned in the Location response header found in assign or unassign operation result.","operationId":"admin.teams.telephoneNumberManagement.ListOperations","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.teamsAdministration.telephoneNumberLongRunningOperationCollectionResponse"},"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":["admin.teamsAdminRoot"],"summary":"Create new navigation property to operations for admin","operationId":"admin.teams.telephoneNumberManagement.CreateOperations","requestBody":{"description":"New navigation property","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.teamsAdministration.telephoneNumberLongRunningOperation"}}},"required":true},"responses":{"2XX":{"description":"Created navigation property.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.teamsAdministration.telephoneNumberLongRunningOperation"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"description":"Provides operations to manage the operations property of the microsoft.graph.teamsAdministration.telephoneNumberManagementRoot entity."},"/admin/teams/telephoneNumberManagement/operations/{telephoneNumberLongRunningOperation-id}":{"get":{"tags":["admin.teamsAdminRoot"],"summary":"Get telephoneNumberLongRunningOperation","description":"Read the properties and relationships of microsoft.graph.teamsAdministration.telephoneNumberLongRunningOperation object. This method is used to query the status of an assign or unassign number action using Graph API. This link is returned in the Location response header found in assign or unassign operation result.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/teamsadministration-telephonenumberlongrunningoperation-get?view=graph-rest-1.0"},"operationId":"admin.teams.telephoneNumberManagement.GetOperations","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.teamsAdministration.telephoneNumberLongRunningOperation"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"patch":{"tags":["admin.teamsAdminRoot"],"summary":"Update the navigation property operations in admin","operationId":"admin.teams.telephoneNumberManagement.UpdateOperations","requestBody":{"description":"New navigation property values","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.teamsAdministration.telephoneNumberLongRunningOperation"}}},"required":true},"responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.teamsAdministration.telephoneNumberLongRunningOperation"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"delete":{"tags":["admin.teamsAdminRoot"],"summary":"Delete navigation property operations for admin","operationId":"admin.teams.telephoneNumberManagement.DeleteOperations","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"},"description":"Provides operations to manage the operations property of the microsoft.graph.teamsAdministration.telephoneNumberManagementRoot entity.","parameters":[{"name":"telephoneNumberLongRunningOperation-id","in":"path","description":"The unique identifier of telephoneNumberLongRunningOperation","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"telephoneNumberLongRunningOperation"}]},"/admin/teams/telephoneNumberManagement/operations/$count":{"get":{"tags":["admin.teamsAdminRoot"],"summary":"Get the number of the resource","operationId":"admin.teams.telephoneNumberManagement.operations.GetCount-d151","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"}}},"description":"Provides operations to count the resources in the collection."},"/admin/teams/userConfigurations":{"get":{"tags":["admin.teamsAdminRoot"],"summary":"List userConfigurations","description":"Get user configurations for all Teams users who belong to a tenant.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/teamsadministration-teamsadminroot-list-userconfigurations?view=graph-rest-1.0"},"operationId":"admin.teams.ListUserConfigurations","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.teamsAdministration.teamsUserConfigurationCollectionResponse"},"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":["admin.teamsAdminRoot"],"summary":"Create new navigation property to userConfigurations for admin","operationId":"admin.teams.CreateUserConfigurations","requestBody":{"description":"New navigation property","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.teamsAdministration.teamsUserConfiguration"}}},"required":true},"responses":{"2XX":{"description":"Created navigation property.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.teamsAdministration.teamsUserConfiguration"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"description":"Provides operations to manage the userConfigurations property of the microsoft.graph.teamsAdministration.teamsAdminRoot entity."},"/admin/teams/userConfigurations/{teamsUserConfiguration-id}":{"get":{"tags":["admin.teamsAdminRoot"],"summary":"Get teamsUserConfiguration","description":"Read the Teams user configurations for a specific user using their ID (the user's identifier).","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/teamsadministration-teamsuserconfiguration-get?view=graph-rest-1.0"},"operationId":"admin.teams.GetUserConfigurations","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.teamsAdministration.teamsUserConfiguration"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"patch":{"tags":["admin.teamsAdminRoot"],"summary":"Update the navigation property userConfigurations in admin","operationId":"admin.teams.UpdateUserConfigurations","requestBody":{"description":"New navigation property values","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.teamsAdministration.teamsUserConfiguration"}}},"required":true},"responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.teamsAdministration.teamsUserConfiguration"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"delete":{"tags":["admin.teamsAdminRoot"],"summary":"Delete navigation property userConfigurations for admin","operationId":"admin.teams.DeleteUserConfigurations","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"},"description":"Provides operations to manage the userConfigurations property of the microsoft.graph.teamsAdministration.teamsAdminRoot entity.","parameters":[{"name":"teamsUserConfiguration-id","in":"path","description":"The unique identifier of teamsUserConfiguration","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"teamsUserConfiguration"}]},"/admin/teams/userConfigurations/{teamsUserConfiguration-id}/user":{"get":{"tags":["admin.teamsAdminRoot"],"summary":"Get user from admin","description":"Represents an Entra user account.","operationId":"admin.teams.userConfigurations.GetUser","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.user"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"description":"Provides operations to manage the user property of the microsoft.graph.teamsAdministration.teamsUserConfiguration entity.","parameters":[{"name":"teamsUserConfiguration-id","in":"path","description":"The unique identifier of teamsUserConfiguration","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"teamsUserConfiguration"}]},"/admin/teams/userConfigurations/{teamsUserConfiguration-id}/user/mailboxSettings":{"get":{"tags":["admin.teamsAdminRoot"],"summary":"Get mailboxSettings property value","description":"Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Requires $select to retrieve.","operationId":"admin.teams.userConfigurations.user.GetMailboxSettings","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":"Entity result.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.mailboxSettings"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}}},"patch":{"tags":["admin.teamsAdminRoot"],"summary":"Update property mailboxSettings value.","operationId":"admin.teams.userConfigurations.user.UpdateMailboxSettings","requestBody":{"description":"New property values","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.mailboxSettings"}}},"required":true},"responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.mailboxSettings"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}}},"parameters":[{"name":"teamsUserConfiguration-id","in":"path","description":"The unique identifier of teamsUserConfiguration","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"teamsUserConfiguration"}]},"/admin/teams/userConfigurations/{teamsUserConfiguration-id}/user/serviceProvisioningErrors":{"get":{"tags":["admin.teamsAdminRoot"],"summary":"Get serviceProvisioningErrors property value","description":"Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object.  Supports $filter (eq, not, for isResolved and serviceInstance).","operationId":"admin.teams.userConfigurations.user.ListServiceProvisioningErrors","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.serviceProvisioningErrorCollectionResponse"},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-pageable":{"nextLinkName":"@odata.nextLink","operationName":"listMore"}},"parameters":[{"name":"teamsUserConfiguration-id","in":"path","description":"The unique identifier of teamsUserConfiguration","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"teamsUserConfiguration"}]},"/admin/teams/userConfigurations/{teamsUserConfiguration-id}/user/serviceProvisioningErrors/$count":{"get":{"tags":["admin.teamsAdminRoot"],"summary":"Get the number of the resource","operationId":"admin.teams.userConfigurations.user.ServiceProvisioningErrors.GetCount-7ffc","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"}}},"description":"Provides operations to count the resources in the collection.","parameters":[{"name":"teamsUserConfiguration-id","in":"path","description":"The unique identifier of teamsUserConfiguration","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"teamsUserConfiguration"}]},"/admin/teams/userConfigurations/$count":{"get":{"tags":["admin.teamsAdminRoot"],"summary":"Get the number of the resource","operationId":"admin.teams.userConfigurations.GetCount-3ca6","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"}}},"description":"Provides operations to count the resources in the collection."},"/auditLogs":{"get":{"tags":["auditLogs.auditLogRoot"],"summary":"Get auditLogs","operationId":"auditLogs.auditLogRoot.GetAuditLogRoot","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 entity","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.auditLogRoot"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"patch":{"tags":["auditLogs.auditLogRoot"],"summary":"Update auditLogs","operationId":"auditLogs.auditLogRoot.UpdateAuditLogRoot","requestBody":{"description":"New property values","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.auditLogRoot"}}},"required":true},"responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.auditLogRoot"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"description":"Provides operations to manage the auditLogRoot singleton."},"/auditLogs/directoryAudits":{"get":{"tags":["auditLogs.directoryAudit"],"summary":"List directoryAudits","description":"Get a list of directoryAudit objects representing the audit logs generated by Microsoft Entra ID. This includes audit logs generated by various services within Microsoft Entra ID, including user, app, device and group Management, privileged identity management (PIM), access reviews, terms of use, identity protection, password management (self-service and admin password resets), and self- service group management, and so on.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/directoryaudit-list?view=graph-rest-1.0"},"operationId":"auditLogs.ListDirectoryAudits","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.directoryAuditCollectionResponse"},"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":["auditLogs.directoryAudit"],"summary":"Create new navigation property to directoryAudits for auditLogs","operationId":"auditLogs.CreateDirectoryAudits","requestBody":{"description":"New navigation property","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.directoryAudit"}}},"required":true},"responses":{"2XX":{"description":"Created navigation property.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.directoryAudit"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"description":"Provides operations to manage the directoryAudits property of the microsoft.graph.auditLogRoot entity."},"/auditLogs/directoryAudits/{directoryAudit-id}":{"get":{"tags":["auditLogs.directoryAudit"],"summary":"Get directoryAudit","description":"Get a specific directoryAudit item. This includes an audit log item generated by various services within Microsoft Entra ID like user, application, device and group management, privileged identity management (PIM), access reviews, terms of use, identity protection, password management (self-service and admin password resets), self-service group management, and so on.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/directoryaudit-get?view=graph-rest-1.0"},"operationId":"auditLogs.GetDirectoryAudits","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.directoryAudit"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"patch":{"tags":["auditLogs.directoryAudit"],"summary":"Update the navigation property directoryAudits in auditLogs","operationId":"auditLogs.UpdateDirectoryAudits","requestBody":{"description":"New navigation property values","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.directoryAudit"}}},"required":true},"responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.directoryAudit"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"delete":{"tags":["auditLogs.directoryAudit"],"summary":"Delete navigation property directoryAudits for auditLogs","operationId":"auditLogs.DeleteDirectoryAudits","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"},"description":"Provides operations to manage the directoryAudits property of the microsoft.graph.auditLogRoot entity.","parameters":[{"name":"directoryAudit-id","in":"path","description":"The unique identifier of directoryAudit","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"directoryAudit"}]},"/auditLogs/directoryAudits/$count":{"get":{"tags":["auditLogs.directoryAudit"],"summary":"Get the number of the resource","operationId":"auditLogs.directoryAudits.GetCount-fedb","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"}}},"description":"Provides operations to count the resources in the collection."},"/auditLogs/provisioning":{"get":{"tags":["auditLogs.provisioningObjectSummary"],"summary":"List provisioningObjectSummary","description":"Get all provisioningObjectSummary events that occurred in your tenant, such as the deletion of a group in a target application or the creation of a user when provisioning user accounts from your HR system. ","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/provisioningobjectsummary-list?view=graph-rest-1.0"},"operationId":"auditLogs.ListProvisioning","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.provisioningObjectSummaryCollectionResponse"},"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":["auditLogs.provisioningObjectSummary"],"summary":"Create new navigation property to provisioning for auditLogs","operationId":"auditLogs.CreateProvisioning","requestBody":{"description":"New navigation property","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.provisioningObjectSummary"}}},"required":true},"responses":{"2XX":{"description":"Created navigation property.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.provisioningObjectSummary"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"description":"Provides operations to manage the provisioning property of the microsoft.graph.auditLogRoot entity."},"/auditLogs/provisioning/{provisioningObjectSummary-id}":{"get":{"tags":["auditLogs.provisioningObjectSummary"],"summary":"Get provisioning from auditLogs","operationId":"auditLogs.GetProvisioning","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.provisioningObjectSummary"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"patch":{"tags":["auditLogs.provisioningObjectSummary"],"summary":"Update the navigation property provisioning in auditLogs","operationId":"auditLogs.UpdateProvisioning","requestBody":{"description":"New navigation property values","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.provisioningObjectSummary"}}},"required":true},"responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.provisioningObjectSummary"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"delete":{"tags":["auditLogs.provisioningObjectSummary"],"summary":"Delete navigation property provisioning for auditLogs","operationId":"auditLogs.DeleteProvisioning","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"},"description":"Provides operations to manage the provisioning property of the microsoft.graph.auditLogRoot entity.","parameters":[{"name":"provisioningObjectSummary-id","in":"path","description":"The unique identifier of provisioningObjectSummary","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"provisioningObjectSummary"}]},"/auditLogs/provisioning/$count":{"get":{"tags":["auditLogs.provisioningObjectSummary"],"summary":"Get the number of the resource","operationId":"auditLogs.provisioning.GetCount-2f99","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"}}},"description":"Provides operations to count the resources in the collection."},"/auditLogs/signIns":{"get":{"tags":["auditLogs.signIn"],"summary":"List signIns","description":"Retrieve the Microsoft Entra user sign-ins for your tenant. Sign-ins that are interactive in nature (where a username/password is passed as part of auth token) and successful federated sign-ins are currently included in the sign-in logs.  The maximum and default page size is 1,000 objects and by default, the most recent sign-ins are returned first. Only sign-in events that occurred within the Microsoft Entra ID default retention period are available.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/signin-list?view=graph-rest-1.0"},"operationId":"auditLogs.ListSignIns","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.signInCollectionResponse"},"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":["auditLogs.signIn"],"summary":"Create new navigation property to signIns for auditLogs","operationId":"auditLogs.CreateSignIns","requestBody":{"description":"New navigation property","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.signIn"}}},"required":true},"responses":{"2XX":{"description":"Created navigation property.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.signIn"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"description":"Provides operations to manage the signIns property of the microsoft.graph.auditLogRoot entity."},"/auditLogs/signIns/{signIn-id}":{"get":{"tags":["auditLogs.signIn"],"summary":"Get signIn","description":"Retrieve a specific Microsoft Entra user sign-in event for your tenant. Sign-ins that are interactive in nature (where a username/password is passed as part of auth token) and successful federated sign-ins are currently included in the sign-in logs.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/signin-get?view=graph-rest-1.0"},"operationId":"auditLogs.GetSignIns","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.signIn"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"patch":{"tags":["auditLogs.signIn"],"summary":"Update the navigation property signIns in auditLogs","operationId":"auditLogs.UpdateSignIns","requestBody":{"description":"New navigation property values","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.signIn"}}},"required":true},"responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.signIn"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"delete":{"tags":["auditLogs.signIn"],"summary":"Delete navigation property signIns for auditLogs","operationId":"auditLogs.DeleteSignIns","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"},"description":"Provides operations to manage the signIns property of the microsoft.graph.auditLogRoot entity.","parameters":[{"name":"signIn-id","in":"path","description":"The unique identifier of signIn","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"signIn"}]},"/auditLogs/signIns/$count":{"get":{"tags":["auditLogs.signIn"],"summary":"Get the number of the resource","operationId":"auditLogs.signIns.GetCount-9ee4","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"}}},"description":"Provides operations to count the resources in the collection."},"/auditLogs/signIns/confirmCompromised":{"post":{"tags":["auditLogs.signIn"],"summary":"Invoke action confirmCompromised","description":"Mark an event in the Microsoft Entra sign-in logs as risky. Events marked as risky by an admin are immediately flagged as high risk in Microsoft Entra ID Protection, overriding previous risk states. Admins can confirm that events flagged as risky by Microsoft Entra ID Protection are in fact risky. For details about investigating Identity Protection risks, see How to investigate risk.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/signin-confirmcompromised?view=graph-rest-1.0"},"operationId":"auditLogs.signIns.confirmCompromised","requestBody":{"description":"Action parameters","content":{"application/json":{"schema":{"type":"object","properties":{"requestIds":{"type":"array","items":{"type":"string","nullable":true}}}}}},"required":true},"responses":{"204":{"description":"Success"},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"action"},"description":"Provides operations to call the confirmCompromised method."},"/auditLogs/signIns/confirmSafe":{"post":{"tags":["auditLogs.signIn"],"summary":"Invoke action confirmSafe","description":"Mark an event in Microsoft Entra sign-in logs as safe. Admins can either mark the events flagged as risky by Microsoft Entra ID Protection as safe, or they can mark unflagged events as safe. For details about investigating Identity Protection risks, see How to investigate risk.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/signin-confirmsafe?view=graph-rest-1.0"},"operationId":"auditLogs.signIns.confirmSafe","requestBody":{"description":"Action parameters","content":{"application/json":{"schema":{"type":"object","properties":{"requestIds":{"type":"array","items":{"type":"string","nullable":true}}}}}},"required":true},"responses":{"204":{"description":"Success"},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"action"},"description":"Provides operations to call the confirmSafe method."},"/auditLogs/signIns/dismiss":{"post":{"tags":["auditLogs.signIn"],"summary":"Invoke action dismiss","description":"Mark an event in Microsoft Entra sign-in logs as dismissed. For details about investigating Identity Protection risks, see How to investigate risk.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/signin-dismiss?view=graph-rest-1.0"},"operationId":"auditLogs.signIns.dismiss","requestBody":{"description":"Action parameters","content":{"application/json":{"schema":{"type":"object","properties":{"requestIds":{"type":"array","items":{"type":"string","nullable":true}}}}}},"required":true},"responses":{"204":{"description":"Success"},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"action"},"description":"Provides operations to call the dismiss method."},"/domainDnsRecords":{"get":{"tags":["domainDnsRecords.domainDnsRecord"],"summary":"Get entities from domainDnsRecords","operationId":"domainDnsRecords.domainDnsRecord.ListDomainDnsRecord","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.domainDnsRecordCollectionResponse"},"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":["domainDnsRecords.domainDnsRecord"],"summary":"Add new entity to domainDnsRecords","operationId":"domainDnsRecords.domainDnsRecord.CreateDomainDnsRecord","requestBody":{"description":"New entity","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.domainDnsRecord"}}},"required":true},"responses":{"2XX":{"description":"Created entity","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.domainDnsRecord"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"description":"Provides operations to manage the collection of domainDnsRecord entities."},"/domainDnsRecords/{domainDnsRecord-id}":{"get":{"tags":["domainDnsRecords.domainDnsRecord"],"summary":"Get entity from domainDnsRecords by key","operationId":"domainDnsRecords.domainDnsRecord.GetDomainDnsRecord","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 entity","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.domainDnsRecord"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"patch":{"tags":["domainDnsRecords.domainDnsRecord"],"summary":"Update entity in domainDnsRecords","operationId":"domainDnsRecords.domainDnsRecord.UpdateDomainDnsRecord","requestBody":{"description":"New property values","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.domainDnsRecord"}}},"required":true},"responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.domainDnsRecord"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"delete":{"tags":["domainDnsRecords.domainDnsRecord"],"summary":"Delete entity from domainDnsRecords","operationId":"domainDnsRecords.domainDnsRecord.DeleteDomainDnsRecord","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"},"description":"Provides operations to manage the collection of domainDnsRecord entities.","parameters":[{"name":"domainDnsRecord-id","in":"path","description":"The unique identifier of domainDnsRecord","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"domainDnsRecord"}]},"/domainDnsRecords/$count":{"get":{"tags":["domainDnsRecords.domainDnsRecord"],"summary":"Get the number of the resource","operationId":"domainDnsRecords.GetCount-96e3","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"}}},"description":"Provides operations to count the resources in the collection."},"/domains":{"get":{"tags":["domains.domain"],"summary":"List domains","description":"Retrieve a list of domain objects.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/domain-list?view=graph-rest-1.0"},"operationId":"domains.domain.ListDomain","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.domainCollectionResponse"},"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":["domains.domain"],"summary":"Create domain","description":"Adds a domain to the tenant. Important: You cannot use an associated domain with your Microsoft Entra tenant until ownership is verified. See List verificationDnsRecords for details. Root domains require verification. For example, contoso.com requires verification. If a root domain is verified, subdomains of the root domain are automatically verified. For example, subdomain.contoso.com is automatically be verified if contoso.com has been verified.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/domain-post-domains?view=graph-rest-1.0"},"operationId":"domains.domain.CreateDomain","requestBody":{"description":"New entity","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.domain"}}},"required":true},"responses":{"2XX":{"description":"Created entity","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.domain"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"description":"Provides operations to manage the collection of domain entities."},"/domains/{domain-id}":{"get":{"tags":["domains.domain"],"summary":"Get domain","description":"Retrieve the properties and relationships of domain object.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/domain-get?view=graph-rest-1.0"},"operationId":"domains.domain.GetDomain","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 entity","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.domain"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"patch":{"tags":["domains.domain"],"summary":"Update domain","description":"Update the properties of domain object. Only verified domains can be updated.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/domain-update?view=graph-rest-1.0"},"operationId":"domains.domain.UpdateDomain","requestBody":{"description":"New property values","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.domain"}}},"required":true},"responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.domain"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"delete":{"tags":["domains.domain"],"summary":"Delete domain","description":"Delete a domain from a tenant.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/domain-delete?view=graph-rest-1.0"},"operationId":"domains.domain.DeleteDomain","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"},"description":"Provides operations to manage the collection of domain entities.","parameters":[{"name":"domain-id","in":"path","description":"The unique identifier of domain","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"domain"}]},"/domains/{domain-id}/domainNameReferences":{"get":{"tags":["domains.directoryObject"],"summary":"List domainNameReferences","description":"Retrieve a list of directoryObject with a reference to the domain. The returned list will contain all directory objects that have a dependency on the domain.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/domain-list-domainnamereferences?view=graph-rest-1.0"},"operationId":"domains.ListDomainNameReferences","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.directoryObjectCollectionResponse"},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-pageable":{"nextLinkName":"@odata.nextLink","operationName":"listMore"},"x-ms-docs-operation-type":"operation"},"description":"Provides operations to manage the domainNameReferences property of the microsoft.graph.domain entity.","parameters":[{"name":"domain-id","in":"path","description":"The unique identifier of domain","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"domain"}]},"/domains/{domain-id}/domainNameReferences/{directoryObject-id}":{"get":{"tags":["domains.directoryObject"],"summary":"Get domainNameReferences from domains","description":"The objects such as users and groups that reference the domain ID. Read-only, Nullable. Doesn't support $expand. Supports $filter by the OData type of objects returned. For example, /domains/{domainId}/domainNameReferences/microsoft.graph.user and /domains/{domainId}/domainNameReferences/microsoft.graph.group.","operationId":"domains.GetDomainNameReferences","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.directoryObject"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"description":"Provides operations to manage the domainNameReferences property of the microsoft.graph.domain entity.","parameters":[{"name":"domain-id","in":"path","description":"The unique identifier of domain","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"domain"},{"name":"directoryObject-id","in":"path","description":"The unique identifier of directoryObject","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"directoryObject"}]},"/domains/{domain-id}/domainNameReferences/$count":{"get":{"tags":["domains.directoryObject"],"summary":"Get the number of the resource","operationId":"domains.domainNameReferences.GetCount-a205","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"}}},"description":"Provides operations to count the resources in the collection.","parameters":[{"name":"domain-id","in":"path","description":"The unique identifier of domain","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"domain"}]},"/domains/{domain-id}/federationConfiguration":{"get":{"tags":["domains.internalDomainFederation"],"summary":"List internalDomainFederations","description":"Read the properties of the internalDomainFederation objects for the domain. This API returns only one object in the collection.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/domain-list-federationconfiguration?view=graph-rest-1.0"},"operationId":"domains.ListFederationConfiguration","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.internalDomainFederationCollectionResponse"},"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":["domains.internalDomainFederation"],"summary":"Create internalDomainFederation","description":"Create a new internalDomainFederation object.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/domain-post-federationconfiguration?view=graph-rest-1.0"},"operationId":"domains.CreateFederationConfiguration","requestBody":{"description":"New navigation property","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.internalDomainFederation"}}},"required":true},"responses":{"2XX":{"description":"Created navigation property.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.internalDomainFederation"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"description":"Provides operations to manage the federationConfiguration property of the microsoft.graph.domain entity.","parameters":[{"name":"domain-id","in":"path","description":"The unique identifier of domain","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"domain"}]},"/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}":{"get":{"tags":["domains.internalDomainFederation"],"summary":"Get internalDomainFederation","description":"Read the properties and relationships of an internalDomainFederation object.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/internaldomainfederation-get?view=graph-rest-1.0"},"operationId":"domains.GetFederationConfiguration","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.internalDomainFederation"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"patch":{"tags":["domains.internalDomainFederation"],"summary":"Update internalDomainFederation","description":"Update the properties of an internalDomainFederation object.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/internaldomainfederation-update?view=graph-rest-1.0"},"operationId":"domains.UpdateFederationConfiguration","requestBody":{"description":"New navigation property values","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.internalDomainFederation"}}},"required":true},"responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.internalDomainFederation"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"delete":{"tags":["domains.internalDomainFederation"],"summary":"Delete internalDomainFederation","description":"Delete an internalDomainFederation object.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/internaldomainfederation-delete?view=graph-rest-1.0"},"operationId":"domains.DeleteFederationConfiguration","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"},"description":"Provides operations to manage the federationConfiguration property of the microsoft.graph.domain entity.","parameters":[{"name":"domain-id","in":"path","description":"The unique identifier of domain","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"domain"},{"name":"internalDomainFederation-id","in":"path","description":"The unique identifier of internalDomainFederation","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"internalDomainFederation"}]},"/domains/{domain-id}/federationConfiguration/$count":{"get":{"tags":["domains.internalDomainFederation"],"summary":"Get the number of the resource","operationId":"domains.federationConfiguration.GetCount-9087","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"}}},"description":"Provides operations to count the resources in the collection.","parameters":[{"name":"domain-id","in":"path","description":"The unique identifier of domain","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"domain"}]},"/domains/{domain-id}/forceDelete":{"post":{"tags":["domains.domain.Actions"],"summary":"Invoke action forceDelete","description":"Delete a domain using an asynchronous long-running operation. Before performing this operation, you must update or remove any references to Exchange as the provisioning service. The following actions are performed as part of this operation: After the domain deletion completes, API operations for the deleted domain return an HTTP 404 status code. To verify deletion of a domain, you can perform a get domain operation.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/domain-forcedelete?view=graph-rest-1.0"},"operationId":"domains.domain.forceDelete","requestBody":{"description":"Action parameters","content":{"application/json":{"schema":{"type":"object","properties":{"disableUserAccounts":{"type":"boolean","default":false,"nullable":true}}}}},"required":true},"responses":{"204":{"description":"Success"},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"action"},"description":"Provides operations to call the forceDelete method.","parameters":[{"name":"domain-id","in":"path","description":"The unique identifier of domain","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"domain"}]},"/domains/{domain-id}/promote":{"post":{"tags":["domains.domain.Actions"],"summary":"Invoke action promote","description":"Promote a verified subdomain to the root domain. A verified domain has its isVerified property set to true.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/domain-promote?view=graph-rest-1.0"},"operationId":"domains.domain.promote","responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"value":{"type":"boolean","default":false,"nullable":true}}}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"action"},"description":"Provides operations to call the promote method.","parameters":[{"name":"domain-id","in":"path","description":"The unique identifier of domain","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"domain"}]},"/domains/{domain-id}/verify":{"post":{"tags":["domains.domain.Actions"],"summary":"Invoke action verify","description":"Validate the ownership of a domain. This operation only applies to an unverified domain. For an unverified domain, the isVerified property is false.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/domain-verify?view=graph-rest-1.0"},"operationId":"domains.domain.verify","responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.domain"},{"type":"object","nullable":true}]}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"action"},"description":"Provides operations to call the verify method.","parameters":[{"name":"domain-id","in":"path","description":"The unique identifier of domain","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"domain"}]},"/domains/{domain-id}/rootDomain":{"get":{"tags":["domains.domain"],"summary":"Get rootDomain","description":"Get the root domain of a subdomain. This API returns a single object.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/domain-get-rootdomain?view=graph-rest-1.0"},"operationId":"domains.GetRootDomain","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.domain"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"description":"Provides operations to manage the rootDomain property of the microsoft.graph.domain entity.","parameters":[{"name":"domain-id","in":"path","description":"The unique identifier of domain","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"domain"}]},"/domains/{domain-id}/serviceConfigurationRecords":{"get":{"tags":["domains.domainDnsRecord"],"summary":"List serviceConfigurationRecords","description":"Retrieves a list of domainDnsRecord objects needed to enable services for the domain. Use the returned list to add records to the zone file of the domain. This can be done through the domain registrar or DNS server configuration.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/domain-list-serviceconfigurationrecords?view=graph-rest-1.0"},"operationId":"domains.ListServiceConfigurationRecords","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.domainDnsRecordCollectionResponse"},"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":["domains.domainDnsRecord"],"summary":"Create new navigation property to serviceConfigurationRecords for domains","operationId":"domains.CreateServiceConfigurationRecords","requestBody":{"description":"New navigation property","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.domainDnsRecord"}}},"required":true},"responses":{"2XX":{"description":"Created navigation property.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.domainDnsRecord"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"description":"Provides operations to manage the serviceConfigurationRecords property of the microsoft.graph.domain entity.","parameters":[{"name":"domain-id","in":"path","description":"The unique identifier of domain","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"domain"}]},"/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}":{"get":{"tags":["domains.domainDnsRecord"],"summary":"Get serviceConfigurationRecords from domains","description":"DNS records the customer adds to the DNS zone file of the domain before the domain can be used by Microsoft Online services. Read-only, Nullable. Doesn't support $expand.","operationId":"domains.GetServiceConfigurationRecords","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.domainDnsRecord"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"patch":{"tags":["domains.domainDnsRecord"],"summary":"Update the navigation property serviceConfigurationRecords in domains","operationId":"domains.UpdateServiceConfigurationRecords","requestBody":{"description":"New navigation property values","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.domainDnsRecord"}}},"required":true},"responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.domainDnsRecord"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"delete":{"tags":["domains.domainDnsRecord"],"summary":"Delete navigation property serviceConfigurationRecords for domains","operationId":"domains.DeleteServiceConfigurationRecords","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"},"description":"Provides operations to manage the serviceConfigurationRecords property of the microsoft.graph.domain entity.","parameters":[{"name":"domain-id","in":"path","description":"The unique identifier of domain","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"domain"},{"name":"domainDnsRecord-id","in":"path","description":"The unique identifier of domainDnsRecord","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"domainDnsRecord"}]},"/domains/{domain-id}/serviceConfigurationRecords/$count":{"get":{"tags":["domains.domainDnsRecord"],"summary":"Get the number of the resource","operationId":"domains.serviceConfigurationRecords.GetCount-999b","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"}}},"description":"Provides operations to count the resources in the collection.","parameters":[{"name":"domain-id","in":"path","description":"The unique identifier of domain","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"domain"}]},"/domains/{domain-id}/verificationDnsRecords":{"get":{"tags":["domains.domainDnsRecord"],"summary":"List verificationDnsRecords","description":"Retrieve a list of domainDnsRecord objects. You cannot use an associated domain with your Microsoft Entra tenant until ownership is verified. To verify the ownership of the domain, retrieve the domain verification records and add the details to the zone file of the domain. This can be done through the domain registrar or DNS server configuration. Root domains require verification. For example, contoso.com requires verification. If a root domain is verified, subdomains of the root domain are automatically verified. For example, subdomain.contoso.com is automatically be verified if contoso.com has been verified.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/domain-list-verificationdnsrecords?view=graph-rest-1.0"},"operationId":"domains.ListVerificationDnsRecords","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.domainDnsRecordCollectionResponse"},"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":["domains.domainDnsRecord"],"summary":"Create new navigation property to verificationDnsRecords for domains","operationId":"domains.CreateVerificationDnsRecords","requestBody":{"description":"New navigation property","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.domainDnsRecord"}}},"required":true},"responses":{"2XX":{"description":"Created navigation property.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.domainDnsRecord"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"description":"Provides operations to manage the verificationDnsRecords property of the microsoft.graph.domain entity.","parameters":[{"name":"domain-id","in":"path","description":"The unique identifier of domain","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"domain"}]},"/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}":{"get":{"tags":["domains.domainDnsRecord"],"summary":"Get verificationDnsRecords from domains","description":"DNS records that the customer adds to the DNS zone file of the domain before the customer can complete domain ownership verification with Microsoft Entra ID. Read-only, Nullable. Doesn't support $expand.","operationId":"domains.GetVerificationDnsRecords","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.domainDnsRecord"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"patch":{"tags":["domains.domainDnsRecord"],"summary":"Update the navigation property verificationDnsRecords in domains","operationId":"domains.UpdateVerificationDnsRecords","requestBody":{"description":"New navigation property values","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.domainDnsRecord"}}},"required":true},"responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.domainDnsRecord"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"delete":{"tags":["domains.domainDnsRecord"],"summary":"Delete navigation property verificationDnsRecords for domains","operationId":"domains.DeleteVerificationDnsRecords","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"},"description":"Provides operations to manage the verificationDnsRecords property of the microsoft.graph.domain entity.","parameters":[{"name":"domain-id","in":"path","description":"The unique identifier of domain","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"domain"},{"name":"domainDnsRecord-id","in":"path","description":"The unique identifier of domainDnsRecord","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"domainDnsRecord"}]},"/domains/{domain-id}/verificationDnsRecords/$count":{"get":{"tags":["domains.domainDnsRecord"],"summary":"Get the number of the resource","operationId":"domains.verificationDnsRecords.GetCount-d5a7","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"}}},"description":"Provides operations to count the resources in the collection.","parameters":[{"name":"domain-id","in":"path","description":"The unique identifier of domain","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"domain"}]},"/domains/$count":{"get":{"tags":["domains.domain"],"summary":"Get the number of the resource","operationId":"domains.GetCount-3c31","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"}}},"description":"Provides operations to count the resources in the collection."},"/me":{"get":{"tags":["me.user"],"summary":"Get a user","description":"Retrieve the properties and relationships of user object. This operation returns by default only a subset of the more commonly used properties for each user. These default properties are noted in the Properties section. To get properties that are not returned by default, do a GET operation for the user and specify the properties in a $select OData query option. Because the user resource supports extensions, you can also use the GET operation to get custom properties and extension data in a user instance. Customers through Microsoft Entra ID for customers can also use this API operation to retrieve their details.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/user-get?view=graph-rest-1.0"},"operationId":"me.user.GetUser","parameters":[{"name":"ConsistencyLevel","in":"header","description":"Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries","schema":{"type":"string"},"examples":{"example-1":{"description":"$search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'.","value":"eventual"}}},{"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 entity","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.user"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"description":"Provides operations to manage the user singleton."},"/organization":{"get":{"tags":["organization.organization"],"summary":"List organizations","description":"Retrieve a list of organization objects. There's only one organization object in the collection.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/organization-list?view=graph-rest-1.0"},"operationId":"organization.organization.ListOrganization","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.organizationCollectionResponse"},"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":["organization.organization"],"summary":"Add new entity to organization","operationId":"organization.organization.CreateOrganization","requestBody":{"description":"New entity","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.organization"}}},"required":true},"responses":{"2XX":{"description":"Created entity","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.organization"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"description":"Provides operations to manage the collection of organization entities."},"/organization/{organization-id}":{"get":{"tags":["organization.organization"],"summary":"Get organization","description":"Get the properties and relationships of the currently authenticated organization. Since the organization resource supports extensions, you can also use the GET operation to get custom properties and extension data in an organization instance.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/organization-get?view=graph-rest-1.0"},"operationId":"organization.organization.GetOrganization","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 entity","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.organization"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"patch":{"tags":["organization.organization"],"summary":"Update organization","description":"Update the properties of the currently authenticated organization. In this case, organization is defined as a collection of exactly one record, and so its ID must be specified in the request.  The ID is also known as the tenantId of the organization.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/organization-update?view=graph-rest-1.0"},"operationId":"organization.organization.UpdateOrganization","requestBody":{"description":"New property values","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.organization"}}},"required":true},"responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.organization"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"delete":{"tags":["organization.organization"],"summary":"Delete entity from organization","operationId":"organization.organization.DeleteOrganization","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"},"description":"Provides operations to manage the collection of organization entities.","parameters":[{"name":"organization-id","in":"path","description":"The unique identifier of organization","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"organization"}]},"/organization/{organization-id}/branding":{"get":{"tags":["organization.organizationalBranding"],"summary":"Get organizationalBranding","description":"Retrieve the default organizational branding object, if the Accept-Language header is set to 0 or default. If no default organizational branding object exists, this method returns a 404 Not Found error. If the Accept-Language header is set to an existing locale identified by the value of its id, this method retrieves the branding for the specified locale. This method retrieves only non-Stream properties, for example, usernameHintText and signInPageText. To retrieve Stream types of the default branding, for example, bannerLogo and backgroundImage, use the GET organizationalBrandingLocalization method.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/organizationalbranding-get?view=graph-rest-1.0"},"operationId":"organization.GetBranding","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.organizationalBranding"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"patch":{"tags":["organization.organizationalBranding"],"summary":"Update organizationalBranding","description":"Update the properties of the default branding object specified by the organizationalBranding resource.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/organizationalbranding-update?view=graph-rest-1.0"},"operationId":"organization.UpdateBranding","requestBody":{"description":"New navigation property values","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.organizationalBranding"}}},"required":true},"responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.organizationalBranding"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"delete":{"tags":["organization.organizationalBranding"],"summary":"Delete organizationalBranding","description":"Delete the default organizational branding object. To delete the organizationalBranding object, all images (Stream types) must first be removed from the object.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/organizationalbranding-delete?view=graph-rest-1.0"},"operationId":"organization.DeleteBranding","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"},"description":"Provides operations to manage the branding property of the microsoft.graph.organization entity.","parameters":[{"name":"organization-id","in":"path","description":"The unique identifier of organization","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"organization"}]},"/organization/{organization-id}/branding/backgroundImage":{"get":{"tags":["organization.organizationalBranding"],"summary":"Get backgroundImage for the navigation property branding from organization","description":"Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image reduces bandwidth requirements and make the page load faster.","operationId":"organization.GetBrandingBackgroundImage","responses":{"2XX":{"description":"Retrieved media content","content":{"image/bmp":{"schema":{"type":"string","format":"binary"}},"image/jpg":{"schema":{"type":"string","format":"binary"}},"image/jpeg":{"schema":{"type":"string","format":"binary"}},"image/gif":{"schema":{"type":"string","format":"binary"}},"image/vnd.microsoft.icon":{"schema":{"type":"string","format":"binary"}},"image/png":{"schema":{"type":"string","format":"binary"}},"image/tiff":{"schema":{"type":"string","format":"binary"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}}},"put":{"tags":["organization.organizationalBranding"],"summary":"Update backgroundImage for the navigation property branding in organization","description":"Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image reduces bandwidth requirements and make the page load faster.","operationId":"organization.UpdateBrandingBackgroundImage","requestBody":{"description":"New media content.","content":{"image/bmp":{"schema":{"type":"string","format":"binary"}},"image/jpg":{"schema":{"type":"string","format":"binary"}},"image/jpeg":{"schema":{"type":"string","format":"binary"}},"image/gif":{"schema":{"type":"string","format":"binary"}},"image/vnd.microsoft.icon":{"schema":{"type":"string","format":"binary"}},"image/png":{"schema":{"type":"string","format":"binary"}},"image/tiff":{"schema":{"type":"string","format":"binary"}}},"required":true},"responses":{"2XX":{"description":"Success"},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}}},"delete":{"tags":["organization.organizationalBranding"],"summary":"Delete backgroundImage for the navigation property branding in organization","description":"Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image reduces bandwidth requirements and make the page load faster.","operationId":"organization.DeleteBrandingBackgroundImage","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"}}},"description":"Provides operations to manage the media for the organization entity.","parameters":[{"name":"organization-id","in":"path","description":"The unique identifier of organization","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"organization"}]},"/organization/{organization-id}/branding/bannerLogo":{"get":{"tags":["organization.organizationalBranding"],"summary":"Get bannerLogo for the navigation property branding from organization","description":"A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG not larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo.","operationId":"organization.GetBrandingBannerLogo","responses":{"2XX":{"description":"Retrieved media content","content":{"image/bmp":{"schema":{"type":"string","format":"binary"}},"image/jpg":{"schema":{"type":"string","format":"binary"}},"image/jpeg":{"schema":{"type":"string","format":"binary"}},"image/gif":{"schema":{"type":"string","format":"binary"}},"image/vnd.microsoft.icon":{"schema":{"type":"string","format":"binary"}},"image/png":{"schema":{"type":"string","format":"binary"}},"image/tiff":{"schema":{"type":"string","format":"binary"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}}},"put":{"tags":["organization.organizationalBranding"],"summary":"Update bannerLogo for the navigation property branding in organization","description":"A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG not larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo.","operationId":"organization.UpdateBrandingBannerLogo","requestBody":{"description":"New media content.","content":{"image/bmp":{"schema":{"type":"string","format":"binary"}},"image/jpg":{"schema":{"type":"string","format":"binary"}},"image/jpeg":{"schema":{"type":"string","format":"binary"}},"image/gif":{"schema":{"type":"string","format":"binary"}},"image/vnd.microsoft.icon":{"schema":{"type":"string","format":"binary"}},"image/png":{"schema":{"type":"string","format":"binary"}},"image/tiff":{"schema":{"type":"string","format":"binary"}}},"required":true},"responses":{"2XX":{"description":"Success"},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}}},"delete":{"tags":["organization.organizationalBranding"],"summary":"Delete bannerLogo for the navigation property branding in organization","description":"A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG not larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo.","operationId":"organization.DeleteBrandingBannerLogo","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"}}},"description":"Provides operations to manage the media for the organization entity.","parameters":[{"name":"organization-id","in":"path","description":"The unique identifier of organization","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"organization"}]},"/organization/{organization-id}/branding/customCSS":{"get":{"tags":["organization.organizationalBranding"],"summary":"Get customCSS for the navigation property branding from organization","description":"CSS styling that appears on the sign-in page. The allowed format is .css format only and not larger than 25 KB.","operationId":"organization.GetBrandingCustomCSS","responses":{"2XX":{"description":"Retrieved media content","content":{"image/bmp":{"schema":{"type":"string","format":"binary"}},"image/jpg":{"schema":{"type":"string","format":"binary"}},"image/jpeg":{"schema":{"type":"string","format":"binary"}},"image/gif":{"schema":{"type":"string","format":"binary"}},"image/vnd.microsoft.icon":{"schema":{"type":"string","format":"binary"}},"image/png":{"schema":{"type":"string","format":"binary"}},"image/tiff":{"schema":{"type":"string","format":"binary"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}}},"put":{"tags":["organization.organizationalBranding"],"summary":"Update customCSS for the navigation property branding in organization","description":"CSS styling that appears on the sign-in page. The allowed format is .css format only and not larger than 25 KB.","operationId":"organization.UpdateBrandingCustomCSS","requestBody":{"description":"New media content.","content":{"image/bmp":{"schema":{"type":"string","format":"binary"}},"image/jpg":{"schema":{"type":"string","format":"binary"}},"image/jpeg":{"schema":{"type":"string","format":"binary"}},"image/gif":{"schema":{"type":"string","format":"binary"}},"image/vnd.microsoft.icon":{"schema":{"type":"string","format":"binary"}},"image/png":{"schema":{"type":"string","format":"binary"}},"image/tiff":{"schema":{"type":"string","format":"binary"}}},"required":true},"responses":{"2XX":{"description":"Success"},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}}},"delete":{"tags":["organization.organizationalBranding"],"summary":"Delete customCSS for the navigation property branding in organization","description":"CSS styling that appears on the sign-in page. The allowed format is .css format only and not larger than 25 KB.","operationId":"organization.DeleteBrandingCustomCSS","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"}}},"description":"Provides operations to manage the media for the organization entity.","parameters":[{"name":"organization-id","in":"path","description":"The unique identifier of organization","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"organization"}]},"/organization/{organization-id}/branding/favicon":{"get":{"tags":["organization.organizationalBranding"],"summary":"Get favicon for the navigation property branding from organization","description":"A custom icon (favicon) to replace a default Microsoft product favicon on a Microsoft Entra tenant.","operationId":"organization.GetBrandingFavicon","responses":{"2XX":{"description":"Retrieved media content","content":{"image/bmp":{"schema":{"type":"string","format":"binary"}},"image/jpg":{"schema":{"type":"string","format":"binary"}},"image/jpeg":{"schema":{"type":"string","format":"binary"}},"image/gif":{"schema":{"type":"string","format":"binary"}},"image/vnd.microsoft.icon":{"schema":{"type":"string","format":"binary"}},"image/png":{"schema":{"type":"string","format":"binary"}},"image/tiff":{"schema":{"type":"string","format":"binary"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}}},"put":{"tags":["organization.organizationalBranding"],"summary":"Update favicon for the navigation property branding in organization","description":"A custom icon (favicon) to replace a default Microsoft product favicon on a Microsoft Entra tenant.","operationId":"organization.UpdateBrandingFavicon","requestBody":{"description":"New media content.","content":{"image/bmp":{"schema":{"type":"string","format":"binary"}},"image/jpg":{"schema":{"type":"string","format":"binary"}},"image/jpeg":{"schema":{"type":"string","format":"binary"}},"image/gif":{"schema":{"type":"string","format":"binary"}},"image/vnd.microsoft.icon":{"schema":{"type":"string","format":"binary"}},"image/png":{"schema":{"type":"string","format":"binary"}},"image/tiff":{"schema":{"type":"string","format":"binary"}}},"required":true},"responses":{"2XX":{"description":"Success"},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}}},"delete":{"tags":["organization.organizationalBranding"],"summary":"Delete favicon for the navigation property branding in organization","description":"A custom icon (favicon) to replace a default Microsoft product favicon on a Microsoft Entra tenant.","operationId":"organization.DeleteBrandingFavicon","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"}}},"description":"Provides operations to manage the media for the organization entity.","parameters":[{"name":"organization-id","in":"path","description":"The unique identifier of organization","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"organization"}]},"/organization/{organization-id}/branding/headerLogo":{"get":{"tags":["organization.organizationalBranding"],"summary":"Get headerLogo for the navigation property branding from organization","description":"A company logo that appears in the header of the sign-in page. The allowed types are PNG or JPEG not larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo.","operationId":"organization.GetBrandingHeaderLogo","responses":{"2XX":{"description":"Retrieved media content","content":{"image/bmp":{"schema":{"type":"string","format":"binary"}},"image/jpg":{"schema":{"type":"string","format":"binary"}},"image/jpeg":{"schema":{"type":"string","format":"binary"}},"image/gif":{"schema":{"type":"string","format":"binary"}},"image/vnd.microsoft.icon":{"schema":{"type":"string","format":"binary"}},"image/png":{"schema":{"type":"string","format":"binary"}},"image/tiff":{"schema":{"type":"string","format":"binary"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}}},"put":{"tags":["organization.organizationalBranding"],"summary":"Update headerLogo for the navigation property branding in organization","description":"A company logo that appears in the header of the sign-in page. The allowed types are PNG or JPEG not larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo.","operationId":"organization.UpdateBrandingHeaderLogo","requestBody":{"description":"New media content.","content":{"image/bmp":{"schema":{"type":"string","format":"binary"}},"image/jpg":{"schema":{"type":"string","format":"binary"}},"image/jpeg":{"schema":{"type":"string","format":"binary"}},"image/gif":{"schema":{"type":"string","format":"binary"}},"image/vnd.microsoft.icon":{"schema":{"type":"string","format":"binary"}},"image/png":{"schema":{"type":"string","format":"binary"}},"image/tiff":{"schema":{"type":"string","format":"binary"}}},"required":true},"responses":{"2XX":{"description":"Success"},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}}},"delete":{"tags":["organization.organizationalBranding"],"summary":"Delete headerLogo for the navigation property branding in organization","description":"A company logo that appears in the header of the sign-in page. The allowed types are PNG or JPEG not larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo.","operationId":"organization.DeleteBrandingHeaderLogo","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"}}},"description":"Provides operations to manage the media for the organization entity.","parameters":[{"name":"organization-id","in":"path","description":"The unique identifier of organization","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"organization"}]},"/organization/{organization-id}/branding/localizations":{"get":{"tags":["organization.organizationalBranding"],"summary":"List localizations","description":"Retrieve all localization branding objects, including the default branding.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/organizationalbranding-list-localizations?view=graph-rest-1.0"},"operationId":"organization.branding.ListLocalizations","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.organizationalBrandingLocalizationCollectionResponse"},"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":["organization.organizationalBranding"],"summary":"Create organizationalBrandingLocalization","description":"Create a new organizationalBrandingLocalization object. This creates a localized branding and at the same time, the default branding if it doesn't exist. The default branding is created only once. It's loaded when a localized branding isn't configured for the user's browser language. To retrieve the default branding, see Get branding.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/organizationalbranding-post-localizations?view=graph-rest-1.0"},"operationId":"organization.branding.CreateLocalizations","requestBody":{"description":"New navigation property","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.organizationalBrandingLocalization"}}},"required":true},"responses":{"2XX":{"description":"Created navigation property.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.organizationalBrandingLocalization"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"description":"Provides operations to manage the localizations property of the microsoft.graph.organizationalBranding entity.","parameters":[{"name":"organization-id","in":"path","description":"The unique identifier of organization","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"organization"}]},"/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}":{"get":{"tags":["organization.organizationalBranding"],"summary":"Get organizationalBrandingLocalization","description":"Read the properties and relationships of an organizationalBrandingLocalization object. To retrieve a localization branding object, specify the value of id in the URL.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/organizationalbrandinglocalization-get?view=graph-rest-1.0"},"operationId":"organization.branding.GetLocalizations","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.organizationalBrandingLocalization"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"patch":{"tags":["organization.organizationalBranding"],"summary":"Update organizationalBrandingLocalization","description":"Update the properties of an organizationalBrandingLocalization object for a specific localization.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/organizationalbrandinglocalization-update?view=graph-rest-1.0"},"operationId":"organization.branding.UpdateLocalizations","requestBody":{"description":"New navigation property values","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.organizationalBrandingLocalization"}}},"required":true},"responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.organizationalBrandingLocalization"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"delete":{"tags":["organization.organizationalBranding"],"summary":"Delete organizationalBrandingLocalization","description":"Delete a localized branding object. To delete the organizationalBrandingLocalization object, all images (Stream types) must first be removed from the object.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/organizationalbrandinglocalization-delete?view=graph-rest-1.0"},"operationId":"organization.branding.DeleteLocalizations","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"},"description":"Provides operations to manage the localizations property of the microsoft.graph.organizationalBranding entity.","parameters":[{"name":"organization-id","in":"path","description":"The unique identifier of organization","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"organization"},{"name":"organizationalBrandingLocalization-id","in":"path","description":"The unique identifier of organizationalBrandingLocalization","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"organizationalBrandingLocalization"}]},"/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/backgroundImage":{"get":{"tags":["organization.organizationalBranding"],"summary":"Get backgroundImage for the navigation property localizations from organization","description":"Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image reduces bandwidth requirements and make the page load faster.","operationId":"organization.branding.GetLocalizationsBackgroundImage","responses":{"2XX":{"description":"Retrieved media content","content":{"image/bmp":{"schema":{"type":"string","format":"binary"}},"image/jpg":{"schema":{"type":"string","format":"binary"}},"image/jpeg":{"schema":{"type":"string","format":"binary"}},"image/gif":{"schema":{"type":"string","format":"binary"}},"image/vnd.microsoft.icon":{"schema":{"type":"string","format":"binary"}},"image/png":{"schema":{"type":"string","format":"binary"}},"image/tiff":{"schema":{"type":"string","format":"binary"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}}},"put":{"tags":["organization.organizationalBranding"],"summary":"Update backgroundImage for the navigation property localizations in organization","description":"Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image reduces bandwidth requirements and make the page load faster.","operationId":"organization.branding.UpdateLocalizationsBackgroundImage","requestBody":{"description":"New media content.","content":{"image/bmp":{"schema":{"type":"string","format":"binary"}},"image/jpg":{"schema":{"type":"string","format":"binary"}},"image/jpeg":{"schema":{"type":"string","format":"binary"}},"image/gif":{"schema":{"type":"string","format":"binary"}},"image/vnd.microsoft.icon":{"schema":{"type":"string","format":"binary"}},"image/png":{"schema":{"type":"string","format":"binary"}},"image/tiff":{"schema":{"type":"string","format":"binary"}}},"required":true},"responses":{"2XX":{"description":"Success"},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}}},"delete":{"tags":["organization.organizationalBranding"],"summary":"Delete backgroundImage for the navigation property localizations in organization","description":"Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image reduces bandwidth requirements and make the page load faster.","operationId":"organization.branding.DeleteLocalizationsBackgroundImage","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"}}},"description":"Provides operations to manage the media for the organization entity.","parameters":[{"name":"organization-id","in":"path","description":"The unique identifier of organization","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"organization"},{"name":"organizationalBrandingLocalization-id","in":"path","description":"The unique identifier of organizationalBrandingLocalization","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"organizationalBrandingLocalization"}]},"/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/bannerLogo":{"get":{"tags":["organization.organizationalBranding"],"summary":"Get organizationalBranding","description":"Retrieve the default organizational branding object, if the Accept-Language header is set to 0 or default. If no default organizational branding object exists, this method returns a 404 Not Found error. If the Accept-Language header is set to an existing locale identified by the value of its id, this method retrieves the branding for the specified locale. This method retrieves only non-Stream properties, for example, usernameHintText and signInPageText. To retrieve Stream types of the default branding, for example, bannerLogo and backgroundImage, use the GET organizationalBrandingLocalization method.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/organizationalbranding-get?view=graph-rest-1.0"},"operationId":"organization.branding.GetLocalizationsBannerLogo","responses":{"2XX":{"description":"Retrieved media content","content":{"image/bmp":{"schema":{"type":"string","format":"binary"}},"image/jpg":{"schema":{"type":"string","format":"binary"}},"image/jpeg":{"schema":{"type":"string","format":"binary"}},"image/gif":{"schema":{"type":"string","format":"binary"}},"image/vnd.microsoft.icon":{"schema":{"type":"string","format":"binary"}},"image/png":{"schema":{"type":"string","format":"binary"}},"image/tiff":{"schema":{"type":"string","format":"binary"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}}},"put":{"tags":["organization.organizationalBranding"],"summary":"Update organizationalBrandingLocalization","description":"Update the properties of an organizationalBrandingLocalization object for a specific localization.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/organizationalbrandinglocalization-update?view=graph-rest-1.0"},"operationId":"organization.branding.UpdateLocalizationsBannerLogo","requestBody":{"description":"New media content.","content":{"image/bmp":{"schema":{"type":"string","format":"binary"}},"image/jpg":{"schema":{"type":"string","format":"binary"}},"image/jpeg":{"schema":{"type":"string","format":"binary"}},"image/gif":{"schema":{"type":"string","format":"binary"}},"image/vnd.microsoft.icon":{"schema":{"type":"string","format":"binary"}},"image/png":{"schema":{"type":"string","format":"binary"}},"image/tiff":{"schema":{"type":"string","format":"binary"}}},"required":true},"responses":{"2XX":{"description":"Success"},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}}},"delete":{"tags":["organization.organizationalBranding"],"summary":"Delete bannerLogo for the navigation property localizations in organization","description":"A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG not larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo.","operationId":"organization.branding.DeleteLocalizationsBannerLogo","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"}}},"description":"Provides operations to manage the media for the organization entity.","parameters":[{"name":"organization-id","in":"path","description":"The unique identifier of organization","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"organization"},{"name":"organizationalBrandingLocalization-id","in":"path","description":"The unique identifier of organizationalBrandingLocalization","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"organizationalBrandingLocalization"}]},"/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/customCSS":{"get":{"tags":["organization.organizationalBranding"],"summary":"Get customCSS for the navigation property localizations from organization","description":"CSS styling that appears on the sign-in page. The allowed format is .css format only and not larger than 25 KB.","operationId":"organization.branding.GetLocalizationsCustomCSS","responses":{"2XX":{"description":"Retrieved media content","content":{"image/bmp":{"schema":{"type":"string","format":"binary"}},"image/jpg":{"schema":{"type":"string","format":"binary"}},"image/jpeg":{"schema":{"type":"string","format":"binary"}},"image/gif":{"schema":{"type":"string","format":"binary"}},"image/vnd.microsoft.icon":{"schema":{"type":"string","format":"binary"}},"image/png":{"schema":{"type":"string","format":"binary"}},"image/tiff":{"schema":{"type":"string","format":"binary"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}}},"put":{"tags":["organization.organizationalBranding"],"summary":"Update customCSS for the navigation property localizations in organization","description":"CSS styling that appears on the sign-in page. The allowed format is .css format only and not larger than 25 KB.","operationId":"organization.branding.UpdateLocalizationsCustomCSS","requestBody":{"description":"New media content.","content":{"image/bmp":{"schema":{"type":"string","format":"binary"}},"image/jpg":{"schema":{"type":"string","format":"binary"}},"image/jpeg":{"schema":{"type":"string","format":"binary"}},"image/gif":{"schema":{"type":"string","format":"binary"}},"image/vnd.microsoft.icon":{"schema":{"type":"string","format":"binary"}},"image/png":{"schema":{"type":"string","format":"binary"}},"image/tiff":{"schema":{"type":"string","format":"binary"}}},"required":true},"responses":{"2XX":{"description":"Success"},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}}},"delete":{"tags":["organization.organizationalBranding"],"summary":"Delete customCSS for the navigation property localizations in organization","description":"CSS styling that appears on the sign-in page. The allowed format is .css format only and not larger than 25 KB.","operationId":"organization.branding.DeleteLocalizationsCustomCSS","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"}}},"description":"Provides operations to manage the media for the organization entity.","parameters":[{"name":"organization-id","in":"path","description":"The unique identifier of organization","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"organization"},{"name":"organizationalBrandingLocalization-id","in":"path","description":"The unique identifier of organizationalBrandingLocalization","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"organizationalBrandingLocalization"}]},"/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/favicon":{"get":{"tags":["organization.organizationalBranding"],"summary":"Get favicon for the navigation property localizations from organization","description":"A custom icon (favicon) to replace a default Microsoft product favicon on a Microsoft Entra tenant.","operationId":"organization.branding.GetLocalizationsFavicon","responses":{"2XX":{"description":"Retrieved media content","content":{"image/bmp":{"schema":{"type":"string","format":"binary"}},"image/jpg":{"schema":{"type":"string","format":"binary"}},"image/jpeg":{"schema":{"type":"string","format":"binary"}},"image/gif":{"schema":{"type":"string","format":"binary"}},"image/vnd.microsoft.icon":{"schema":{"type":"string","format":"binary"}},"image/png":{"schema":{"type":"string","format":"binary"}},"image/tiff":{"schema":{"type":"string","format":"binary"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}}},"put":{"tags":["organization.organizationalBranding"],"summary":"Update favicon for the navigation property localizations in organization","description":"A custom icon (favicon) to replace a default Microsoft product favicon on a Microsoft Entra tenant.","operationId":"organization.branding.UpdateLocalizationsFavicon","requestBody":{"description":"New media content.","content":{"image/bmp":{"schema":{"type":"string","format":"binary"}},"image/jpg":{"schema":{"type":"string","format":"binary"}},"image/jpeg":{"schema":{"type":"string","format":"binary"}},"image/gif":{"schema":{"type":"string","format":"binary"}},"image/vnd.microsoft.icon":{"schema":{"type":"string","format":"binary"}},"image/png":{"schema":{"type":"string","format":"binary"}},"image/tiff":{"schema":{"type":"string","format":"binary"}}},"required":true},"responses":{"2XX":{"description":"Success"},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}}},"delete":{"tags":["organization.organizationalBranding"],"summary":"Delete favicon for the navigation property localizations in organization","description":"A custom icon (favicon) to replace a default Microsoft product favicon on a Microsoft Entra tenant.","operationId":"organization.branding.DeleteLocalizationsFavicon","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"}}},"description":"Provides operations to manage the media for the organization entity.","parameters":[{"name":"organization-id","in":"path","description":"The unique identifier of organization","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"organization"},{"name":"organizationalBrandingLocalization-id","in":"path","description":"The unique identifier of organizationalBrandingLocalization","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"organizationalBrandingLocalization"}]},"/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/headerLogo":{"get":{"tags":["organization.organizationalBranding"],"summary":"Get headerLogo for the navigation property localizations from organization","description":"A company logo that appears in the header of the sign-in page. The allowed types are PNG or JPEG not larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo.","operationId":"organization.branding.GetLocalizationsHeaderLogo","responses":{"2XX":{"description":"Retrieved media content","content":{"image/bmp":{"schema":{"type":"string","format":"binary"}},"image/jpg":{"schema":{"type":"string","format":"binary"}},"image/jpeg":{"schema":{"type":"string","format":"binary"}},"image/gif":{"schema":{"type":"string","format":"binary"}},"image/vnd.microsoft.icon":{"schema":{"type":"string","format":"binary"}},"image/png":{"schema":{"type":"string","format":"binary"}},"image/tiff":{"schema":{"type":"string","format":"binary"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}}},"put":{"tags":["organization.organizationalBranding"],"summary":"Update headerLogo for the navigation property localizations in organization","description":"A company logo that appears in the header of the sign-in page. The allowed types are PNG or JPEG not larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo.","operationId":"organization.branding.UpdateLocalizationsHeaderLogo","requestBody":{"description":"New media content.","content":{"image/bmp":{"schema":{"type":"string","format":"binary"}},"image/jpg":{"schema":{"type":"string","format":"binary"}},"image/jpeg":{"schema":{"type":"string","format":"binary"}},"image/gif":{"schema":{"type":"string","format":"binary"}},"image/vnd.microsoft.icon":{"schema":{"type":"string","format":"binary"}},"image/png":{"schema":{"type":"string","format":"binary"}},"image/tiff":{"schema":{"type":"string","format":"binary"}}},"required":true},"responses":{"2XX":{"description":"Success"},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}}},"delete":{"tags":["organization.organizationalBranding"],"summary":"Delete headerLogo for the navigation property localizations in organization","description":"A company logo that appears in the header of the sign-in page. The allowed types are PNG or JPEG not larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo.","operationId":"organization.branding.DeleteLocalizationsHeaderLogo","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"}}},"description":"Provides operations to manage the media for the organization entity.","parameters":[{"name":"organization-id","in":"path","description":"The unique identifier of organization","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"organization"},{"name":"organizationalBrandingLocalization-id","in":"path","description":"The unique identifier of organizationalBrandingLocalization","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"organizationalBrandingLocalization"}]},"/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogo":{"get":{"tags":["organization.organizationalBranding"],"summary":"Get squareLogo for the navigation property localizations from organization","description":"A square version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo.","operationId":"organization.branding.GetLocalizationsSquareLogo","responses":{"2XX":{"description":"Retrieved media content","content":{"image/bmp":{"schema":{"type":"string","format":"binary"}},"image/jpg":{"schema":{"type":"string","format":"binary"}},"image/jpeg":{"schema":{"type":"string","format":"binary"}},"image/gif":{"schema":{"type":"string","format":"binary"}},"image/vnd.microsoft.icon":{"schema":{"type":"string","format":"binary"}},"image/png":{"schema":{"type":"string","format":"binary"}},"image/tiff":{"schema":{"type":"string","format":"binary"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}}},"put":{"tags":["organization.organizationalBranding"],"summary":"Update squareLogo for the navigation property localizations in organization","description":"A square version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo.","operationId":"organization.branding.UpdateLocalizationsSquareLogo","requestBody":{"description":"New media content.","content":{"image/bmp":{"schema":{"type":"string","format":"binary"}},"image/jpg":{"schema":{"type":"string","format":"binary"}},"image/jpeg":{"schema":{"type":"string","format":"binary"}},"image/gif":{"schema":{"type":"string","format":"binary"}},"image/vnd.microsoft.icon":{"schema":{"type":"string","format":"binary"}},"image/png":{"schema":{"type":"string","format":"binary"}},"image/tiff":{"schema":{"type":"string","format":"binary"}}},"required":true},"responses":{"2XX":{"description":"Success"},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}}},"delete":{"tags":["organization.organizationalBranding"],"summary":"Delete squareLogo for the navigation property localizations in organization","description":"A square version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo.","operationId":"organization.branding.DeleteLocalizationsSquareLogo","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"}}},"description":"Provides operations to manage the media for the organization entity.","parameters":[{"name":"organization-id","in":"path","description":"The unique identifier of organization","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"organization"},{"name":"organizationalBrandingLocalization-id","in":"path","description":"The unique identifier of organizationalBrandingLocalization","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"organizationalBrandingLocalization"}]},"/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogoDark":{"get":{"tags":["organization.organizationalBranding"],"summary":"Get squareLogoDark for the navigation property localizations from organization","description":"A square dark version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo.","operationId":"organization.branding.GetLocalizationsSquareLogoDark","responses":{"2XX":{"description":"Retrieved media content","content":{"image/bmp":{"schema":{"type":"string","format":"binary"}},"image/jpg":{"schema":{"type":"string","format":"binary"}},"image/jpeg":{"schema":{"type":"string","format":"binary"}},"image/gif":{"schema":{"type":"string","format":"binary"}},"image/vnd.microsoft.icon":{"schema":{"type":"string","format":"binary"}},"image/png":{"schema":{"type":"string","format":"binary"}},"image/tiff":{"schema":{"type":"string","format":"binary"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}}},"put":{"tags":["organization.organizationalBranding"],"summary":"Update squareLogoDark for the navigation property localizations in organization","description":"A square dark version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo.","operationId":"organization.branding.UpdateLocalizationsSquareLogoDark","requestBody":{"description":"New media content.","content":{"image/bmp":{"schema":{"type":"string","format":"binary"}},"image/jpg":{"schema":{"type":"string","format":"binary"}},"image/jpeg":{"schema":{"type":"string","format":"binary"}},"image/gif":{"schema":{"type":"string","format":"binary"}},"image/vnd.microsoft.icon":{"schema":{"type":"string","format":"binary"}},"image/png":{"schema":{"type":"string","format":"binary"}},"image/tiff":{"schema":{"type":"string","format":"binary"}}},"required":true},"responses":{"2XX":{"description":"Success"},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}}},"delete":{"tags":["organization.organizationalBranding"],"summary":"Delete squareLogoDark for the navigation property localizations in organization","description":"A square dark version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo.","operationId":"organization.branding.DeleteLocalizationsSquareLogoDark","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"}}},"description":"Provides operations to manage the media for the organization entity.","parameters":[{"name":"organization-id","in":"path","description":"The unique identifier of organization","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"organization"},{"name":"organizationalBrandingLocalization-id","in":"path","description":"The unique identifier of organizationalBrandingLocalization","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"organizationalBrandingLocalization"}]},"/organization/{organization-id}/branding/localizations/$count":{"get":{"tags":["organization.organizationalBranding"],"summary":"Get the number of the resource","operationId":"organization.branding.localizations.GetCount-e39f","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"}}},"description":"Provides operations to count the resources in the collection.","parameters":[{"name":"organization-id","in":"path","description":"The unique identifier of organization","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"organization"}]},"/organization/{organization-id}/branding/squareLogo":{"get":{"tags":["organization.organizationalBranding"],"summary":"Get squareLogo for the navigation property branding from organization","description":"A square version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo.","operationId":"organization.GetBrandingSquareLogo","responses":{"2XX":{"description":"Retrieved media content","content":{"image/bmp":{"schema":{"type":"string","format":"binary"}},"image/jpg":{"schema":{"type":"string","format":"binary"}},"image/jpeg":{"schema":{"type":"string","format":"binary"}},"image/gif":{"schema":{"type":"string","format":"binary"}},"image/vnd.microsoft.icon":{"schema":{"type":"string","format":"binary"}},"image/png":{"schema":{"type":"string","format":"binary"}},"image/tiff":{"schema":{"type":"string","format":"binary"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}}},"put":{"tags":["organization.organizationalBranding"],"summary":"Update squareLogo for the navigation property branding in organization","description":"A square version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo.","operationId":"organization.UpdateBrandingSquareLogo","requestBody":{"description":"New media content.","content":{"image/bmp":{"schema":{"type":"string","format":"binary"}},"image/jpg":{"schema":{"type":"string","format":"binary"}},"image/jpeg":{"schema":{"type":"string","format":"binary"}},"image/gif":{"schema":{"type":"string","format":"binary"}},"image/vnd.microsoft.icon":{"schema":{"type":"string","format":"binary"}},"image/png":{"schema":{"type":"string","format":"binary"}},"image/tiff":{"schema":{"type":"string","format":"binary"}}},"required":true},"responses":{"2XX":{"description":"Success"},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}}},"delete":{"tags":["organization.organizationalBranding"],"summary":"Delete squareLogo for the navigation property branding in organization","description":"A square version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo.","operationId":"organization.DeleteBrandingSquareLogo","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"}}},"description":"Provides operations to manage the media for the organization entity.","parameters":[{"name":"organization-id","in":"path","description":"The unique identifier of organization","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"organization"}]},"/organization/{organization-id}/branding/squareLogoDark":{"get":{"tags":["organization.organizationalBranding"],"summary":"Get squareLogoDark for the navigation property branding from organization","description":"A square dark version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo.","operationId":"organization.GetBrandingSquareLogoDark","responses":{"2XX":{"description":"Retrieved media content","content":{"image/bmp":{"schema":{"type":"string","format":"binary"}},"image/jpg":{"schema":{"type":"string","format":"binary"}},"image/jpeg":{"schema":{"type":"string","format":"binary"}},"image/gif":{"schema":{"type":"string","format":"binary"}},"image/vnd.microsoft.icon":{"schema":{"type":"string","format":"binary"}},"image/png":{"schema":{"type":"string","format":"binary"}},"image/tiff":{"schema":{"type":"string","format":"binary"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}}},"put":{"tags":["organization.organizationalBranding"],"summary":"Update squareLogoDark for the navigation property branding in organization","description":"A square dark version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo.","operationId":"organization.UpdateBrandingSquareLogoDark","requestBody":{"description":"New media content.","content":{"image/bmp":{"schema":{"type":"string","format":"binary"}},"image/jpg":{"schema":{"type":"string","format":"binary"}},"image/jpeg":{"schema":{"type":"string","format":"binary"}},"image/gif":{"schema":{"type":"string","format":"binary"}},"image/vnd.microsoft.icon":{"schema":{"type":"string","format":"binary"}},"image/png":{"schema":{"type":"string","format":"binary"}},"image/tiff":{"schema":{"type":"string","format":"binary"}}},"required":true},"responses":{"2XX":{"description":"Success"},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}}},"delete":{"tags":["organization.organizationalBranding"],"summary":"Delete squareLogoDark for the navigation property branding in organization","description":"A square dark version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo.","operationId":"organization.DeleteBrandingSquareLogoDark","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"}}},"description":"Provides operations to manage the media for the organization entity.","parameters":[{"name":"organization-id","in":"path","description":"The unique identifier of organization","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"organization"}]},"/organization/{organization-id}/certificateBasedAuthConfiguration":{"get":{"tags":["organization.certificateBasedAuthConfiguration"],"summary":"List certificateBasedAuthConfigurations","description":"Get a list of certificateBasedAuthConfiguration objects.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/certificatebasedauthconfiguration-list?view=graph-rest-1.0"},"operationId":"organization.ListCertificateBasedAuthConfiguration","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.certificateBasedAuthConfigurationCollectionResponse"},"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":["organization.certificateBasedAuthConfiguration"],"summary":"Create certificateBasedAuthConfiguration","description":"Create a new certificateBasedAuthConfiguration object.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/certificatebasedauthconfiguration-post-certificatebasedauthconfiguration?view=graph-rest-1.0"},"operationId":"organization.CreateCertificateBasedAuthConfiguration","requestBody":{"description":"New navigation property","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.certificateBasedAuthConfiguration"}}},"required":true},"responses":{"2XX":{"description":"Created navigation property.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.certificateBasedAuthConfiguration"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"description":"Provides operations to manage the certificateBasedAuthConfiguration property of the microsoft.graph.organization entity.","parameters":[{"name":"organization-id","in":"path","description":"The unique identifier of organization","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"organization"}]},"/organization/{organization-id}/certificateBasedAuthConfiguration/{certificateBasedAuthConfiguration-id}":{"get":{"tags":["organization.certificateBasedAuthConfiguration"],"summary":"Get certificateBasedAuthConfiguration","description":"Get the properties of a certificateBasedAuthConfiguration object.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/certificatebasedauthconfiguration-get?view=graph-rest-1.0"},"operationId":"organization.GetCertificateBasedAuthConfiguration","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.certificateBasedAuthConfiguration"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"delete":{"tags":["organization.certificateBasedAuthConfiguration"],"summary":"Delete certificateBasedAuthConfiguration","description":"Delete a certificateBasedAuthConfiguration object.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/certificatebasedauthconfiguration-delete?view=graph-rest-1.0"},"operationId":"organization.DeleteCertificateBasedAuthConfiguration","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"},"description":"Provides operations to manage the certificateBasedAuthConfiguration property of the microsoft.graph.organization entity.","parameters":[{"name":"organization-id","in":"path","description":"The unique identifier of organization","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"organization"},{"name":"certificateBasedAuthConfiguration-id","in":"path","description":"The unique identifier of certificateBasedAuthConfiguration","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"certificateBasedAuthConfiguration"}]},"/organization/{organization-id}/certificateBasedAuthConfiguration/$count":{"get":{"tags":["organization.certificateBasedAuthConfiguration"],"summary":"Get the number of the resource","operationId":"organization.certificateBasedAuthConfiguration.GetCount-8262","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"}}},"description":"Provides operations to count the resources in the collection.","parameters":[{"name":"organization-id","in":"path","description":"The unique identifier of organization","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"organization"}]},"/organization/{organization-id}/extensions":{"get":{"tags":["organization.extension"],"summary":"Get extensions from organization","description":"The collection of open extensions defined for the organization. Read-only. Nullable.","operationId":"organization.ListExtensions","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.extensionCollectionResponse"},"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":["organization.extension"],"summary":"Create new navigation property to extensions for organization","operationId":"organization.CreateExtensions","requestBody":{"description":"New navigation property","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.extension"}}},"required":true},"responses":{"2XX":{"description":"Created navigation property.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.extension"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"description":"Provides operations to manage the extensions property of the microsoft.graph.organization entity.","parameters":[{"name":"organization-id","in":"path","description":"The unique identifier of organization","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"organization"}]},"/organization/{organization-id}/extensions/{extension-id}":{"get":{"tags":["organization.extension"],"summary":"Get extensions from organization","description":"The collection of open extensions defined for the organization. Read-only. Nullable.","operationId":"organization.GetExtensions","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.extension"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"patch":{"tags":["organization.extension"],"summary":"Update the navigation property extensions in organization","operationId":"organization.UpdateExtensions","requestBody":{"description":"New navigation property values","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.extension"}}},"required":true},"responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.extension"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"delete":{"tags":["organization.extension"],"summary":"Delete navigation property extensions for organization","operationId":"organization.DeleteExtensions","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"},"description":"Provides operations to manage the extensions property of the microsoft.graph.organization entity.","parameters":[{"name":"organization-id","in":"path","description":"The unique identifier of organization","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"organization"},{"name":"extension-id","in":"path","description":"The unique identifier of extension","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"extension"}]},"/organization/{organization-id}/extensions/$count":{"get":{"tags":["organization.extension"],"summary":"Get the number of the resource","operationId":"organization.extensions.GetCount-bee2","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"}}},"description":"Provides operations to count the resources in the collection.","parameters":[{"name":"organization-id","in":"path","description":"The unique identifier of organization","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"organization"}]},"/organization/{organization-id}/checkMemberGroups":{"post":{"tags":["organization.organization.Actions"],"summary":"Invoke action checkMemberGroups","description":"Check for membership in a specified list of group IDs, and return from that list the IDs of groups where a specified object is a member. The specified object can be of one of the following types:\r\n- user\r\n- group\r\n- service principal\r\n- organizational contact\r\n- device\r\n- directory object This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0"},"operationId":"organization.organization.checkMemberGroups","requestBody":{"description":"Action parameters","content":{"application/json":{"schema":{"type":"object","properties":{"groupIds":{"type":"array","items":{"type":"string"}}}}}},"required":true},"responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/BaseCollectionPaginationCountResponse"},{"type":"object","properties":{"value":{"type":"array","items":{"type":"string"}}}}]}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"action","x-ms-pageable":{"nextLinkName":"@odata.nextLink","operationName":"listMore"}},"description":"Provides operations to call the checkMemberGroups method.","parameters":[{"name":"organization-id","in":"path","description":"The unique identifier of organization","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"organization"}]},"/organization/{organization-id}/checkMemberObjects":{"post":{"tags":["organization.organization.Actions"],"summary":"Invoke action checkMemberObjects","operationId":"organization.organization.checkMemberObjects","requestBody":{"description":"Action parameters","content":{"application/json":{"schema":{"type":"object","properties":{"ids":{"type":"array","items":{"type":"string"}}}}}},"required":true},"responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/BaseCollectionPaginationCountResponse"},{"type":"object","properties":{"value":{"type":"array","items":{"type":"string"}}}}]}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"action","x-ms-pageable":{"nextLinkName":"@odata.nextLink","operationName":"listMore"}},"description":"Provides operations to call the checkMemberObjects method.","parameters":[{"name":"organization-id","in":"path","description":"The unique identifier of organization","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"organization"}]},"/organization/{organization-id}/getMemberGroups":{"post":{"tags":["organization.organization.Actions"],"summary":"Invoke action getMemberGroups","description":"Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the DirectoryResultSizeLimitExceeded error code. If you get the DirectoryResultSizeLimitExceeded error code, use the List group transitive memberOf API instead.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0"},"operationId":"organization.organization.getMemberGroups","requestBody":{"description":"Action parameters","content":{"application/json":{"schema":{"type":"object","properties":{"securityEnabledOnly":{"type":"boolean","default":false,"nullable":true}}}}},"required":true},"responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/BaseCollectionPaginationCountResponse"},{"type":"object","properties":{"value":{"type":"array","items":{"type":"string"}}}}]}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"action","x-ms-pageable":{"nextLinkName":"@odata.nextLink","operationName":"listMore"}},"description":"Provides operations to call the getMemberGroups method.","parameters":[{"name":"organization-id","in":"path","description":"The unique identifier of organization","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"organization"}]},"/organization/{organization-id}/getMemberObjects":{"post":{"tags":["organization.organization.Actions"],"summary":"Invoke action getMemberObjects","description":"Return all IDs for the groups, administrative units, and directory roles that an object of one of the following types is a member of:\r\n- user\r\n- group\r\n- service principal\r\n- organizational contact\r\n- device\r\n- directory object This function is transitive. Only users and role-enabled groups can be members of directory roles.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0"},"operationId":"organization.organization.getMemberObjects","requestBody":{"description":"Action parameters","content":{"application/json":{"schema":{"type":"object","properties":{"securityEnabledOnly":{"type":"boolean","default":false,"nullable":true}}}}},"required":true},"responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/BaseCollectionPaginationCountResponse"},{"type":"object","properties":{"value":{"type":"array","items":{"type":"string"}}}}]}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"action","x-ms-pageable":{"nextLinkName":"@odata.nextLink","operationName":"listMore"}},"description":"Provides operations to call the getMemberObjects method.","parameters":[{"name":"organization-id","in":"path","description":"The unique identifier of organization","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"organization"}]},"/organization/{organization-id}/restore":{"post":{"tags":["organization.organization.Actions"],"summary":"Invoke action restore","description":"Restore a recently deleted directory object from deleted items. The following types are supported:\r\n- administrativeUnit\r\n- application\r\n- agentIdentityBlueprint\r\n- agentIdentity\r\n- agentIdentityBlueprintPrincipal\r\n- agentUser\r\n- certificateBasedAuthPki\r\n- certificateAuthorityDetail\r\n- group\r\n- servicePrincipal\r\n- user If an item is accidentally deleted, you can fully restore the item. Additionally, restoring an application doesn't automatically restore the associated service principal automatically. You must call this API to explicitly restore the deleted service principal. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0"},"operationId":"organization.organization.restore","responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.directoryObject"},{"type":"object","nullable":true}]}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"action"},"description":"Provides operations to call the restore method.","parameters":[{"name":"organization-id","in":"path","description":"The unique identifier of organization","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"organization"}]},"/organization/{organization-id}/setMobileDeviceManagementAuthority":{"post":{"tags":["organization.organization.Actions"],"summary":"Invoke action setMobileDeviceManagementAuthority","description":"Set mobile device management authority","operationId":"organization.organization.setMobileDeviceManagementAuthority","responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"value":{"maximum":2147483647,"minimum":-2147483648,"type":"number","format":"int32"}}}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"action"},"description":"Provides operations to call the setMobileDeviceManagementAuthority method.","parameters":[{"name":"organization-id","in":"path","description":"The unique identifier of organization","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"organization"}]},"/organization/$count":{"get":{"tags":["organization.organization"],"summary":"Get the number of the resource","operationId":"organization.GetCount-9453","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"}}},"description":"Provides operations to count the resources in the collection."},"/organization/delta()":{"get":{"tags":["organization.organization.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.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-1.0"},"operationId":"organization.delta","parameters":[{"$ref":"#/components/parameters/top"},{"$ref":"#/components/parameters/skip"},{"$ref":"#/components/parameters/search"},{"$ref":"#/components/parameters/filter"},{"$ref":"#/components/parameters/count"},{"name":"$select","in":"query","description":"Select properties to be returned","style":"form","explode":false,"schema":{"uniqueItems":true,"type":"array","items":{"type":"string"}}},{"name":"$orderby","in":"query","description":"Order items by property values","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":"Success","content":{"application/json":{"schema":{"title":"Collection of directoryObject","type":"object","allOf":[{"$ref":"#/components/schemas/BaseDeltaFunctionResponse"},{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.directoryObject"}}}}]}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"function","x-ms-pageable":{"nextLinkName":"@odata.nextLink","operationName":"listMore"}},"description":"Provides operations to call the delta method."},"/organization/getAvailableExtensionProperties":{"post":{"tags":["organization.organization.Actions"],"summary":"Invoke action getAvailableExtensionProperties","description":"Return all directory extension definitions that are registered in a directory, including through multitenant apps. The following entities support extension properties:","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0"},"operationId":"organization.getAvailableExtensionProperties","requestBody":{"description":"Action parameters","content":{"application/json":{"schema":{"type":"object","properties":{"isSyncedFromOnPremises":{"type":"boolean","default":false,"nullable":true}}}}},"required":true},"responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"title":"Collection of extensionProperty","type":"object","allOf":[{"$ref":"#/components/schemas/BaseCollectionPaginationCountResponse"},{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.extensionProperty"}}}}]}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"action","x-ms-pageable":{"nextLinkName":"@odata.nextLink","operationName":"listMore"}},"description":"Provides operations to call the getAvailableExtensionProperties method."},"/organization/getByIds":{"post":{"tags":["organization.organization.Actions"],"summary":"Invoke action getByIds","description":"Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to:","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0"},"operationId":"organization.getByIds","requestBody":{"description":"Action parameters","content":{"application/json":{"schema":{"type":"object","properties":{"ids":{"type":"array","items":{"type":"string"}},"types":{"type":"array","items":{"type":"string","nullable":true}}}}}},"required":true},"responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"title":"Collection of directoryObject","type":"object","allOf":[{"$ref":"#/components/schemas/BaseCollectionPaginationCountResponse"},{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.directoryObject"}}}}]}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"action","x-ms-pageable":{"nextLinkName":"@odata.nextLink","operationName":"listMore"}},"description":"Provides operations to call the getByIds method."},"/organization/validateProperties":{"post":{"tags":["organization.organization.Actions"],"summary":"Invoke action validateProperties","description":"Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:\r\n1. Validate the prefix and suffix naming policy\r\n2. Validate the custom banned words policy\r\n3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you're only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0"},"operationId":"organization.validateProperties","requestBody":{"description":"Action parameters","content":{"application/json":{"schema":{"type":"object","properties":{"entityType":{"type":"string","nullable":true},"displayName":{"type":"string","nullable":true},"mailNickname":{"type":"string","nullable":true},"onBehalfOfUserId":{"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","nullable":true}}}}},"required":true},"responses":{"204":{"description":"Success"},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"action"},"description":"Provides operations to call the validateProperties method."},"/reports":{"get":{"tags":["reports.reportRoot"],"summary":"Get reports","operationId":"reports.reportRoot.GetReportRoot","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 entity","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.reportRoot"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"patch":{"tags":["reports.reportRoot"],"summary":"Update reports","operationId":"reports.reportRoot.UpdateReportRoot","requestBody":{"description":"New property values","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.reportRoot"}}},"required":true},"responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.reportRoot"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"description":"Provides operations to manage the reportRoot singleton."},"/reports/authenticationMethods":{"get":{"tags":["reports.authenticationMethodsRoot"],"summary":"Get authenticationMethods from reports","description":"Container for navigation properties for Microsoft Entra authentication methods resources.","operationId":"reports.GetAuthenticationMethods","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.authenticationMethodsRoot"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"patch":{"tags":["reports.authenticationMethodsRoot"],"summary":"Update the navigation property authenticationMethods in reports","operationId":"reports.UpdateAuthenticationMethods","requestBody":{"description":"New navigation property values","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.authenticationMethodsRoot"}}},"required":true},"responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.authenticationMethodsRoot"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"delete":{"tags":["reports.authenticationMethodsRoot"],"summary":"Delete navigation property authenticationMethods for reports","operationId":"reports.DeleteAuthenticationMethods","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"},"description":"Provides operations to manage the authenticationMethods property of the microsoft.graph.reportRoot entity."},"/reports/authenticationMethods/usersRegisteredByFeature()":{"get":{"tags":["reports.authenticationMethodsRoot"],"summary":"Invoke function usersRegisteredByFeature","description":"Get the number of users capable of multi-factor authentication, self-service password reset, and passwordless authentication.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/authenticationmethodsroot-usersregisteredbyfeature?view=graph-rest-1.0"},"operationId":"reports.authenticationMethods.usersRegisteredByFeature-07f2","responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.userRegistrationFeatureSummary"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"function"},"description":"Provides operations to call the usersRegisteredByFeature method.","x-ms-docs-grouped-path":["/reports/authenticationMethods/usersRegisteredByFeature(includedUserTypes='{includedUserTypes}',includedUserRoles='{includedUserRoles}')"]},"/reports/authenticationMethods/usersRegisteredByFeature(includedUserTypes='{includedUserTypes}',includedUserRoles='{includedUserRoles}')":{"get":{"tags":["reports.authenticationMethodsRoot"],"summary":"Invoke function usersRegisteredByFeature","operationId":"reports.authenticationMethods.usersRegisteredByFeature-b345","responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.userRegistrationFeatureSummary"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"function"},"description":"Provides operations to call the usersRegisteredByFeature method.","parameters":[{"name":"includedUserTypes","in":"path","description":"Usage: includedUserTypes='{includedUserTypes}'","required":true,"schema":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.includedUserTypes"},{"type":"object","nullable":true}]}},{"name":"includedUserRoles","in":"path","description":"Usage: includedUserRoles='{includedUserRoles}'","required":true,"schema":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.includedUserRoles"},{"type":"object","nullable":true}]}}],"x-ms-docs-grouped-path":["/reports/authenticationMethods/usersRegisteredByFeature()"]},"/reports/authenticationMethods/usersRegisteredByMethod()":{"get":{"tags":["reports.authenticationMethodsRoot"],"summary":"Invoke function usersRegisteredByMethod","description":"Get the number of users registered for each authentication method.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/authenticationmethodsroot-usersregisteredbymethod?view=graph-rest-1.0"},"operationId":"reports.authenticationMethods.usersRegisteredByMethod-d25d","responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.userRegistrationMethodSummary"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"function"},"description":"Provides operations to call the usersRegisteredByMethod method.","x-ms-docs-grouped-path":["/reports/authenticationMethods/usersRegisteredByMethod(includedUserTypes='{includedUserTypes}',includedUserRoles='{includedUserRoles}')"]},"/reports/authenticationMethods/usersRegisteredByMethod(includedUserTypes='{includedUserTypes}',includedUserRoles='{includedUserRoles}')":{"get":{"tags":["reports.authenticationMethodsRoot"],"summary":"Invoke function usersRegisteredByMethod","operationId":"reports.authenticationMethods.usersRegisteredByMethod-fb94","responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.userRegistrationMethodSummary"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"function"},"description":"Provides operations to call the usersRegisteredByMethod method.","parameters":[{"name":"includedUserTypes","in":"path","description":"Usage: includedUserTypes='{includedUserTypes}'","required":true,"schema":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.includedUserTypes"},{"type":"object","nullable":true}]}},{"name":"includedUserRoles","in":"path","description":"Usage: includedUserRoles='{includedUserRoles}'","required":true,"schema":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.includedUserRoles"},{"type":"object","nullable":true}]}}],"x-ms-docs-grouped-path":["/reports/authenticationMethods/usersRegisteredByMethod()"]},"/reports/authenticationMethods/userRegistrationDetails":{"get":{"tags":["reports.authenticationMethodsRoot"],"summary":"List userRegistrationDetails","description":"Get a list of the authentication methods registered for a user as defined in the userRegistrationDetails object. This method doesn't work for disabled users. ","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/authenticationmethodsroot-list-userregistrationdetails?view=graph-rest-1.0"},"operationId":"reports.authenticationMethods.ListUserRegistrationDetails","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.userRegistrationDetailsCollectionResponse"},"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":["reports.authenticationMethodsRoot"],"summary":"Create new navigation property to userRegistrationDetails for reports","operationId":"reports.authenticationMethods.CreateUserRegistrationDetails","requestBody":{"description":"New navigation property","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.userRegistrationDetails"}}},"required":true},"responses":{"2XX":{"description":"Created navigation property.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.userRegistrationDetails"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"description":"Provides operations to manage the userRegistrationDetails property of the microsoft.graph.authenticationMethodsRoot entity."},"/reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails-id}":{"get":{"tags":["reports.authenticationMethodsRoot"],"summary":"Get userRegistrationDetails","description":"Read the properties and relationships of a userRegistrationDetails object.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/userregistrationdetails-get?view=graph-rest-1.0"},"operationId":"reports.authenticationMethods.GetUserRegistrationDetails","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.userRegistrationDetails"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"patch":{"tags":["reports.authenticationMethodsRoot"],"summary":"Update the navigation property userRegistrationDetails in reports","operationId":"reports.authenticationMethods.UpdateUserRegistrationDetails","requestBody":{"description":"New navigation property values","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.userRegistrationDetails"}}},"required":true},"responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.userRegistrationDetails"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"delete":{"tags":["reports.authenticationMethodsRoot"],"summary":"Delete navigation property userRegistrationDetails for reports","operationId":"reports.authenticationMethods.DeleteUserRegistrationDetails","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"},"description":"Provides operations to manage the userRegistrationDetails property of the microsoft.graph.authenticationMethodsRoot entity.","parameters":[{"name":"userRegistrationDetails-id","in":"path","description":"The unique identifier of userRegistrationDetails","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"userRegistrationDetails"}]},"/reports/authenticationMethods/userRegistrationDetails/$count":{"get":{"tags":["reports.authenticationMethodsRoot"],"summary":"Get the number of the resource","operationId":"reports.authenticationMethods.userRegistrationDetails.GetCount-0ab7","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"}}},"description":"Provides operations to count the resources in the collection."},"/reports/dailyPrintUsageByPrinter":{"get":{"tags":["reports.printUsageByPrinter"],"summary":"List dailyPrintUsageByPrinter","description":"Retrieve a list of daily print usage summaries, grouped by printer.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/reportroot-list-dailyprintusagebyprinter?view=graph-rest-1.0"},"operationId":"reports.ListDailyPrintUsageByPrinter","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.printUsageByPrinterCollectionResponse"},"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":["reports.printUsageByPrinter"],"summary":"Create new navigation property to dailyPrintUsageByPrinter for reports","operationId":"reports.CreateDailyPrintUsageByPrinter","requestBody":{"description":"New navigation property","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.printUsageByPrinter"}}},"required":true},"responses":{"2XX":{"description":"Created navigation property.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.printUsageByPrinter"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"description":"Provides operations to manage the dailyPrintUsageByPrinter property of the microsoft.graph.reportRoot entity."},"/reports/dailyPrintUsageByPrinter/{printUsageByPrinter-id}":{"get":{"tags":["reports.printUsageByPrinter"],"summary":"Get printUsageByPrinter","description":"Retrieve a usage summary for a printer for a particular time period. For descriptions of each of the endpoints, see printUsageByPrinter.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/printusagebyprinter-get?view=graph-rest-1.0"},"operationId":"reports.GetDailyPrintUsageByPrinter","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.printUsageByPrinter"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"patch":{"tags":["reports.printUsageByPrinter"],"summary":"Update the navigation property dailyPrintUsageByPrinter in reports","operationId":"reports.UpdateDailyPrintUsageByPrinter","requestBody":{"description":"New navigation property values","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.printUsageByPrinter"}}},"required":true},"responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.printUsageByPrinter"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"delete":{"tags":["reports.printUsageByPrinter"],"summary":"Delete navigation property dailyPrintUsageByPrinter for reports","operationId":"reports.DeleteDailyPrintUsageByPrinter","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"},"description":"Provides operations to manage the dailyPrintUsageByPrinter property of the microsoft.graph.reportRoot entity.","parameters":[{"name":"printUsageByPrinter-id","in":"path","description":"The unique identifier of printUsageByPrinter","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"printUsageByPrinter"}]},"/reports/dailyPrintUsageByPrinter/$count":{"get":{"tags":["reports.printUsageByPrinter"],"summary":"Get the number of the resource","operationId":"reports.dailyPrintUsageByPrinter.GetCount-73e4","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"}}},"description":"Provides operations to count the resources in the collection."},"/reports/dailyPrintUsageByUser":{"get":{"tags":["reports.printUsageByUser"],"summary":"List dailyPrintUsageByUser","description":"Retrieve a list of daily print usage summaries, grouped by user.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/reportroot-list-dailyprintusagebyuser?view=graph-rest-1.0"},"operationId":"reports.ListDailyPrintUsageByUser","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.printUsageByUserCollectionResponse"},"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":["reports.printUsageByUser"],"summary":"Create new navigation property to dailyPrintUsageByUser for reports","operationId":"reports.CreateDailyPrintUsageByUser","requestBody":{"description":"New navigation property","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.printUsageByUser"}}},"required":true},"responses":{"2XX":{"description":"Created navigation property.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.printUsageByUser"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"description":"Provides operations to manage the dailyPrintUsageByUser property of the microsoft.graph.reportRoot entity."},"/reports/dailyPrintUsageByUser/{printUsageByUser-id}":{"get":{"tags":["reports.printUsageByUser"],"summary":"Get printUsageByUser","description":"Retrieve a user's usage summary for a particular time period. For descriptions of each endpoint, see printUsageByUser.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/printusagebyuser-get?view=graph-rest-1.0"},"operationId":"reports.GetDailyPrintUsageByUser","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.printUsageByUser"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"patch":{"tags":["reports.printUsageByUser"],"summary":"Update the navigation property dailyPrintUsageByUser in reports","operationId":"reports.UpdateDailyPrintUsageByUser","requestBody":{"description":"New navigation property values","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.printUsageByUser"}}},"required":true},"responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.printUsageByUser"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"delete":{"tags":["reports.printUsageByUser"],"summary":"Delete navigation property dailyPrintUsageByUser for reports","operationId":"reports.DeleteDailyPrintUsageByUser","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"},"description":"Provides operations to manage the dailyPrintUsageByUser property of the microsoft.graph.reportRoot entity.","parameters":[{"name":"printUsageByUser-id","in":"path","description":"The unique identifier of printUsageByUser","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"printUsageByUser"}]},"/reports/dailyPrintUsageByUser/$count":{"get":{"tags":["reports.printUsageByUser"],"summary":"Get the number of the resource","operationId":"reports.dailyPrintUsageByUser.GetCount-e839","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"}}},"description":"Provides operations to count the resources in the collection."},"/reports/deviceConfigurationDeviceActivity()":{"get":{"tags":["reports.reportRoot.Functions"],"summary":"Invoke function deviceConfigurationDeviceActivity","description":"Metadata for the device configuration device activity report","operationId":"reports.deviceConfigurationDeviceActivity","responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.report"},{"type":"object","nullable":true}]}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"function"},"description":"Provides operations to call the deviceConfigurationDeviceActivity method."},"/reports/deviceConfigurationUserActivity()":{"get":{"tags":["reports.reportRoot.Functions"],"summary":"Invoke function deviceConfigurationUserActivity","description":"Metadata for the device configuration user activity report","operationId":"reports.deviceConfigurationUserActivity","responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.report"},{"type":"object","nullable":true}]}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"function"},"description":"Provides operations to call the deviceConfigurationUserActivity method."},"/reports/getEmailActivityCounts(period='{period}')":{"get":{"tags":["reports.reportRoot.Functions"],"summary":"Invoke function getEmailActivityCounts","description":"Enables you to understand the trends of email activity (like how many were sent, read, and received) in your organization.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/reportroot-getemailactivitycounts?view=graph-rest-1.0"},"operationId":"reports.getEmailActivityCounts","responses":{"2XX":{"description":"Success","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"function"},"description":"Provides operations to call the getEmailActivityCounts method.","parameters":[{"name":"period","in":"path","description":"Usage: period='{period}'","required":true,"schema":{"type":"string"}}]},"/reports/getEmailActivityUserCounts(period='{period}')":{"get":{"tags":["reports.reportRoot.Functions"],"summary":"Invoke function getEmailActivityUserCounts","description":"Enables you to understand trends on the number of unique users who are performing email activities like send, read, and receive.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/reportroot-getemailactivityusercounts?view=graph-rest-1.0"},"operationId":"reports.getEmailActivityUserCounts","responses":{"2XX":{"description":"Success","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"function"},"description":"Provides operations to call the getEmailActivityUserCounts method.","parameters":[{"name":"period","in":"path","description":"Usage: period='{period}'","required":true,"schema":{"type":"string"}}]},"/reports/getEmailActivityUserDetail(date={date})":{"get":{"tags":["reports.reportRoot.Functions"],"summary":"Invoke function getEmailActivityUserDetail","description":"Get details about email activity users have performed.","operationId":"reports.getEmailActivityUserDetail-4d91","responses":{"2XX":{"description":"Success","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"function"},"description":"Provides operations to call the getEmailActivityUserDetail method.","parameters":[{"name":"date","in":"path","description":"Usage: date={date}","required":true,"schema":{"pattern":"^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$","type":"string","format":"date"}}],"x-ms-docs-grouped-path":["/reports/getEmailActivityUserDetail(period='{period}')"]},"/reports/getEmailActivityUserDetail(period='{period}')":{"get":{"tags":["reports.reportRoot.Functions"],"summary":"Invoke function getEmailActivityUserDetail","description":"Get details about email activity users have performed.","operationId":"reports.getEmailActivityUserDetail-6549","responses":{"2XX":{"description":"Success","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"function"},"description":"Provides operations to call the getEmailActivityUserDetail method.","parameters":[{"name":"period","in":"path","description":"Usage: period='{period}'","required":true,"schema":{"type":"string"}}],"x-ms-docs-grouped-path":["/reports/getEmailActivityUserDetail(date={date})"]},"/reports/getEmailAppUsageAppsUserCounts(period='{period}')":{"get":{"tags":["reports.reportRoot.Functions"],"summary":"Invoke function getEmailAppUsageAppsUserCounts","description":"Get the count of unique users per email app.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/reportroot-getemailappusageappsusercounts?view=graph-rest-1.0"},"operationId":"reports.getEmailAppUsageAppsUserCounts","responses":{"2XX":{"description":"Success","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"function"},"description":"Provides operations to call the getEmailAppUsageAppsUserCounts method.","parameters":[{"name":"period","in":"path","description":"Usage: period='{period}'","required":true,"schema":{"type":"string"}}]},"/reports/getEmailAppUsageUserCounts(period='{period}')":{"get":{"tags":["reports.reportRoot.Functions"],"summary":"Invoke function getEmailAppUsageUserCounts","description":"Get the count of unique users that connected to Exchange Online using any email app.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/reportroot-getemailappusageusercounts?view=graph-rest-1.0"},"operationId":"reports.getEmailAppUsageUserCounts","responses":{"2XX":{"description":"Success","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"function"},"description":"Provides operations to call the getEmailAppUsageUserCounts method.","parameters":[{"name":"period","in":"path","description":"Usage: period='{period}'","required":true,"schema":{"type":"string"}}]},"/reports/getEmailAppUsageUserDetail(date={date})":{"get":{"tags":["reports.reportRoot.Functions"],"summary":"Invoke function getEmailAppUsageUserDetail","description":"Get details about which activities users performed on the various email apps.","operationId":"reports.getEmailAppUsageUserDetail-d5d6","responses":{"2XX":{"description":"Success","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"function"},"description":"Provides operations to call the getEmailAppUsageUserDetail method.","parameters":[{"name":"date","in":"path","description":"Usage: date={date}","required":true,"schema":{"pattern":"^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$","type":"string","format":"date"}}],"x-ms-docs-grouped-path":["/reports/getEmailAppUsageUserDetail(period='{period}')"]},"/reports/getEmailAppUsageUserDetail(period='{period}')":{"get":{"tags":["reports.reportRoot.Functions"],"summary":"Invoke function getEmailAppUsageUserDetail","description":"Get details about which activities users performed on the various email apps.","operationId":"reports.getEmailAppUsageUserDetail-6aff","responses":{"2XX":{"description":"Success","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"function"},"description":"Provides operations to call the getEmailAppUsageUserDetail method.","parameters":[{"name":"period","in":"path","description":"Usage: period='{period}'","required":true,"schema":{"type":"string"}}],"x-ms-docs-grouped-path":["/reports/getEmailAppUsageUserDetail(date={date})"]},"/reports/getEmailAppUsageVersionsUserCounts(period='{period}')":{"get":{"tags":["reports.reportRoot.Functions"],"summary":"Invoke function getEmailAppUsageVersionsUserCounts","description":"Get the count of unique users by Outlook desktop version.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/reportroot-getemailappusageversionsusercounts?view=graph-rest-1.0"},"operationId":"reports.getEmailAppUsageVersionsUserCounts","responses":{"2XX":{"description":"Success","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"function"},"description":"Provides operations to call the getEmailAppUsageVersionsUserCounts method.","parameters":[{"name":"period","in":"path","description":"Usage: period='{period}'","required":true,"schema":{"type":"string"}}]},"/reports/getGroupArchivedPrintJobs(groupId='{groupId}',startDateTime={startDateTime},endDateTime={endDateTime})":{"get":{"tags":["reports.reportRoot.Functions"],"summary":"Invoke function getGroupArchivedPrintJobs","description":"Get a list of archived print jobs for a particular group.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/reports-getgrouparchivedprintjobs?view=graph-rest-1.0"},"operationId":"reports.getGroupArchivedPrintJobs","parameters":[{"$ref":"#/components/parameters/top"},{"$ref":"#/components/parameters/skip"},{"$ref":"#/components/parameters/search"},{"$ref":"#/components/parameters/filter"},{"$ref":"#/components/parameters/count"}],"responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/BaseCollectionPaginationCountResponse"},{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.archivedPrintJob"}}}}]}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"function","x-ms-pageable":{"nextLinkName":"@odata.nextLink","operationName":"listMore"}},"description":"Provides operations to call the getGroupArchivedPrintJobs method.","parameters":[{"name":"groupId","in":"path","description":"Usage: groupId='{groupId}'","required":true,"schema":{"type":"string"}},{"name":"startDateTime","in":"path","description":"Usage: startDateTime={startDateTime}","required":true,"schema":{"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}},{"name":"endDateTime","in":"path","description":"Usage: endDateTime={endDateTime}","required":true,"schema":{"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}}]},"/reports/getM365AppPlatformUserCounts(period='{period}')":{"get":{"tags":["reports.reportRoot.Functions"],"summary":"Invoke function getM365AppPlatformUserCounts","description":"Get a report that provides the trend of active users across all apps for each platform (Windows, Mac, web, and mobile) in your organization.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/reportroot-getm365appplatformusercounts?view=graph-rest-1.0"},"operationId":"reports.getM365AppPlatformUserCounts","responses":{"2XX":{"description":"Success","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"function"},"description":"Provides operations to call the getM365AppPlatformUserCounts method.","parameters":[{"name":"period","in":"path","description":"Usage: period='{period}'","required":true,"schema":{"type":"string"}}]},"/reports/getM365AppUserCounts(period='{period}')":{"get":{"tags":["reports.reportRoot.Functions"],"summary":"Invoke function getM365AppUserCounts","description":"Get a report that provides the trend in the number of active users for each app (Outlook, Word, Excel, PowerPoint, OneNote, and Teams) in your organization.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/reportroot-getm365appusercounts?view=graph-rest-1.0"},"operationId":"reports.getM365AppUserCounts","responses":{"2XX":{"description":"Success","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"function"},"description":"Provides operations to call the getM365AppUserCounts method.","parameters":[{"name":"period","in":"path","description":"Usage: period='{period}'","required":true,"schema":{"type":"string"}}]},"/reports/getM365AppUserDetail(date={date})":{"get":{"tags":["reports.reportRoot.Functions"],"summary":"Invoke function getM365AppUserDetail","description":"Get a report that provides the details about which apps and platforms users have used.","operationId":"reports.getM365AppUserDetail-0f08","responses":{"2XX":{"description":"Success","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"function"},"description":"Provides operations to call the getM365AppUserDetail method.","parameters":[{"name":"date","in":"path","description":"Usage: date={date}","required":true,"schema":{"pattern":"^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$","type":"string","format":"date"}}],"x-ms-docs-grouped-path":["/reports/getM365AppUserDetail(period='{period}')"]},"/reports/getM365AppUserDetail(period='{period}')":{"get":{"tags":["reports.reportRoot.Functions"],"summary":"Invoke function getM365AppUserDetail","description":"Get a report that provides the details about which apps and platforms users have used.","operationId":"reports.getM365AppUserDetail-8c91","responses":{"2XX":{"description":"Success","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"function"},"description":"Provides operations to call the getM365AppUserDetail method.","parameters":[{"name":"period","in":"path","description":"Usage: period='{period}'","required":true,"schema":{"type":"string"}}],"x-ms-docs-grouped-path":["/reports/getM365AppUserDetail(date={date})"]},"/reports/getMailboxUsageDetail(period='{period}')":{"get":{"tags":["reports.reportRoot.Functions"],"summary":"Invoke function getMailboxUsageDetail","description":"Get details about mailbox usage.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/reportroot-getmailboxusagedetail?view=graph-rest-1.0"},"operationId":"reports.getMailboxUsageDetail","responses":{"2XX":{"description":"Success","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"function"},"description":"Provides operations to call the getMailboxUsageDetail method.","parameters":[{"name":"period","in":"path","description":"Usage: period='{period}'","required":true,"schema":{"type":"string"}}]},"/reports/getMailboxUsageMailboxCounts(period='{period}')":{"get":{"tags":["reports.reportRoot.Functions"],"summary":"Invoke function getMailboxUsageMailboxCounts","description":"Get the total number of user mailboxes in your organization and how many are active each day of the reporting period. A mailbox is considered active if the user sent or read any email.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/reportroot-getmailboxusagemailboxcounts?view=graph-rest-1.0"},"operationId":"reports.getMailboxUsageMailboxCounts","responses":{"2XX":{"description":"Success","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"function"},"description":"Provides operations to call the getMailboxUsageMailboxCounts method.","parameters":[{"name":"period","in":"path","description":"Usage: period='{period}'","required":true,"schema":{"type":"string"}}]},"/reports/getMailboxUsageQuotaStatusMailboxCounts(period='{period}')":{"get":{"tags":["reports.reportRoot.Functions"],"summary":"Invoke function getMailboxUsageQuotaStatusMailboxCounts","description":"Get the count of user mailboxes in each quota category.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/reportroot-getmailboxusagequotastatusmailboxcounts?view=graph-rest-1.0"},"operationId":"reports.getMailboxUsageQuotaStatusMailboxCounts","responses":{"2XX":{"description":"Success","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"function"},"description":"Provides operations to call the getMailboxUsageQuotaStatusMailboxCounts method.","parameters":[{"name":"period","in":"path","description":"Usage: period='{period}'","required":true,"schema":{"type":"string"}}]},"/reports/getMailboxUsageStorage(period='{period}')":{"get":{"tags":["reports.reportRoot.Functions"],"summary":"Invoke function getMailboxUsageStorage","description":"Get the amount of storage used in your organization.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/reportroot-getmailboxusagestorage?view=graph-rest-1.0"},"operationId":"reports.getMailboxUsageStorage","responses":{"2XX":{"description":"Success","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"function"},"description":"Provides operations to call the getMailboxUsageStorage method.","parameters":[{"name":"period","in":"path","description":"Usage: period='{period}'","required":true,"schema":{"type":"string"}}]},"/reports/getOffice365ActivationCounts()":{"get":{"tags":["reports.reportRoot.Functions"],"summary":"Invoke function getOffice365ActivationCounts","description":"Get the count of Microsoft 365 activations on desktops and devices.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/reportroot-getoffice365activationcounts?view=graph-rest-1.0"},"operationId":"reports.getOffice365ActivationCounts","responses":{"2XX":{"description":"Success","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"function"},"description":"Provides operations to call the getOffice365ActivationCounts method."},"/reports/getOffice365ActivationsUserCounts()":{"get":{"tags":["reports.reportRoot.Functions"],"summary":"Invoke function getOffice365ActivationsUserCounts","description":"Get the count of users that are enabled and the ones that activated the Office subscription on desktop or devices or shared computers.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/reportroot-getoffice365activationsusercounts?view=graph-rest-1.0"},"operationId":"reports.getOffice365ActivationsUserCounts","responses":{"2XX":{"description":"Success","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"function"},"description":"Provides operations to call the getOffice365ActivationsUserCounts method."},"/reports/getOffice365ActivationsUserDetail()":{"get":{"tags":["reports.reportRoot.Functions"],"summary":"Invoke function getOffice365ActivationsUserDetail","description":"Get details about users who have activated Microsoft 365.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/reportroot-getoffice365activationsuserdetail?view=graph-rest-1.0"},"operationId":"reports.getOffice365ActivationsUserDetail","responses":{"2XX":{"description":"Success","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"function"},"description":"Provides operations to call the getOffice365ActivationsUserDetail method."},"/reports/getOffice365ActiveUserCounts(period='{period}')":{"get":{"tags":["reports.reportRoot.Functions"],"summary":"Invoke function getOffice365ActiveUserCounts","description":"Get the count of daily active users in the reporting period by product.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/reportroot-getoffice365activeusercounts?view=graph-rest-1.0"},"operationId":"reports.getOffice365ActiveUserCounts","responses":{"2XX":{"description":"Success","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"function"},"description":"Provides operations to call the getOffice365ActiveUserCounts method.","parameters":[{"name":"period","in":"path","description":"Usage: period='{period}'","required":true,"schema":{"type":"string"}}]},"/reports/getOffice365ActiveUserDetail(date={date})":{"get":{"tags":["reports.reportRoot.Functions"],"summary":"Invoke function getOffice365ActiveUserDetail","description":"Get details about Microsoft 365 active users.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/reportroot-getoffice365activeuserdetail?view=graph-rest-1.0"},"operationId":"reports.getOffice365ActiveUserDetail-b911","responses":{"2XX":{"description":"Success","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"function"},"description":"Provides operations to call the getOffice365ActiveUserDetail method.","parameters":[{"name":"date","in":"path","description":"Usage: date={date}","required":true,"schema":{"pattern":"^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$","type":"string","format":"date"}}],"x-ms-docs-grouped-path":["/reports/getOffice365ActiveUserDetail(period='{period}')"]},"/reports/getOffice365ActiveUserDetail(period='{period}')":{"get":{"tags":["reports.reportRoot.Functions"],"summary":"Invoke function getOffice365ActiveUserDetail","operationId":"reports.getOffice365ActiveUserDetail-3cc0","responses":{"2XX":{"description":"Success","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"function"},"description":"Provides operations to call the getOffice365ActiveUserDetail method.","parameters":[{"name":"period","in":"path","description":"Usage: period='{period}'","required":true,"schema":{"type":"string"}}],"x-ms-docs-grouped-path":["/reports/getOffice365ActiveUserDetail(date={date})"]},"/reports/getOffice365GroupsActivityCounts(period='{period}')":{"get":{"tags":["reports.reportRoot.Functions"],"summary":"Invoke function getOffice365GroupsActivityCounts","description":"Get the number of group activities across group workloads.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/reportroot-getoffice365groupsactivitycounts?view=graph-rest-1.0"},"operationId":"reports.getOffice365GroupsActivityCounts","responses":{"2XX":{"description":"Success","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"function"},"description":"Provides operations to call the getOffice365GroupsActivityCounts method.","parameters":[{"name":"period","in":"path","description":"Usage: period='{period}'","required":true,"schema":{"type":"string"}}]},"/reports/getOffice365GroupsActivityDetail(date={date})":{"get":{"tags":["reports.reportRoot.Functions"],"summary":"Invoke function getOffice365GroupsActivityDetail","description":"Get details about Microsoft 365 groups activity by group.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/reportroot-getoffice365groupsactivitydetail?view=graph-rest-1.0"},"operationId":"reports.getOffice365GroupsActivityDetail-87d6","responses":{"2XX":{"description":"Success","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"function"},"description":"Provides operations to call the getOffice365GroupsActivityDetail method.","parameters":[{"name":"date","in":"path","description":"Usage: date={date}","required":true,"schema":{"pattern":"^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$","type":"string","format":"date"}}],"x-ms-docs-grouped-path":["/reports/getOffice365GroupsActivityDetail(period='{period}')"]},"/reports/getOffice365GroupsActivityDetail(period='{period}')":{"get":{"tags":["reports.reportRoot.Functions"],"summary":"Invoke function getOffice365GroupsActivityDetail","operationId":"reports.getOffice365GroupsActivityDetail-fe77","responses":{"2XX":{"description":"Success","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"function"},"description":"Provides operations to call the getOffice365GroupsActivityDetail method.","parameters":[{"name":"period","in":"path","description":"Usage: period='{period}'","required":true,"schema":{"type":"string"}}],"x-ms-docs-grouped-path":["/reports/getOffice365GroupsActivityDetail(date={date})"]},"/reports/getOffice365GroupsActivityFileCounts(period='{period}')":{"get":{"tags":["reports.reportRoot.Functions"],"summary":"Invoke function getOffice365GroupsActivityFileCounts","description":"Get the total number of files and how many of them were active across all group sites associated with a Microsoft 365 group.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/reportroot-getoffice365groupsactivityfilecounts?view=graph-rest-1.0"},"operationId":"reports.getOffice365GroupsActivityFileCounts","responses":{"2XX":{"description":"Success","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"function"},"description":"Provides operations to call the getOffice365GroupsActivityFileCounts method.","parameters":[{"name":"period","in":"path","description":"Usage: period='{period}'","required":true,"schema":{"type":"string"}}]},"/reports/getOffice365GroupsActivityGroupCounts(period='{period}')":{"get":{"tags":["reports.reportRoot.Functions"],"summary":"Invoke function getOffice365GroupsActivityGroupCounts","description":"Get the daily total number of groups and how many of them were active based on email conversations, Yammer posts, and SharePoint file activities.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/reportroot-getoffice365groupsactivitygroupcounts?view=graph-rest-1.0"},"operationId":"reports.getOffice365GroupsActivityGroupCounts","responses":{"2XX":{"description":"Success","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"function"},"description":"Provides operations to call the getOffice365GroupsActivityGroupCounts method.","parameters":[{"name":"period","in":"path","description":"Usage: period='{period}'","required":true,"schema":{"type":"string"}}]},"/reports/getOffice365GroupsActivityStorage(period='{period}')":{"get":{"tags":["reports.reportRoot.Functions"],"summary":"Invoke function getOffice365GroupsActivityStorage","description":"Get the total storage used across all group mailboxes and group sites.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/reportroot-getoffice365groupsactivitystorage?view=graph-rest-1.0"},"operationId":"reports.getOffice365GroupsActivityStorage","responses":{"2XX":{"description":"Success","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"function"},"description":"Provides operations to call the getOffice365GroupsActivityStorage method.","parameters":[{"name":"period","in":"path","description":"Usage: period='{period}'","required":true,"schema":{"type":"string"}}]},"/reports/getOffice365ServicesUserCounts(period='{period}')":{"get":{"tags":["reports.reportRoot.Functions"],"summary":"Invoke function getOffice365ServicesUserCounts","description":"Get the count of users by activity type and service.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/reportroot-getoffice365servicesusercounts?view=graph-rest-1.0"},"operationId":"reports.getOffice365ServicesUserCounts","responses":{"2XX":{"description":"Success","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"function"},"description":"Provides operations to call the getOffice365ServicesUserCounts method.","parameters":[{"name":"period","in":"path","description":"Usage: period='{period}'","required":true,"schema":{"type":"string"}}]},"/reports/getOneDriveActivityFileCounts(period='{period}')":{"get":{"tags":["reports.reportRoot.Functions"],"summary":"Invoke function getOneDriveActivityFileCounts","description":"Get the number of unique, licensed users that performed file interactions against any OneDrive account.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/reportroot-getonedriveactivityfilecounts?view=graph-rest-1.0"},"operationId":"reports.getOneDriveActivityFileCounts","responses":{"2XX":{"description":"Success","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"function"},"description":"Provides operations to call the getOneDriveActivityFileCounts method.","parameters":[{"name":"period","in":"path","description":"Usage: period='{period}'","required":true,"schema":{"type":"string"}}]},"/reports/getOneDriveActivityUserCounts(period='{period}')":{"get":{"tags":["reports.reportRoot.Functions"],"summary":"Invoke function getOneDriveActivityUserCounts","description":"Get the trend in the number of active OneDrive users.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/reportroot-getonedriveactivityusercounts?view=graph-rest-1.0"},"operationId":"reports.getOneDriveActivityUserCounts","responses":{"2XX":{"description":"Success","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"function"},"description":"Provides operations to call the getOneDriveActivityUserCounts method.","parameters":[{"name":"period","in":"path","description":"Usage: period='{period}'","required":true,"schema":{"type":"string"}}]},"/reports/getOneDriveActivityUserDetail(date={date})":{"get":{"tags":["reports.reportRoot.Functions"],"summary":"Invoke function getOneDriveActivityUserDetail","description":"Get details about OneDrive activity by user.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/reportroot-getonedriveactivityuserdetail?view=graph-rest-1.0"},"operationId":"reports.getOneDriveActivityUserDetail-77b1","responses":{"2XX":{"description":"Success","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"function"},"description":"Provides operations to call the getOneDriveActivityUserDetail method.","parameters":[{"name":"date","in":"path","description":"Usage: date={date}","required":true,"schema":{"pattern":"^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$","type":"string","format":"date"}}],"x-ms-docs-grouped-path":["/reports/getOneDriveActivityUserDetail(period='{period}')"]},"/reports/getOneDriveActivityUserDetail(period='{period}')":{"get":{"tags":["reports.reportRoot.Functions"],"summary":"Invoke function getOneDriveActivityUserDetail","operationId":"reports.getOneDriveActivityUserDetail-657c","responses":{"2XX":{"description":"Success","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"function"},"description":"Provides operations to call the getOneDriveActivityUserDetail method.","parameters":[{"name":"period","in":"path","description":"Usage: period='{period}'","required":true,"schema":{"type":"string"}}],"x-ms-docs-grouped-path":["/reports/getOneDriveActivityUserDetail(date={date})"]},"/reports/getOneDriveUsageAccountCounts(period='{period}')":{"get":{"tags":["reports.reportRoot.Functions"],"summary":"Invoke function getOneDriveUsageAccountCounts","description":"Get the trend in the number of active OneDrive for Business sites. Any site on which users viewed, modified, uploaded, downloaded, shared, or synced files is considered an active site.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/reportroot-getonedriveusageaccountcounts?view=graph-rest-1.0"},"operationId":"reports.getOneDriveUsageAccountCounts","responses":{"2XX":{"description":"Success","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"function"},"description":"Provides operations to call the getOneDriveUsageAccountCounts method.","parameters":[{"name":"period","in":"path","description":"Usage: period='{period}'","required":true,"schema":{"type":"string"}}]},"/reports/getOneDriveUsageAccountDetail(date={date})":{"get":{"tags":["reports.reportRoot.Functions"],"summary":"Invoke function getOneDriveUsageAccountDetail","description":"Get details about OneDrive usage by account.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/reportroot-getonedriveusageaccountdetail?view=graph-rest-1.0"},"operationId":"reports.getOneDriveUsageAccountDetail-3b63","responses":{"2XX":{"description":"Success","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"function"},"description":"Provides operations to call the getOneDriveUsageAccountDetail method.","parameters":[{"name":"date","in":"path","description":"Usage: date={date}","required":true,"schema":{"pattern":"^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$","type":"string","format":"date"}}],"x-ms-docs-grouped-path":["/reports/getOneDriveUsageAccountDetail(period='{period}')"]},"/reports/getOneDriveUsageAccountDetail(period='{period}')":{"get":{"tags":["reports.reportRoot.Functions"],"summary":"Invoke function getOneDriveUsageAccountDetail","operationId":"reports.getOneDriveUsageAccountDetail-20b2","responses":{"2XX":{"description":"Success","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"function"},"description":"Provides operations to call the getOneDriveUsageAccountDetail method.","parameters":[{"name":"period","in":"path","description":"Usage: period='{period}'","required":true,"schema":{"type":"string"}}],"x-ms-docs-grouped-path":["/reports/getOneDriveUsageAccountDetail(date={date})"]},"/reports/getOneDriveUsageFileCounts(period='{period}')":{"get":{"tags":["reports.reportRoot.Functions"],"summary":"Invoke function getOneDriveUsageFileCounts","description":"Get the total number of files across all sites and how many are active files. A file is considered active if it has been saved, synced, modified, or shared within the specified time period.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/reportroot-getonedriveusagefilecounts?view=graph-rest-1.0"},"operationId":"reports.getOneDriveUsageFileCounts","responses":{"2XX":{"description":"Success","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"function"},"description":"Provides operations to call the getOneDriveUsageFileCounts method.","parameters":[{"name":"period","in":"path","description":"Usage: period='{period}'","required":true,"schema":{"type":"string"}}]},"/reports/getOneDriveUsageStorage(period='{period}')":{"get":{"tags":["reports.reportRoot.Functions"],"summary":"Invoke function getOneDriveUsageStorage","description":"Get the trend on the amount of storage you're using in OneDrive for Business.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/reportroot-getonedriveusagestorage?view=graph-rest-1.0"},"operationId":"reports.getOneDriveUsageStorage","responses":{"2XX":{"description":"Success","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"function"},"description":"Provides operations to call the getOneDriveUsageStorage method.","parameters":[{"name":"period","in":"path","description":"Usage: period='{period}'","required":true,"schema":{"type":"string"}}]},"/reports/getPrinterArchivedPrintJobs(printerId='{printerId}',startDateTime={startDateTime},endDateTime={endDateTime})":{"get":{"tags":["reports.reportRoot.Functions"],"summary":"Invoke function getPrinterArchivedPrintJobs","description":"Get a list of archived print jobs that were queued for particular printer.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/reports-getprinterarchivedprintjobs?view=graph-rest-1.0"},"operationId":"reports.getPrinterArchivedPrintJobs","parameters":[{"$ref":"#/components/parameters/top"},{"$ref":"#/components/parameters/skip"},{"$ref":"#/components/parameters/search"},{"$ref":"#/components/parameters/filter"},{"$ref":"#/components/parameters/count"}],"responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/BaseCollectionPaginationCountResponse"},{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.archivedPrintJob"}}}}]}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"function","x-ms-pageable":{"nextLinkName":"@odata.nextLink","operationName":"listMore"}},"description":"Provides operations to call the getPrinterArchivedPrintJobs method.","parameters":[{"name":"printerId","in":"path","description":"Usage: printerId='{printerId}'","required":true,"schema":{"type":"string"}},{"name":"startDateTime","in":"path","description":"Usage: startDateTime={startDateTime}","required":true,"schema":{"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}},{"name":"endDateTime","in":"path","description":"Usage: endDateTime={endDateTime}","required":true,"schema":{"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}}]},"/reports/getRelyingPartyDetailedSummary(period='{period}')":{"get":{"tags":["reports.reportRoot.Functions"],"summary":"Invoke function getRelyingPartyDetailedSummary","description":"Get a summary of AD FS relying parties information.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/reportroot-getrelyingpartydetailedsummary?view=graph-rest-1.0"},"operationId":"reports.getRelyingPartyDetailedSummary","parameters":[{"$ref":"#/components/parameters/top"},{"$ref":"#/components/parameters/skip"},{"$ref":"#/components/parameters/search"},{"$ref":"#/components/parameters/filter"},{"$ref":"#/components/parameters/count"},{"name":"$select","in":"query","description":"Select properties to be returned","style":"form","explode":false,"schema":{"uniqueItems":true,"type":"array","items":{"type":"string"}}},{"name":"$orderby","in":"query","description":"Order items by property values","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":"Success","content":{"application/json":{"schema":{"title":"Collection of relyingPartyDetailedSummary","type":"object","allOf":[{"$ref":"#/components/schemas/BaseCollectionPaginationCountResponse"},{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.relyingPartyDetailedSummary"}}}}]}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"function","x-ms-pageable":{"nextLinkName":"@odata.nextLink","operationName":"listMore"}},"description":"Provides operations to call the getRelyingPartyDetailedSummary method.","parameters":[{"name":"period","in":"path","description":"Usage: period='{period}'","required":true,"schema":{"type":"string"}}]},"/reports/getSharePointActivityFileCounts(period='{period}')":{"get":{"tags":["reports.reportRoot.Functions"],"summary":"Invoke function getSharePointActivityFileCounts","description":"Get the number of unique, licensed users who interacted with files stored on SharePoint sites.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/reportroot-getsharepointactivityfilecounts?view=graph-rest-1.0"},"operationId":"reports.getSharePointActivityFileCounts","responses":{"2XX":{"description":"Success","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"function"},"description":"Provides operations to call the getSharePointActivityFileCounts method.","parameters":[{"name":"period","in":"path","description":"Usage: period='{period}'","required":true,"schema":{"type":"string"}}]},"/reports/getSharePointActivityPages(period='{period}')":{"get":{"tags":["reports.reportRoot.Functions"],"summary":"Invoke function getSharePointActivityPages","description":"Get the number of unique pages visited by users.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/reportroot-getsharepointactivitypages?view=graph-rest-1.0"},"operationId":"reports.getSharePointActivityPages","responses":{"2XX":{"description":"Success","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"function"},"description":"Provides operations to call the getSharePointActivityPages method.","parameters":[{"name":"period","in":"path","description":"Usage: period='{period}'","required":true,"schema":{"type":"string"}}]},"/reports/getSharePointActivityUserCounts(period='{period}')":{"get":{"tags":["reports.reportRoot.Functions"],"summary":"Invoke function getSharePointActivityUserCounts","description":"Get the trend in the number of active users. A user is considered active if they have executed a file activity (save, sync, modify, or share) or visited a page within the specified time period.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/reportroot-getsharepointactivityusercounts?view=graph-rest-1.0"},"operationId":"reports.getSharePointActivityUserCounts","responses":{"2XX":{"description":"Success","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"function"},"description":"Provides operations to call the getSharePointActivityUserCounts method.","parameters":[{"name":"period","in":"path","description":"Usage: period='{period}'","required":true,"schema":{"type":"string"}}]},"/reports/getSharePointActivityUserDetail(date={date})":{"get":{"tags":["reports.reportRoot.Functions"],"summary":"Invoke function getSharePointActivityUserDetail","description":"Get details about SharePoint activity by user.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/reportroot-getsharepointactivityuserdetail?view=graph-rest-1.0"},"operationId":"reports.getSharePointActivityUserDetail-48b2","responses":{"2XX":{"description":"Success","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"function"},"description":"Provides operations to call the getSharePointActivityUserDetail method.","parameters":[{"name":"date","in":"path","description":"Usage: date={date}","required":true,"schema":{"pattern":"^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$","type":"string","format":"date"}}],"x-ms-docs-grouped-path":["/reports/getSharePointActivityUserDetail(period='{period}')"]},"/reports/getSharePointActivityUserDetail(period='{period}')":{"get":{"tags":["reports.reportRoot.Functions"],"summary":"Invoke function getSharePointActivityUserDetail","operationId":"reports.getSharePointActivityUserDetail-9e51","responses":{"2XX":{"description":"Success","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"function"},"description":"Provides operations to call the getSharePointActivityUserDetail method.","parameters":[{"name":"period","in":"path","description":"Usage: period='{period}'","required":true,"schema":{"type":"string"}}],"x-ms-docs-grouped-path":["/reports/getSharePointActivityUserDetail(date={date})"]},"/reports/getSharePointSiteUsageDetail(date={date})":{"get":{"tags":["reports.reportRoot.Functions"],"summary":"Invoke function getSharePointSiteUsageDetail","description":"Get details about SharePoint site usage.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/reportroot-getsharepointsiteusagedetail?view=graph-rest-1.0"},"operationId":"reports.getSharePointSiteUsageDetail-a4c0","responses":{"2XX":{"description":"Success","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"function"},"description":"Provides operations to call the getSharePointSiteUsageDetail method.","parameters":[{"name":"date","in":"path","description":"Usage: date={date}","required":true,"schema":{"pattern":"^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$","type":"string","format":"date"}}],"x-ms-docs-grouped-path":["/reports/getSharePointSiteUsageDetail(period='{period}')"]},"/reports/getSharePointSiteUsageDetail(period='{period}')":{"get":{"tags":["reports.reportRoot.Functions"],"summary":"Invoke function getSharePointSiteUsageDetail","operationId":"reports.getSharePointSiteUsageDetail-4fd6","responses":{"2XX":{"description":"Success","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"function"},"description":"Provides operations to call the getSharePointSiteUsageDetail method.","parameters":[{"name":"period","in":"path","description":"Usage: period='{period}'","required":true,"schema":{"type":"string"}}],"x-ms-docs-grouped-path":["/reports/getSharePointSiteUsageDetail(date={date})"]},"/reports/getSharePointSiteUsageFileCounts(period='{period}')":{"get":{"tags":["reports.reportRoot.Functions"],"summary":"Invoke function getSharePointSiteUsageFileCounts","description":"Get the total number of files across all sites and the number of active files. A file (user or system) is considered active if it has been saved, synced, modified, or shared within the specified time period.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/reportroot-getsharepointsiteusagefilecounts?view=graph-rest-1.0"},"operationId":"reports.getSharePointSiteUsageFileCounts","responses":{"2XX":{"description":"Success","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"function"},"description":"Provides operations to call the getSharePointSiteUsageFileCounts method.","parameters":[{"name":"period","in":"path","description":"Usage: period='{period}'","required":true,"schema":{"type":"string"}}]},"/reports/getSharePointSiteUsagePages(period='{period}')":{"get":{"tags":["reports.reportRoot.Functions"],"summary":"Invoke function getSharePointSiteUsagePages","description":"Get the number of pages viewed across all sites.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/reportroot-getsharepointsiteusagepages?view=graph-rest-1.0"},"operationId":"reports.getSharePointSiteUsagePages","responses":{"2XX":{"description":"Success","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"function"},"description":"Provides operations to call the getSharePointSiteUsagePages method.","parameters":[{"name":"period","in":"path","description":"Usage: period='{period}'","required":true,"schema":{"type":"string"}}]},"/reports/getSharePointSiteUsageSiteCounts(period='{period}')":{"get":{"tags":["reports.reportRoot.Functions"],"summary":"Invoke function getSharePointSiteUsageSiteCounts","description":"Get the trend of total and active site count during the reporting period.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/reportroot-getsharepointsiteusagesitecounts?view=graph-rest-1.0"},"operationId":"reports.getSharePointSiteUsageSiteCounts","responses":{"2XX":{"description":"Success","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"function"},"description":"Provides operations to call the getSharePointSiteUsageSiteCounts method.","parameters":[{"name":"period","in":"path","description":"Usage: period='{period}'","required":true,"schema":{"type":"string"}}]},"/reports/getSharePointSiteUsageStorage(period='{period}')":{"get":{"tags":["reports.reportRoot.Functions"],"summary":"Invoke function getSharePointSiteUsageStorage","description":"Get the trend of storage allocated and consumed during the reporting period.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/reportroot-getsharepointsiteusagestorage?view=graph-rest-1.0"},"operationId":"reports.getSharePointSiteUsageStorage","responses":{"2XX":{"description":"Success","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"function"},"description":"Provides operations to call the getSharePointSiteUsageStorage method.","parameters":[{"name":"period","in":"path","description":"Usage: period='{period}'","required":true,"schema":{"type":"string"}}]},"/reports/getSkypeForBusinessActivityCounts(period='{period}')":{"get":{"tags":["reports.reportRoot.Functions"],"summary":"Invoke function getSkypeForBusinessActivityCounts","description":"Get the trends on how many users organized and participated in conference sessions held in your organization through Skype for Business. The report also includes the number of peer-to-peer sessions.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessactivitycounts?view=graph-rest-1.0"},"operationId":"reports.getSkypeForBusinessActivityCounts","responses":{"2XX":{"description":"Success","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"function"},"description":"Provides operations to call the getSkypeForBusinessActivityCounts method.","parameters":[{"name":"period","in":"path","description":"Usage: period='{period}'","required":true,"schema":{"type":"string"}}]},"/reports/getSkypeForBusinessActivityUserCounts(period='{period}')":{"get":{"tags":["reports.reportRoot.Functions"],"summary":"Invoke function getSkypeForBusinessActivityUserCounts","description":"Get the trends on how many unique users organized and participated in conference sessions held in your organization through Skype for Business. The report also includes the number of peer-to-peer sessions.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessactivityusercounts?view=graph-rest-1.0"},"operationId":"reports.getSkypeForBusinessActivityUserCounts","responses":{"2XX":{"description":"Success","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"function"},"description":"Provides operations to call the getSkypeForBusinessActivityUserCounts method.","parameters":[{"name":"period","in":"path","description":"Usage: period='{period}'","required":true,"schema":{"type":"string"}}]},"/reports/getSkypeForBusinessActivityUserDetail(date={date})":{"get":{"tags":["reports.reportRoot.Functions"],"summary":"Invoke function getSkypeForBusinessActivityUserDetail","description":"Get details about Skype for Business activity by user.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessactivityuserdetail?view=graph-rest-1.0"},"operationId":"reports.getSkypeForBusinessActivityUserDetail-83d0","responses":{"2XX":{"description":"Success","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"function"},"description":"Provides operations to call the getSkypeForBusinessActivityUserDetail method.","parameters":[{"name":"date","in":"path","description":"Usage: date={date}","required":true,"schema":{"pattern":"^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$","type":"string","format":"date"}}],"x-ms-docs-grouped-path":["/reports/getSkypeForBusinessActivityUserDetail(period='{period}')"]},"/reports/getSkypeForBusinessActivityUserDetail(period='{period}')":{"get":{"tags":["reports.reportRoot.Functions"],"summary":"Invoke function getSkypeForBusinessActivityUserDetail","operationId":"reports.getSkypeForBusinessActivityUserDetail-74d9","responses":{"2XX":{"description":"Success","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"function"},"description":"Provides operations to call the getSkypeForBusinessActivityUserDetail method.","parameters":[{"name":"period","in":"path","description":"Usage: period='{period}'","required":true,"schema":{"type":"string"}}],"x-ms-docs-grouped-path":["/reports/getSkypeForBusinessActivityUserDetail(date={date})"]},"/reports/getSkypeForBusinessDeviceUsageDistributionUserCounts(period='{period}')":{"get":{"tags":["reports.reportRoot.Functions"],"summary":"Invoke function getSkypeForBusinessDeviceUsageDistributionUserCounts","description":"Get the number of users using unique devices in your organization. The report will show you the number of users per device including Windows, Windows phone, Android phone, iPhone, and iPad.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessdeviceusagedistributionusercounts?view=graph-rest-1.0"},"operationId":"reports.getSkypeForBusinessDeviceUsageDistributionUserCounts","responses":{"2XX":{"description":"Success","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"function"},"description":"Provides operations to call the getSkypeForBusinessDeviceUsageDistributionUserCounts method.","parameters":[{"name":"period","in":"path","description":"Usage: period='{period}'","required":true,"schema":{"type":"string"}}]},"/reports/getSkypeForBusinessDeviceUsageUserCounts(period='{period}')":{"get":{"tags":["reports.reportRoot.Functions"],"summary":"Invoke function getSkypeForBusinessDeviceUsageUserCounts","description":"Get the usage trends on how many users in your organization have connected using the Skype for Business app. You'll also get a breakdown by the type of device (Windows, Windows phone, Android phone, iPhone, or iPad) on which the Skype for Business client app is installed and used across your organization.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessdeviceusageusercounts?view=graph-rest-1.0"},"operationId":"reports.getSkypeForBusinessDeviceUsageUserCounts","responses":{"2XX":{"description":"Success","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"function"},"description":"Provides operations to call the getSkypeForBusinessDeviceUsageUserCounts method.","parameters":[{"name":"period","in":"path","description":"Usage: period='{period}'","required":true,"schema":{"type":"string"}}]},"/reports/getSkypeForBusinessDeviceUsageUserDetail(date={date})":{"get":{"tags":["reports.reportRoot.Functions"],"summary":"Invoke function getSkypeForBusinessDeviceUsageUserDetail","description":"Get details about Skype for Business device usage by user.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessdeviceusageuserdetail?view=graph-rest-1.0"},"operationId":"reports.getSkypeForBusinessDeviceUsageUserDetail-fe29","responses":{"2XX":{"description":"Success","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"function"},"description":"Provides operations to call the getSkypeForBusinessDeviceUsageUserDetail method.","parameters":[{"name":"date","in":"path","description":"Usage: date={date}","required":true,"schema":{"pattern":"^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$","type":"string","format":"date"}}],"x-ms-docs-grouped-path":["/reports/getSkypeForBusinessDeviceUsageUserDetail(period='{period}')"]},"/reports/getSkypeForBusinessDeviceUsageUserDetail(period='{period}')":{"get":{"tags":["reports.reportRoot.Functions"],"summary":"Invoke function getSkypeForBusinessDeviceUsageUserDetail","operationId":"reports.getSkypeForBusinessDeviceUsageUserDetail-ee84","responses":{"2XX":{"description":"Success","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"function"},"description":"Provides operations to call the getSkypeForBusinessDeviceUsageUserDetail method.","parameters":[{"name":"period","in":"path","description":"Usage: period='{period}'","required":true,"schema":{"type":"string"}}],"x-ms-docs-grouped-path":["/reports/getSkypeForBusinessDeviceUsageUserDetail(date={date})"]},"/reports/getSkypeForBusinessOrganizerActivityCounts(period='{period}')":{"get":{"tags":["reports.reportRoot.Functions"],"summary":"Invoke function getSkypeForBusinessOrganizerActivityCounts","description":"Get usage trends on the number and type of conference sessions held and organized by users in your organization. Types of conference sessions include IM, audio/video, application sharing, web, dial-in/out - third party, and Dial-in/out Microsoft.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessorganizeractivitycounts?view=graph-rest-1.0"},"operationId":"reports.getSkypeForBusinessOrganizerActivityCounts","responses":{"2XX":{"description":"Success","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"function"},"description":"Provides operations to call the getSkypeForBusinessOrganizerActivityCounts method.","parameters":[{"name":"period","in":"path","description":"Usage: period='{period}'","required":true,"schema":{"type":"string"}}]},"/reports/getSkypeForBusinessOrganizerActivityMinuteCounts(period='{period}')":{"get":{"tags":["reports.reportRoot.Functions"],"summary":"Invoke function getSkypeForBusinessOrganizerActivityMinuteCounts","description":"Get usage trends on the length in minutes and type of conference sessions held and organized by users in your organization. Types of conference sessions include audio/video, and dial-in and dial-out - Microsoft.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessorganizeractivityminutecounts?view=graph-rest-1.0"},"operationId":"reports.getSkypeForBusinessOrganizerActivityMinuteCounts","responses":{"2XX":{"description":"Success","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"function"},"description":"Provides operations to call the getSkypeForBusinessOrganizerActivityMinuteCounts method.","parameters":[{"name":"period","in":"path","description":"Usage: period='{period}'","required":true,"schema":{"type":"string"}}]},"/reports/getSkypeForBusinessOrganizerActivityUserCounts(period='{period}')":{"get":{"tags":["reports.reportRoot.Functions"],"summary":"Invoke function getSkypeForBusinessOrganizerActivityUserCounts","description":"Get usage trends on the number of unique users and type of conference sessions held and organized by users in your organization. Types of conference sessions include IM, audio/video, application sharing, web, dial-in/out - third party, and dial-in/out Microsoft.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessorganizeractivityusercounts?view=graph-rest-1.0"},"operationId":"reports.getSkypeForBusinessOrganizerActivityUserCounts","responses":{"2XX":{"description":"Success","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"function"},"description":"Provides operations to call the getSkypeForBusinessOrganizerActivityUserCounts method.","parameters":[{"name":"period","in":"path","description":"Usage: period='{period}'","required":true,"schema":{"type":"string"}}]},"/reports/getSkypeForBusinessParticipantActivityCounts(period='{period}')":{"get":{"tags":["reports.reportRoot.Functions"],"summary":"Invoke function getSkypeForBusinessParticipantActivityCounts","description":"Get usage trends on the number and type of conference sessions that users from your organization participated in. Types of conference sessions include IM, audio/video, application sharing, web, and dial-in/out - third party.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessparticipantactivitycounts?view=graph-rest-1.0"},"operationId":"reports.getSkypeForBusinessParticipantActivityCounts","responses":{"2XX":{"description":"Success","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"function"},"description":"Provides operations to call the getSkypeForBusinessParticipantActivityCounts method.","parameters":[{"name":"period","in":"path","description":"Usage: period='{period}'","required":true,"schema":{"type":"string"}}]},"/reports/getSkypeForBusinessParticipantActivityMinuteCounts(period='{period}')":{"get":{"tags":["reports.reportRoot.Functions"],"summary":"Invoke function getSkypeForBusinessParticipantActivityMinuteCounts","description":"Get usage trends on the length in minutes and type of conference sessions that users from your organization participated in. Types of conference sessions include audio/video.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessparticipantactivityminutecounts?view=graph-rest-1.0"},"operationId":"reports.getSkypeForBusinessParticipantActivityMinuteCounts","responses":{"2XX":{"description":"Success","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"function"},"description":"Provides operations to call the getSkypeForBusinessParticipantActivityMinuteCounts method.","parameters":[{"name":"period","in":"path","description":"Usage: period='{period}'","required":true,"schema":{"type":"string"}}]},"/reports/getSkypeForBusinessParticipantActivityUserCounts(period='{period}')":{"get":{"tags":["reports.reportRoot.Functions"],"summary":"Invoke function getSkypeForBusinessParticipantActivityUserCounts","description":"Get usage trends on the number of unique users and type of conference sessions that users from your organization participated in. Types of conference sessions include IM, audio/video, application sharing, web, and dial-in/out - third party.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessparticipantactivityusercounts?view=graph-rest-1.0"},"operationId":"reports.getSkypeForBusinessParticipantActivityUserCounts","responses":{"2XX":{"description":"Success","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"function"},"description":"Provides operations to call the getSkypeForBusinessParticipantActivityUserCounts method.","parameters":[{"name":"period","in":"path","description":"Usage: period='{period}'","required":true,"schema":{"type":"string"}}]},"/reports/getSkypeForBusinessPeerToPeerActivityCounts(period='{period}')":{"get":{"tags":["reports.reportRoot.Functions"],"summary":"Invoke function getSkypeForBusinessPeerToPeerActivityCounts","description":"Get usage trends on the number and type of sessions held in your organization. Types of sessions include IM, audio, video, application sharing, and file transfer.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinesspeertopeeractivitycounts?view=graph-rest-1.0"},"operationId":"reports.getSkypeForBusinessPeerToPeerActivityCounts","responses":{"2XX":{"description":"Success","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"function"},"description":"Provides operations to call the getSkypeForBusinessPeerToPeerActivityCounts method.","parameters":[{"name":"period","in":"path","description":"Usage: period='{period}'","required":true,"schema":{"type":"string"}}]},"/reports/getSkypeForBusinessPeerToPeerActivityMinuteCounts(period='{period}')":{"get":{"tags":["reports.reportRoot.Functions"],"summary":"Invoke function getSkypeForBusinessPeerToPeerActivityMinuteCounts","description":"Get usage trends on the length in minutes and type of peer-to-peer sessions held in your organization. Types of sessions include audio and video.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinesspeertopeeractivityminutecounts?view=graph-rest-1.0"},"operationId":"reports.getSkypeForBusinessPeerToPeerActivityMinuteCounts","responses":{"2XX":{"description":"Success","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"function"},"description":"Provides operations to call the getSkypeForBusinessPeerToPeerActivityMinuteCounts method.","parameters":[{"name":"period","in":"path","description":"Usage: period='{period}'","required":true,"schema":{"type":"string"}}]},"/reports/getSkypeForBusinessPeerToPeerActivityUserCounts(period='{period}')":{"get":{"tags":["reports.reportRoot.Functions"],"summary":"Invoke function getSkypeForBusinessPeerToPeerActivityUserCounts","description":"Get usage trends on the number of unique users and type of peer-to-peer sessions held in your organization. Types of sessions include IM, audio, video, application sharing, and file transfers in peer-to-peer sessions.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinesspeertopeeractivityusercounts?view=graph-rest-1.0"},"operationId":"reports.getSkypeForBusinessPeerToPeerActivityUserCounts","responses":{"2XX":{"description":"Success","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"function"},"description":"Provides operations to call the getSkypeForBusinessPeerToPeerActivityUserCounts method.","parameters":[{"name":"period","in":"path","description":"Usage: period='{period}'","required":true,"schema":{"type":"string"}}]},"/reports/getTeamsDeviceUsageDistributionUserCounts(period='{period}')":{"get":{"tags":["reports.reportRoot.Functions"],"summary":"Invoke function getTeamsDeviceUsageDistributionUserCounts","description":"Get the number of Microsoft Teams unique users by device type over the selected time period.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/reportroot-getteamsdeviceusagedistributionusercounts?view=graph-rest-1.0"},"operationId":"reports.getTeamsDeviceUsageDistributionUserCounts","responses":{"2XX":{"description":"Success","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"function"},"description":"Provides operations to call the getTeamsDeviceUsageDistributionUserCounts method.","parameters":[{"name":"period","in":"path","description":"Usage: period='{period}'","required":true,"schema":{"type":"string"}}]},"/reports/getTeamsDeviceUsageUserCounts(period='{period}')":{"get":{"tags":["reports.reportRoot.Functions"],"summary":"Invoke function getTeamsDeviceUsageUserCounts","description":"Get the number of Microsoft Teams daily unique users by device type.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/reportroot-getteamsdeviceusageusercounts?view=graph-rest-1.0"},"operationId":"reports.getTeamsDeviceUsageUserCounts","responses":{"2XX":{"description":"Success","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"function"},"description":"Provides operations to call the getTeamsDeviceUsageUserCounts method.","parameters":[{"name":"period","in":"path","description":"Usage: period='{period}'","required":true,"schema":{"type":"string"}}]},"/reports/getTeamsDeviceUsageUserDetail(date={date})":{"get":{"tags":["reports.reportRoot.Functions"],"summary":"Invoke function getTeamsDeviceUsageUserDetail","description":"Get details about Microsoft Teams device usage by user.","operationId":"reports.getTeamsDeviceUsageUserDetail-8630","responses":{"2XX":{"description":"Success","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"function"},"description":"Provides operations to call the getTeamsDeviceUsageUserDetail method.","parameters":[{"name":"date","in":"path","description":"Usage: date={date}","required":true,"schema":{"pattern":"^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$","type":"string","format":"date"}}],"x-ms-docs-grouped-path":["/reports/getTeamsDeviceUsageUserDetail(period='{period}')"]},"/reports/getTeamsDeviceUsageUserDetail(period='{period}')":{"get":{"tags":["reports.reportRoot.Functions"],"summary":"Invoke function getTeamsDeviceUsageUserDetail","description":"Get details about Microsoft Teams device usage by user.","operationId":"reports.getTeamsDeviceUsageUserDetail-62d3","responses":{"2XX":{"description":"Success","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"function"},"description":"Provides operations to call the getTeamsDeviceUsageUserDetail method.","parameters":[{"name":"period","in":"path","description":"Usage: period='{period}'","required":true,"schema":{"type":"string"}}],"x-ms-docs-grouped-path":["/reports/getTeamsDeviceUsageUserDetail(date={date})"]},"/reports/getTeamsTeamActivityCounts(period='{period}')":{"get":{"tags":["reports.reportRoot.Functions"],"summary":"Invoke function getTeamsTeamActivityCounts","description":"Get the number of team activities across Microsoft Teams. The activity types are related to meetings and messages.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/reportroot-getteamsteamactivitycounts?view=graph-rest-1.0"},"operationId":"reports.getTeamsTeamActivityCounts","responses":{"2XX":{"description":"Success","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"function"},"description":"Provides operations to call the getTeamsTeamActivityCounts method.","parameters":[{"name":"period","in":"path","description":"Usage: period='{period}'","required":true,"schema":{"type":"string"}}]},"/reports/getTeamsTeamActivityDetail(date={date})":{"get":{"tags":["reports.reportRoot.Functions"],"summary":"Invoke function getTeamsTeamActivityDetail","description":"Get details about Microsoft Teams activity by team. The numbers include activities for both licensed and nonlicensed users.","operationId":"reports.getTeamsTeamActivityDetail-391d","responses":{"2XX":{"description":"Success","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"function"},"description":"Provides operations to call the getTeamsTeamActivityDetail method.","parameters":[{"name":"date","in":"path","description":"Usage: date={date}","required":true,"schema":{"pattern":"^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$","type":"string","format":"date"}}],"x-ms-docs-grouped-path":["/reports/getTeamsTeamActivityDetail(period='{period}')"]},"/reports/getTeamsTeamActivityDetail(period='{period}')":{"get":{"tags":["reports.reportRoot.Functions"],"summary":"Invoke function getTeamsTeamActivityDetail","description":"Get details about Microsoft Teams activity by team. The numbers include activities for both licensed and nonlicensed users.","operationId":"reports.getTeamsTeamActivityDetail-ee18","responses":{"2XX":{"description":"Success","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"function"},"description":"Provides operations to call the getTeamsTeamActivityDetail method.","parameters":[{"name":"period","in":"path","description":"Usage: period='{period}'","required":true,"schema":{"type":"string"}}],"x-ms-docs-grouped-path":["/reports/getTeamsTeamActivityDetail(date={date})"]},"/reports/getTeamsTeamActivityDistributionCounts(period='{period}')":{"get":{"tags":["reports.reportRoot.Functions"],"summary":"Invoke function getTeamsTeamActivityDistributionCounts","description":"Get the number of team activities across Microsoft Teams over a selected period.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/reportroot-getteamsteamactivitydistributioncounts?view=graph-rest-1.0"},"operationId":"reports.getTeamsTeamActivityDistributionCounts","responses":{"2XX":{"description":"Success","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"function"},"description":"Provides operations to call the getTeamsTeamActivityDistributionCounts method.","parameters":[{"name":"period","in":"path","description":"Usage: period='{period}'","required":true,"schema":{"type":"string"}}]},"/reports/getTeamsTeamCounts(period='{period}')":{"get":{"tags":["reports.reportRoot.Functions"],"summary":"Invoke function getTeamsTeamCounts","description":"Get the number of teams of a particular type in an instance of Microsoft Teams.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/reportroot-getteamsteamcounts?view=graph-rest-1.0"},"operationId":"reports.getTeamsTeamCounts","responses":{"2XX":{"description":"Success","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"function"},"description":"Provides operations to call the getTeamsTeamCounts method.","parameters":[{"name":"period","in":"path","description":"Usage: period='{period}'","required":true,"schema":{"type":"string"}}]},"/reports/getTeamsUserActivityCounts(period='{period}')":{"get":{"tags":["reports.reportRoot.Functions"],"summary":"Invoke function getTeamsUserActivityCounts","description":"Get the number of Microsoft Teams activities by activity type. The activities are performed by Microsoft Teams licensed users.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/reportroot-getteamsuseractivitycounts?view=graph-rest-1.0"},"operationId":"reports.getTeamsUserActivityCounts","responses":{"2XX":{"description":"Success","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"function"},"description":"Provides operations to call the getTeamsUserActivityCounts method.","parameters":[{"name":"period","in":"path","description":"Usage: period='{period}'","required":true,"schema":{"type":"string"}}]},"/reports/getTeamsUserActivityUserCounts(period='{period}')":{"get":{"tags":["reports.reportRoot.Functions"],"summary":"Invoke function getTeamsUserActivityUserCounts","description":"Get the number of Microsoft Teams users by activity type. The activity types are number of teams chat messages, private chat messages, calls, or meetings.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/reportroot-getteamsuseractivityusercounts?view=graph-rest-1.0"},"operationId":"reports.getTeamsUserActivityUserCounts","responses":{"2XX":{"description":"Success","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"function"},"description":"Provides operations to call the getTeamsUserActivityUserCounts method.","parameters":[{"name":"period","in":"path","description":"Usage: period='{period}'","required":true,"schema":{"type":"string"}}]},"/reports/getTeamsUserActivityUserDetail(date={date})":{"get":{"tags":["reports.reportRoot.Functions"],"summary":"Invoke function getTeamsUserActivityUserDetail","description":"Get details about Microsoft Teams user activity by user.","operationId":"reports.getTeamsUserActivityUserDetail-fba7","responses":{"2XX":{"description":"Success","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"function"},"description":"Provides operations to call the getTeamsUserActivityUserDetail method.","parameters":[{"name":"date","in":"path","description":"Usage: date={date}","required":true,"schema":{"pattern":"^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$","type":"string","format":"date"}}],"x-ms-docs-grouped-path":["/reports/getTeamsUserActivityUserDetail(period='{period}')"]},"/reports/getTeamsUserActivityUserDetail(period='{period}')":{"get":{"tags":["reports.reportRoot.Functions"],"summary":"Invoke function getTeamsUserActivityUserDetail","description":"Get details about Microsoft Teams user activity by user.","operationId":"reports.getTeamsUserActivityUserDetail-7554","responses":{"2XX":{"description":"Success","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"function"},"description":"Provides operations to call the getTeamsUserActivityUserDetail method.","parameters":[{"name":"period","in":"path","description":"Usage: period='{period}'","required":true,"schema":{"type":"string"}}],"x-ms-docs-grouped-path":["/reports/getTeamsUserActivityUserDetail(date={date})"]},"/reports/getUserArchivedPrintJobs(userId='{userId}',startDateTime={startDateTime},endDateTime={endDateTime})":{"get":{"tags":["reports.reportRoot.Functions"],"summary":"Invoke function getUserArchivedPrintJobs","description":"Get a list of archived print jobs for a particular user.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/reports-getuserarchivedprintjobs?view=graph-rest-1.0"},"operationId":"reports.getUserArchivedPrintJobs","parameters":[{"$ref":"#/components/parameters/top"},{"$ref":"#/components/parameters/skip"},{"$ref":"#/components/parameters/search"},{"$ref":"#/components/parameters/filter"},{"$ref":"#/components/parameters/count"}],"responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/BaseCollectionPaginationCountResponse"},{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.archivedPrintJob"}}}}]}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"function","x-ms-pageable":{"nextLinkName":"@odata.nextLink","operationName":"listMore"}},"description":"Provides operations to call the getUserArchivedPrintJobs method.","parameters":[{"name":"userId","in":"path","description":"Usage: userId='{userId}'","required":true,"schema":{"type":"string"}},{"name":"startDateTime","in":"path","description":"Usage: startDateTime={startDateTime}","required":true,"schema":{"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}},{"name":"endDateTime","in":"path","description":"Usage: endDateTime={endDateTime}","required":true,"schema":{"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}}]},"/reports/getYammerActivityCounts(period='{period}')":{"get":{"tags":["reports.reportRoot.Functions"],"summary":"Invoke function getYammerActivityCounts","description":"Get the trends on the amount of Yammer activity in your organization by how many messages were posted, read, and liked.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/reportroot-getyammeractivitycounts?view=graph-rest-1.0"},"operationId":"reports.getYammerActivityCounts","responses":{"2XX":{"description":"Success","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"function"},"description":"Provides operations to call the getYammerActivityCounts method.","parameters":[{"name":"period","in":"path","description":"Usage: period='{period}'","required":true,"schema":{"type":"string"}}]},"/reports/getYammerActivityUserCounts(period='{period}')":{"get":{"tags":["reports.reportRoot.Functions"],"summary":"Invoke function getYammerActivityUserCounts","description":"Get the trends on the number of unique users who posted, read, and liked Yammer messages.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/reportroot-getyammeractivityusercounts?view=graph-rest-1.0"},"operationId":"reports.getYammerActivityUserCounts","responses":{"2XX":{"description":"Success","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"function"},"description":"Provides operations to call the getYammerActivityUserCounts method.","parameters":[{"name":"period","in":"path","description":"Usage: period='{period}'","required":true,"schema":{"type":"string"}}]},"/reports/getYammerActivityUserDetail(date={date})":{"get":{"tags":["reports.reportRoot.Functions"],"summary":"Invoke function getYammerActivityUserDetail","description":"Get details about Yammer activity by user.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/reportroot-getyammeractivityuserdetail?view=graph-rest-1.0"},"operationId":"reports.getYammerActivityUserDetail-41fe","responses":{"2XX":{"description":"Success","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"function"},"description":"Provides operations to call the getYammerActivityUserDetail method.","parameters":[{"name":"date","in":"path","description":"Usage: date={date}","required":true,"schema":{"pattern":"^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$","type":"string","format":"date"}}],"x-ms-docs-grouped-path":["/reports/getYammerActivityUserDetail(period='{period}')"]},"/reports/getYammerActivityUserDetail(period='{period}')":{"get":{"tags":["reports.reportRoot.Functions"],"summary":"Invoke function getYammerActivityUserDetail","operationId":"reports.getYammerActivityUserDetail-9506","responses":{"2XX":{"description":"Success","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"function"},"description":"Provides operations to call the getYammerActivityUserDetail method.","parameters":[{"name":"period","in":"path","description":"Usage: period='{period}'","required":true,"schema":{"type":"string"}}],"x-ms-docs-grouped-path":["/reports/getYammerActivityUserDetail(date={date})"]},"/reports/getYammerDeviceUsageDistributionUserCounts(period='{period}')":{"get":{"tags":["reports.reportRoot.Functions"],"summary":"Invoke function getYammerDeviceUsageDistributionUserCounts","description":"Get the number of users by device type.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/reportroot-getyammerdeviceusagedistributionusercounts?view=graph-rest-1.0"},"operationId":"reports.getYammerDeviceUsageDistributionUserCounts","responses":{"2XX":{"description":"Success","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"function"},"description":"Provides operations to call the getYammerDeviceUsageDistributionUserCounts method.","parameters":[{"name":"period","in":"path","description":"Usage: period='{period}'","required":true,"schema":{"type":"string"}}]},"/reports/getYammerDeviceUsageUserCounts(period='{period}')":{"get":{"tags":["reports.reportRoot.Functions"],"summary":"Invoke function getYammerDeviceUsageUserCounts","description":"Get the number of daily users by device type.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/reportroot-getyammerdeviceusageusercounts?view=graph-rest-1.0"},"operationId":"reports.getYammerDeviceUsageUserCounts","responses":{"2XX":{"description":"Success","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"function"},"description":"Provides operations to call the getYammerDeviceUsageUserCounts method.","parameters":[{"name":"period","in":"path","description":"Usage: period='{period}'","required":true,"schema":{"type":"string"}}]},"/reports/getYammerDeviceUsageUserDetail(date={date})":{"get":{"tags":["reports.reportRoot.Functions"],"summary":"Invoke function getYammerDeviceUsageUserDetail","description":"Get details about Yammer device usage by user.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/reportroot-getyammerdeviceusageuserdetail?view=graph-rest-1.0"},"operationId":"reports.getYammerDeviceUsageUserDetail-e734","responses":{"2XX":{"description":"Success","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"function"},"description":"Provides operations to call the getYammerDeviceUsageUserDetail method.","parameters":[{"name":"date","in":"path","description":"Usage: date={date}","required":true,"schema":{"pattern":"^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$","type":"string","format":"date"}}],"x-ms-docs-grouped-path":["/reports/getYammerDeviceUsageUserDetail(period='{period}')"]},"/reports/getYammerDeviceUsageUserDetail(period='{period}')":{"get":{"tags":["reports.reportRoot.Functions"],"summary":"Invoke function getYammerDeviceUsageUserDetail","operationId":"reports.getYammerDeviceUsageUserDetail-07bb","responses":{"2XX":{"description":"Success","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"function"},"description":"Provides operations to call the getYammerDeviceUsageUserDetail method.","parameters":[{"name":"period","in":"path","description":"Usage: period='{period}'","required":true,"schema":{"type":"string"}}],"x-ms-docs-grouped-path":["/reports/getYammerDeviceUsageUserDetail(date={date})"]},"/reports/getYammerGroupsActivityCounts(period='{period}')":{"get":{"tags":["reports.reportRoot.Functions"],"summary":"Invoke function getYammerGroupsActivityCounts","description":"Get the number of Yammer messages posted, read, and liked in groups.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/reportroot-getyammergroupsactivitycounts?view=graph-rest-1.0"},"operationId":"reports.getYammerGroupsActivityCounts","responses":{"2XX":{"description":"Success","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"function"},"description":"Provides operations to call the getYammerGroupsActivityCounts method.","parameters":[{"name":"period","in":"path","description":"Usage: period='{period}'","required":true,"schema":{"type":"string"}}]},"/reports/getYammerGroupsActivityDetail(date={date})":{"get":{"tags":["reports.reportRoot.Functions"],"summary":"Invoke function getYammerGroupsActivityDetail","description":"Get details about Yammer groups activity by group.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/reportroot-getyammergroupsactivitydetail?view=graph-rest-1.0"},"operationId":"reports.getYammerGroupsActivityDetail-9ea3","responses":{"2XX":{"description":"Success","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"function"},"description":"Provides operations to call the getYammerGroupsActivityDetail method.","parameters":[{"name":"date","in":"path","description":"Usage: date={date}","required":true,"schema":{"pattern":"^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$","type":"string","format":"date"}}],"x-ms-docs-grouped-path":["/reports/getYammerGroupsActivityDetail(period='{period}')"]},"/reports/getYammerGroupsActivityDetail(period='{period}')":{"get":{"tags":["reports.reportRoot.Functions"],"summary":"Invoke function getYammerGroupsActivityDetail","operationId":"reports.getYammerGroupsActivityDetail-99d3","responses":{"2XX":{"description":"Success","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"function"},"description":"Provides operations to call the getYammerGroupsActivityDetail method.","parameters":[{"name":"period","in":"path","description":"Usage: period='{period}'","required":true,"schema":{"type":"string"}}],"x-ms-docs-grouped-path":["/reports/getYammerGroupsActivityDetail(date={date})"]},"/reports/getYammerGroupsActivityGroupCounts(period='{period}')":{"get":{"tags":["reports.reportRoot.Functions"],"summary":"Invoke function getYammerGroupsActivityGroupCounts","description":"Get the total number of groups that existed and how many included group conversation activities.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/reportroot-getyammergroupsactivitygroupcounts?view=graph-rest-1.0"},"operationId":"reports.getYammerGroupsActivityGroupCounts","responses":{"2XX":{"description":"Success","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"function"},"description":"Provides operations to call the getYammerGroupsActivityGroupCounts method.","parameters":[{"name":"period","in":"path","description":"Usage: period='{period}'","required":true,"schema":{"type":"string"}}]},"/reports/managedDeviceEnrollmentFailureDetails()":{"get":{"tags":["reports.reportRoot.Functions"],"summary":"Invoke function managedDeviceEnrollmentFailureDetails","operationId":"reports.managedDeviceEnrollmentFailureDetails-8191","responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.report"},{"type":"object","nullable":true}]}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"function"},"description":"Provides operations to call the managedDeviceEnrollmentFailureDetails method.","x-ms-docs-grouped-path":["/reports/managedDeviceEnrollmentFailureDetails(skip={skip},top={top},filter='{filter}',skipToken='{skipToken}')"]},"/reports/managedDeviceEnrollmentFailureDetails(skip={skip},top={top},filter='{filter}',skipToken='{skipToken}')":{"get":{"tags":["reports.reportRoot.Functions"],"summary":"Invoke function managedDeviceEnrollmentFailureDetails","operationId":"reports.managedDeviceEnrollmentFailureDetails-aa46","responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.report"},{"type":"object","nullable":true}]}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"function"},"description":"Provides operations to call the managedDeviceEnrollmentFailureDetails method.","parameters":[{"name":"skip","in":"path","description":"Usage: skip={skip}","required":true,"schema":{"maximum":2147483647,"minimum":-2147483648,"type":"number","format":"int32","nullable":true}},{"name":"top","in":"path","description":"Usage: top={top}","required":true,"schema":{"maximum":2147483647,"minimum":-2147483648,"type":"number","format":"int32","nullable":true}},{"name":"filter","in":"path","description":"Usage: filter='{filter}'","required":true,"schema":{"type":"string","nullable":true}},{"name":"skipToken","in":"path","description":"Usage: skipToken='{skipToken}'","required":true,"schema":{"type":"string","nullable":true}}],"x-ms-docs-grouped-path":["/reports/managedDeviceEnrollmentFailureDetails()"]},"/reports/managedDeviceEnrollmentTopFailures()":{"get":{"tags":["reports.reportRoot.Functions"],"summary":"Invoke function managedDeviceEnrollmentTopFailures","operationId":"reports.managedDeviceEnrollmentTopFailures-9ce7","responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.report"},{"type":"object","nullable":true}]}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"function"},"description":"Provides operations to call the managedDeviceEnrollmentTopFailures method.","x-ms-docs-grouped-path":["/reports/managedDeviceEnrollmentTopFailures(period='{period}')"]},"/reports/managedDeviceEnrollmentTopFailures(period='{period}')":{"get":{"tags":["reports.reportRoot.Functions"],"summary":"Invoke function managedDeviceEnrollmentTopFailures","operationId":"reports.managedDeviceEnrollmentTopFailures-2157","responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.report"},{"type":"object","nullable":true}]}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"function"},"description":"Provides operations to call the managedDeviceEnrollmentTopFailures method.","parameters":[{"name":"period","in":"path","description":"Usage: period='{period}'","required":true,"schema":{"type":"string","nullable":true}}],"x-ms-docs-grouped-path":["/reports/managedDeviceEnrollmentTopFailures()"]},"/reports/monthlyPrintUsageByPrinter":{"get":{"tags":["reports.printUsageByPrinter"],"summary":"List monthlyPrintUsageByPrinter","description":"Retrieve a list of monthly print usage summaries, grouped by printer.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/reportroot-list-monthlyprintusagebyprinter?view=graph-rest-1.0"},"operationId":"reports.ListMonthlyPrintUsageByPrinter","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.printUsageByPrinterCollectionResponse"},"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":["reports.printUsageByPrinter"],"summary":"Create new navigation property to monthlyPrintUsageByPrinter for reports","operationId":"reports.CreateMonthlyPrintUsageByPrinter","requestBody":{"description":"New navigation property","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.printUsageByPrinter"}}},"required":true},"responses":{"2XX":{"description":"Created navigation property.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.printUsageByPrinter"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"description":"Provides operations to manage the monthlyPrintUsageByPrinter property of the microsoft.graph.reportRoot entity."},"/reports/monthlyPrintUsageByPrinter/{printUsageByPrinter-id}":{"get":{"tags":["reports.printUsageByPrinter"],"summary":"Get monthlyPrintUsageByPrinter from reports","description":"Retrieve a list of monthly print usage summaries, grouped by printer.","operationId":"reports.GetMonthlyPrintUsageByPrinter","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.printUsageByPrinter"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"patch":{"tags":["reports.printUsageByPrinter"],"summary":"Update the navigation property monthlyPrintUsageByPrinter in reports","operationId":"reports.UpdateMonthlyPrintUsageByPrinter","requestBody":{"description":"New navigation property values","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.printUsageByPrinter"}}},"required":true},"responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.printUsageByPrinter"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"delete":{"tags":["reports.printUsageByPrinter"],"summary":"Delete navigation property monthlyPrintUsageByPrinter for reports","operationId":"reports.DeleteMonthlyPrintUsageByPrinter","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"},"description":"Provides operations to manage the monthlyPrintUsageByPrinter property of the microsoft.graph.reportRoot entity.","parameters":[{"name":"printUsageByPrinter-id","in":"path","description":"The unique identifier of printUsageByPrinter","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"printUsageByPrinter"}]},"/reports/monthlyPrintUsageByPrinter/$count":{"get":{"tags":["reports.printUsageByPrinter"],"summary":"Get the number of the resource","operationId":"reports.monthlyPrintUsageByPrinter.GetCount-18cc","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"}}},"description":"Provides operations to count the resources in the collection."},"/reports/monthlyPrintUsageByUser":{"get":{"tags":["reports.printUsageByUser"],"summary":"List monthlyPrintUsageByUser","description":"Retrieve a list of monthly print usage summaries, grouped by user.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/reportroot-list-monthlyprintusagebyuser?view=graph-rest-1.0"},"operationId":"reports.ListMonthlyPrintUsageByUser","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.printUsageByUserCollectionResponse"},"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":["reports.printUsageByUser"],"summary":"Create new navigation property to monthlyPrintUsageByUser for reports","operationId":"reports.CreateMonthlyPrintUsageByUser","requestBody":{"description":"New navigation property","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.printUsageByUser"}}},"required":true},"responses":{"2XX":{"description":"Created navigation property.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.printUsageByUser"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"description":"Provides operations to manage the monthlyPrintUsageByUser property of the microsoft.graph.reportRoot entity."},"/reports/monthlyPrintUsageByUser/{printUsageByUser-id}":{"get":{"tags":["reports.printUsageByUser"],"summary":"Get monthlyPrintUsageByUser from reports","description":"Retrieve a list of monthly print usage summaries, grouped by user.","operationId":"reports.GetMonthlyPrintUsageByUser","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.printUsageByUser"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"patch":{"tags":["reports.printUsageByUser"],"summary":"Update the navigation property monthlyPrintUsageByUser in reports","operationId":"reports.UpdateMonthlyPrintUsageByUser","requestBody":{"description":"New navigation property values","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.printUsageByUser"}}},"required":true},"responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.printUsageByUser"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"delete":{"tags":["reports.printUsageByUser"],"summary":"Delete navigation property monthlyPrintUsageByUser for reports","operationId":"reports.DeleteMonthlyPrintUsageByUser","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"},"description":"Provides operations to manage the monthlyPrintUsageByUser property of the microsoft.graph.reportRoot entity.","parameters":[{"name":"printUsageByUser-id","in":"path","description":"The unique identifier of printUsageByUser","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"printUsageByUser"}]},"/reports/monthlyPrintUsageByUser/$count":{"get":{"tags":["reports.printUsageByUser"],"summary":"Get the number of the resource","operationId":"reports.monthlyPrintUsageByUser.GetCount-60f0","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"}}},"description":"Provides operations to count the resources in the collection."},"/reports/partners":{"get":{"tags":["reports.partners"],"summary":"Get partners from reports","description":"Represents billing details for a Microsoft direct partner.","operationId":"reports.GetPartners","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.partners"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"patch":{"tags":["reports.partners"],"summary":"Update the navigation property partners in reports","operationId":"reports.UpdatePartners","requestBody":{"description":"New navigation property values","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.partners"}}},"required":true},"responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.partners"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"delete":{"tags":["reports.partners"],"summary":"Delete navigation property partners for reports","operationId":"reports.DeletePartners","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"},"description":"Provides operations to manage the partners property of the microsoft.graph.reportRoot entity."},"/reports/partners/billing":{"get":{"tags":["reports.partners"],"summary":"Get billing from reports","description":"Represents billing details for billed and unbilled data.","operationId":"reports.partners.GetBilling","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.partners.billing.billing"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"patch":{"tags":["reports.partners"],"summary":"Update the navigation property billing in reports","operationId":"reports.partners.UpdateBilling","requestBody":{"description":"New navigation property values","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.partners.billing.billing"}}},"required":true},"responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.partners.billing.billing"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"delete":{"tags":["reports.partners"],"summary":"Delete navigation property billing for reports","operationId":"reports.partners.DeleteBilling","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"},"description":"Provides operations to manage the billing property of the microsoft.graph.partners entity."},"/reports/partners/billing/manifests":{"get":{"tags":["reports.partners"],"summary":"Get manifest","description":"Read the properties and relationships of a manifest object.","operationId":"reports.partners.billing.ListManifests","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.partners.billing.manifestCollectionResponse"},"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":["reports.partners"],"summary":"Create new navigation property to manifests for reports","operationId":"reports.partners.billing.CreateManifests","requestBody":{"description":"New navigation property","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.partners.billing.manifest"}}},"required":true},"responses":{"2XX":{"description":"Created navigation property.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.partners.billing.manifest"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"description":"Provides operations to manage the manifests property of the microsoft.graph.partners.billing.billing entity."},"/reports/partners/billing/manifests/{manifest-id}":{"get":{"tags":["reports.partners"],"summary":"Get manifest","description":"Read the properties and relationships of a manifest object.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/partners-billing-manifest-get?view=graph-rest-1.0"},"operationId":"reports.partners.billing.GetManifests","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.partners.billing.manifest"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"patch":{"tags":["reports.partners"],"summary":"Update the navigation property manifests in reports","operationId":"reports.partners.billing.UpdateManifests","requestBody":{"description":"New navigation property values","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.partners.billing.manifest"}}},"required":true},"responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.partners.billing.manifest"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"delete":{"tags":["reports.partners"],"summary":"Delete navigation property manifests for reports","operationId":"reports.partners.billing.DeleteManifests","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"},"description":"Provides operations to manage the manifests property of the microsoft.graph.partners.billing.billing entity.","parameters":[{"name":"manifest-id","in":"path","description":"The unique identifier of manifest","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"manifest"}]},"/reports/partners/billing/manifests/$count":{"get":{"tags":["reports.partners"],"summary":"Get the number of the resource","operationId":"reports.partners.billing.manifests.GetCount-f888","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"}}},"description":"Provides operations to count the resources in the collection."},"/reports/partners/billing/operations":{"get":{"tags":["reports.partners"],"summary":"Get operation","description":"Read the properties and relationships of an operation object.","operationId":"reports.partners.billing.ListOperations","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.partners.billing.operationCollectionResponse"},"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":["reports.partners"],"summary":"Create new navigation property to operations for reports","operationId":"reports.partners.billing.CreateOperations","requestBody":{"description":"New navigation property","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.partners.billing.operation"}}},"required":true},"responses":{"2XX":{"description":"Created navigation property.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.partners.billing.operation"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"description":"Provides operations to manage the operations property of the microsoft.graph.partners.billing.billing entity."},"/reports/partners/billing/operations/{operation-id}":{"get":{"tags":["reports.partners"],"summary":"Get operation","description":"Read the properties and relationships of an operation object.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/partners-billing-operation-get?view=graph-rest-1.0"},"operationId":"reports.partners.billing.GetOperations","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.partners.billing.operation"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"patch":{"tags":["reports.partners"],"summary":"Update the navigation property operations in reports","operationId":"reports.partners.billing.UpdateOperations","requestBody":{"description":"New navigation property values","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.partners.billing.operation"}}},"required":true},"responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.partners.billing.operation"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"delete":{"tags":["reports.partners"],"summary":"Delete navigation property operations for reports","operationId":"reports.partners.billing.DeleteOperations","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"},"description":"Provides operations to manage the operations property of the microsoft.graph.partners.billing.billing entity.","parameters":[{"name":"operation-id","in":"path","description":"The unique identifier of operation","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"operation"}]},"/reports/partners/billing/operations/$count":{"get":{"tags":["reports.partners"],"summary":"Get the number of the resource","operationId":"reports.partners.billing.operations.GetCount-9331","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"}}},"description":"Provides operations to count the resources in the collection."},"/reports/partners/billing/reconciliation":{"get":{"tags":["reports.partners"],"summary":"Get reconciliation from reports","description":"Represents details for billed and unbilled invoice reconciliation data.","operationId":"reports.partners.billing.GetReconciliation","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.partners.billing.billingReconciliation"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"patch":{"tags":["reports.partners"],"summary":"Update the navigation property reconciliation in reports","operationId":"reports.partners.billing.UpdateReconciliation","requestBody":{"description":"New navigation property values","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.partners.billing.billingReconciliation"}}},"required":true},"responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.partners.billing.billingReconciliation"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"delete":{"tags":["reports.partners"],"summary":"Delete navigation property reconciliation for reports","operationId":"reports.partners.billing.DeleteReconciliation","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"},"description":"Provides operations to manage the reconciliation property of the microsoft.graph.partners.billing.billing entity."},"/reports/partners/billing/reconciliation/billed":{"get":{"tags":["reports.partners"],"summary":"Get billed from reports","description":"Represents details for billed invoice reconciliation data.","operationId":"reports.partners.billing.reconciliation.GetBilled","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.partners.billing.billedReconciliation"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"patch":{"tags":["reports.partners"],"summary":"Update the navigation property billed in reports","operationId":"reports.partners.billing.reconciliation.UpdateBilled","requestBody":{"description":"New navigation property values","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.partners.billing.billedReconciliation"}}},"required":true},"responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.partners.billing.billedReconciliation"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"delete":{"tags":["reports.partners"],"summary":"Delete navigation property billed for reports","operationId":"reports.partners.billing.reconciliation.DeleteBilled","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"},"description":"Provides operations to manage the billed property of the microsoft.graph.partners.billing.billingReconciliation entity."},"/reports/partners/billing/reconciliation/billed/microsoft.graph.partners.billing.export":{"post":{"tags":["reports.partners"],"summary":"Invoke action export","description":"Export the billed invoice reconciliation data.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/partners-billing-billedreconciliation-export?view=graph-rest-1.0"},"operationId":"reports.partners.billing.reconciliation.billed.export","requestBody":{"description":"Action parameters","content":{"application/json":{"schema":{"type":"object","properties":{"invoiceId":{"type":"string","nullable":true},"attributeSet":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.partners.billing.attributeSet"},{"type":"object","nullable":true}]}}}}},"required":true},"responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.partners.billing.operation"},{"type":"object","nullable":true}]}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"action"},"description":"Provides operations to call the export method.","x-ms-docs-grouped-path":["/reports/partners/billing/reconciliation/unbilled/microsoft.graph.partners.billing.export","/reports/partners/billing/usage/billed/microsoft.graph.partners.billing.export","/reports/partners/billing/usage/unbilled/microsoft.graph.partners.billing.export"]},"/reports/partners/billing/reconciliation/unbilled":{"get":{"tags":["reports.partners"],"summary":"Get unbilled from reports","description":"Represents details for unbilled invoice reconciliation data.","operationId":"reports.partners.billing.reconciliation.GetUnbilled","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.partners.billing.unbilledReconciliation"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"patch":{"tags":["reports.partners"],"summary":"Update the navigation property unbilled in reports","operationId":"reports.partners.billing.reconciliation.UpdateUnbilled","requestBody":{"description":"New navigation property values","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.partners.billing.unbilledReconciliation"}}},"required":true},"responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.partners.billing.unbilledReconciliation"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"delete":{"tags":["reports.partners"],"summary":"Delete navigation property unbilled for reports","operationId":"reports.partners.billing.reconciliation.DeleteUnbilled","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"},"description":"Provides operations to manage the unbilled property of the microsoft.graph.partners.billing.billingReconciliation entity."},"/reports/partners/billing/reconciliation/unbilled/microsoft.graph.partners.billing.export":{"post":{"tags":["reports.partners"],"summary":"Invoke action export","description":"Export the unbilled invoice reconciliation data for a specific billing period and a given currency.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/partners-billing-unbilledreconciliation-export?view=graph-rest-1.0"},"operationId":"reports.partners.billing.reconciliation.unbilled.export","requestBody":{"description":"Action parameters","content":{"application/json":{"schema":{"type":"object","properties":{"currencyCode":{"type":"string","nullable":true},"billingPeriod":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.partners.billing.billingPeriod"},{"type":"object","nullable":true}]},"attributeSet":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.partners.billing.attributeSet"},{"type":"object","nullable":true}]}}}}},"required":true},"responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.partners.billing.operation"},{"type":"object","nullable":true}]}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"action"},"description":"Provides operations to call the export method.","x-ms-docs-grouped-path":["/reports/partners/billing/reconciliation/billed/microsoft.graph.partners.billing.export","/reports/partners/billing/usage/billed/microsoft.graph.partners.billing.export","/reports/partners/billing/usage/unbilled/microsoft.graph.partners.billing.export"]},"/reports/partners/billing/usage":{"get":{"tags":["reports.partners"],"summary":"Get usage from reports","description":"Represents details for billed and unbilled Azure usage data.","operationId":"reports.partners.billing.GetUsage","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.partners.billing.azureUsage"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"patch":{"tags":["reports.partners"],"summary":"Update the navigation property usage in reports","operationId":"reports.partners.billing.UpdateUsage","requestBody":{"description":"New navigation property values","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.partners.billing.azureUsage"}}},"required":true},"responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.partners.billing.azureUsage"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"delete":{"tags":["reports.partners"],"summary":"Delete navigation property usage for reports","operationId":"reports.partners.billing.DeleteUsage","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"},"description":"Provides operations to manage the usage property of the microsoft.graph.partners.billing.billing entity."},"/reports/partners/billing/usage/billed":{"get":{"tags":["reports.partners"],"summary":"Get billed from reports","description":"Represents details for billed Azure usage data.","operationId":"reports.partners.billing.usage.GetBilled","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.partners.billing.billedUsage"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"patch":{"tags":["reports.partners"],"summary":"Update the navigation property billed in reports","operationId":"reports.partners.billing.usage.UpdateBilled","requestBody":{"description":"New navigation property values","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.partners.billing.billedUsage"}}},"required":true},"responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.partners.billing.billedUsage"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"delete":{"tags":["reports.partners"],"summary":"Delete navigation property billed for reports","operationId":"reports.partners.billing.usage.DeleteBilled","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"},"description":"Provides operations to manage the billed property of the microsoft.graph.partners.billing.azureUsage entity."},"/reports/partners/billing/usage/billed/microsoft.graph.partners.billing.export":{"post":{"tags":["reports.partners"],"summary":"Invoke action export","description":"Export the billed Azure usage data.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/partners-billing-billedusage-export?view=graph-rest-1.0"},"operationId":"reports.partners.billing.usage.billed.export","requestBody":{"description":"Action parameters","content":{"application/json":{"schema":{"type":"object","properties":{"invoiceId":{"type":"string","nullable":true},"attributeSet":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.partners.billing.attributeSet"},{"type":"object","nullable":true}]}}}}},"required":true},"responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.partners.billing.operation"},{"type":"object","nullable":true}]}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"action"},"description":"Provides operations to call the export method.","x-ms-docs-grouped-path":["/reports/partners/billing/reconciliation/billed/microsoft.graph.partners.billing.export","/reports/partners/billing/reconciliation/unbilled/microsoft.graph.partners.billing.export","/reports/partners/billing/usage/unbilled/microsoft.graph.partners.billing.export"]},"/reports/partners/billing/usage/unbilled":{"get":{"tags":["reports.partners"],"summary":"Get unbilled from reports","description":"Represents details for unbilled Azure usage data.","operationId":"reports.partners.billing.usage.GetUnbilled","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.partners.billing.unbilledUsage"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"patch":{"tags":["reports.partners"],"summary":"Update the navigation property unbilled in reports","operationId":"reports.partners.billing.usage.UpdateUnbilled","requestBody":{"description":"New navigation property values","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.partners.billing.unbilledUsage"}}},"required":true},"responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.partners.billing.unbilledUsage"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"delete":{"tags":["reports.partners"],"summary":"Delete navigation property unbilled for reports","operationId":"reports.partners.billing.usage.DeleteUnbilled","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"},"description":"Provides operations to manage the unbilled property of the microsoft.graph.partners.billing.azureUsage entity."},"/reports/partners/billing/usage/unbilled/microsoft.graph.partners.billing.export":{"post":{"tags":["reports.partners"],"summary":"Invoke action export","description":"Export unbilled Azure usage data for a specific billing period and currency.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/partners-billing-unbilledusage-export?view=graph-rest-1.0"},"operationId":"reports.partners.billing.usage.unbilled.export","requestBody":{"description":"Action parameters","content":{"application/json":{"schema":{"type":"object","properties":{"currencyCode":{"type":"string","nullable":true},"billingPeriod":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.partners.billing.billingPeriod"},{"type":"object","nullable":true}]},"attributeSet":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.partners.billing.attributeSet"},{"type":"object","nullable":true}]}}}}},"required":true},"responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.partners.billing.operation"},{"type":"object","nullable":true}]}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"action"},"description":"Provides operations to call the export method.","x-ms-docs-grouped-path":["/reports/partners/billing/reconciliation/billed/microsoft.graph.partners.billing.export","/reports/partners/billing/reconciliation/unbilled/microsoft.graph.partners.billing.export","/reports/partners/billing/usage/billed/microsoft.graph.partners.billing.export"]},"/reports/security":{"get":{"tags":["reports.securityReportsRoot"],"summary":"Get security from reports","description":"Represents an abstract type that contains resources for attack simulation and training reports.","operationId":"reports.GetSecurity","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.securityReportsRoot"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"patch":{"tags":["reports.securityReportsRoot"],"summary":"Update the navigation property security in reports","operationId":"reports.UpdateSecurity","requestBody":{"description":"New navigation property values","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.securityReportsRoot"}}},"required":true},"responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.securityReportsRoot"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"delete":{"tags":["reports.securityReportsRoot"],"summary":"Delete navigation property security for reports","operationId":"reports.DeleteSecurity","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"},"description":"Provides operations to manage the security property of the microsoft.graph.reportRoot entity."},"/reports/security/getAttackSimulationRepeatOffenders()":{"get":{"tags":["reports.securityReportsRoot"],"summary":"Invoke function getAttackSimulationRepeatOffenders","description":"List the tenant users who have yielded to attacks more than once in attack simulation and training campaigns. This function supports @odata.nextLink for pagination.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/securityreportsroot-getattacksimulationrepeatoffenders?view=graph-rest-1.0"},"operationId":"reports.security.getAttackSimulationRepeatOffenders","parameters":[{"$ref":"#/components/parameters/top"},{"$ref":"#/components/parameters/skip"},{"$ref":"#/components/parameters/search"},{"$ref":"#/components/parameters/filter"},{"$ref":"#/components/parameters/count"}],"responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/BaseCollectionPaginationCountResponse"},{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.attackSimulationRepeatOffender"}}}}]}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"function","x-ms-pageable":{"nextLinkName":"@odata.nextLink","operationName":"listMore"}},"description":"Provides operations to call the getAttackSimulationRepeatOffenders method."},"/reports/security/getAttackSimulationSimulationUserCoverage()":{"get":{"tags":["reports.securityReportsRoot"],"summary":"Invoke function getAttackSimulationSimulationUserCoverage","description":"List training coverage for each tenant user in attack simulation and training campaigns. This function supports @odata.nextLink for pagination.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/securityreportsroot-getattacksimulationsimulationusercoverage?view=graph-rest-1.0"},"operationId":"reports.security.getAttackSimulationSimulationUserCoverage","parameters":[{"$ref":"#/components/parameters/top"},{"$ref":"#/components/parameters/skip"},{"$ref":"#/components/parameters/search"},{"$ref":"#/components/parameters/filter"},{"$ref":"#/components/parameters/count"}],"responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/BaseCollectionPaginationCountResponse"},{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.attackSimulationSimulationUserCoverage"}}}}]}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"function","x-ms-pageable":{"nextLinkName":"@odata.nextLink","operationName":"listMore"}},"description":"Provides operations to call the getAttackSimulationSimulationUserCoverage method."},"/reports/security/getAttackSimulationTrainingUserCoverage()":{"get":{"tags":["reports.securityReportsRoot"],"summary":"Invoke function getAttackSimulationTrainingUserCoverage","description":"List training coverage for tenant users in attack simulation and training campaigns. This function supports @odata.nextLink for pagination.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/securityreportsroot-getattacksimulationtrainingusercoverage?view=graph-rest-1.0"},"operationId":"reports.security.getAttackSimulationTrainingUserCoverage","parameters":[{"$ref":"#/components/parameters/top"},{"$ref":"#/components/parameters/skip"},{"$ref":"#/components/parameters/search"},{"$ref":"#/components/parameters/filter"},{"$ref":"#/components/parameters/count"}],"responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"type":"object","allOf":[{"$ref":"#/components/schemas/BaseCollectionPaginationCountResponse"},{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.attackSimulationTrainingUserCoverage"}}}}]}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"function","x-ms-pageable":{"nextLinkName":"@odata.nextLink","operationName":"listMore"}},"description":"Provides operations to call the getAttackSimulationTrainingUserCoverage method."},"/subscribedSkus":{"get":{"tags":["subscribedSkus.subscribedSku"],"summary":"List subscribedSkus","description":"Get the list of commercial subscriptions that an organization has acquired. For the mapping of license names as displayed on the Microsoft Entra admin center or the Microsoft 365 admin center against their Microsoft Graph skuId and skuPartNumber properties, see Product names and service plan identifiers for licensing.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/subscribedsku-list?view=graph-rest-1.0"},"operationId":"subscribedSkus.subscribedSku.ListSubscribedSku","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.subscribedSkuCollectionResponse"},"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":["subscribedSkus.subscribedSku"],"summary":"Add new entity to subscribedSkus","operationId":"subscribedSkus.subscribedSku.CreateSubscribedSku","requestBody":{"description":"New entity","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.subscribedSku"}}},"required":true},"responses":{"2XX":{"description":"Created entity","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.subscribedSku"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"description":"Provides operations to manage the collection of subscribedSku entities."},"/subscribedSkus/{subscribedSku-id}":{"get":{"tags":["subscribedSkus.subscribedSku"],"summary":"Get subscribedSku","description":"Get a specific commercial subscription that an organization has acquired.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/subscribedsku-get?view=graph-rest-1.0"},"operationId":"subscribedSkus.subscribedSku.GetSubscribedSku","parameters":[{"name":"$select","in":"query","description":"Select properties to be returned","style":"form","explode":false,"schema":{"uniqueItems":true,"type":"array","items":{"type":"string"}}}],"responses":{"2XX":{"description":"Retrieved entity","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.subscribedSku"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"patch":{"tags":["subscribedSkus.subscribedSku"],"summary":"Update entity in subscribedSkus","operationId":"subscribedSkus.subscribedSku.UpdateSubscribedSku","requestBody":{"description":"New property values","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.subscribedSku"}}},"required":true},"responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.subscribedSku"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"delete":{"tags":["subscribedSkus.subscribedSku"],"summary":"Delete entity from subscribedSkus","operationId":"subscribedSkus.subscribedSku.DeleteSubscribedSku","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"},"description":"Provides operations to manage the collection of subscribedSku entities.","parameters":[{"name":"subscribedSku-id","in":"path","description":"The unique identifier of subscribedSku","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"subscribedSku"}]},"/tenantRelationships":{"get":{"tags":["tenantRelationships.tenantRelationship"],"summary":"Get tenantRelationships","operationId":"tenantRelationships.tenantRelationship.GetTenantRelationship","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 entity","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.tenantRelationship"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"patch":{"tags":["tenantRelationships.tenantRelationship"],"summary":"Update tenantRelationships","operationId":"tenantRelationships.tenantRelationship.UpdateTenantRelationship","requestBody":{"description":"New property values","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.tenantRelationship"}}},"required":true},"responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.tenantRelationship"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"description":"Provides operations to manage the tenantRelationship singleton."},"/tenantRelationships/delegatedAdminCustomers":{"get":{"tags":["tenantRelationships.delegatedAdminCustomer"],"summary":"List delegatedAdminCustomers","description":"Get a list of the delegatedAdminCustomer objects and their properties.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/tenantrelationship-list-delegatedadmincustomers?view=graph-rest-1.0"},"operationId":"tenantRelationships.ListDelegatedAdminCustomers","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.delegatedAdminCustomerCollectionResponse"},"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":["tenantRelationships.delegatedAdminCustomer"],"summary":"Create new navigation property to delegatedAdminCustomers for tenantRelationships","operationId":"tenantRelationships.CreateDelegatedAdminCustomers","requestBody":{"description":"New navigation property","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.delegatedAdminCustomer"}}},"required":true},"responses":{"2XX":{"description":"Created navigation property.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.delegatedAdminCustomer"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"description":"Provides operations to manage the delegatedAdminCustomers property of the microsoft.graph.tenantRelationship entity."},"/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}":{"get":{"tags":["tenantRelationships.delegatedAdminCustomer"],"summary":"Get delegatedAdminCustomer","description":"Read the properties of a delegatedAdminCustomer object.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/delegatedadmincustomer-get?view=graph-rest-1.0"},"operationId":"tenantRelationships.GetDelegatedAdminCustomers","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.delegatedAdminCustomer"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"patch":{"tags":["tenantRelationships.delegatedAdminCustomer"],"summary":"Update the navigation property delegatedAdminCustomers in tenantRelationships","operationId":"tenantRelationships.UpdateDelegatedAdminCustomers","requestBody":{"description":"New navigation property values","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.delegatedAdminCustomer"}}},"required":true},"responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.delegatedAdminCustomer"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"delete":{"tags":["tenantRelationships.delegatedAdminCustomer"],"summary":"Delete navigation property delegatedAdminCustomers for tenantRelationships","operationId":"tenantRelationships.DeleteDelegatedAdminCustomers","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"},"description":"Provides operations to manage the delegatedAdminCustomers property of the microsoft.graph.tenantRelationship entity.","parameters":[{"name":"delegatedAdminCustomer-id","in":"path","description":"The unique identifier of delegatedAdminCustomer","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"delegatedAdminCustomer"}]},"/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails":{"get":{"tags":["tenantRelationships.delegatedAdminCustomer"],"summary":"List serviceManagementDetails","description":"Get a list of the delegatedAdminServiceManagementDetail objects and their properties.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/delegatedadmincustomer-list-servicemanagementdetails?view=graph-rest-1.0"},"operationId":"tenantRelationships.delegatedAdminCustomers.ListServiceManagementDetails","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.delegatedAdminServiceManagementDetailCollectionResponse"},"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":["tenantRelationships.delegatedAdminCustomer"],"summary":"Create new navigation property to serviceManagementDetails for tenantRelationships","operationId":"tenantRelationships.delegatedAdminCustomers.CreateServiceManagementDetails","requestBody":{"description":"New navigation property","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.delegatedAdminServiceManagementDetail"}}},"required":true},"responses":{"2XX":{"description":"Created navigation property.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.delegatedAdminServiceManagementDetail"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"description":"Provides operations to manage the serviceManagementDetails property of the microsoft.graph.delegatedAdminCustomer entity.","parameters":[{"name":"delegatedAdminCustomer-id","in":"path","description":"The unique identifier of delegatedAdminCustomer","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"delegatedAdminCustomer"}]},"/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/{delegatedAdminServiceManagementDetail-id}":{"get":{"tags":["tenantRelationships.delegatedAdminCustomer"],"summary":"Get serviceManagementDetails from tenantRelationships","description":"Contains the management details of a service in the customer tenant that's managed by delegated administration.","operationId":"tenantRelationships.delegatedAdminCustomers.GetServiceManagementDetails","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.delegatedAdminServiceManagementDetail"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"patch":{"tags":["tenantRelationships.delegatedAdminCustomer"],"summary":"Update the navigation property serviceManagementDetails in tenantRelationships","operationId":"tenantRelationships.delegatedAdminCustomers.UpdateServiceManagementDetails","requestBody":{"description":"New navigation property values","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.delegatedAdminServiceManagementDetail"}}},"required":true},"responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.delegatedAdminServiceManagementDetail"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"delete":{"tags":["tenantRelationships.delegatedAdminCustomer"],"summary":"Delete navigation property serviceManagementDetails for tenantRelationships","operationId":"tenantRelationships.delegatedAdminCustomers.DeleteServiceManagementDetails","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"},"description":"Provides operations to manage the serviceManagementDetails property of the microsoft.graph.delegatedAdminCustomer entity.","parameters":[{"name":"delegatedAdminCustomer-id","in":"path","description":"The unique identifier of delegatedAdminCustomer","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"delegatedAdminCustomer"},{"name":"delegatedAdminServiceManagementDetail-id","in":"path","description":"The unique identifier of delegatedAdminServiceManagementDetail","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"delegatedAdminServiceManagementDetail"}]},"/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/$count":{"get":{"tags":["tenantRelationships.delegatedAdminCustomer"],"summary":"Get the number of the resource","operationId":"tenantRelationships.delegatedAdminCustomers.serviceManagementDetails.GetCount-d662","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"}}},"description":"Provides operations to count the resources in the collection.","parameters":[{"name":"delegatedAdminCustomer-id","in":"path","description":"The unique identifier of delegatedAdminCustomer","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"delegatedAdminCustomer"}]},"/tenantRelationships/delegatedAdminCustomers/$count":{"get":{"tags":["tenantRelationships.delegatedAdminCustomer"],"summary":"Get the number of the resource","operationId":"tenantRelationships.delegatedAdminCustomers.GetCount-e293","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"}}},"description":"Provides operations to count the resources in the collection."},"/tenantRelationships/delegatedAdminRelationships":{"get":{"tags":["tenantRelationships.delegatedAdminRelationship"],"summary":"List delegatedAdminRelationships","description":"Get a list of the delegatedAdminRelationship objects and their properties.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/tenantrelationship-list-delegatedadminrelationships?view=graph-rest-1.0"},"operationId":"tenantRelationships.ListDelegatedAdminRelationships","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.delegatedAdminRelationshipCollectionResponse"},"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":["tenantRelationships.delegatedAdminRelationship"],"summary":"Create delegatedAdminRelationship","description":"Create a new delegatedAdminRelationship object.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/tenantrelationship-post-delegatedadminrelationships?view=graph-rest-1.0"},"operationId":"tenantRelationships.CreateDelegatedAdminRelationships","requestBody":{"description":"New navigation property","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.delegatedAdminRelationship"}}},"required":true},"responses":{"2XX":{"description":"Created navigation property.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.delegatedAdminRelationship"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"description":"Provides operations to manage the delegatedAdminRelationships property of the microsoft.graph.tenantRelationship entity."},"/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}":{"get":{"tags":["tenantRelationships.delegatedAdminRelationship"],"summary":"Get delegatedAdminRelationship","description":"Read the properties of a delegatedAdminRelationship object.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/delegatedadminrelationship-get?view=graph-rest-1.0"},"operationId":"tenantRelationships.GetDelegatedAdminRelationships","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.delegatedAdminRelationship"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"patch":{"tags":["tenantRelationships.delegatedAdminRelationship"],"summary":"Update delegatedAdminRelationship","description":"Update the properties of a delegatedAdminRelationship object.  The following restrictions apply:\r\n- You can update this relationship when its status property is created.\r\n- You can update the autoExtendDuration property when status is either created or active.\r\n- You can only remove the Microsoft Entra Global Administrator role when the status property is active, which indicates a long-running operation.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/delegatedadminrelationship-update?view=graph-rest-1.0"},"operationId":"tenantRelationships.UpdateDelegatedAdminRelationships","requestBody":{"description":"New navigation property values","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.delegatedAdminRelationship"}}},"required":true},"responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.delegatedAdminRelationship"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"delete":{"tags":["tenantRelationships.delegatedAdminRelationship"],"summary":"Delete delegatedAdminRelationship","description":"Delete a delegatedAdminRelationship object. A relationship can only be deleted if it's in the 'created' status. ","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/delegatedadminrelationship-delete?view=graph-rest-1.0"},"operationId":"tenantRelationships.DeleteDelegatedAdminRelationships","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"},"description":"Provides operations to manage the delegatedAdminRelationships property of the microsoft.graph.tenantRelationship entity.","parameters":[{"name":"delegatedAdminRelationship-id","in":"path","description":"The unique identifier of delegatedAdminRelationship","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"delegatedAdminRelationship"}]},"/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments":{"get":{"tags":["tenantRelationships.delegatedAdminRelationship"],"summary":"List accessAssignments","description":"Get a list of the delegatedAdminAccessAssignment objects and their properties.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/delegatedadminrelationship-list-accessassignments?view=graph-rest-1.0"},"operationId":"tenantRelationships.delegatedAdminRelationships.ListAccessAssignments","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.delegatedAdminAccessAssignmentCollectionResponse"},"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":["tenantRelationships.delegatedAdminRelationship"],"summary":"Create accessAssignments","description":"Create a new delegatedAdminAccessAssignment object.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/delegatedadminrelationship-post-accessassignments?view=graph-rest-1.0"},"operationId":"tenantRelationships.delegatedAdminRelationships.CreateAccessAssignments","requestBody":{"description":"New navigation property","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.delegatedAdminAccessAssignment"}}},"required":true},"responses":{"2XX":{"description":"Created navigation property.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.delegatedAdminAccessAssignment"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"description":"Provides operations to manage the accessAssignments property of the microsoft.graph.delegatedAdminRelationship entity.","parameters":[{"name":"delegatedAdminRelationship-id","in":"path","description":"The unique identifier of delegatedAdminRelationship","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"delegatedAdminRelationship"}]},"/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/{delegatedAdminAccessAssignment-id}":{"get":{"tags":["tenantRelationships.delegatedAdminRelationship"],"summary":"Get delegatedAdminAccessAssignment","description":"Read the properties of a delegatedAdminAccessAssignment object.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/delegatedadminaccessassignment-get?view=graph-rest-1.0"},"operationId":"tenantRelationships.delegatedAdminRelationships.GetAccessAssignments","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.delegatedAdminAccessAssignment"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"patch":{"tags":["tenantRelationships.delegatedAdminRelationship"],"summary":"Update delegatedAdminAccessAssignment","description":"Update the properties of a delegatedAdminAccessAssignment object.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/delegatedadminaccessassignment-update?view=graph-rest-1.0"},"operationId":"tenantRelationships.delegatedAdminRelationships.UpdateAccessAssignments","requestBody":{"description":"New navigation property values","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.delegatedAdminAccessAssignment"}}},"required":true},"responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.delegatedAdminAccessAssignment"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"delete":{"tags":["tenantRelationships.delegatedAdminRelationship"],"summary":"Delete delegatedAdminAccessAssignment","description":"Delete a delegatedAdminAccessAssignment object.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/delegatedadminaccessassignment-delete?view=graph-rest-1.0"},"operationId":"tenantRelationships.delegatedAdminRelationships.DeleteAccessAssignments","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"},"description":"Provides operations to manage the accessAssignments property of the microsoft.graph.delegatedAdminRelationship entity.","parameters":[{"name":"delegatedAdminRelationship-id","in":"path","description":"The unique identifier of delegatedAdminRelationship","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"delegatedAdminRelationship"},{"name":"delegatedAdminAccessAssignment-id","in":"path","description":"The unique identifier of delegatedAdminAccessAssignment","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"delegatedAdminAccessAssignment"}]},"/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/$count":{"get":{"tags":["tenantRelationships.delegatedAdminRelationship"],"summary":"Get the number of the resource","operationId":"tenantRelationships.delegatedAdminRelationships.accessAssignments.GetCount-8cbf","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"}}},"description":"Provides operations to count the resources in the collection.","parameters":[{"name":"delegatedAdminRelationship-id","in":"path","description":"The unique identifier of delegatedAdminRelationship","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"delegatedAdminRelationship"}]},"/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations":{"get":{"tags":["tenantRelationships.delegatedAdminRelationship"],"summary":"List operations","description":"Get a list of the delegatedAdminRelationshipOperation objects and their properties.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/delegatedadminrelationship-list-operations?view=graph-rest-1.0"},"operationId":"tenantRelationships.delegatedAdminRelationships.ListOperations","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.delegatedAdminRelationshipOperationCollectionResponse"},"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":["tenantRelationships.delegatedAdminRelationship"],"summary":"Create new navigation property to operations for tenantRelationships","operationId":"tenantRelationships.delegatedAdminRelationships.CreateOperations","requestBody":{"description":"New navigation property","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.delegatedAdminRelationshipOperation"}}},"required":true},"responses":{"2XX":{"description":"Created navigation property.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.delegatedAdminRelationshipOperation"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"description":"Provides operations to manage the operations property of the microsoft.graph.delegatedAdminRelationship entity.","parameters":[{"name":"delegatedAdminRelationship-id","in":"path","description":"The unique identifier of delegatedAdminRelationship","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"delegatedAdminRelationship"}]},"/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/{delegatedAdminRelationshipOperation-id}":{"get":{"tags":["tenantRelationships.delegatedAdminRelationship"],"summary":"Get delegatedAdminRelationshipOperation","description":"Read the properties of a delegatedAdminRelationshipOperation object.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/delegatedadminrelationshipoperation-get?view=graph-rest-1.0"},"operationId":"tenantRelationships.delegatedAdminRelationships.GetOperations","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.delegatedAdminRelationshipOperation"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"patch":{"tags":["tenantRelationships.delegatedAdminRelationship"],"summary":"Update the navigation property operations in tenantRelationships","operationId":"tenantRelationships.delegatedAdminRelationships.UpdateOperations","requestBody":{"description":"New navigation property values","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.delegatedAdminRelationshipOperation"}}},"required":true},"responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.delegatedAdminRelationshipOperation"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"delete":{"tags":["tenantRelationships.delegatedAdminRelationship"],"summary":"Delete navigation property operations for tenantRelationships","operationId":"tenantRelationships.delegatedAdminRelationships.DeleteOperations","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"},"description":"Provides operations to manage the operations property of the microsoft.graph.delegatedAdminRelationship entity.","parameters":[{"name":"delegatedAdminRelationship-id","in":"path","description":"The unique identifier of delegatedAdminRelationship","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"delegatedAdminRelationship"},{"name":"delegatedAdminRelationshipOperation-id","in":"path","description":"The unique identifier of delegatedAdminRelationshipOperation","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"delegatedAdminRelationshipOperation"}]},"/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/$count":{"get":{"tags":["tenantRelationships.delegatedAdminRelationship"],"summary":"Get the number of the resource","operationId":"tenantRelationships.delegatedAdminRelationships.operations.GetCount-3beb","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"}}},"description":"Provides operations to count the resources in the collection.","parameters":[{"name":"delegatedAdminRelationship-id","in":"path","description":"The unique identifier of delegatedAdminRelationship","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"delegatedAdminRelationship"}]},"/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests":{"get":{"tags":["tenantRelationships.delegatedAdminRelationship"],"summary":"List requests","description":"Get a list of the delegatedAdminRelationshipRequest objects and their properties.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/delegatedadminrelationship-list-requests?view=graph-rest-1.0"},"operationId":"tenantRelationships.delegatedAdminRelationships.ListRequests","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.delegatedAdminRelationshipRequestCollectionResponse"},"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":["tenantRelationships.delegatedAdminRelationship"],"summary":"Create requests","description":"Create a new delegatedAdminRelationshipRequest object.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/delegatedadminrelationship-post-requests?view=graph-rest-1.0"},"operationId":"tenantRelationships.delegatedAdminRelationships.CreateRequests","requestBody":{"description":"New navigation property","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.delegatedAdminRelationshipRequest"}}},"required":true},"responses":{"2XX":{"description":"Created navigation property.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.delegatedAdminRelationshipRequest"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"description":"Provides operations to manage the requests property of the microsoft.graph.delegatedAdminRelationship entity.","parameters":[{"name":"delegatedAdminRelationship-id","in":"path","description":"The unique identifier of delegatedAdminRelationship","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"delegatedAdminRelationship"}]},"/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/{delegatedAdminRelationshipRequest-id}":{"get":{"tags":["tenantRelationships.delegatedAdminRelationship"],"summary":"Get delegatedAdminRelationshipRequest","description":"Read the properties and relationships of a delegatedAdminRelationshipRequest object.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/delegatedadminrelationshiprequest-get?view=graph-rest-1.0"},"operationId":"tenantRelationships.delegatedAdminRelationships.GetRequests","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.delegatedAdminRelationshipRequest"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"patch":{"tags":["tenantRelationships.delegatedAdminRelationship"],"summary":"Update the navigation property requests in tenantRelationships","operationId":"tenantRelationships.delegatedAdminRelationships.UpdateRequests","requestBody":{"description":"New navigation property values","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.delegatedAdminRelationshipRequest"}}},"required":true},"responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.delegatedAdminRelationshipRequest"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"delete":{"tags":["tenantRelationships.delegatedAdminRelationship"],"summary":"Delete navigation property requests for tenantRelationships","operationId":"tenantRelationships.delegatedAdminRelationships.DeleteRequests","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"},"description":"Provides operations to manage the requests property of the microsoft.graph.delegatedAdminRelationship entity.","parameters":[{"name":"delegatedAdminRelationship-id","in":"path","description":"The unique identifier of delegatedAdminRelationship","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"delegatedAdminRelationship"},{"name":"delegatedAdminRelationshipRequest-id","in":"path","description":"The unique identifier of delegatedAdminRelationshipRequest","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"delegatedAdminRelationshipRequest"}]},"/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/$count":{"get":{"tags":["tenantRelationships.delegatedAdminRelationship"],"summary":"Get the number of the resource","operationId":"tenantRelationships.delegatedAdminRelationships.requests.GetCount-f3a6","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"}}},"description":"Provides operations to count the resources in the collection.","parameters":[{"name":"delegatedAdminRelationship-id","in":"path","description":"The unique identifier of delegatedAdminRelationship","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"delegatedAdminRelationship"}]},"/tenantRelationships/delegatedAdminRelationships/$count":{"get":{"tags":["tenantRelationships.delegatedAdminRelationship"],"summary":"Get the number of the resource","operationId":"tenantRelationships.delegatedAdminRelationships.GetCount-9d12","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"}}},"description":"Provides operations to count the resources in the collection."},"/tenantRelationships/findTenantInformationByDomainName(domainName='{domainName}')":{"get":{"tags":["tenantRelationships.tenantRelationship.Functions"],"summary":"Invoke function findTenantInformationByDomainName","description":"Given a domain name, search for a tenant and read its tenantInformation. You can use this API to validate tenant information and use the tenantId to configure cross-tenant access settings between you and the tenant.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/tenantrelationship-findtenantinformationbydomainname?view=graph-rest-1.0"},"operationId":"tenantRelationships.findTenantInformationByDomainName","responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.tenantInformation"},{"type":"object","nullable":true}]}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"function"},"description":"Provides operations to call the findTenantInformationByDomainName method.","parameters":[{"name":"domainName","in":"path","description":"Usage: domainName='{domainName}'","required":true,"schema":{"type":"string","nullable":true}}]},"/tenantRelationships/findTenantInformationByTenantId(tenantId='{tenantId}')":{"get":{"tags":["tenantRelationships.tenantRelationship.Functions"],"summary":"Invoke function findTenantInformationByTenantId","description":"Given a tenant ID, search for a tenant and read its tenantInformation. You can use this API to validate tenant information and use the tenantId to configure cross-tenant cross-tenant access settings between you and the tenant.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/tenantrelationship-findtenantinformationbytenantid?view=graph-rest-1.0"},"operationId":"tenantRelationships.findTenantInformationByTenantId","responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.tenantInformation"},{"type":"object","nullable":true}]}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"function"},"description":"Provides operations to call the findTenantInformationByTenantId method.","parameters":[{"name":"tenantId","in":"path","description":"Usage: tenantId='{tenantId}'","required":true,"schema":{"type":"string","nullable":true}}]},"/tenantRelationships/multiTenantOrganization":{"get":{"tags":["tenantRelationships.multiTenantOrganization"],"summary":"Get multiTenantOrganization","description":"Get properties of the multitenant organization.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/multitenantorganization-get?view=graph-rest-1.0"},"operationId":"tenantRelationships.GetMultiTenantOrganization","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.multiTenantOrganization"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"patch":{"tags":["tenantRelationships.multiTenantOrganization"],"summary":"Update multiTenantOrganization","description":"Update the properties of a multitenant organization.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/multitenantorganization-update?view=graph-rest-1.0"},"operationId":"tenantRelationships.UpdateMultiTenantOrganization","requestBody":{"description":"New navigation property values","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.multiTenantOrganization"}}},"required":true},"responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.multiTenantOrganization"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"description":"Provides operations to manage the multiTenantOrganization property of the microsoft.graph.tenantRelationship entity."},"/tenantRelationships/multiTenantOrganization/joinRequest":{"get":{"tags":["tenantRelationships.multiTenantOrganization"],"summary":"Get multiTenantOrganizationJoinRequestRecord","description":"Get the status of a tenant joining a multitenant organization.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/multitenantorganizationjoinrequestrecord-get?view=graph-rest-1.0"},"operationId":"tenantRelationships.multiTenantOrganization.GetJoinRequest","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.multiTenantOrganizationJoinRequestRecord"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"patch":{"tags":["tenantRelationships.multiTenantOrganization"],"summary":"Update multiTenantOrganizationJoinRequestRecord","description":"Join a multitenant organization, after the owner of the multitenant organization has added your tenant to the multitenant organization as pending. Before a tenant added to a multitenant organization can participate in the multitenant organization, the administrator of the joining tenant must submit a join request. To allow for asynchronous processing, you must wait up to 2 hours before joining a multitenant organization is completed.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/multitenantorganizationjoinrequestrecord-update?view=graph-rest-1.0"},"operationId":"tenantRelationships.multiTenantOrganization.UpdateJoinRequest","requestBody":{"description":"New navigation property values","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.multiTenantOrganizationJoinRequestRecord"}}},"required":true},"responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.multiTenantOrganizationJoinRequestRecord"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"description":"Provides operations to manage the joinRequest property of the microsoft.graph.multiTenantOrganization entity."},"/tenantRelationships/multiTenantOrganization/tenants":{"get":{"tags":["tenantRelationships.multiTenantOrganization"],"summary":"List multiTenantOrganizationMembers","description":"List the tenants and their properties in the multitenant organization.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/multitenantorganization-list-tenants?view=graph-rest-1.0"},"operationId":"tenantRelationships.multiTenantOrganization.ListTenants","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.multiTenantOrganizationMemberCollectionResponse"},"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":["tenantRelationships.multiTenantOrganization"],"summary":"Add multiTenantOrganizationMember","description":"Add a tenant to a multitenant organization. The administrator of an owner tenant has the permissions to add tenants to the multitenant organization. The added tenant is in the pending state until the administrator of the added tenant joins the multitenant organization by submitting a join request. A tenant can be part of only one multitenant organization.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/multitenantorganization-post-tenants?view=graph-rest-1.0"},"operationId":"tenantRelationships.multiTenantOrganization.CreateTenants","requestBody":{"description":"New navigation property","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.multiTenantOrganizationMember"}}},"required":true},"responses":{"2XX":{"description":"Created navigation property.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.multiTenantOrganizationMember"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"description":"Provides operations to manage the tenants property of the microsoft.graph.multiTenantOrganization entity."},"/tenantRelationships/multiTenantOrganization/tenants/{multiTenantOrganizationMember-id}":{"get":{"tags":["tenantRelationships.multiTenantOrganization"],"summary":"Get multiTenantOrganizationMember","description":"Get a tenant and its properties in the multitenant organization.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/multitenantorganizationmember-get?view=graph-rest-1.0"},"operationId":"tenantRelationships.multiTenantOrganization.GetTenants","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.multiTenantOrganizationMember"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"patch":{"tags":["tenantRelationships.multiTenantOrganization"],"summary":"Update multiTenantOrganizationMember","description":"Update the properties of a tenant in a multitenant organization. Only owner tenants can call this API.","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/multitenantorganizationmember-update?view=graph-rest-1.0"},"operationId":"tenantRelationships.multiTenantOrganization.UpdateTenants","requestBody":{"description":"New navigation property values","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.multiTenantOrganizationMember"}}},"required":true},"responses":{"2XX":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.multiTenantOrganizationMember"}}}},"4XX":{"$ref":"#/components/responses/error"},"5XX":{"$ref":"#/components/responses/error"}},"x-ms-docs-operation-type":"operation"},"delete":{"tags":["tenantRelationships.multiTenantOrganization"],"summary":"Remove multiTenantOrganizationMember","description":"Remove a tenant from a multitenant organization. A tenant can be removed in the following scenarios:","externalDocs":{"description":"Find more info here","url":"https://learn.microsoft.com/graph/api/multitenantorganization-delete-tenants?view=graph-rest-1.0"},"operationId":"tenantRelationships.multiTenantOrganization.DeleteTenants","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"},"description":"Provides operations to manage the tenants property of the microsoft.graph.multiTenantOrganization entity.","parameters":[{"name":"multiTenantOrganizationMember-id","in":"path","description":"The unique identifier of multiTenantOrganizationMember","required":true,"schema":{"type":"string"},"x-ms-docs-key-type":"multiTenantOrganizationMember"}]},"/tenantRelationships/multiTenantOrganization/tenants/$count":{"get":{"tags":["tenantRelationships.multiTenantOrganization"],"summary":"Get the number of the resource","operationId":"tenantRelationships.multiTenantOrganization.tenants.GetCount-3393","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"}}},"description":"Provides operations to count the resources in the collection."}},"components":{"parameters":{"top":{"name":"$top","in":"query","description":"Show only the first n items","style":"form","explode":false,"schema":{"minimum":0,"type":"integer"},"example":50},"skip":{"name":"$skip","in":"query","description":"Skip the first n items","style":"form","explode":false,"schema":{"minimum":0,"type":"integer"}},"search":{"name":"$search","in":"query","description":"Search items by search phrases","style":"form","explode":false,"schema":{"type":"string"}},"filter":{"name":"$filter","in":"query","description":"Filter items by property values","style":"form","explode":false,"schema":{"type":"string"}},"count":{"name":"$count","in":"query","description":"Include count of items","style":"form","explode":false,"schema":{"type":"boolean"}}},"responses":{"error":{"description":"error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.ODataErrors.ODataError"}}}},"microsoft.graph.configurationDriftCollectionResponse":{"description":"Retrieved collection","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.configurationDriftCollectionResponse"}}}},"ODataCountResponse":{"description":"The count of the resource","content":{"text/plain":{"schema":{"$ref":"#/components/schemas/ODataCountResponse"}}}},"microsoft.graph.configurationMonitoringResultCollectionResponse":{"description":"Retrieved collection","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.configurationMonitoringResultCollectionResponse"}}}},"microsoft.graph.configurationMonitorCollectionResponse":{"description":"Retrieved collection","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.configurationMonitorCollectionResponse"}}}},"microsoft.graph.configurationSnapshotJobCollectionResponse":{"description":"Retrieved collection","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.configurationSnapshotJobCollectionResponse"}}}},"microsoft.graph.configurationBaselineCollectionResponse":{"description":"Retrieved collection","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.configurationBaselineCollectionResponse"}}}},"microsoft.graph.browserSiteListCollectionResponse":{"description":"Retrieved collection","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.browserSiteListCollectionResponse"}}}},"microsoft.graph.browserSharedCookieCollectionResponse":{"description":"Retrieved collection","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.browserSharedCookieCollectionResponse"}}}},"microsoft.graph.browserSiteCollectionResponse":{"description":"Retrieved collection","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.browserSiteCollectionResponse"}}}},"microsoft.graph.mailboxCollectionResponse":{"description":"Retrieved collection","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.mailboxCollectionResponse"}}}},"microsoft.graph.mailboxFolderCollectionResponse":{"description":"Retrieved collection","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.mailboxFolderCollectionResponse"}}}},"microsoft.graph.mailboxItemCollectionResponse":{"description":"Retrieved collection","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.mailboxItemCollectionResponse"}}}},"microsoft.graph.exchangeMessageTraceCollectionResponse":{"description":"Retrieved collection","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.exchangeMessageTraceCollectionResponse"}}}},"microsoft.graph.profileCardPropertyCollectionResponse":{"description":"Retrieved collection","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.profileCardPropertyCollectionResponse"}}}},"microsoft.graph.profilePropertySettingCollectionResponse":{"description":"Retrieved collection","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.profilePropertySettingCollectionResponse"}}}},"microsoft.graph.profileSourceCollectionResponse":{"description":"Retrieved collection","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.profileSourceCollectionResponse"}}}},"microsoft.graph.serviceHealthCollectionResponse":{"description":"Retrieved collection","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.serviceHealthCollectionResponse"}}}},"microsoft.graph.serviceHealthIssueCollectionResponse":{"description":"Retrieved collection","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.serviceHealthIssueCollectionResponse"}}}},"microsoft.graph.serviceUpdateMessageCollectionResponse":{"description":"Retrieved collection","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.serviceUpdateMessageCollectionResponse"}}}},"microsoft.graph.serviceAnnouncementAttachmentCollectionResponse":{"description":"Retrieved collection","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.serviceAnnouncementAttachmentCollectionResponse"}}}},"microsoft.graph.teamsAdministration.teamsPolicyUserAssignmentCollectionResponse":{"description":"Retrieved collection","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.teamsAdministration.teamsPolicyUserAssignmentCollectionResponse"}}}},"microsoft.graph.teamsAdministration.numberAssignmentCollectionResponse":{"description":"Retrieved collection","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.teamsAdministration.numberAssignmentCollectionResponse"}}}},"microsoft.graph.teamsAdministration.telephoneNumberLongRunningOperationCollectionResponse":{"description":"Retrieved collection","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.teamsAdministration.telephoneNumberLongRunningOperationCollectionResponse"}}}},"microsoft.graph.teamsAdministration.teamsUserConfigurationCollectionResponse":{"description":"Retrieved collection","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.teamsAdministration.teamsUserConfigurationCollectionResponse"}}}},"microsoft.graph.serviceProvisioningErrorCollectionResponse":{"description":"Retrieved collection","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.serviceProvisioningErrorCollectionResponse"}}}},"microsoft.graph.directoryAuditCollectionResponse":{"description":"Retrieved collection","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.directoryAuditCollectionResponse"}}}},"microsoft.graph.provisioningObjectSummaryCollectionResponse":{"description":"Retrieved collection","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.provisioningObjectSummaryCollectionResponse"}}}},"microsoft.graph.signInCollectionResponse":{"description":"Retrieved collection","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.signInCollectionResponse"}}}},"microsoft.graph.domainDnsRecordCollectionResponse":{"description":"Retrieved collection","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.domainDnsRecordCollectionResponse"}}}},"microsoft.graph.domainCollectionResponse":{"description":"Retrieved collection","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.domainCollectionResponse"}}}},"microsoft.graph.directoryObjectCollectionResponse":{"description":"Retrieved collection","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.directoryObjectCollectionResponse"}}}},"microsoft.graph.internalDomainFederationCollectionResponse":{"description":"Retrieved collection","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.internalDomainFederationCollectionResponse"}}}},"microsoft.graph.organizationCollectionResponse":{"description":"Retrieved collection","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.organizationCollectionResponse"}}}},"microsoft.graph.organizationalBrandingLocalizationCollectionResponse":{"description":"Retrieved collection","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.organizationalBrandingLocalizationCollectionResponse"}}}},"microsoft.graph.certificateBasedAuthConfigurationCollectionResponse":{"description":"Retrieved collection","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.certificateBasedAuthConfigurationCollectionResponse"}}}},"microsoft.graph.extensionCollectionResponse":{"description":"Retrieved collection","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.extensionCollectionResponse"}}}},"microsoft.graph.userRegistrationDetailsCollectionResponse":{"description":"Retrieved collection","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.userRegistrationDetailsCollectionResponse"}}}},"microsoft.graph.printUsageByPrinterCollectionResponse":{"description":"Retrieved collection","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.printUsageByPrinterCollectionResponse"}}}},"microsoft.graph.printUsageByUserCollectionResponse":{"description":"Retrieved collection","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.printUsageByUserCollectionResponse"}}}},"microsoft.graph.partners.billing.manifestCollectionResponse":{"description":"Retrieved collection","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.partners.billing.manifestCollectionResponse"}}}},"microsoft.graph.partners.billing.operationCollectionResponse":{"description":"Retrieved collection","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.partners.billing.operationCollectionResponse"}}}},"microsoft.graph.subscribedSkuCollectionResponse":{"description":"Retrieved collection","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.subscribedSkuCollectionResponse"}}}},"microsoft.graph.delegatedAdminCustomerCollectionResponse":{"description":"Retrieved collection","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.delegatedAdminCustomerCollectionResponse"}}}},"microsoft.graph.delegatedAdminServiceManagementDetailCollectionResponse":{"description":"Retrieved collection","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.delegatedAdminServiceManagementDetailCollectionResponse"}}}},"microsoft.graph.delegatedAdminRelationshipCollectionResponse":{"description":"Retrieved collection","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.delegatedAdminRelationshipCollectionResponse"}}}},"microsoft.graph.delegatedAdminAccessAssignmentCollectionResponse":{"description":"Retrieved collection","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.delegatedAdminAccessAssignmentCollectionResponse"}}}},"microsoft.graph.delegatedAdminRelationshipOperationCollectionResponse":{"description":"Retrieved collection","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.delegatedAdminRelationshipOperationCollectionResponse"}}}},"microsoft.graph.delegatedAdminRelationshipRequestCollectionResponse":{"description":"Retrieved collection","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.delegatedAdminRelationshipRequestCollectionResponse"}}}},"microsoft.graph.multiTenantOrganizationMemberCollectionResponse":{"description":"Retrieved collection","content":{"application/json":{"schema":{"$ref":"#/components/schemas/microsoft.graph.multiTenantOrganizationMemberCollectionResponse"}}}}},"schemas":{"microsoft.graph.admin":{"title":"admin","required":["@odata.type"],"type":"object","properties":{"configurationManagement":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.configurationManagement"},{"type":"object","nullable":true}],"description":"A container for Tenant Configuration Management (TCM) resources. Read-only.","x-ms-navigationProperty":true},"edge":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.edge"},{"type":"object","nullable":true}],"description":"A container for Microsoft Edge resources. Read-only.","x-ms-navigationProperty":true},"exchange":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.exchangeAdmin"},{"type":"object","nullable":true}],"description":"A container for the Exchange admin functionality. Read-only.","x-ms-navigationProperty":true},"microsoft365Apps":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.adminMicrosoft365Apps"},{"type":"object","nullable":true}],"description":"A container for the Microsoft 365 apps admin functionality.","x-ms-navigationProperty":true},"people":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.peopleAdminSettings"},{"type":"object","nullable":true}],"description":"Represents a setting to control people-related admin settings in the tenant.","x-ms-navigationProperty":true},"reportSettings":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.adminReportSettings"},{"type":"object","nullable":true}],"description":"A container for administrative resources to manage reports.","x-ms-navigationProperty":true},"serviceAnnouncement":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.serviceAnnouncement"},{"type":"object","nullable":true}],"description":"A container for service communications resources. Read-only.","x-ms-navigationProperty":true},"sharepoint":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.sharepoint"},{"type":"object","nullable":true}],"x-ms-navigationProperty":true},"teams":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.teamsAdministration.teamsAdminRoot"},{"type":"object","nullable":true}],"description":"A container for Teams administration functionalities, such as Teams telephone number management functionalities, user Teams configurations, and policy assignments.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}},"microsoft.graph.configurationManagement":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"configurationManagement","required":["@odata.type"],"type":"object","properties":{"configurationDrifts":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.configurationDrift"},"description":"A container for configuration drift resources.","x-ms-navigationProperty":true},"configurationMonitoringResults":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.configurationMonitoringResult"},"description":"A container for configuration monitoring results resources.","x-ms-navigationProperty":true},"configurationMonitors":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.configurationMonitor"},"description":"A container for configuration monitor resources.","x-ms-navigationProperty":true},"configurationSnapshotJobs":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.configurationSnapshotJob"},"description":"A container for snapshot job resources.","x-ms-navigationProperty":true},"configurationSnapshots":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.configurationBaseline"},"description":"A container for configuration snapshot baselines.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.configurationManagement"},"microsoft.graph.configurationDrift":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"configurationDrift","required":["@odata.type"],"type":"object","properties":{"baselineResourceDisplayName":{"type":"string","description":"Resource instance for which the drift is detected. Supports $filter (eq, ne, startsWith) and $orderby.","readOnly":true},"driftedProperties":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.driftedProperty"},"description":"Properties within one or more resource instances in which drift is detected. Requires $select to retrieve.","readOnly":true},"firstReportedDateTime":{"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 at which drift is first detected. 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. Supports $filter (eq, ne, ge, le) and $orderby.","format":"date-time","readOnly":true},"monitorId":{"type":"string","description":"Globally unique identifier (GUID) of the monitor. System-generated. Supports $filter (eq, ne).","readOnly":true},"resourceInstanceIdentifier":{"$ref":"#/components/schemas/microsoft.graph.openComplexDictionaryType"},"resourceType":{"type":"string","description":"Resource for which the drift is detected. Supports $filter (eq, ne, startsWith).","readOnly":true},"status":{"$ref":"#/components/schemas/microsoft.graph.driftStatus"},"tenantId":{"type":"string","description":"Globally unique identifier (GUID) of the tenant for which the monitor runs. Fetched automatically by the system. Supports $filter (eq, ne).","readOnly":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.configurationDrift"},"microsoft.graph.configurationMonitoringResult":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"configurationMonitoringResult","required":["@odata.type"],"type":"object","properties":{"driftsCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of drifts observed during a monitor run. Supports $filter (eq, ne, ge, le) and $orderby.","format":"int32","readOnly":true},"errorDetails":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.errorDetail"},"description":"All the error details that prevent the monitor from running successfully. The error details are a contained entity. Requires $select to retrieve.","readOnly":true},"monitorId":{"type":"string","description":"Globally unique identifier (GUID) of the monitor. System-generated. Supports $filter (eq, ne).","readOnly":true},"runCompletionDateTime":{"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":"Date and time at which the monitor run completed. 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. Supports $filter (eq, ne, ge, le) and $orderby.","format":"date-time","readOnly":true},"runInitiationDateTime":{"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":"Date and time at which the monitor run initiated. 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. Supports $filter (eq, ne, ge, le) and $orderby.","format":"date-time","readOnly":true},"runStatus":{"$ref":"#/components/schemas/microsoft.graph.monitorRunStatus"},"tenantId":{"type":"string","description":"Globally unique identifier (GUID) of the tenant for which the monitor runs. Fetched automatically by the system. Supports $filter (eq, ne).","readOnly":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.configurationMonitoringResult"},"microsoft.graph.configurationMonitor":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"configurationMonitor","required":["@odata.type"],"type":"object","properties":{"createdBy":{"$ref":"#/components/schemas/microsoft.graph.identitySet"},"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","description":"The date and time when the monitor was created. 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. Supports $filter (eq, ne, ge, le) and $orderby.","format":"date-time","readOnly":true},"description":{"type":"string","description":"User-friendly description of the monitor given by the user. Supports $filter (eq, ne, startsWith) and $orderby."},"displayName":{"type":"string","description":"User-friendly name given by the user to the monitor. Supports $filter (eq, ne, startsWith) and $orderby."},"inactivationReason":{"type":"string","description":"The reason for the monitor's inactivation. Requires $select to retrieve.","nullable":true,"readOnly":true},"lastModifiedBy":{"$ref":"#/components/schemas/microsoft.graph.identitySet"},"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":"The date and time when the monitor was last modified. If no modifications are made to the monitor, it's the same as createdDateTime. 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. Supports $filter (eq, ne, ge, le) and $orderby.","format":"date-time","readOnly":true},"mode":{"$ref":"#/components/schemas/microsoft.graph.monitorMode"},"monitorRunFrequencyInHours":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Frequency at which the monitor runs. The default frequency is six hours. Regardless of when you create or update a monitor, it gets triggered within the next 6 hours. Currently, monitors are picked up at fixed times: 6 AM, 12 PM, 6 PM, and 12 AM (all in GMT). For example, if you create a monitor at 9 AM, it gets triggered around 12 PM. If you update a monitor at 4 PM, it gets triggered around 6 PM.","format":"int32","readOnly":true},"parameters":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.openComplexDictionaryType"},{"type":"object","nullable":true}],"description":"Key-value pairs that contain parameter values which might be used in the baseline. Requires $select to retrieve."},"status":{"$ref":"#/components/schemas/microsoft.graph.monitorStatus"},"tenantId":{"type":"string","description":"Globally unique identifier (GUID) of the tenant for which the monitor runs. Fetched automatically by the system. Supports $filter (eq, ne).","readOnly":true},"baseline":{"$ref":"#/components/schemas/microsoft.graph.configurationBaseline"},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.configurationMonitor"},"microsoft.graph.configurationBaseline":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"configurationBaseline","required":["@odata.type"],"type":"object","properties":{"description":{"type":"string","description":"User-friendly description of the baseline given by the user."},"displayName":{"type":"string","description":"User-friendly name given by the user to the baseline."},"parameters":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.baselineParameter"},"description":"Collection of parameters attached to the baseline."},"resources":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.baselineResource"},"description":"Collection of resources and their properties that are added to the baseline. At least one property of one resource must be present in the baseline."},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.configurationBaseline"},"microsoft.graph.configurationSnapshotJob":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"configurationSnapshotJob","required":["@odata.type"],"type":"object","properties":{"completedDateTime":{"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 snapshot job was completed. 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. Supports $filter (eq, ne, ge, le) and $orderby.","format":"date-time","readOnly":true},"createdBy":{"$ref":"#/components/schemas/microsoft.graph.identitySet"},"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","description":"The date and time when the snapshot job was created. 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. Supports $filter (eq, ne, ge, le) and $orderby.","format":"date-time","readOnly":true},"description":{"type":"string","description":"User-friendly description of the snapshot given by the user. Supports $filter (eq, ne, startsWith) and $orderby."},"displayName":{"type":"string","description":"User-friendly name provided by the user during snapshot creation. Supports $filter (eq, ne, startsWith) and $orderby."},"errorDetails":{"type":"array","items":{"type":"string"},"description":"Details of errors related to the reasons why the snapshot can't complete. Requires $select to retrieve.","readOnly":true},"resourceLocation":{"type":"string","description":"The URL at which the snapshot file resides. Requires $select to retrieve.","readOnly":true},"resources":{"type":"array","items":{"type":"string"},"description":"The names of all resources included in the request body by the user who created the snapshot. Fetched by the system. Requires $select to retrieve."},"status":{"$ref":"#/components/schemas/microsoft.graph.snapshotJobStatus"},"tenantId":{"type":"string","description":"Globally unique identifier (GUID) of the tenant for which the snapshot is created. Supports $filter (eq, ne).","readOnly":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.configurationSnapshotJob"},"microsoft.graph.edge":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"edge","required":["@odata.type"],"type":"object","properties":{"internetExplorerMode":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.internetExplorerMode"},{"type":"object","nullable":true}],"description":"A container for Internet Explorer mode resources.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.edge"},"microsoft.graph.internetExplorerMode":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"internetExplorerMode","required":["@odata.type"],"type":"object","properties":{"siteLists":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.browserSiteList"},"description":"A collection of site lists to support Internet Explorer mode.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.internetExplorerMode"},"microsoft.graph.browserSiteList":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"browserSiteList","required":["@odata.type"],"type":"object","properties":{"description":{"type":"string","description":"The description of the site list."},"displayName":{"type":"string","description":"The name of the site list."},"lastModifiedBy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"type":"object","nullable":true}],"description":"The user who last modified the site list."},"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":"The date and time when the site list was last modified.","format":"date-time"},"publishedBy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"type":"object","nullable":true}],"description":"The user who published the site list."},"publishedDateTime":{"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 site list was published.","format":"date-time","nullable":true},"revision":{"type":"string","description":"The current revision of the site list."},"status":{"$ref":"#/components/schemas/microsoft.graph.browserSiteListStatus"},"sharedCookies":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.browserSharedCookie"},"description":"A collection of shared cookies defined for the site list.","x-ms-navigationProperty":true},"sites":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.browserSite"},"description":"A collection of sites defined for the site list.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}},"description":"A singleton entity which is used to specify IE mode site list metadata"}],"x-ms-discriminator-value":"#microsoft.graph.browserSiteList"},"microsoft.graph.browserSite":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"browserSite","required":["@odata.type"],"type":"object","properties":{"allowRedirect":{"type":"boolean","description":"Controls the behavior of redirected sites. If true, indicates that the site will open in Internet Explorer 11 or Microsoft Edge even if the site is navigated to as part of a HTTP or meta refresh redirection chain."},"comment":{"type":"string","description":"The comment for the site."},"compatibilityMode":{"$ref":"#/components/schemas/microsoft.graph.browserSiteCompatibilityMode"},"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","description":"The date and time when the site was created.","format":"date-time"},"deletedDateTime":{"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 site was deleted.","format":"date-time","nullable":true},"history":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.browserSiteHistory"},"description":"The history of modifications applied to the site."},"lastModifiedBy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"type":"object","nullable":true}],"description":"The user who last modified the site."},"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":"The date and time when the site was last modified.","format":"date-time"},"mergeType":{"$ref":"#/components/schemas/microsoft.graph.browserSiteMergeType"},"status":{"$ref":"#/components/schemas/microsoft.graph.browserSiteStatus"},"targetEnvironment":{"$ref":"#/components/schemas/microsoft.graph.browserSiteTargetEnvironment"},"webUrl":{"type":"string","description":"The URL of the site."},"@odata.type":{"type":"string"}},"description":"Singleton entity which is used to specify IE mode site metadata"}],"x-ms-discriminator-value":"#microsoft.graph.browserSite"},"microsoft.graph.browserSharedCookie":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"browserSharedCookie","required":["@odata.type"],"type":"object","properties":{"comment":{"type":"string","description":"The comment for the shared cookie."},"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","description":"The date and time when the shared cookie was created.","format":"date-time"},"deletedDateTime":{"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 shared cookie was deleted.","format":"date-time","nullable":true},"displayName":{"type":"string","description":"The name of the cookie."},"history":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.browserSharedCookieHistory"},"description":"The history of modifications applied to the cookie."},"hostOnly":{"type":"boolean","description":"Controls whether a cookie is a host-only or domain cookie."},"hostOrDomain":{"type":"string","description":"The URL of the cookie."},"lastModifiedBy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"type":"object","nullable":true}],"description":"The user who last modified the cookie."},"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":"The date and time when the cookie was last modified.","format":"date-time"},"path":{"type":"string","description":"The path of the cookie."},"sourceEnvironment":{"$ref":"#/components/schemas/microsoft.graph.browserSharedCookieSourceEnvironment"},"status":{"$ref":"#/components/schemas/microsoft.graph.browserSharedCookieStatus"},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.browserSharedCookie"},"microsoft.graph.exchangeAdmin":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"exchangeAdmin","required":["@odata.type"],"type":"object","properties":{"mailboxes":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.mailbox"},"description":"Represents a user's mailboxes.","x-ms-navigationProperty":true},"tracing":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.messageTracingRoot"},{"type":"object","nullable":true}],"description":"Represents a container for administrative resources to trace messages.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.exchangeAdmin"},"microsoft.graph.mailbox":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.directoryObject"},{"title":"mailbox","required":["@odata.type"],"type":"object","properties":{"folders":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.mailboxFolder"},"description":"The collection of folders in the mailbox.","x-ms-navigationProperty":true},"@odata.type":{"type":"string","default":"#microsoft.graph.mailbox"}}}],"x-ms-discriminator-value":"#microsoft.graph.mailbox"},"microsoft.graph.mailboxFolder":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"mailboxFolder","required":["@odata.type"],"type":"object","properties":{"childFolderCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The number of immediate child folders in the current folder.","format":"int32","nullable":true},"displayName":{"type":"string","description":"The display name of the folder.","nullable":true},"parentFolderId":{"type":"string","description":"The unique identifier for the parent folder of this folder.","nullable":true},"totalItemCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The number of items in the folder.","format":"int32","nullable":true},"type":{"type":"string","description":"Describes the folder class type.","nullable":true},"childFolders":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.mailboxFolder"},"description":"The collection of child folders in this folder.","x-ms-navigationProperty":true},"items":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.mailboxItem"},"description":"The collection of items in this folder.","x-ms-navigationProperty":true},"multiValueExtendedProperties":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty"},"description":"The collection of multi-value extended properties defined for the mailboxFolder.","x-ms-navigationProperty":true},"singleValueExtendedProperties":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty"},"description":"The collection of single-value extended properties defined for the mailboxFolder.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.mailboxFolder"},"microsoft.graph.mailboxItem":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.outlookItem"},{"title":"mailboxItem","required":["@odata.type"],"type":"object","properties":{"size":{"type":"number","description":"The length of the item in bytes.","format":"int64","nullable":true},"type":{"type":"string","description":"The message class ID of the item.","nullable":true},"multiValueExtendedProperties":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty"},"description":"The collection of multi-value extended properties defined for the mailboxItem.","x-ms-navigationProperty":true},"singleValueExtendedProperties":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty"},"description":"The collection of single-value extended properties defined for the mailboxItem.","x-ms-navigationProperty":true},"@odata.type":{"type":"string","default":"#microsoft.graph.mailboxItem"}}}],"x-ms-discriminator-value":"#microsoft.graph.mailboxItem"},"BaseDeltaFunctionResponse":{"title":"Base delta function response","type":"object","properties":{"@odata.nextLink":{"type":"string","nullable":true},"@odata.deltaLink":{"type":"string","nullable":true}}},"microsoft.graph.mailboxItemImportSession":{"title":"mailboxItemImportSession","required":["@odata.type"],"type":"object","properties":{"expirationDateTime":{"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 in UTC when the import session expires. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2021 is 2021-01-01T00:00:00Z.","format":"date-time","nullable":true},"importUrl":{"type":"string","description":"The URL endpoint that accepts POST requests for uploading a mailbox item exported using exportItems.","nullable":true},"@odata.type":{"type":"string"}}},"BaseCollectionPaginationCountResponse":{"title":"Base collection pagination and count responses","type":"object","properties":{"@odata.count":{"type":"integer","format":"int64","nullable":true},"@odata.nextLink":{"type":"string","nullable":true}}},"microsoft.graph.exportItemResponse":{"title":"exportItemResponse","required":["@odata.type"],"type":"object","properties":{"changeKey":{"type":"string","description":"The version of the item.","nullable":true},"data":{"type":"string","description":"Data that represents an item in a Base64-encoded opaque stream.","format":"base64url","nullable":true},"error":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.mailTipsError"},{"type":"object","nullable":true}],"description":"An error that occurs during an action."},"itemId":{"type":"string","description":"The unique identifier of the item.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.messageTracingRoot":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"messageTracingRoot","required":["@odata.type"],"type":"object","properties":{"messageTraces":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.exchangeMessageTrace"},"description":"Represents the trace information of messages that pass through Exchange Online organizations.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.messageTracingRoot"},"microsoft.graph.exchangeMessageTrace":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"exchangeMessageTrace","required":["@odata.type"],"type":"object","properties":{"fromIP":{"type":"string","description":"The source IP address. For incoming messages, this value is the public IP address of the SMTP email server that sent the message. Supports $filter (eq).","nullable":true},"messageId":{"type":"string","description":"The Message-ID header field of the message. The format of the Message-ID depends on the messaging server that sent the message. Supports $filter (eq).","nullable":true},"receivedDateTime":{"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 message was received by Exchange Online. The timestamp is in UTC format. Supports $filter (ge, le).","format":"date-time"},"recipientAddress":{"type":"string","description":"The SMTP email address of the user that the message was addressed to. Supports $filter (eq).","nullable":true},"senderAddress":{"type":"string","description":"The SMTP email address of the user the message was purportedly from. Supports $filter (eq).","nullable":true},"size":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The size of the message in bytes.","format":"int32"},"status":{"$ref":"#/components/schemas/microsoft.graph.exchangeMessageTraceStatus"},"subject":{"type":"string","description":"The subject line of the message. Supports $filter (contains, startsWith, endsWith).","nullable":true},"toIP":{"type":"string","description":"The destination IP address. For outgoing messages, this value is the public IP address in the resolved MX record for the destination domain. For incoming messages to Exchange Online, this value is blank. Supports $filter (eq).","nullable":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.exchangeMessageTrace"},"microsoft.graph.exchangeMessageTraceDetail":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"exchangeMessageTraceDetail","required":["@odata.type"],"type":"object","properties":{"action":{"type":"string","description":"The action taken on the message during the event.","nullable":true},"data":{"type":"string","description":"Additional data associated with the event, containing supplementary information specific to the event.","nullable":true},"dateTime":{"pattern":"^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$","type":"string","description":"The date and time when the event occurred. The timestamp is in UTC format.","format":"date-time"},"description":{"type":"string","description":"A detailed description that provides context about what happened during message processing.","nullable":true},"event":{"type":"string","description":"The event that occurred during message processing."},"messageId":{"type":"string","description":"The Message-ID header field of the message. The format depends on the messaging server that sent the message.","nullable":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.exchangeMessageTraceDetail"},"microsoft.graph.adminMicrosoft365Apps":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"adminMicrosoft365Apps","required":["@odata.type"],"type":"object","properties":{"installationOptions":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.m365AppsInstallationOptions"},{"type":"object","nullable":true}],"description":"A container for tenant-level settings for Microsoft 365 applications.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.adminMicrosoft365Apps"},"microsoft.graph.m365AppsInstallationOptions":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"m365AppsInstallationOptions","required":["@odata.type"],"type":"object","properties":{"appsForMac":{"$ref":"#/components/schemas/microsoft.graph.appsInstallationOptionsForMac"},"appsForWindows":{"$ref":"#/components/schemas/microsoft.graph.appsInstallationOptionsForWindows"},"updateChannel":{"$ref":"#/components/schemas/microsoft.graph.appsUpdateChannelType"},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.m365AppsInstallationOptions"},"microsoft.graph.peopleAdminSettings":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"peopleAdminSettings","required":["@odata.type"],"type":"object","properties":{"itemInsights":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.insightsSettings"},{"type":"object","nullable":true}],"description":"Represents administrator settings that manage the support for item insights in an organization.","x-ms-navigationProperty":true},"profileCardProperties":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.profileCardProperty"},"description":"Contains a collection of the properties an administrator has defined as visible on the Microsoft 365 profile card.","x-ms-navigationProperty":true},"profilePropertySettings":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.profilePropertySetting"},"description":"A collection of profile property configuration settings defined by an administrator for an organization.","x-ms-navigationProperty":true},"profileSources":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.profileSource"},"description":"A collection of profile source settings configured by an administrator in an organization.","x-ms-navigationProperty":true},"pronouns":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.pronounsSettings"},{"type":"object","nullable":true}],"description":"Represents administrator settings that manage the support of pronouns in an organization.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.peopleAdminSettings"},"microsoft.graph.insightsSettings":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"insightsSettings","required":["@odata.type"],"type":"object","properties":{"disabledForGroup":{"type":"string","description":"The ID of a Microsoft Entra group, of which the specified type of insights are disabled for its members. The default value is null. Optional.","nullable":true},"isEnabledInOrganization":{"type":"boolean","description":"true if insights of the specified type are enabled for the organization; false if insights of the specified type are disabled for all users without exceptions. The default value is true. Optional.","nullable":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.insightsSettings"},"microsoft.graph.profileCardProperty":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"profileCardProperty","required":["@odata.type"],"type":"object","properties":{"annotations":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.profileCardAnnotation"},"description":"Allows an administrator to set a custom display label for the directory property and localize it for the users in their tenant."},"directoryPropertyName":{"type":"string","description":"Identifies a profileCardProperty resource in Get, Update, or Delete operations. Allows an administrator to surface hidden Microsoft Entra ID properties on the Microsoft 365 profile card within their tenant. When present, the Microsoft Entra ID field referenced in this property is visible to all users in your tenant on the contact pane of the profile card. Allowed values for this field are: UserPrincipalName, Fax, StreetAddress, PostalCode, StateOrProvince, Alias, CustomAttribute1,  CustomAttribute2, CustomAttribute3, CustomAttribute4, CustomAttribute5, CustomAttribute6, CustomAttribute7, CustomAttribute8, CustomAttribute9, CustomAttribute10, CustomAttribute11, CustomAttribute12, CustomAttribute13, CustomAttribute14, CustomAttribute15.","nullable":true},"isVisible":{"type":"boolean","description":"Indicates whether the given directory property should be shown on a user’s profile card."},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.profileCardProperty"},"microsoft.graph.profilePropertySetting":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"profilePropertySetting","required":["@odata.type"],"type":"object","properties":{"displayName":{"type":"string","description":"Name of the property-level setting.","nullable":true},"name":{"type":"string","description":"Other name of the property-level setting. For backward compatibility.","nullable":true},"prioritizedSourceUrls":{"type":"array","items":{"type":"string"},"description":"A collection of prioritized profile source URLs ordered by data precedence within an organization."},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.profilePropertySetting"},"microsoft.graph.profileSource":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"profileSource","required":["@odata.type"],"type":"object","properties":{"displayName":{"type":"string","description":"Name of the profile source intended to inform users about the profile source name.","nullable":true},"kind":{"type":"string","description":"Type of the profile source.","nullable":true},"localizations":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.profileSourceLocalization"},"description":"Alternative localized labels specified by an administrator."},"sourceId":{"type":"string","description":"Profile source identifier used as an alternate key.","nullable":true},"webUrl":{"type":"string","description":"Web URL of the profile source that directs users to the page view of the profile data.","nullable":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.profileSource"},"microsoft.graph.pronounsSettings":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"pronounsSettings","required":["@odata.type"],"type":"object","properties":{"isEnabledInOrganization":{"type":"boolean","description":"true to enable pronouns in the organization; otherwise, false. The default value is false, and pronouns are disabled."},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.pronounsSettings"},"microsoft.graph.adminReportSettings":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"adminReportSettings","required":["@odata.type"],"type":"object","properties":{"displayConcealedNames":{"type":"boolean","description":"If set to true, all reports conceal user information such as usernames, groups, and sites. If false, all reports show identifiable information. This property represents a setting in the Microsoft 365 admin center. Required."},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.adminReportSettings"},"microsoft.graph.serviceAnnouncement":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"serviceAnnouncement","required":["@odata.type"],"type":"object","properties":{"healthOverviews":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.serviceHealth"},"description":"A collection of service health information for tenant. This property is a contained navigation property, it is nullable and read-only.","x-ms-navigationProperty":true},"issues":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.serviceHealthIssue"},"description":"A collection of service issues for tenant. This property is a contained navigation property, it is nullable and read-only.","x-ms-navigationProperty":true},"messages":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.serviceUpdateMessage"},"description":"A collection of service messages for tenant. This property is a contained navigation property, it is nullable and read-only.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.serviceAnnouncement"},"microsoft.graph.serviceHealth":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"serviceHealth","required":["@odata.type"],"type":"object","properties":{"service":{"type":"string","description":"The service name. Use the list healthOverviews operation to get exact string names for services subscribed by the tenant."},"status":{"$ref":"#/components/schemas/microsoft.graph.serviceHealthStatus"},"issues":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.serviceHealthIssue"},"description":"A collection of issues that happened on the service, with detailed information for each issue.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.serviceHealth"},"microsoft.graph.serviceHealthIssue":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.serviceAnnouncementBase"},{"title":"serviceHealthIssue","required":["@odata.type"],"type":"object","properties":{"classification":{"$ref":"#/components/schemas/microsoft.graph.serviceHealthClassificationType"},"feature":{"type":"string","description":"The feature name of the service issue.","nullable":true},"featureGroup":{"type":"string","description":"The feature group name of the service issue.","nullable":true},"impactDescription":{"type":"string","description":"The description of the service issue impact."},"isResolved":{"type":"boolean","description":"Indicates whether the issue is resolved."},"origin":{"$ref":"#/components/schemas/microsoft.graph.serviceHealthOrigin"},"posts":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.serviceHealthIssuePost"},"description":"Collection of historical posts for the service issue."},"service":{"type":"string","description":"Indicates the service affected by the issue."},"status":{"$ref":"#/components/schemas/microsoft.graph.serviceHealthStatus"},"@odata.type":{"type":"string","default":"#microsoft.graph.serviceHealthIssue"}}}],"x-ms-discriminator-value":"#microsoft.graph.serviceHealthIssue"},"microsoft.graph.serviceUpdateMessage":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.serviceAnnouncementBase"},{"title":"serviceUpdateMessage","required":["@odata.type"],"type":"object","properties":{"actionRequiredByDateTime":{"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 expected deadline of the action for the message.","format":"date-time","nullable":true},"attachmentsArchive":{"type":"string","description":"The zip file that contains all attachments for a message.","format":"base64url","nullable":true},"body":{"$ref":"#/components/schemas/microsoft.graph.itemBody"},"category":{"$ref":"#/components/schemas/microsoft.graph.serviceUpdateCategory"},"hasAttachments":{"type":"boolean","description":"Indicates whether the message has any attachment."},"isMajorChange":{"type":"boolean","description":"Indicates whether the message describes a major update for the service.","nullable":true},"services":{"type":"array","items":{"type":"string","nullable":true},"description":"The affected services by the service message."},"severity":{"$ref":"#/components/schemas/microsoft.graph.serviceUpdateSeverity"},"tags":{"type":"array","items":{"type":"string","nullable":true},"description":"A collection of tags for the service message. Tags are provided by the service team/support team who post the message to tell whether this message contains privacy data, or whether this message is for a service new feature update, and so on."},"viewPoint":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.serviceUpdateMessageViewpoint"},{"type":"object","nullable":true}],"description":"Represents user viewpoints data of the service message. This data includes message status such as whether the user has archived, read, or marked the message as favorite. This property is null when accessed with application permissions."},"attachments":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.serviceAnnouncementAttachment"},"description":"A collection of serviceAnnouncementAttachments.","x-ms-navigationProperty":true},"@odata.type":{"type":"string","default":"#microsoft.graph.serviceUpdateMessage"}}}],"x-ms-discriminator-value":"#microsoft.graph.serviceUpdateMessage"},"microsoft.graph.serviceAnnouncementAttachment":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"serviceAnnouncementAttachment","required":["@odata.type"],"type":"object","properties":{"content":{"type":"string","description":"The attachment content.","format":"base64url","nullable":true},"contentType":{"type":"string","nullable":true},"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","format":"date-time","nullable":true},"name":{"type":"string","nullable":true},"size":{"maximum":2147483647,"minimum":-2147483648,"type":"number","format":"int32"},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.serviceAnnouncementAttachment"},"microsoft.graph.sharepoint":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"sharepoint","required":["@odata.type"],"type":"object","properties":{"settings":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.sharepointSettings"},{"type":"object","nullable":true}],"x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.sharepoint"},"microsoft.graph.sharepointSettings":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"sharepointSettings","required":["@odata.type"],"type":"object","properties":{"allowedDomainGuidsForSyncApp":{"type":"array","items":{"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","nullable":true},"description":"Collection of trusted domain GUIDs for the OneDrive sync app."},"availableManagedPathsForSiteCreation":{"type":"array","items":{"type":"string"},"description":"Collection of managed paths available for site creation. Read-only."},"deletedUserPersonalSiteRetentionPeriodInDays":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The number of days for preserving a deleted user's OneDrive.","format":"int32","nullable":true},"excludedFileExtensionsForSyncApp":{"type":"array","items":{"type":"string","nullable":true},"description":"Collection of file extensions not uploaded by the OneDrive sync app."},"idleSessionSignOut":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.idleSessionSignOut"},{"type":"object","nullable":true}],"description":"Specifies the idle session sign-out policies for the tenant."},"imageTaggingOption":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.imageTaggingChoice"},{"type":"object","nullable":true}],"description":"Specifies the image tagging option for the tenant. The possible values are: disabled, basic, enhanced."},"isCommentingOnSitePagesEnabled":{"type":"boolean","description":"Indicates whether comments are allowed on modern site pages in SharePoint.","nullable":true},"isFileActivityNotificationEnabled":{"type":"boolean","description":"Indicates whether push notifications are enabled for OneDrive events.","nullable":true},"isLegacyAuthProtocolsEnabled":{"type":"boolean","description":"Indicates whether legacy authentication protocols are enabled for the tenant.","nullable":true},"isLoopEnabled":{"type":"boolean","description":"Indicates whether if Fluid Framework is allowed on SharePoint sites.","nullable":true},"isMacSyncAppEnabled":{"type":"boolean","description":"Indicates whether files can be synced using the OneDrive sync app for Mac.","nullable":true},"isRequireAcceptingUserToMatchInvitedUserEnabled":{"type":"boolean","description":"Indicates whether guests must sign in using the same account to which sharing invitations are sent.","nullable":true},"isResharingByExternalUsersEnabled":{"type":"boolean","description":"Indicates whether guests are allowed to reshare files, folders, and sites they don't own.","nullable":true},"isSharePointMobileNotificationEnabled":{"type":"boolean","description":"Indicates whether mobile push notifications are enabled for SharePoint.","nullable":true},"isSharePointNewsfeedEnabled":{"type":"boolean","description":"Indicates whether the newsfeed is allowed on the modern site pages in SharePoint.","nullable":true},"isSiteCreationEnabled":{"type":"boolean","description":"Indicates whether users are allowed to create sites.","nullable":true},"isSiteCreationUIEnabled":{"type":"boolean","description":"Indicates whether the UI commands for creating sites are shown.","nullable":true},"isSitePagesCreationEnabled":{"type":"boolean","description":"Indicates whether creating new modern pages is allowed on SharePoint sites.","nullable":true},"isSitesStorageLimitAutomatic":{"type":"boolean","description":"Indicates whether site storage space is automatically managed or if specific storage limits are set per site.","nullable":true},"isSyncButtonHiddenOnPersonalSite":{"type":"boolean","description":"Indicates whether the sync button in OneDrive is hidden.","nullable":true},"isUnmanagedSyncAppForTenantRestricted":{"type":"boolean","description":"Indicates whether users are allowed to sync files only on PCs joined to specific domains.","nullable":true},"personalSiteDefaultStorageLimitInMB":{"type":"number","description":"The default OneDrive storage limit for all new and existing users who are assigned a qualifying license. Measured in megabytes (MB).","format":"int64","nullable":true},"sharingAllowedDomainList":{"type":"array","items":{"type":"string","nullable":true},"description":"Collection of email domains that are allowed for sharing outside the organization."},"sharingBlockedDomainList":{"type":"array","items":{"type":"string","nullable":true},"description":"Collection of email domains that are blocked for sharing outside the organization."},"sharingCapability":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.sharingCapabilities"},{"type":"object","nullable":true}],"description":"Sharing capability for the tenant. The possible values are: disabled, externalUserSharingOnly, externalUserAndGuestSharing, existingExternalUserSharingOnly."},"sharingDomainRestrictionMode":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.sharingDomainRestrictionMode"},{"type":"object","nullable":true}],"description":"Specifies the external sharing mode for domains. The possible values are: none, allowList, blockList."},"siteCreationDefaultManagedPath":{"type":"string","description":"The value of the team site managed path. This is the path under which new team sites will be created."},"siteCreationDefaultStorageLimitInMB":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The default storage quota for a new site upon creation. Measured in megabytes (MB).","format":"int32","nullable":true},"tenantDefaultTimezone":{"type":"string","description":"The default timezone of a tenant for newly created sites. For a list of possible values, see SPRegionalSettings.TimeZones property.","nullable":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.sharepointSettings"},"microsoft.graph.teamsAdministration.teamsAdminRoot":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"teamsAdminRoot","required":["@odata.type"],"type":"object","properties":{"policy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.teamsAdministration.teamsPolicyAssignment"},{"type":"object","nullable":true}],"description":"Represents a navigation property to the Teams policy assignment object.","x-ms-navigationProperty":true},"telephoneNumberManagement":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.teamsAdministration.telephoneNumberManagementRoot"},{"type":"object","nullable":true}],"description":"Represents a collection of available telephone number management operations.","x-ms-navigationProperty":true},"userConfigurations":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.teamsAdministration.teamsUserConfiguration"},"description":"Represents the configuration information of users who have accounts hosted on Microsoft Teams","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.teamsAdministration.teamsAdminRoot"},"microsoft.graph.teamsAdministration.teamsPolicyAssignment":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"teamsPolicyAssignment","required":["@odata.type"],"type":"object","properties":{"userAssignments":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.teamsAdministration.teamsPolicyUserAssignment"},"description":"The collection of user policy assignments.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.teamsAdministration.teamsPolicyAssignment"},"microsoft.graph.teamsAdministration.policyIdentifierDetail":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"policyIdentifierDetail","required":["@odata.type"],"type":"object","properties":{"name":{"type":"string","description":"The display name of the policy instance."},"policyId":{"type":"string","description":"The unique ID associated with the policy instance."},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.teamsAdministration.policyIdentifierDetail"},"microsoft.graph.teamsAdministration.teamsPolicyUserAssignment":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"teamsPolicyUserAssignment","required":["@odata.type"],"type":"object","properties":{"policyId":{"type":"string","description":"The unique identifier (GUID) of the policy within the specified policy type.","nullable":true},"policyType":{"type":"string","description":"The type of Teams policy assigned or unassigned, such as teamsMeetingBroadcastPolicy."},"userId":{"type":"string","description":"The unique identifier (GUID) of the user."},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.teamsAdministration.teamsPolicyUserAssignment"},"microsoft.graph.teamsAdministration.telephoneNumberManagementRoot":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"telephoneNumberManagementRoot","required":["@odata.type"],"type":"object","properties":{"numberAssignments":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.teamsAdministration.numberAssignment"},"description":"Represents a collection of synchronous telephone number management operations.","x-ms-navigationProperty":true},"operations":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.teamsAdministration.telephoneNumberLongRunningOperation"},"description":"Represents a collection of asynchronous telephone number management operations.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.teamsAdministration.telephoneNumberManagementRoot"},"microsoft.graph.teamsAdministration.numberAssignment":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"numberAssignment","required":["@odata.type"],"type":"object","properties":{"activationState":{"$ref":"#/components/schemas/microsoft.graph.teamsAdministration.activationState"},"assignmentCategory":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.teamsAdministration.assignmentCategory"},{"type":"object","nullable":true}],"description":"Contains the assignment category such as Primary or Private. The possible values are: primary, private, alternate, unknownFutureValue."},"assignmentStatus":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.teamsAdministration.assignmentStatus"},{"type":"object","nullable":true}],"description":"The assignment status of the phone number. The possible values are: unassigned, internalError, userAssigned, conferenceAssigned, voiceApplicationAssigned, thirdPartyAppAssigned, policyAssigned, unknownFutureValue."},"assignmentTargetId":{"type":"string","description":"The ID of the object the phone number is assigned to, either the ObjectId of a user or resource account, or the policy instance ID of a Teams shared calling routing policy instance.","nullable":true},"capabilities":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.teamsAdministration.numberCapability"},"description":"The list of capabilities assigned to the phone number."},"city":{"type":"string","description":"The city where the phone number is located or associated with.","nullable":true},"civicAddressId":{"type":"string","description":"The ID of the civic address assigned to the phone number.","nullable":true},"isoCountryCode":{"type":"string","description":"The ISO country code assigned to the phone number.","nullable":true},"locationId":{"type":"string","description":"The ID of the location assigned to the phone number.","nullable":true},"networkSiteId":{"type":"string","description":"This property is reserved for internal Microsoft use.","nullable":true},"numberSource":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.teamsAdministration.numberSource"},{"type":"object","nullable":true}],"description":"The source of the phone number. online is used for phone numbers assigned in Microsoft 365, and onPremises is used for phone numbers assigned in AD on-premises, which are synchronized into Microsoft 365. The possible values are: online, onPremises, unknownFutureValue."},"numberType":{"$ref":"#/components/schemas/microsoft.graph.teamsAdministration.numberType"},"operatorId":{"type":"string","description":"The ID of the operator."},"portInStatus":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.teamsAdministration.portInStatus"},{"type":"object","nullable":true}],"description":"The status of any port in order covering the phone number. The possible values are: completed, firmOrderCommitmentAccepted, unknownFutureValue."},"reverseNumberLookupOptions":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.teamsAdministration.reverseNumberLookupOption"},"description":"Status of Reverse Number Lookup (RNL). If set to skipInternalVoip, calls are routed through the external Public Switched Telephone Network (PSTN) instead of using internal VoIP resolution."},"supportedCustomerActions":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.teamsAdministration.customerAction"},"description":"Indicates what customer actions are available to modify the number."},"telephoneNumber":{"type":"string","description":"The telephone number in the record. The recorded telephone number is always displayed with a '+' prefix, regardless of whether it was originally assigned with one."},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.teamsAdministration.numberAssignment"},"microsoft.graph.teamsAdministration.numberType":{"title":"numberType","enum":["internalError","directRouting","callingPlan","operatorConnect","unknownFutureValue"],"type":"string"},"microsoft.graph.teamsAdministration.assignmentCategory":{"title":"assignmentCategory","enum":["primary","private","alternate","unknownFutureValue"],"type":"string"},"microsoft.graph.teamsAdministration.telephoneNumberLongRunningOperation":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"telephoneNumberLongRunningOperation","required":["@odata.type"],"type":"object","properties":{"createdDateTime":{"type":"string","description":"Date and time when the asynchronous operation was created."},"numbers":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.teamsAdministration.telephoneNumberLongRunningOperationDetails"},"description":"Asynchronous operation details."},"status":{"$ref":"#/components/schemas/microsoft.graph.longRunningOperationStatus"},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.teamsAdministration.telephoneNumberLongRunningOperation"},"microsoft.graph.teamsAdministration.teamsUserConfiguration":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"teamsUserConfiguration","required":["@odata.type"],"type":"object","properties":{"accountType":{"$ref":"#/components/schemas/microsoft.graph.teamsAdministration.accountType"},"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","description":"The date and time when the user was created. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.","format":"date-time"},"effectivePolicyAssignments":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.teamsAdministration.effectivePolicyAssignment"},"description":"Contains the user's effective policy assignments, with each assignment including policyType and policyAssignment details."},"featureTypes":{"type":"array","items":{"type":"string","nullable":true},"description":"The Teams features enabled for a given user based on licensing or service plan."},"isEnterpriseVoiceEnabled":{"type":"boolean","description":"Indicates whether voice capability is enabled.","nullable":true},"modifiedDateTime":{"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 user's details were last modified. The system updates this value each time the user's details are changed. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.","format":"date-time"},"telephoneNumbers":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.teamsAdministration.assignedTelephoneNumber"},"description":"Includes both the phone number and its corresponding assignment category. The assignment category can include values such as primary, private, and alternate."},"tenantId":{"type":"string","description":"The unique identifier of the tenant in Entra to which this user is assigned."},"userPrincipalName":{"type":"string","description":"The sign-in address of the user."},"user":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.user"},{"type":"object","nullable":true}],"description":"Represents an Entra user account.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.teamsAdministration.teamsUserConfiguration"},"microsoft.graph.user":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.directoryObject"},{"title":"user","required":["@odata.type"],"type":"object","properties":{"aboutMe":{"type":"string","description":"A freeform text entry field for the user to describe themselves. Requires $select to retrieve.","nullable":true},"accountEnabled":{"type":"boolean","description":"true if the account is enabled; otherwise, false. This property is required when a user is created. Requires $select to retrieve. Supports $filter (eq, ne, not, and in). This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it.","nullable":true},"ageGroup":{"type":"string","description":"Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. Requires $select to retrieve. Supports $filter (eq, ne, not, and in).","nullable":true},"assignedLicenses":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.assignedLicense"},"description":"The licenses that are assigned to the user, including inherited (group-based) licenses. This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. Requires $select to retrieve. Supports $filter (eq, not, /$count eq 0, /$count ne 0)."},"assignedPlans":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.assignedPlan"},"description":"The plans that are assigned to the user. Read-only. Not nullable. Requires $select to retrieve. Supports $filter (eq and not)."},"authorizationInfo":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.authorizationInfo"},{"type":"object","nullable":true}]},"birthday":{"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 birthday of the user. 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. Requires $select to retrieve.","format":"date-time"},"businessPhones":{"type":"array","items":{"type":"string"},"description":"The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. Returned by default. Supports $filter (eq, not, ge, le, startsWith). This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it."},"city":{"type":"string","description":"The city where the user is located. Maximum length is 128 characters. Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values).","nullable":true},"companyName":{"type":"string","description":"The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. The maximum length is 64 characters.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values).","nullable":true},"consentProvidedForMinor":{"type":"string","description":"Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. Requires $select to retrieve. Supports $filter (eq, ne, not, and in).","nullable":true},"country":{"type":"string","description":"The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values).","nullable":true},"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","description":"The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in).","format":"date-time","nullable":true},"creationType":{"type":"string","description":"Indicates whether the user account was created through one of the following methods:  As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, in).","nullable":true},"customSecurityAttributes":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.customSecurityAttributeValue"},{"type":"object","nullable":true}],"description":"An open complex type that holds the value of a custom security attribute that is assigned to a directory object. Nullable. Requires $select to retrieve. Supports $filter (eq, ne, not, startsWith). The filter value is case-sensitive. To read this property, the calling app must be assigned the CustomSecAttributeAssignment.Read.All permission. To write this property, the calling app must be assigned the CustomSecAttributeAssignment.ReadWrite.All permissions. To read or write this property in delegated scenarios, the admin must be assigned the Attribute Assignment Administrator role."},"department":{"type":"string","description":"The name of the department in which the user works. Maximum length is 64 characters. Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, and eq on null values).","nullable":true},"deviceEnrollmentLimit":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000.","format":"int32"},"displayName":{"type":"string","description":"The name displayed in the address book for the user. This value is usually the combination of the user's first name, middle initial, and family name. This property is required when a user is created and it can't be cleared during updates. Maximum length is 256 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search.","nullable":true},"employeeHireDate":{"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 user was hired or will start work in a future hire. Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in).","format":"date-time","nullable":true},"employeeId":{"type":"string","description":"The employee identifier assigned to the user by the organization. The maximum length is 16 characters. Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values).","nullable":true},"employeeLeaveDateTime":{"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 user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. To write this property, the calling app must be assigned the User.Read.All and User-LifeCycleInfo.ReadWrite.All permissions. To read this property in delegated scenarios, the admin needs at least one of the following Microsoft Entra roles: Lifecycle Workflows Administrator (least privilege), Global Reader. To write this property in delegated scenarios, the admin needs the Global Administrator role. Supports $filter (eq, ne, not , ge, le, in). For more information, see Configure the employeeLeaveDateTime property for a user.","format":"date-time","nullable":true},"employeeOrgData":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.employeeOrgData"},{"type":"object","nullable":true}],"description":"Represents organization data (for example, division and costCenter) associated with a user. Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in)."},"employeeType":{"type":"string","description":"Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith).","nullable":true},"externalUserState":{"type":"string","description":"For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. Requires $select to retrieve. Supports $filter (eq, ne, not , in).","nullable":true},"externalUserStateChangeDateTime":{"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":"Shows the timestamp for the latest change to the externalUserState property. Requires $select to retrieve. Supports $filter (eq, ne, not , in).","format":"date-time","nullable":true},"faxNumber":{"type":"string","description":"The fax number of the user. Requires $select to retrieve. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values).","nullable":true},"givenName":{"type":"string","description":"The given name (first name) of the user. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values).","nullable":true},"hireDate":{"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 hire date of the user. 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. Requires $select to retrieve.  Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs.","format":"date-time"},"identities":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.objectIdentity"},"description":"Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. Requires $select to retrieve.  Supports $filter (eq) with limitations."},"identityParentId":{"type":"string","nullable":true},"imAddresses":{"type":"array","items":{"type":"string","nullable":true},"description":"The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith)."},"interests":{"type":"array","items":{"type":"string","nullable":true},"description":"A list for the user to describe their interests. Requires $select to retrieve."},"isManagementRestricted":{"type":"boolean","description":"true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only.  To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. Requires $select to retrieve.","nullable":true},"isResourceAccount":{"type":"boolean","description":"Don't use – reserved for future use.","nullable":true},"jobTitle":{"type":"string","description":"The user's job title. Maximum length is 128 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values).","nullable":true},"lastPasswordChangeDateTime":{"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 when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Requires $select to retrieve.","format":"date-time","nullable":true},"legalAgeGroupClassification":{"type":"string","description":"Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined,  MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. Requires $select to retrieve.","nullable":true},"licenseAssignmentStates":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.licenseAssignmentState"},"description":"State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. Requires $select to retrieve."},"mail":{"type":"string","description":"The SMTP address for the user, for example, jeff@contoso.com. Changes to this property update the user's proxyAddresses collection to include the value as an SMTP address. This property can't contain accent characters.  NOTE: We don't recommend updating this property for Azure AD B2C user profiles. Use the otherMails property instead. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith, and eq on null values).","nullable":true},"mailboxSettings":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.mailboxSettings"},{"type":"object","nullable":true}],"description":"Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Requires $select to retrieve."},"mailNickname":{"type":"string","description":"The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values).","nullable":true},"mobilePhone":{"type":"string","description":"The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it.","nullable":true},"mySite":{"type":"string","description":"The URL for the user's site. Requires $select to retrieve.","nullable":true},"officeLocation":{"type":"string","description":"The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values).","nullable":true},"onPremisesDistinguishedName":{"type":"string","description":"Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. Requires $select to retrieve.","nullable":true},"onPremisesDomainName":{"type":"string","description":"Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. Requires $select to retrieve.","nullable":true},"onPremisesExtensionAttributes":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.onPremisesExtensionAttributes"},{"type":"object","nullable":true}],"description":"Contains extensionAttributes1-15 for the user. These extension attributes are also known as Exchange custom attributes 1-15. Each attribute can store up to 1024 characters. For an onPremisesSyncEnabled user, the source of authority for this set of properties is the on-premises and is read-only. For a cloud-only user (where onPremisesSyncEnabled is false), these properties can be set during the creation or update of a user object.  For a cloud-only user previously synced from on-premises Active Directory, these properties are read-only in Microsoft Graph but can be fully managed through the Exchange Admin Center or the Exchange Online V2 module in PowerShell. Requires $select to retrieve. Supports $filter (eq, ne, not, in)."},"onPremisesImmutableId":{"type":"string","description":"This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in). This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it.","nullable":true},"onPremisesLastSyncDateTime":{"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":"Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. 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. Read-only. Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in).","format":"date-time","nullable":true},"onPremisesProvisioningErrors":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.onPremisesProvisioningError"},"description":"Errors when using Microsoft synchronization product during provisioning. Requires $select to retrieve. Supports $filter (eq, not, ge, le)."},"onPremisesSamAccountName":{"type":"string","description":"Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith).","nullable":true},"onPremisesSecurityIdentifier":{"type":"string","description":"Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. Requires $select to retrieve. Supports $filter (eq including on null values).","nullable":true},"onPremisesSyncEnabled":{"type":"boolean","description":"true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values).","nullable":true},"onPremisesUserPrincipalName":{"type":"string","description":"Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith).","nullable":true},"otherMails":{"type":"array","items":{"type":"string"},"description":"A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. Requires $select to retrieve. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it."},"passwordPolicies":{"type":"string","description":"Specifies password policies for the user. This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. Requires $select to retrieve. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values).","nullable":true},"passwordProfile":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.passwordProfile"},{"type":"object","nullable":true}],"description":"Specifies the password profile for the user. The profile contains the user's password. This property is required when a user is created. The password in the profile must satisfy minimum requirements as specified by the passwordPolicies property. By default, a strong password is required. Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). To update this property:  User-PasswordProfile.ReadWrite.All is the least privileged permission to update this property.  In delegated scenarios, the User Administrator Microsoft Entra role is the least privileged admin role supported to update this property for nonadmin users. Privileged Authentication Administrator is the least privileged role that's allowed to update this property for all administrators in the tenant. In general, the signed-in user must have a higher privileged administrator role as indicated in Who can reset passwords.  In app-only scenarios, the calling app must be assigned a supported permission and at least the User Administrator Microsoft Entra role. This property is also subject to sensitive action restrictions."},"pastProjects":{"type":"array","items":{"type":"string","nullable":true},"description":"A list for the user to enumerate their past projects. Requires $select to retrieve."},"postalCode":{"type":"string","description":"The postal code for the user's postal address. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values).","nullable":true},"preferredDataLocation":{"type":"string","description":"The preferred data location for the user. For more information, see OneDrive Online Multi-Geo.","nullable":true},"preferredLanguage":{"type":"string","description":"The preferred language for the user. The preferred language format is based on RFC 4646. The name is a combination of an ISO 639 two-letter lowercase culture code associated with the language, and an ISO 3166 two-letter uppercase subculture code associated with the country or region. Example: 'en-US', or 'es-ES'. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values)","nullable":true},"preferredName":{"type":"string","description":"The preferred name for the user. Not Supported. This attribute returns an empty string.Requires $select to retrieve.","nullable":true},"print":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.userPrint"},{"type":"object","nullable":true}]},"provisionedPlans":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.provisionedPlan"},"description":"The plans that are provisioned for the user. Read-only. Not nullable. Requires $select to retrieve. Supports $filter (eq, not, ge, le)."},"proxyAddresses":{"type":"array","items":{"type":"string"},"description":"For example: ['SMTP: bob@contoso.com', 'smtp: bob@sales.contoso.com']. Changes to the mail property update this collection to include the value as an SMTP address. For more information, see mail and proxyAddresses properties. The proxy address prefixed with SMTP (capitalized) is the primary proxy address, while those addresses prefixed with smtp are the secondary proxy addresses. For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. Requires $select to retrieve. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0)."},"responsibilities":{"type":"array","items":{"type":"string","nullable":true},"description":"A list for the user to enumerate their responsibilities. Requires $select to retrieve."},"schools":{"type":"array","items":{"type":"string","nullable":true},"description":"A list for the user to enumerate the schools they attended. Requires $select to retrieve."},"securityIdentifier":{"type":"string","description":"Security identifier (SID) of the user, used in Windows scenarios. Read-only. Returned by default. Supports $select and $filter (eq, not, ge, le, startsWith).","nullable":true},"serviceProvisioningErrors":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.serviceProvisioningError"},"description":"Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object.  Supports $filter (eq, not, for isResolved and serviceInstance)."},"showInAddressList":{"type":"boolean","description":"Do not use in Microsoft Graph. Manage this property through the Microsoft 365 admin center instead. Represents whether the user should be included in the Outlook global address list. See Known issue.","nullable":true},"signInActivity":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.signInActivity"},{"type":"object","nullable":true}],"description":"Get the last signed-in date and request ID of the sign-in for a given user. Read-only.Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le) but not with any other filterable properties. Note: Details for this property require a Microsoft Entra ID P1 or P2 license and the AuditLog.Read.All permission.This property isn't returned for a user who never signed in or last signed in before April 2020."},"signInSessionsValidFromDateTime":{"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":"Any refresh tokens or session tokens (session cookies) issued before this time are invalid. Applications get an error when using an invalid refresh or session token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. Requires $select to retrieve.","format":"date-time","nullable":true},"skills":{"type":"array","items":{"type":"string","nullable":true},"description":"A list for the user to enumerate their skills. Requires $select to retrieve."},"state":{"type":"string","description":"The state or province in the user's address. Maximum length is 128 characters. Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values).","nullable":true},"streetAddress":{"type":"string","description":"The street address of the user's place of business. Maximum length is 1,024 characters. Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values).","nullable":true},"surname":{"type":"string","description":"The user's surname (family name or last name). Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values).","nullable":true},"usageLocation":{"type":"string","description":"A two-letter country code (ISO standard 3166). Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. Requires $select to retrieve. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values).","nullable":true},"userPrincipalName":{"type":"string","description":"The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. By convention, this value should map to the user's email name. The general format is alias@domain, where the domain must be present in the tenant's collection of verified domains. This property is required when a user is created. The verified domains for the tenant can be accessed from the verifiedDomains property of organization.NOTE: This property can't contain accent characters. Only the following characters are allowed A - Z, a - z, 0 - 9, ' . - _ ! # ^ ~. For the complete list of allowed characters, see username policies. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. This property is subject to sensitive action restrictions; only specific privileged administrator roles can update it.","nullable":true},"userType":{"type":"string","description":"A string value that can be used to classify user types in your directory. The possible values are Member and Guest. Requires $select to retrieve. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID?","nullable":true},"activities":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.userActivity"},"description":"The user's activities across devices. Read-only. Nullable.","x-ms-navigationProperty":true},"adhocCalls":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.adhocCall"},"description":"Ad hoc calls associated with the user. Read-only. Nullable.","x-ms-navigationProperty":true},"agreementAcceptances":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.agreementAcceptance"},"description":"The user's terms of use acceptance statuses. Read-only. Nullable.","x-ms-navigationProperty":true},"appRoleAssignments":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.appRoleAssignment"},"description":"Represents the app roles a user is granted for an application. Supports $expand.","x-ms-navigationProperty":true},"authentication":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.authentication"},{"type":"object","nullable":true}],"description":"The authentication methods that are supported for the user.","x-ms-navigationProperty":true},"calendar":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.calendar"},{"type":"object","nullable":true}],"description":"The user's primary calendar. Read-only.","x-ms-navigationProperty":true},"calendarGroups":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.calendarGroup"},"description":"The user's calendar groups. Read-only. Nullable.","x-ms-navigationProperty":true},"calendars":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.calendar"},"description":"The user's calendars. Read-only. Nullable.","x-ms-navigationProperty":true},"calendarView":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.event"},"description":"The calendar view for the calendar. Read-only. Nullable.","x-ms-navigationProperty":true},"chats":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.chat"},"x-ms-navigationProperty":true},"cloudClipboard":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.cloudClipboardRoot"},{"type":"object","nullable":true}],"x-ms-navigationProperty":true},"cloudPCs":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.cloudPC"},"description":"The user's Cloud PCs. Read-only. Nullable.","x-ms-navigationProperty":true},"contactFolders":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.contactFolder"},"description":"The user's contacts folders. Read-only. Nullable.","x-ms-navigationProperty":true},"contacts":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.contact"},"description":"The user's contacts. Read-only. Nullable.","x-ms-navigationProperty":true},"createdObjects":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.directoryObject"},"description":"Directory objects that the user created. Read-only. Nullable.","x-ms-navigationProperty":true},"dataSecurityAndGovernance":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.userDataSecurityAndGovernance"},{"type":"object","nullable":true}],"description":"The data security and governance settings for the user. Read-only. Nullable.","x-ms-navigationProperty":true},"deviceManagementTroubleshootingEvents":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.deviceManagementTroubleshootingEvent"},"description":"The list of troubleshooting events for this user.","x-ms-navigationProperty":true},"directReports":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.directoryObject"},"description":"The users and contacts that report to the user. (The users and contacts that have their manager property set to this user.) Read-only. Nullable. Supports $expand.","x-ms-navigationProperty":true},"drive":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.drive"},{"type":"object","nullable":true}],"description":"The user's OneDrive. Read-only.","x-ms-navigationProperty":true},"drives":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.drive"},"description":"A collection of drives available for this user. Read-only.","x-ms-navigationProperty":true},"employeeExperience":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.employeeExperienceUser"},{"type":"object","nullable":true}],"x-ms-navigationProperty":true},"events":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.event"},"description":"The user's events. Default is to show Events under the Default Calendar. Read-only. Nullable.","x-ms-navigationProperty":true},"extensions":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.extension"},"description":"The collection of open extensions defined for the user. Read-only. Supports $expand. Nullable.","x-ms-navigationProperty":true},"followedSites":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.site"},"x-ms-navigationProperty":true},"inferenceClassification":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.inferenceClassification"},{"type":"object","nullable":true}],"description":"Relevance classification of the user's messages based on explicit designations that override inferred relevance or importance.","x-ms-navigationProperty":true},"insights":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.itemInsights"},{"type":"object","nullable":true}],"description":"Represents relationships between a user and items such as OneDrive for work or school documents, calculated using advanced analytics and machine learning techniques. Read-only. Nullable.","x-ms-navigationProperty":true},"joinedTeams":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.team"},"x-ms-navigationProperty":true},"licenseDetails":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.licenseDetails"},"description":"A collection of this user's license details. Read-only.","x-ms-navigationProperty":true},"mailFolders":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.mailFolder"},"description":"The user's mail folders. Read-only. Nullable.","x-ms-navigationProperty":true},"managedAppRegistrations":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.managedAppRegistration"},"description":"Zero or more managed app registrations that belong to the user.","x-ms-navigationProperty":true},"managedDevices":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.managedDevice"},"description":"The managed devices associated with the user.","x-ms-navigationProperty":true},"manager":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.directoryObject"},{"type":"object","nullable":true}],"description":"The user or contact that is this user's manager. Read-only. Supports $expand.","x-ms-navigationProperty":true},"memberOf":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.directoryObject"},"description":"The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand.","x-ms-navigationProperty":true},"messages":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.message"},"description":"The messages in a mailbox or folder. Read-only. Nullable.","x-ms-navigationProperty":true},"oauth2PermissionGrants":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.oAuth2PermissionGrant"},"x-ms-navigationProperty":true},"onenote":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.onenote"},{"type":"object","nullable":true}],"x-ms-navigationProperty":true},"onlineMeetings":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.onlineMeeting"},"description":"Information about a meeting, including the URL used to join a meeting, the attendees list, and the description.","x-ms-navigationProperty":true},"onPremisesSyncBehavior":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.onPremisesSyncBehavior"},{"type":"object","nullable":true}],"x-ms-navigationProperty":true},"outlook":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.outlookUser"},{"type":"object","nullable":true}],"x-ms-navigationProperty":true},"ownedDevices":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.directoryObject"},"description":"Devices the user owns. Read-only. Nullable. Supports $expand and $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1).","x-ms-navigationProperty":true},"ownedObjects":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.directoryObject"},"description":"Directory objects the user owns. Read-only. Nullable. Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1).","x-ms-navigationProperty":true},"people":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.person"},"description":"People that are relevant to the user. Read-only. Nullable.","x-ms-navigationProperty":true},"permissionGrants":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant"},"description":"List all resource-specific permission grants of a user.","x-ms-navigationProperty":true},"photo":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.profilePhoto"},{"type":"object","nullable":true}],"description":"The user's profile photo. Read-only.","x-ms-navigationProperty":true},"photos":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.profilePhoto"},"description":"The collection of the user's profile photos in different sizes. Read-only.","x-ms-navigationProperty":true},"planner":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.plannerUser"},{"type":"object","nullable":true}],"description":"Entry-point to the Planner resource that might exist for a user. Read-only.","x-ms-navigationProperty":true},"presence":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.presence"},{"type":"object","nullable":true}],"x-ms-navigationProperty":true},"registeredDevices":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.directoryObject"},"description":"Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects.","x-ms-navigationProperty":true},"scopedRoleMemberOf":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.scopedRoleMembership"},"x-ms-navigationProperty":true},"settings":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.userSettings"},{"type":"object","nullable":true}],"x-ms-navigationProperty":true},"solutions":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.userSolutionRoot"},{"type":"object","nullable":true}],"description":"The identifier that relates the user to the working time schedule triggers. Read-Only. Nullable","x-ms-navigationProperty":true},"sponsorOf":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.directoryObject"},"description":"Directory objects that this user sponsors, such as guest users, agent users, agent blueprints, agent blueprint principals, and agent identities. If the user is a member of a group that's a sponsor, the objects sponsored by that group are also included. Read-only. Nullable. Supports $filter, $count, $select, $expand, $top, and $skip.","x-ms-navigationProperty":true},"sponsors":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.directoryObject"},"description":"The users and groups responsible for this guest's privileges in the tenant and keeping the guest's information and access updated. (HTTP Methods: GET, POST, DELETE.). Supports $expand.","x-ms-navigationProperty":true},"teamwork":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.userTeamwork"},{"type":"object","nullable":true}],"description":"A container for Microsoft Teams features available for the user. Read-only. Nullable.","x-ms-navigationProperty":true},"todo":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.todo"},{"type":"object","nullable":true}],"description":"Represents the To Do services available to a user.","x-ms-navigationProperty":true},"transitiveMemberOf":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.directoryObject"},"description":"The groups, including nested groups, and directory roles that a user is a member of. Nullable.","x-ms-navigationProperty":true},"@odata.type":{"type":"string","default":"#microsoft.graph.user"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.agentUser":"#/components/schemas/microsoft.graph.agentUser"}}}]},"microsoft.graph.mailboxSettings":{"title":"mailboxSettings","required":["@odata.type"],"type":"object","properties":{"archiveFolder":{"type":"string","description":"Folder ID of an archive folder for the user.","nullable":true},"automaticRepliesSetting":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.automaticRepliesSetting"},{"type":"object","nullable":true}],"description":"Configuration settings to automatically notify the sender of an incoming email with a message from the signed-in user."},"dateFormat":{"type":"string","description":"The date format for the user's mailbox.","nullable":true},"delegateMeetingMessageDeliveryOptions":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.delegateMeetingMessageDeliveryOptions"},{"type":"object","nullable":true}],"description":"If the user has a calendar delegate, this specifies whether the delegate, mailbox owner, or both receive meeting messages and meeting responses. The possible values are: sendToDelegateAndInformationToPrincipal, sendToDelegateAndPrincipal, sendToDelegateOnly."},"language":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.localeInfo"},{"type":"object","nullable":true}],"description":"The locale information for the user, including the preferred language and country/region."},"timeFormat":{"type":"string","description":"The time format for the user's mailbox.","nullable":true},"timeZone":{"type":"string","description":"The default time zone for the user's mailbox.","nullable":true},"userPurpose":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.userPurpose"},{"type":"object","nullable":true}],"description":"The purpose of the mailbox. Differentiates a mailbox for a single user from a shared mailbox and equipment mailbox in Exchange Online. The possible values are: user, linked, shared, room, equipment, others, unknownFutureValue. Read-only."},"workingHours":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.workingHours"},{"type":"object","nullable":true}],"description":"The days of the week and hours in a specific time zone that the user works."},"@odata.type":{"type":"string"}}},"microsoft.graph.auditLogRoot":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"auditLogRoot","required":["@odata.type"],"type":"object","properties":{"directoryAudits":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.directoryAudit"},"x-ms-navigationProperty":true},"provisioning":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.provisioningObjectSummary"},"x-ms-navigationProperty":true},"signIns":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.signIn"},"x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.auditLogRoot"},"microsoft.graph.directoryAudit":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"directoryAudit","required":["@odata.type"],"type":"object","properties":{"activityDateTime":{"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":"Indicates the date and time the activity was performed. The Timestamp type is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Supports $filter (eq, ge, le) and $orderby.","format":"date-time"},"activityDisplayName":{"type":"string","description":"Indicates the activity name or the operation name (examples: 'Create User' and 'Add member to group'). For a list of activities logged, refer to Microsoft Entra audit log categories and activities. Supports $filter (eq, startswith)."},"additionalDetails":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.keyValue"},"description":"Indicates additional details on the activity."},"category":{"type":"string","description":"Indicates which resource category that's targeted by the activity. For example: UserManagement, GroupManagement, ApplicationManagement, RoleManagement. For a list of categories for activities logged, refer to Microsoft Entra audit log categories and activities."},"correlationId":{"type":"string","description":"Indicates a unique ID that helps correlate activities that span across various services. Can be used to trace logs across services. Supports $filter (eq).","nullable":true},"initiatedBy":{"$ref":"#/components/schemas/microsoft.graph.auditActivityInitiator"},"loggedByService":{"type":"string","description":"Indicates information on which service initiated the activity (For example: Self-service Password Management, Core Directory, B2C, Invited Users, Microsoft Identity Manager, Privileged Identity Management. Supports $filter (eq).","nullable":true},"operationType":{"type":"string","description":"Indicates the type of operation that was performed. The possible values include but are not limited to the following: Add, Assign, Update, Unassign, and Delete.","nullable":true},"result":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.operationResult"},{"type":"object","nullable":true}],"description":"Indicates the result of the activity. The possible values are: success, failure, timeout, unknownFutureValue."},"resultReason":{"type":"string","description":"Indicates the reason for failure if the result is failure or timeout.","nullable":true},"targetResources":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.targetResource"},"description":"Indicates information on which resource was changed due to the activity. Target Resource Type can be User, Device, Directory, App, Role, Group, Policy or Other. Supports $filter (eq) for id and displayName; and $filter (startswith) for displayName."},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.directoryAudit"},"microsoft.graph.provisioningObjectSummary":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"provisioningObjectSummary","required":["@odata.type"],"type":"object","properties":{"activityDateTime":{"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":"Represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.  SUpports $filter (eq, gt, lt) and orderby.","format":"date-time"},"changeId":{"type":"string","description":"Unique ID of this change in this cycle. Supports $filter (eq, contains).","nullable":true},"cycleId":{"type":"string","description":"Unique ID per job iteration. Supports $filter (eq, contains).","nullable":true},"durationInMilliseconds":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Indicates how long this provisioning action took to finish. Measured in milliseconds.","format":"int32","nullable":true},"initiatedBy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.initiator"},{"type":"object","nullable":true}],"description":"Details of who initiated this provisioning. Supports $filter (eq, contains)."},"jobId":{"type":"string","description":"The unique ID for the whole provisioning job. Supports $filter (eq, contains).","nullable":true},"modifiedProperties":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.modifiedProperty"},"description":"Details of each property that was modified in this provisioning action on this object."},"provisioningAction":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.provisioningAction"},{"type":"object","nullable":true}],"description":"Indicates the activity name or the operation name. The possible values are: create, update, delete, stageddelete, disable, other and unknownFutureValue. For a list of activities logged, refer to Microsoft Entra activity list. Supports $filter (eq, contains)."},"provisioningStatusInfo":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.provisioningStatusInfo"},{"type":"object","nullable":true}],"description":"Details of provisioning status."},"provisioningSteps":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.provisioningStep"},"description":"Details of each step in provisioning."},"servicePrincipal":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.provisioningServicePrincipal"},{"type":"object","nullable":true}],"description":"Represents the service principal used for provisioning. Supports $filter (eq) for id and name."},"sourceIdentity":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.provisionedIdentity"},{"type":"object","nullable":true}],"description":"Details of source object being provisioned. Supports $filter (eq, contains) for identityType, id, and displayName."},"sourceSystem":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.provisioningSystem"},{"type":"object","nullable":true}],"description":"Details of source system of the object being provisioned. Supports $filter (eq, contains) for displayName."},"targetIdentity":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.provisionedIdentity"},{"type":"object","nullable":true}],"description":"Details of target object being provisioned. Supports $filter (eq, contains) for identityType, id, and displayName."},"targetSystem":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.provisioningSystem"},{"type":"object","nullable":true}],"description":"Details of target system of the object being provisioned. Supports $filter (eq, contains) for displayName."},"tenantId":{"type":"string","description":"Unique Microsoft Entra tenant ID. Supports $filter (eq, contains).","nullable":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.provisioningObjectSummary"},"microsoft.graph.signIn":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"signIn","required":["@odata.type"],"type":"object","properties":{"appDisplayName":{"type":"string","description":"App name displayed in the Microsoft Entra admin center.  Supports $filter (eq, startsWith).","nullable":true},"appId":{"type":"string","description":"Unique GUID that represents the app ID in the Microsoft Entra ID.  Supports $filter (eq).","nullable":true},"appliedConditionalAccessPolicies":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.appliedConditionalAccessPolicy"},"description":"Provides a list of conditional access policies that the corresponding sign-in activity triggers. Apps need more Conditional Access-related privileges to read the details of this property. For more information, see Permissions for viewing applied conditional access (CA) policies in sign-ins."},"authenticationAppDeviceDetails":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.authenticationAppDeviceDetails"},{"type":"object","nullable":true}]},"clientAppUsed":{"type":"string","description":"Identifies the client used for the sign-in activity. Modern authentication clients include Browser, modern clients. Legacy authentication clients include Exchange ActiveSync, IMAP, MAPI, SMTP, POP, and other clients.  Supports $filter (eq).","nullable":true},"conditionalAccessStatus":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.conditionalAccessStatus"},{"type":"object","nullable":true}],"description":"Reports status of an activated conditional access policy. The possible values are: success, failure, notApplied, and unknownFutureValue.  Supports $filter (eq)."},"correlationId":{"type":"string","description":"The request ID sent from the client when the sign-in is initiated. Used to troubleshoot sign-in activity.  Supports $filter (eq).","nullable":true},"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","description":"Date and time (UTC) the sign-in was initiated. Example: midnight on Jan 1, 2014 is reported as 2014-01-01T00:00:00Z.  Supports $orderby, $filter (eq, le, and ge).","format":"date-time"},"deviceDetail":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.deviceDetail"},{"type":"object","nullable":true}],"description":"Device information from where the sign-in occurred; includes device ID, operating system, and browser.  Supports $filter (eq, startsWith) on browser and operatingSytem properties."},"homeTenantId":{"type":"string","nullable":true},"ipAddress":{"type":"string","description":"IP address of the client used to sign in.  Supports $filter (eq, startsWith).","nullable":true},"isInteractive":{"type":"boolean","description":"Indicates whether a sign-in is interactive.","nullable":true},"location":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.signInLocation"},{"type":"object","nullable":true}],"description":"Provides the city, state, and country code where the sign-in originated.  Supports $filter (eq, startsWith) on city, state, and countryOrRegion properties."},"resourceDisplayName":{"type":"string","description":"Name of the resource the user signed into.  Supports $filter (eq).","nullable":true},"resourceId":{"type":"string","description":"ID of the resource that the user signed into.  Supports $filter (eq).","nullable":true},"resourceTenantId":{"type":"string","nullable":true},"riskDetail":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.riskDetail"},{"type":"object","nullable":true}],"description":"The reason behind a specific state of a risky user, sign-in, or a risk event. The value none means that Microsoft Entra risk detection did not flag the user or the sign-in as a risky event so far.  Supports $filter (eq). Note: Details for this property are only available for Microsoft Entra ID P2 customers. All other customers are returned hidden."},"riskEventTypes":{"type":"array","items":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.riskEventType"},{"type":"object","nullable":true}]}},"riskEventTypes_v2":{"type":"array","items":{"type":"string","nullable":true},"description":"The list of risk event types associated with the sign-in. Possible values: unlikelyTravel, anonymizedIPAddress, maliciousIPAddress, unfamiliarFeatures, malwareInfectedIPAddress, suspiciousIPAddress, leakedCredentials, investigationsThreatIntelligence, generic, or unknownFutureValue.  Supports $filter (eq, startsWith)."},"riskLevelAggregated":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.riskLevel"},{"type":"object","nullable":true}],"description":"Aggregated risk level. The possible values are: none, low, medium, high, hidden, and unknownFutureValue. The value hidden means the user or sign-in wasn't enabled for Microsoft Entra ID Protection.  Supports $filter (eq).  Note: Details for this property are only available for Microsoft Entra ID P2 customers. All other customers are returned hidden."},"riskLevelDuringSignIn":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.riskLevel"},{"type":"object","nullable":true}],"description":"Risk level during sign-in. The possible values are: none, low, medium, high, hidden, and unknownFutureValue. The value hidden means the user or sign-in wasn't enabled for Microsoft Entra ID Protection.  Supports $filter (eq). Note: Details for this property are only available for Microsoft Entra ID P2 customers. All other customers are returned hidden."},"riskState":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.riskState"},{"type":"object","nullable":true}],"description":"Reports status of the risky user, sign-in, or a risk event. The possible values are: none, confirmedSafe, remediated, dismissed, atRisk, confirmedCompromised, unknownFutureValue.  Supports $filter (eq)."},"servicePrincipalId":{"type":"string","nullable":true},"servicePrincipalName":{"type":"string","nullable":true},"status":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.signInStatus"},{"type":"object","nullable":true}],"description":"Sign-in status. Includes the error code and description of the error (if a sign-in failure occurs).  Supports $filter (eq) on errorCode property."},"userAgent":{"type":"string","nullable":true},"userDisplayName":{"type":"string","description":"Display name of the user that initiated the sign-in.  Supports $filter (eq, startsWith).","nullable":true},"userId":{"type":"string","description":"ID of the user that initiated the sign-in.  Supports $filter (eq)."},"userPrincipalName":{"type":"string","description":"User principal name of the user that initiated the sign-in. This value is always in lowercase. For guest users whose values in the user object typically contain #EXT# before the domain part, this property stores the value in both lowercase and the 'true' format. For example, while the user object stores AdeleVance_fabrikam.com#EXT#@contoso.com, the sign-in logs store adelevance@fabrikam.com. Supports $filter (eq, startsWith).","nullable":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.signIn"},"microsoft.graph.domainDnsRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"domainDnsRecord","required":["@odata.type"],"type":"object","properties":{"isOptional":{"type":"boolean","description":"If false, the customer must configure this record at the DNS host for Microsoft Online Services to operate correctly with the domain."},"label":{"type":"string","description":"Value used when configuring the name of the DNS record at the DNS host."},"recordType":{"type":"string","description":"Indicates what type of DNS record this entity represents. The value can be CName, Mx, Srv, or Txt.","nullable":true},"supportedService":{"type":"string","description":"Microsoft Online Service or feature that has a dependency on this DNS record. Can be one of the following values: null, Email, Sharepoint, EmailInternalRelayOnly, OfficeCommunicationsOnline, SharePointDefaultDomain, FullRedelegation, SharePointPublic, OrgIdAuthentication, Yammer, Intune."},"ttl":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Value to use when configuring the time-to-live (ttl) property of the DNS record at the DNS host. Not nullable.","format":"int32"},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.domainDnsCnameRecord":"#/components/schemas/microsoft.graph.domainDnsCnameRecord","#microsoft.graph.domainDnsMxRecord":"#/components/schemas/microsoft.graph.domainDnsMxRecord","#microsoft.graph.domainDnsSrvRecord":"#/components/schemas/microsoft.graph.domainDnsSrvRecord","#microsoft.graph.domainDnsTxtRecord":"#/components/schemas/microsoft.graph.domainDnsTxtRecord","#microsoft.graph.domainDnsUnavailableRecord":"#/components/schemas/microsoft.graph.domainDnsUnavailableRecord"}}}]},"microsoft.graph.domain":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"domain","required":["@odata.type"],"type":"object","properties":{"authenticationType":{"type":"string","description":"Indicates the configured authentication type for the domain. The value is either Managed or Federated. Managed indicates a cloud managed domain where Microsoft Entra ID performs user authentication. Federated indicates authentication is federated with an identity provider such as the tenant's on-premises Active Directory via Active Directory Federation Services. Not nullable.  To update this property in delegated scenarios, the calling app must be assigned the Domain-InternalFederation.ReadWrite.All permission."},"availabilityStatus":{"type":"string","description":"This property is always null except when the verify action is used. When the verify action is used, a domain entity is returned in the response. The availabilityStatus property of the domain entity in the response is either AvailableImmediately or EmailVerifiedDomainTakeoverScheduled.","nullable":true},"isAdminManaged":{"type":"boolean","description":"The value of the property is false if the DNS record management of the domain is delegated to Microsoft 365. Otherwise, the value is true. Not nullable"},"isDefault":{"type":"boolean","description":"true if this is the default domain that is used for user creation. There's only one default domain per company. Not nullable."},"isInitial":{"type":"boolean","description":"true if this is the initial domain created by Microsoft Online Services (contoso.com). There's only one initial domain per company. Not nullable"},"isRoot":{"type":"boolean","description":"true if the domain is a verified root domain. Otherwise, false if the domain is a subdomain or unverified. Not nullable."},"isVerified":{"type":"boolean","description":"true if the domain completed domain ownership verification. Not nullable."},"manufacturer":{"type":"string","nullable":true},"model":{"type":"string","nullable":true},"passwordNotificationWindowInDays":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Specifies the number of days before a user receives notification that their password expires. If the property isn't set, a default value of 14 days is used.","format":"int32","nullable":true},"passwordValidityPeriodInDays":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Specifies the length of time that a password is valid before it must be changed. If the property isn't set, a default value of 90 days is used.","format":"int32","nullable":true},"state":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.domainState"},{"type":"object","nullable":true}],"description":"Status of asynchronous operations scheduled for the domain."},"supportedServices":{"type":"array","items":{"type":"string"},"description":"The capabilities assigned to the domain. Can include 0, 1 or more of following values: Email, Sharepoint, EmailInternalRelayOnly, OfficeCommunicationsOnline, SharePointDefaultDomain, FullRedelegation, SharePointPublic, OrgIdAuthentication, Yammer, Intune. The values that you can add or remove using the API include: Email, OfficeCommunicationsOnline, Yammer. Not nullable."},"domainNameReferences":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.directoryObject"},"description":"The objects such as users and groups that reference the domain ID. Read-only, Nullable. Doesn't support $expand. Supports $filter by the OData type of objects returned. For example, /domains/{domainId}/domainNameReferences/microsoft.graph.user and /domains/{domainId}/domainNameReferences/microsoft.graph.group.","x-ms-navigationProperty":true},"federationConfiguration":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.internalDomainFederation"},"description":"Domain settings configured by a customer when federated with Microsoft Entra ID. Doesn't support $expand.","x-ms-navigationProperty":true},"rootDomain":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.domain"},{"type":"object","nullable":true}],"description":"Root domain of a subdomain. Read-only, Nullable. Supports $expand.","x-ms-navigationProperty":true},"serviceConfigurationRecords":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.domainDnsRecord"},"description":"DNS records the customer adds to the DNS zone file of the domain before the domain can be used by Microsoft Online services. Read-only, Nullable. Doesn't support $expand.","x-ms-navigationProperty":true},"verificationDnsRecords":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.domainDnsRecord"},"description":"DNS records that the customer adds to the DNS zone file of the domain before the customer can complete domain ownership verification with Microsoft Entra ID. Read-only, Nullable. Doesn't support $expand.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.domain"},"microsoft.graph.directoryObject":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"directoryObject","required":["@odata.type"],"type":"object","properties":{"deletedDateTime":{"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":"Date and time when this object was deleted. Always null when the object hasn't been deleted.","format":"date-time","nullable":true},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.administrativeUnit":"#/components/schemas/microsoft.graph.administrativeUnit","#microsoft.graph.application":"#/components/schemas/microsoft.graph.application","#microsoft.graph.agentIdentityBlueprint":"#/components/schemas/microsoft.graph.agentIdentityBlueprint","#microsoft.graph.appRoleAssignment":"#/components/schemas/microsoft.graph.appRoleAssignment","#microsoft.graph.certificateAuthorityDetail":"#/components/schemas/microsoft.graph.certificateAuthorityDetail","#microsoft.graph.certificateBasedAuthPki":"#/components/schemas/microsoft.graph.certificateBasedAuthPki","#microsoft.graph.contract":"#/components/schemas/microsoft.graph.contract","#microsoft.graph.device":"#/components/schemas/microsoft.graph.device","#microsoft.graph.directoryObjectPartnerReference":"#/components/schemas/microsoft.graph.directoryObjectPartnerReference","#microsoft.graph.directoryRole":"#/components/schemas/microsoft.graph.directoryRole","#microsoft.graph.directoryRoleTemplate":"#/components/schemas/microsoft.graph.directoryRoleTemplate","#microsoft.graph.endpoint":"#/components/schemas/microsoft.graph.endpoint","#microsoft.graph.extensionProperty":"#/components/schemas/microsoft.graph.extensionProperty","#microsoft.graph.federatedTokenValidationPolicy":"#/components/schemas/microsoft.graph.federatedTokenValidationPolicy","#microsoft.graph.group":"#/components/schemas/microsoft.graph.group","#microsoft.graph.groupSettingTemplate":"#/components/schemas/microsoft.graph.groupSettingTemplate","#microsoft.graph.mailbox":"#/components/schemas/microsoft.graph.mailbox","#microsoft.graph.multiTenantOrganizationMember":"#/components/schemas/microsoft.graph.multiTenantOrganizationMember","#microsoft.graph.organization":"#/components/schemas/microsoft.graph.organization","#microsoft.graph.orgContact":"#/components/schemas/microsoft.graph.orgContact","#microsoft.graph.policyBase":"#/components/schemas/microsoft.graph.policyBase","#microsoft.graph.appManagementPolicy":"#/components/schemas/microsoft.graph.appManagementPolicy","#microsoft.graph.authorizationPolicy":"#/components/schemas/microsoft.graph.authorizationPolicy","#microsoft.graph.crossTenantAccessPolicy":"#/components/schemas/microsoft.graph.crossTenantAccessPolicy","#microsoft.graph.identitySecurityDefaultsEnforcementPolicy":"#/components/schemas/microsoft.graph.identitySecurityDefaultsEnforcementPolicy","#microsoft.graph.permissionGrantPolicy":"#/components/schemas/microsoft.graph.permissionGrantPolicy","#microsoft.graph.stsPolicy":"#/components/schemas/microsoft.graph.stsPolicy","#microsoft.graph.activityBasedTimeoutPolicy":"#/components/schemas/microsoft.graph.activityBasedTimeoutPolicy","#microsoft.graph.claimsMappingPolicy":"#/components/schemas/microsoft.graph.claimsMappingPolicy","#microsoft.graph.homeRealmDiscoveryPolicy":"#/components/schemas/microsoft.graph.homeRealmDiscoveryPolicy","#microsoft.graph.tokenIssuancePolicy":"#/components/schemas/microsoft.graph.tokenIssuancePolicy","#microsoft.graph.tokenLifetimePolicy":"#/components/schemas/microsoft.graph.tokenLifetimePolicy","#microsoft.graph.tenantAppManagementPolicy":"#/components/schemas/microsoft.graph.tenantAppManagementPolicy","#microsoft.graph.remoteTenantGroup":"#/components/schemas/microsoft.graph.remoteTenantGroup","#microsoft.graph.resourceSpecificPermissionGrant":"#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant","#microsoft.graph.servicePrincipal":"#/components/schemas/microsoft.graph.servicePrincipal","#microsoft.graph.agentIdentity":"#/components/schemas/microsoft.graph.agentIdentity","#microsoft.graph.agentIdentityBlueprintPrincipal":"#/components/schemas/microsoft.graph.agentIdentityBlueprintPrincipal","#microsoft.graph.user":"#/components/schemas/microsoft.graph.user","#microsoft.graph.agentUser":"#/components/schemas/microsoft.graph.agentUser"}}}]},"microsoft.graph.internalDomainFederation":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.samlOrWsFedProvider"},{"title":"internalDomainFederation","required":["@odata.type"],"type":"object","properties":{"activeSignInUri":{"type":"string","description":"URL of the endpoint used by active clients when authenticating with federated domains set up for single sign-on in Microsoft Entra ID. Corresponds to the ActiveLogOnUri property of the Set-EntraDomainFederationSettings PowerShell cmdlet.","nullable":true},"federatedIdpMfaBehavior":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.federatedIdpMfaBehavior"},{"type":"object","nullable":true}],"description":"Determines whether Microsoft Entra ID accepts the MFA performed by the federated IdP when a federated user accesses an application that is governed by a conditional access policy that requires MFA. The possible values are: acceptIfMfaDoneByFederatedIdp, enforceMfaByFederatedIdp, rejectMfaByFederatedIdp, unknownFutureValue. For more information, see federatedIdpMfaBehavior values."},"isSignedAuthenticationRequestRequired":{"type":"boolean","description":"If true, when SAML authentication requests are sent to the federated SAML IdP, Microsoft Entra ID will sign those requests using the OrgID signing key. If false (default), the SAML authentication requests sent to the federated IdP aren't signed.","nullable":true},"nextSigningCertificate":{"type":"string","description":"Fallback token signing certificate that can also be used to sign tokens, for example when the primary signing certificate expires. Formatted as Base64 encoded strings of the public portion of the federated IdP's token signing certificate. Needs to be compatible with the X509Certificate2 class. Much like the signingCertificate, the nextSigningCertificate property is used if a rollover is required outside of the auto-rollover update, a new federation service is being set up, or if the new token signing certificate isn't present in the federation properties after the federation service certificate has been updated.","nullable":true},"passwordResetUri":{"type":"string","nullable":true},"promptLoginBehavior":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.promptLoginBehavior"},{"type":"object","nullable":true}],"description":"Sets the preferred behavior for the sign-in prompt. The possible values are: translateToFreshPasswordAuthentication, nativeSupport, disabled, unknownFutureValue."},"signingCertificateUpdateStatus":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.signingCertificateUpdateStatus"},{"type":"object","nullable":true}],"description":"Provides status and timestamp of the last update of the signing certificate."},"signOutUri":{"type":"string","description":"URI that clients are redirected to when they sign out of Microsoft Entra services. Corresponds to the LogOffUri property of the Set-EntraDomainFederationSettings PowerShell cmdlet.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.internalDomainFederation"}}}],"x-ms-discriminator-value":"#microsoft.graph.internalDomainFederation"},"microsoft.graph.organization":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.directoryObject"},{"title":"organization","required":["@odata.type"],"type":"object","properties":{"assignedPlans":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.assignedPlan"},"description":"The collection of service plans associated with the tenant. Not nullable."},"businessPhones":{"type":"array","items":{"type":"string"},"description":"Telephone number for the organization. Although this property is a string collection, only one number can be set."},"city":{"type":"string","description":"City name of the address for the organization.","nullable":true},"country":{"type":"string","description":"Country or region name of the address for the organization.","nullable":true},"countryLetterCode":{"type":"string","description":"Country or region abbreviation for the organization in ISO 3166-2 format.","nullable":true},"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","description":"Timestamp of when the organization was created. The value can't be modified and is automatically populated when the organization is created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.","format":"date-time","nullable":true},"defaultUsageLocation":{"type":"string","description":"Two-letter ISO 3166 country code indicating the default service usage location of an organization.","nullable":true},"displayName":{"type":"string","description":"The display name for the tenant.","nullable":true},"marketingNotificationEmails":{"type":"array","items":{"type":"string"},"description":"Not nullable."},"mobileDeviceManagementAuthority":{"$ref":"#/components/schemas/microsoft.graph.mdmAuthority"},"onPremisesLastSyncDateTime":{"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 and date at which the tenant was last synced with the on-premises directory. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.","format":"date-time","nullable":true},"onPremisesSyncEnabled":{"type":"boolean","description":"true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced. Nullable. null if this object isn't synced from on-premises active directory (default).","nullable":true},"partnerTenantType":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.partnerTenantType"},{"type":"object","nullable":true}],"description":"The type of partnership this tenant has with Microsoft. The possible values are: microsoftSupport, syndicatePartner, breadthPartner, breadthPartnerDelegatedAdmin, resellerPartnerDelegatedAdmin, valueAddedResellerPartnerDelegatedAdmin, unknownFutureValue. Nullable. For more information about the possible types, see partnerTenantType values."},"postalCode":{"type":"string","description":"Postal code of the address for the organization.","nullable":true},"preferredLanguage":{"type":"string","description":"The preferred language for the organization. Should follow ISO 639-1 Code; for example, en.","nullable":true},"privacyProfile":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.privacyProfile"},{"type":"object","nullable":true}],"description":"The privacy profile of an organization."},"provisionedPlans":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.provisionedPlan"},"description":"Not nullable."},"securityComplianceNotificationMails":{"type":"array","items":{"type":"string"},"description":"Not nullable."},"securityComplianceNotificationPhones":{"type":"array","items":{"type":"string"},"description":"Not nullable."},"state":{"type":"string","description":"State name of the address for the organization.","nullable":true},"street":{"type":"string","description":"Street name of the address for organization.","nullable":true},"technicalNotificationMails":{"type":"array","items":{"type":"string"},"description":"Not nullable."},"tenantType":{"type":"string","description":"Not nullable. Can be one of the following types:  AAD - An enterprise identity access management (IAM) service that serves business-to-employee and business-to-business (B2B) scenarios.  AAD B2C An identity access management (IAM) service that serves business-to-consumer (B2C) scenarios.   CIAM - A customer identity & access management (CIAM) solution that provides an integrated platform to serve consumers, partners, and citizen scenarios.","nullable":true},"verifiedDomains":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.verifiedDomain"},"description":"The collection of domains associated with this tenant. Not nullable."},"branding":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.organizationalBranding"},{"type":"object","nullable":true}],"description":"Branding for the organization. Nullable.","x-ms-navigationProperty":true},"certificateBasedAuthConfiguration":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.certificateBasedAuthConfiguration"},"description":"Navigation property to manage certificate-based authentication configuration. Only a single instance of certificateBasedAuthConfiguration can be created in the collection.","x-ms-navigationProperty":true},"extensions":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.extension"},"description":"The collection of open extensions defined for the organization. Read-only. Nullable.","x-ms-navigationProperty":true},"@odata.type":{"type":"string","default":"#microsoft.graph.organization"}}}],"x-ms-discriminator-value":"#microsoft.graph.organization"},"microsoft.graph.organizationalBranding":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.organizationalBrandingProperties"},{"title":"organizationalBranding","required":["@odata.type"],"type":"object","properties":{"localizations":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.organizationalBrandingLocalization"},"description":"Add different branding based on a locale.","x-ms-navigationProperty":true},"@odata.type":{"type":"string","default":"#microsoft.graph.organizationalBranding"}}}],"x-ms-discriminator-value":"#microsoft.graph.organizationalBranding"},"microsoft.graph.organizationalBrandingLocalization":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.organizationalBrandingProperties"},{"title":"organizationalBrandingLocalization","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.organizationalBrandingLocalization"}}}],"x-ms-discriminator-value":"#microsoft.graph.organizationalBrandingLocalization"},"microsoft.graph.certificateBasedAuthConfiguration":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"certificateBasedAuthConfiguration","required":["@odata.type"],"type":"object","properties":{"certificateAuthorities":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.certificateAuthority"},"description":"Collection of certificate authorities which creates a trusted certificate chain."},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.certificateBasedAuthConfiguration"},"microsoft.graph.extension":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"extension","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.openTypeExtension":"#/components/schemas/microsoft.graph.openTypeExtension"}}}]},"microsoft.graph.extensionProperty":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.directoryObject"},{"title":"extensionProperty","required":["@odata.type"],"type":"object","properties":{"appDisplayName":{"type":"string","description":"Display name of the application object on which this extension property is defined. Read-only.","nullable":true},"dataType":{"type":"string","description":"Specifies the data type of the value the extension property can hold. Following values are supported. Binary - 256 bytes maximumBooleanDateTime - Must be specified in ISO 8601 format. Will be stored in UTC.Integer - 32-bit value.LargeInteger - 64-bit value.String - 256 characters maximumNot nullable. For multivalued directory extensions, these limits apply per value in the collection."},"isMultiValued":{"type":"boolean","description":"Defines the directory extension as a multi-valued property. When true, the directory extension property can store a collection of objects of the dataType; for example, a collection of string types such as 'extensionb7b1c57b532f40b8b5ed4b7a7ba67401jobGroupTracker': ['String 1', 'String 2']. The default value is false. Supports $filter (eq)."},"isSyncedFromOnPremises":{"type":"boolean","description":"Indicates if this extension property was synced from on-premises active directory using Microsoft Entra Connect. Read-only.","nullable":true},"name":{"type":"string","description":"Name of the extension property. Not nullable. Supports $filter (eq)."},"targetObjects":{"type":"array","items":{"type":"string"},"description":"Following values are supported. Not nullable. UserGroupAdministrativeUnitApplicationDeviceOrganization"},"@odata.type":{"type":"string","default":"#microsoft.graph.extensionProperty"}}}],"x-ms-discriminator-value":"#microsoft.graph.extensionProperty"},"microsoft.graph.reportRoot":{"title":"reportRoot","required":["@odata.type"],"type":"object","properties":{"authenticationMethods":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.authenticationMethodsRoot"},{"type":"object","nullable":true}],"description":"Container for navigation properties for Microsoft Entra authentication methods resources.","x-ms-navigationProperty":true},"dailyPrintUsageByPrinter":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.printUsageByPrinter"},"description":"Retrieve a list of daily print usage summaries, grouped by printer.","x-ms-navigationProperty":true},"dailyPrintUsageByUser":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.printUsageByUser"},"description":"Retrieve a list of daily print usage summaries, grouped by user.","x-ms-navigationProperty":true},"monthlyPrintUsageByPrinter":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.printUsageByPrinter"},"description":"Retrieve a list of monthly print usage summaries, grouped by printer.","x-ms-navigationProperty":true},"monthlyPrintUsageByUser":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.printUsageByUser"},"description":"Retrieve a list of monthly print usage summaries, grouped by user.","x-ms-navigationProperty":true},"partners":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.partners"},{"type":"object","nullable":true}],"description":"Represents billing details for a Microsoft direct partner.","x-ms-navigationProperty":true},"security":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.securityReportsRoot"},{"type":"object","nullable":true}],"description":"Represents an abstract type that contains resources for attack simulation and training reports.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}},"microsoft.graph.authenticationMethodsRoot":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"authenticationMethodsRoot","required":["@odata.type"],"type":"object","properties":{"userRegistrationDetails":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.userRegistrationDetails"},"description":"Represents the state of a user's authentication methods, including which methods are registered and which features the user is registered and capable of (such as multifactor authentication, self-service password reset, and passwordless authentication).","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.authenticationMethodsRoot"},"microsoft.graph.userRegistrationFeatureSummary":{"title":"userRegistrationFeatureSummary","required":["@odata.type"],"type":"object","properties":{"totalUserCount":{"type":"number","description":"Total number of users accounts, excluding those that are blocked.","format":"int64"},"userRegistrationFeatureCounts":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.userRegistrationFeatureCount"},"description":"Number of users registered or capable for multi-factor authentication, self-service password reset, and passwordless authentication."},"userRoles":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.includedUserRoles"},{"type":"object","nullable":true}],"description":"The role type of the user. The possible values are: all, privilegedAdmin, admin, user, unknownFutureValue."},"userTypes":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.includedUserTypes"},{"type":"object","nullable":true}],"description":"User type. The possible values are: all, member, guest, unknownFutureValue."},"@odata.type":{"type":"string"}}},"microsoft.graph.includedUserTypes":{"title":"includedUserTypes","enum":["all","member","guest","unknownFutureValue"],"type":"string"},"microsoft.graph.includedUserRoles":{"title":"includedUserRoles","enum":["all","privilegedAdmin","admin","user","unknownFutureValue"],"type":"string"},"microsoft.graph.userRegistrationMethodSummary":{"title":"userRegistrationMethodSummary","required":["@odata.type"],"type":"object","properties":{"totalUserCount":{"type":"number","description":"Total number of users in the tenant.","format":"int64"},"userRegistrationMethodCounts":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.userRegistrationMethodCount"},"description":"Number of users registered for each authentication method."},"userRoles":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.includedUserRoles"},{"type":"object","nullable":true}],"description":"The role type of the user. The possible values are: all, privilegedAdmin, admin, user, unknownFutureValue."},"userTypes":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.includedUserTypes"},{"type":"object","nullable":true}],"description":"User type. The possible values are: all, member, guest, unknownFutureValue."},"@odata.type":{"type":"string"}}},"microsoft.graph.userRegistrationDetails":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"userRegistrationDetails","required":["@odata.type"],"type":"object","properties":{"isAdmin":{"type":"boolean","description":"Indicates whether the user has an admin role in the tenant. This value can be used to check the authentication methods that privileged accounts are registered for and capable of.","nullable":true},"isMfaCapable":{"type":"boolean","description":"Indicates whether the user has registered a strong authentication method for multifactor authentication. The method must be allowed by the authentication methods policy. Supports $filter (eq)."},"isMfaRegistered":{"type":"boolean","description":"Indicates whether the user has registered a strong authentication method for multifactor authentication. The method may not necessarily be allowed by the authentication methods policy. Supports $filter (eq)."},"isPasswordlessCapable":{"type":"boolean","description":"Indicates whether the user has registered a passwordless strong authentication method (including FIDO2, Windows Hello for Business, and Microsoft Authenticator (Passwordless)) that is allowed by the authentication methods policy. Supports $filter (eq)."},"isSsprCapable":{"type":"boolean","description":"Indicates whether the user has registered the required number of authentication methods for self-service password reset and the user is allowed to perform self-service password reset by policy. Supports $filter (eq)."},"isSsprEnabled":{"type":"boolean","description":"Indicates whether the user is allowed to perform self-service password reset by policy. The user may not necessarily have registered the required number of authentication methods for self-service password reset. Supports $filter (eq)."},"isSsprRegistered":{"type":"boolean","description":"Indicates whether the user has registered the required number of authentication methods for self-service password reset. The user may not necessarily be allowed to perform self-service password reset by policy. Supports $filter (eq)."},"isSystemPreferredAuthenticationMethodEnabled":{"type":"boolean","description":"Indicates whether system preferred authentication method is enabled. If enabled, the system dynamically determines the most secure authentication method among the methods registered by the user. Supports $filter (eq).","nullable":true},"lastUpdatedDateTime":{"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 (UTC) when the report was last updated. 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 is 2014-01-01T00:00:00Z.","format":"date-time"},"methodsRegistered":{"type":"array","items":{"type":"string","nullable":true},"description":"Collection of authentication methods registered, such as mobilePhone, email, passKeyDeviceBound. Supports $filter (any with eq)."},"systemPreferredAuthenticationMethods":{"type":"array","items":{"type":"string","nullable":true},"description":"Collection of authentication methods that the system determined to be the most secure authentication methods among the registered methods for second factor authentication. The possible values are: push, oath, voiceMobile, voiceAlternateMobile, voiceOffice, sms, none, unknownFutureValue. Supports $filter (any with eq)."},"userDisplayName":{"type":"string","description":"The user display name, such as Adele Vance. Supports $filter (eq, startsWith) and $orderby."},"userPreferredMethodForSecondaryAuthentication":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.userDefaultAuthenticationMethod"},{"type":"object","nullable":true}],"description":"The method the user selected as the default second-factor for performing multifactor authentication. The possible values are: push, oath, voiceMobile, voiceAlternateMobile, voiceOffice, sms, none, unknownFutureValue. This property is used as preferred MFA method when isSystemPreferredAuthenticationMethodEnabled is false. Supports $filter (any with eq)."},"userPrincipalName":{"type":"string","description":"The user principal name, such as AdeleV@contoso.com. Supports $filter (eq, startsWith) and $orderby."},"userType":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.signInUserType"},{"type":"object","nullable":true}],"description":"Identifies whether the user is a member or guest in the tenant. The possible values are: member, guest, unknownFutureValue."},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.userRegistrationDetails"},"microsoft.graph.printUsageByPrinter":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.printUsage"},{"title":"printUsageByPrinter","required":["@odata.type"],"type":"object","properties":{"printerId":{"type":"string","description":"The ID of the printer represented by these statistics."},"printerName":{"type":"string","description":"The name of the printer represented by these statistics.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.printUsageByPrinter"}}}],"x-ms-discriminator-value":"#microsoft.graph.printUsageByPrinter"},"microsoft.graph.printUsageByUser":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.printUsage"},{"title":"printUsageByUser","required":["@odata.type"],"type":"object","properties":{"userPrincipalName":{"type":"string","description":"The UPN of the user represented by these statistics."},"@odata.type":{"type":"string","default":"#microsoft.graph.printUsageByUser"}}}],"x-ms-discriminator-value":"#microsoft.graph.printUsageByUser"},"microsoft.graph.report":{"title":"report","required":["@odata.type"],"type":"object","properties":{"content":{"type":"string","description":"The http content that has the data","format":"base64url","nullable":true},"@odata.type":{"type":"string"}},"description":"Device Configuration profile History reports."},"microsoft.graph.archivedPrintJob":{"title":"archivedPrintJob","required":["@odata.type"],"type":"object","properties":{"acquiredByPrinter":{"type":"boolean","description":"True if the job was acquired by a printer; false otherwise. Read-only."},"acquiredDateTime":{"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 dateTimeOffset when the job was acquired by the printer, if any. Read-only.","format":"date-time","nullable":true},"completionDateTime":{"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 dateTimeOffset when the job was completed, canceled, or aborted. Read-only.","format":"date-time","nullable":true},"copiesPrinted":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The number of copies that were printed. Read-only.","format":"int32"},"createdBy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.userIdentity"},{"type":"object","nullable":true}],"description":"The user who created the print job. Read-only."},"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","description":"The dateTimeOffset when the job was created. Read-only.","format":"date-time"},"id":{"type":"string","description":"The archived print job's GUID. Read-only."},"printerId":{"type":"string","description":"The printer ID that the job was queued for. Read-only.","nullable":true},"printerName":{"type":"string","description":"The printer name that the job was queued for. Read-only.","nullable":true},"processingState":{"$ref":"#/components/schemas/microsoft.graph.printJobProcessingState"},"@odata.type":{"type":"string"}}},"microsoft.graph.relyingPartyDetailedSummary":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"relyingPartyDetailedSummary","required":["@odata.type"],"type":"object","properties":{"failedSignInCount":{"type":"number","description":"Number of failed sign ins on AD FS in the period specified. Supports $orderby, $filter (eq).","format":"int64"},"migrationStatus":{"$ref":"#/components/schemas/microsoft.graph.migrationStatus"},"migrationValidationDetails":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.keyValuePair"},"description":"Specifies all the validations checks done on applications config details."},"relyingPartyId":{"type":"string","description":"Identifies the relying party to this federation service. It's used when issuing claims to the relying party. Supports $orderby, $filter (eq)."},"relyingPartyName":{"type":"string","description":"Name of the relying party's website or other entity on the Internet that uses an identity provider to authenticate a user who wants to log in. Supports $orderby, $filter (eq)."},"replyUrls":{"type":"array","items":{"type":"string"},"description":"Specifies where the relying party expects to receive the token."},"serviceId":{"type":"string","description":"Uniquely identifies the Active Directory forest. Supports $orderby, $filter (eq)."},"signInSuccessRate":{"oneOf":[{"type":"number","format":"double","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"Calculated as Number of successful / (Number of successful + Number of failed sign ins) or successfulSignInCount / totalSignInCount on AD FS in the period specified. Supports $orderby, $filter (eq)."},"successfulSignInCount":{"type":"number","description":"Number of successful sign ins on AD FS. Supports $orderby, $filter (eq).","format":"int64"},"totalSignInCount":{"type":"number","description":"Number of successful + failed sign ins on AD FS in the period specified. Supports $orderby, $filter (eq).","format":"int64"},"uniqueUserCount":{"type":"number","description":"Number of unique users that signed into the application. Supports $orderby, $filter (eq).","format":"int64"},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.relyingPartyDetailedSummary"},"microsoft.graph.partners":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"partners","required":["@odata.type"],"type":"object","properties":{"billing":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.partners.billing.billing"},{"type":"object","nullable":true}],"description":"Represents billing details for billed and unbilled data.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.partners"},"microsoft.graph.partners.billing.billing":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"billing","required":["@odata.type"],"type":"object","properties":{"manifests":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.partners.billing.manifest"},"description":"Represents metadata for the exported data.","x-ms-navigationProperty":true},"operations":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.partners.billing.operation"},"description":"Represents an operation to export the billing data of a partner.","x-ms-navigationProperty":true},"reconciliation":{"$ref":"#/components/schemas/microsoft.graph.partners.billing.billingReconciliation"},"usage":{"$ref":"#/components/schemas/microsoft.graph.partners.billing.azureUsage"},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.partners.billing.billing"},"microsoft.graph.partners.billing.manifest":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"manifest","required":["@odata.type"],"type":"object","properties":{"blobCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The total file count for this partner tenant ID.","format":"int32"},"blobs":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.partners.billing.blob"},"description":"A collection of blob objects that contain details of all the files for the partner tenant ID."},"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","description":"The date and time when a manifest resource was created. 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"},"dataFormat":{"type":"string","description":"The billing data file format. The possible value is: compressedJSONLines. Each blob is a compressed file and data in the file is in JSON lines format. Decompress the file to access the data."},"eTag":{"type":"string","description":"Version of data represented by the manifest. Any change in eTag indicates a new data version."},"partitionType":{"type":"string","description":"Indicates the division of data. If a given partition has more than the supported number, the data is split into multiple files, each file representing a specific partitionValue. By default, the data in the file is partitioned by the number of line items."},"partnerTenantId":{"type":"string","description":"The Microsoft Entra tenant ID of the partner."},"rootDirectory":{"type":"string","description":"The root directory that contains all the files."},"sasToken":{"type":"string","description":"The SAS token for accessing the directory or an individual file in the directory."},"schemaVersion":{"type":"string","description":"The version of the manifest schema."},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.partners.billing.manifest"},"microsoft.graph.partners.billing.operation":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"operation","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","description":"The start time of the operation. 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"},"lastActionDateTime":{"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 of the last action of the operation. 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"},"status":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.longRunningOperationStatus"},{"type":"object","nullable":true}],"description":"The status of the operation. The possible values are: notStarted, running, completed, failed, unknownFutureValue."},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.partners.billing.exportSuccessOperation":"#/components/schemas/microsoft.graph.partners.billing.exportSuccessOperation","#microsoft.graph.partners.billing.failedOperation":"#/components/schemas/microsoft.graph.partners.billing.failedOperation","#microsoft.graph.partners.billing.runningOperation":"#/components/schemas/microsoft.graph.partners.billing.runningOperation"}}}]},"microsoft.graph.partners.billing.billingReconciliation":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"billingReconciliation","required":["@odata.type"],"type":"object","properties":{"billed":{"$ref":"#/components/schemas/microsoft.graph.partners.billing.billedReconciliation"},"unbilled":{"$ref":"#/components/schemas/microsoft.graph.partners.billing.unbilledReconciliation"},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.partners.billing.billingReconciliation"},"microsoft.graph.partners.billing.billedReconciliation":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"billedReconciliation","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.partners.billing.billedReconciliation"},"microsoft.graph.partners.billing.attributeSet":{"title":"attributeSet","enum":["full","basic","unknownFutureValue"],"type":"string"},"microsoft.graph.partners.billing.unbilledReconciliation":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"unbilledReconciliation","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.partners.billing.unbilledReconciliation"},"microsoft.graph.partners.billing.billingPeriod":{"title":"billingPeriod","enum":["current","last","unknownFutureValue"],"type":"string"},"microsoft.graph.partners.billing.azureUsage":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"azureUsage","required":["@odata.type"],"type":"object","properties":{"billed":{"$ref":"#/components/schemas/microsoft.graph.partners.billing.billedUsage"},"unbilled":{"$ref":"#/components/schemas/microsoft.graph.partners.billing.unbilledUsage"},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.partners.billing.azureUsage"},"microsoft.graph.partners.billing.billedUsage":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"billedUsage","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.partners.billing.billedUsage"},"microsoft.graph.partners.billing.unbilledUsage":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"unbilledUsage","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.partners.billing.unbilledUsage"},"microsoft.graph.securityReportsRoot":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"securityReportsRoot","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.securityReportsRoot"},"microsoft.graph.attackSimulationRepeatOffender":{"title":"attackSimulationRepeatOffender","required":["@odata.type"],"type":"object","properties":{"attackSimulationUser":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.attackSimulationUser"},{"type":"object","nullable":true}],"description":"The user in an attack simulation and training campaign."},"repeatOffenceCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of repeat offences of the user in attack simulation and training campaigns.","format":"int32","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.attackSimulationSimulationUserCoverage":{"title":"attackSimulationSimulationUserCoverage","required":["@odata.type"],"type":"object","properties":{"attackSimulationUser":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.attackSimulationUser"},{"type":"object","nullable":true}],"description":"User in an attack simulation and training campaign."},"clickCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of link clicks in the received payloads by the user in attack simulation and training campaigns.","format":"int32","nullable":true},"compromisedCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of compromising actions by the user in attack simulation and training campaigns.","format":"int32","nullable":true},"latestSimulationDateTime":{"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":"Date and time of the latest attack simulation and training campaign that the user was included in.","format":"date-time","nullable":true},"simulationCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of attack simulation and training campaigns that the user was included in.","format":"int32","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.attackSimulationTrainingUserCoverage":{"title":"attackSimulationTrainingUserCoverage","required":["@odata.type"],"type":"object","properties":{"attackSimulationUser":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.attackSimulationUser"},{"type":"object","nullable":true}],"description":"User in an attack simulation and training campaign."},"userTrainings":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.userTrainingStatusInfo"},"description":"List of assigned trainings and their statuses for the user."},"@odata.type":{"type":"string"}}},"microsoft.graph.subscribedSku":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"subscribedSku","required":["@odata.type"],"type":"object","properties":{"accountId":{"type":"string","description":"The unique ID of the account this SKU belongs to.","nullable":true},"accountName":{"type":"string","description":"The name of the account this SKU belongs to.","nullable":true},"appliesTo":{"type":"string","description":"The target class for this SKU. Only SKUs with target class User are assignable. The possible values are: User, Company.","nullable":true},"capabilityStatus":{"type":"string","description":"Enabled indicates that the prepaidUnits property has at least one unit that is enabled. LockedOut indicates that the customer canceled their subscription. The possible values are: Enabled, Warning, Suspended, Deleted, LockedOut.","nullable":true},"consumedUnits":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The number of licenses that have been assigned.","format":"int32","nullable":true},"prepaidUnits":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.licenseUnitsDetail"},{"type":"object","nullable":true}],"description":"Information about the number and status of prepaid licenses."},"servicePlans":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.servicePlanInfo"},"description":"Information about the service plans that are available with the SKU. Not nullable."},"skuId":{"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","description":"The unique identifier (GUID) for the service SKU.","format":"uuid","nullable":true},"skuPartNumber":{"type":"string","description":"The SKU part number; for example: AAD_PREMIUM or RMSBASIC. To get a list of commercial subscriptions that an organization has acquired, see List subscribedSkus.","nullable":true},"subscriptionIds":{"type":"array","items":{"type":"string","nullable":true},"description":"A list of all subscription IDs associated with this SKU."},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.subscribedSku"},"microsoft.graph.tenantRelationship":{"title":"tenantRelationship","required":["@odata.type"],"type":"object","properties":{"delegatedAdminCustomers":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.delegatedAdminCustomer"},"description":"The customer who has a delegated admin relationship with a Microsoft partner.","x-ms-navigationProperty":true},"delegatedAdminRelationships":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.delegatedAdminRelationship"},"description":"The details of the delegated administrative privileges that a Microsoft partner has in a customer tenant.","x-ms-navigationProperty":true},"multiTenantOrganization":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.multiTenantOrganization"},{"type":"object","nullable":true}],"description":"Defines an organization with more than one instance of Microsoft Entra ID.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}},"microsoft.graph.delegatedAdminCustomer":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"delegatedAdminCustomer","required":["@odata.type"],"type":"object","properties":{"displayName":{"type":"string","description":"The Microsoft Entra ID display name of the customer tenant. Read-only. Supports $orderby.","nullable":true},"tenantId":{"type":"string","description":"The Microsoft Entra ID-assigned tenant ID of the customer. Read-only."},"serviceManagementDetails":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.delegatedAdminServiceManagementDetail"},"description":"Contains the management details of a service in the customer tenant that's managed by delegated administration.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.delegatedAdminCustomer"},"microsoft.graph.delegatedAdminServiceManagementDetail":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"delegatedAdminServiceManagementDetail","required":["@odata.type"],"type":"object","properties":{"serviceManagementUrl":{"type":"string","description":"The URL of the management portal for the managed service. Read-only."},"serviceName":{"type":"string","description":"The name of a managed service. Read-only."},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.delegatedAdminServiceManagementDetail"},"microsoft.graph.delegatedAdminRelationship":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"delegatedAdminRelationship","required":["@odata.type"],"type":"object","properties":{"accessDetails":{"$ref":"#/components/schemas/microsoft.graph.delegatedAdminAccessDetails"},"activatedDateTime":{"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 in ISO 8601 format and in UTC time when the relationship became active. Read-only.","format":"date-time","nullable":true},"autoExtendDuration":{"pattern":"^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$","type":"string","description":"The duration by which the validity of the relationship is automatically extended, denoted in ISO 8601 format. Supported values are: P0D, PT0S, P180D. The default value is PT0S. PT0S indicates that the relationship expires when the endDateTime is reached and it isn't automatically extended.","format":"duration","nullable":true},"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","description":"The date and time in ISO 8601 format and in UTC time when the relationship was created. Read-only.","format":"date-time","nullable":true},"customer":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.delegatedAdminRelationshipCustomerParticipant"},{"type":"object","nullable":true}],"description":"The display name and unique identifier of the customer of the relationship. This is configured either by the partner at the time the relationship is created or by the system after the customer approves the relationship. Can't be changed by the customer."},"displayName":{"type":"string","description":"The display name of the relationship used for ease of identification. Must be unique across all delegated admin relationships of the partner and is set by the partner only when the relationship is in the created status and can't be changed by the customer. Maximum length is 50 characters."},"duration":{"pattern":"^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$","type":"string","description":"The duration of the relationship in ISO 8601 format. Must be a value between P1D and P2Y inclusive. This is set by the partner only when the relationship is in the created status and can't be changed by the customer.","format":"duration"},"endDateTime":{"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 in ISO 8601 format and in UTC time when the status of relationship changes to either terminated or expired. Calculated as endDateTime = activatedDateTime + duration. Read-only.","format":"date-time","nullable":true},"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":"The date and time in ISO 8601 format and in UTC time when the relationship was last modified. Read-only.","format":"date-time","nullable":true},"status":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.delegatedAdminRelationshipStatus"},{"type":"object","nullable":true}],"description":"The status of the relationship. Read-only. The possible values are: activating, active, approvalPending, approved, created, expired, expiring, terminated, terminating, terminationRequested, unknownFutureValue. Supports $orderby."},"accessAssignments":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.delegatedAdminAccessAssignment"},"description":"The access assignments associated with the delegated admin relationship.","x-ms-navigationProperty":true},"operations":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.delegatedAdminRelationshipOperation"},"description":"The long running operations associated with the delegated admin relationship.","x-ms-navigationProperty":true},"requests":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.delegatedAdminRelationshipRequest"},"description":"The requests associated with the delegated admin relationship.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.resellerDelegatedAdminRelationship":"#/components/schemas/microsoft.graph.resellerDelegatedAdminRelationship"}}}]},"microsoft.graph.delegatedAdminAccessAssignment":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"delegatedAdminAccessAssignment","required":["@odata.type"],"type":"object","properties":{"accessContainer":{"$ref":"#/components/schemas/microsoft.graph.delegatedAdminAccessContainer"},"accessDetails":{"$ref":"#/components/schemas/microsoft.graph.delegatedAdminAccessDetails"},"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","description":"The date and time in ISO 8601 format and in UTC time when the access assignment was created. Read-only.","format":"date-time","nullable":true},"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":"The date and time in ISO 8601 and in UTC time when this access assignment was last modified. Read-only.","format":"date-time","nullable":true},"status":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.delegatedAdminAccessAssignmentStatus"},{"type":"object","nullable":true}],"description":"The status of the access assignment. Read-only. The possible values are: pending, active, deleting, deleted, error, unknownFutureValue."},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.delegatedAdminAccessAssignment"},"microsoft.graph.delegatedAdminRelationshipOperation":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"delegatedAdminRelationshipOperation","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","description":"The time in ISO 8601 format and in UTC time when the long-running operation was created. Read-only.","format":"date-time"},"data":{"type":"string","description":"The data (payload) for the operation. Read-only."},"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":"The time in ISO 8601 format and in UTC time when the long-running operation was last modified. Read-only.","format":"date-time"},"operationType":{"$ref":"#/components/schemas/microsoft.graph.delegatedAdminRelationshipOperationType"},"status":{"$ref":"#/components/schemas/microsoft.graph.longRunningOperationStatus"},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.delegatedAdminRelationshipOperation"},"microsoft.graph.delegatedAdminRelationshipRequest":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"delegatedAdminRelationshipRequest","required":["@odata.type"],"type":"object","properties":{"action":{"$ref":"#/components/schemas/microsoft.graph.delegatedAdminRelationshipRequestAction"},"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","description":"The date and time in ISO 8601 format and in UTC time when the relationship request was created. Read-only.","format":"date-time","nullable":true},"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":"The date and time in ISO 8601 format and UTC time when this relationship request was last modified. Read-only.","format":"date-time","nullable":true},"status":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.delegatedAdminRelationshipRequestStatus"},{"type":"object","nullable":true}],"description":"The status of the request. Read-only. The possible values are: created, pending, succeeded, failed, unknownFutureValue."},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.delegatedAdminRelationshipRequest"},"microsoft.graph.tenantInformation":{"title":"tenantInformation","required":["@odata.type"],"type":"object","properties":{"defaultDomainName":{"type":"string","description":"Primary domain name of a Microsoft Entra tenant.","nullable":true},"displayName":{"type":"string","description":"Display name of a Microsoft Entra tenant.","nullable":true},"federationBrandName":{"type":"string","description":"Name shown to users that sign in to a Microsoft Entra tenant.","nullable":true},"tenantId":{"type":"string","description":"Unique identifier of a Microsoft Entra tenant."},"@odata.type":{"type":"string"}}},"microsoft.graph.multiTenantOrganization":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"multiTenantOrganization","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","description":"Date when multitenant organization was created. Read-only.","format":"date-time","nullable":true},"description":{"type":"string","description":"Description of the multitenant organization.","nullable":true},"displayName":{"type":"string","description":"Display name of the multitenant organization.","nullable":true},"state":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.multiTenantOrganizationState"},{"type":"object","nullable":true}],"description":"State of the multitenant organization. The possible values are: active, inactive, unknownFutureValue. active indicates the multitenant organization is created. inactive indicates the multitenant organization isn't created. Read-only."},"joinRequest":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.multiTenantOrganizationJoinRequestRecord"},{"type":"object","nullable":true}],"description":"Defines the status of a tenant joining a multitenant organization.","x-ms-navigationProperty":true},"tenants":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.multiTenantOrganizationMember"},"description":"Defines tenants added to a multitenant organization.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.multiTenantOrganization"},"microsoft.graph.multiTenantOrganizationJoinRequestRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"multiTenantOrganizationJoinRequestRecord","required":["@odata.type"],"type":"object","properties":{"addedByTenantId":{"type":"string","description":"Tenant ID of the Microsoft Entra tenant that added a tenant to the multitenant organization. To reset a failed join request, set addedByTenantId to 00000000-0000-0000-0000-000000000000. Required.","nullable":true},"memberState":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.multiTenantOrganizationMemberState"},{"type":"object","nullable":true}],"description":"State of the tenant in the multitenant organization. The possible values are: pending, active, removed, unknownFutureValue. Tenants in the pending state must join the multitenant organization to participate in the multitenant organization. Tenants in the active state can participate in the multitenant organization. Tenants in the removed state are in the process of being removed from the multitenant organization. Read-only."},"role":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.multiTenantOrganizationMemberRole"},{"type":"object","nullable":true}],"description":"Role of the tenant in the multitenant organization. The possible values are: owner, member (default), unknownFutureValue. Tenants with the owner role can manage the multitenant organization. There can be multiple tenants with the owner role in a multitenant organization. Tenants with the member role can participate in a multitenant organization."},"transitionDetails":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.multiTenantOrganizationJoinRequestTransitionDetails"},{"type":"object","nullable":true}],"description":"Details of the processing status for a tenant joining a multitenant organization. Read-only."},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.multiTenantOrganizationJoinRequestRecord"},"microsoft.graph.multiTenantOrganizationMember":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.directoryObject"},{"title":"multiTenantOrganizationMember","required":["@odata.type"],"type":"object","properties":{"addedByTenantId":{"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","description":"Tenant ID of the tenant that added the tenant to the multitenant organization. Read-only.","format":"uuid","nullable":true},"addedDateTime":{"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":"Date and time when the tenant was added to the multitenant organization. Read-only.","format":"date-time","nullable":true},"displayName":{"type":"string","description":"Display name of the tenant added to the multitenant organization.","nullable":true},"joinedDateTime":{"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":"Date and time when the tenant joined the multitenant organization. Read-only.","format":"date-time","nullable":true},"role":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.multiTenantOrganizationMemberRole"},{"type":"object","nullable":true}],"description":"Role of the tenant in the multitenant organization. The possible values are: owner, member (default), unknownFutureValue. Tenants with the owner role can manage the multitenant organization but tenants with the member role can only participate in a multitenant organization. There can be multiple tenants with the owner role in a multitenant organization."},"state":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.multiTenantOrganizationMemberState"},{"type":"object","nullable":true}],"description":"State of the tenant in the multitenant organization. The possible values are: pending, active, removed, unknownFutureValue. Tenants in the pending state must join the multitenant organization to participate in the multitenant organization. Tenants in the active state can participate in the multitenant organization. Tenants in the removed state are in the process of being removed from the multitenant organization. Read-only."},"tenantId":{"type":"string","description":"Tenant ID of the Microsoft Entra tenant added to the multitenant organization. Set at the time tenant is added.Supports $filter. Key."},"transitionDetails":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.multiTenantOrganizationMemberTransitionDetails"},{"type":"object","nullable":true}],"description":"Details of the processing status for a tenant in a multitenant organization. Read-only. Nullable."},"@odata.type":{"type":"string","default":"#microsoft.graph.multiTenantOrganizationMember"}}}],"x-ms-discriminator-value":"#microsoft.graph.multiTenantOrganizationMember"},"microsoft.graph.ODataErrors.ODataError":{"required":["error"],"type":"object","properties":{"error":{"$ref":"#/components/schemas/microsoft.graph.ODataErrors.MainError"}}},"microsoft.graph.entity":{"title":"entity","required":["@odata.type"],"type":"object","properties":{"id":{"type":"string","description":"The unique identifier for an entity. Read-only."},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.accessPackage":"#/components/schemas/microsoft.graph.accessPackage","#microsoft.graph.accessPackageAssignment":"#/components/schemas/microsoft.graph.accessPackageAssignment","#microsoft.graph.accessPackageAssignmentPolicy":"#/components/schemas/microsoft.graph.accessPackageAssignmentPolicy","#microsoft.graph.accessPackageAssignmentRequest":"#/components/schemas/microsoft.graph.accessPackageAssignmentRequest","#microsoft.graph.accessPackageCatalog":"#/components/schemas/microsoft.graph.accessPackageCatalog","#microsoft.graph.accessPackageQuestion":"#/components/schemas/microsoft.graph.accessPackageQuestion","#microsoft.graph.accessPackageMultipleChoiceQuestion":"#/components/schemas/microsoft.graph.accessPackageMultipleChoiceQuestion","#microsoft.graph.accessPackageTextInputQuestion":"#/components/schemas/microsoft.graph.accessPackageTextInputQuestion","#microsoft.graph.accessPackageResource":"#/components/schemas/microsoft.graph.accessPackageResource","#microsoft.graph.customDataProvidedResource":"#/components/schemas/microsoft.graph.customDataProvidedResource","#microsoft.graph.accessPackageResourceEnvironment":"#/components/schemas/microsoft.graph.accessPackageResourceEnvironment","#microsoft.graph.accessPackageResourceRequest":"#/components/schemas/microsoft.graph.accessPackageResourceRequest","#microsoft.graph.accessPackageResourceRole":"#/components/schemas/microsoft.graph.accessPackageResourceRole","#microsoft.graph.accessPackageResourceRoleScope":"#/components/schemas/microsoft.graph.accessPackageResourceRoleScope","#microsoft.graph.accessPackageResourceScope":"#/components/schemas/microsoft.graph.accessPackageResourceScope","#microsoft.graph.accessPackageSubject":"#/components/schemas/microsoft.graph.accessPackageSubject","#microsoft.graph.accessPackageSuggestion":"#/components/schemas/microsoft.graph.accessPackageSuggestion","#microsoft.graph.accessReviewHistoryDefinition":"#/components/schemas/microsoft.graph.accessReviewHistoryDefinition","#microsoft.graph.accessReviewHistoryInstance":"#/components/schemas/microsoft.graph.accessReviewHistoryInstance","#microsoft.graph.accessReviewInstance":"#/components/schemas/microsoft.graph.accessReviewInstance","#microsoft.graph.accessReviewInstanceDecisionItem":"#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItem","#microsoft.graph.accessReviewReviewer":"#/components/schemas/microsoft.graph.accessReviewReviewer","#microsoft.graph.accessReviewScheduleDefinition":"#/components/schemas/microsoft.graph.accessReviewScheduleDefinition","#microsoft.graph.accessReviewSet":"#/components/schemas/microsoft.graph.accessReviewSet","#microsoft.graph.accessReviewStage":"#/components/schemas/microsoft.graph.accessReviewStage","#microsoft.graph.activitiesContainer":"#/components/schemas/microsoft.graph.activitiesContainer","#microsoft.graph.activityHistoryItem":"#/components/schemas/microsoft.graph.activityHistoryItem","#microsoft.graph.adhocCall":"#/components/schemas/microsoft.graph.adhocCall","#microsoft.graph.adminConsentRequestPolicy":"#/components/schemas/microsoft.graph.adminConsentRequestPolicy","#microsoft.graph.adminMicrosoft365Apps":"#/components/schemas/microsoft.graph.adminMicrosoft365Apps","#microsoft.graph.adminReportSettings":"#/components/schemas/microsoft.graph.adminReportSettings","#microsoft.graph.agreement":"#/components/schemas/microsoft.graph.agreement","#microsoft.graph.agreementAcceptance":"#/components/schemas/microsoft.graph.agreementAcceptance","#microsoft.graph.agreementFileProperties":"#/components/schemas/microsoft.graph.agreementFileProperties","#microsoft.graph.agreementFile":"#/components/schemas/microsoft.graph.agreementFile","#microsoft.graph.agreementFileLocalization":"#/components/schemas/microsoft.graph.agreementFileLocalization","#microsoft.graph.agreementFileVersion":"#/components/schemas/microsoft.graph.agreementFileVersion","#microsoft.graph.aiInteraction":"#/components/schemas/microsoft.graph.aiInteraction","#microsoft.graph.aiInteractionHistory":"#/components/schemas/microsoft.graph.aiInteractionHistory","#microsoft.graph.aiOnlineMeeting":"#/components/schemas/microsoft.graph.aiOnlineMeeting","#microsoft.graph.aiUser":"#/components/schemas/microsoft.graph.aiUser","#microsoft.graph.alert":"#/components/schemas/microsoft.graph.alert","#microsoft.graph.allowedValue":"#/components/schemas/microsoft.graph.allowedValue","#microsoft.graph.appCatalogs":"#/components/schemas/microsoft.graph.appCatalogs","#microsoft.graph.appConsentApprovalRoute":"#/components/schemas/microsoft.graph.appConsentApprovalRoute","#microsoft.graph.appConsentRequest":"#/components/schemas/microsoft.graph.appConsentRequest","#microsoft.graph.applePushNotificationCertificate":"#/components/schemas/microsoft.graph.applePushNotificationCertificate","#microsoft.graph.applicationTemplate":"#/components/schemas/microsoft.graph.applicationTemplate","#microsoft.graph.appLogCollectionRequest":"#/components/schemas/microsoft.graph.appLogCollectionRequest","#microsoft.graph.approval":"#/components/schemas/microsoft.graph.approval","#microsoft.graph.approvalStage":"#/components/schemas/microsoft.graph.approvalStage","#microsoft.graph.approvedClientApp":"#/components/schemas/microsoft.graph.approvedClientApp","#microsoft.graph.appScope":"#/components/schemas/microsoft.graph.appScope","#microsoft.graph.attachment":"#/components/schemas/microsoft.graph.attachment","#microsoft.graph.fileAttachment":"#/components/schemas/microsoft.graph.fileAttachment","#microsoft.graph.itemAttachment":"#/components/schemas/microsoft.graph.itemAttachment","#microsoft.graph.referenceAttachment":"#/components/schemas/microsoft.graph.referenceAttachment","#microsoft.graph.attachmentBase":"#/components/schemas/microsoft.graph.attachmentBase","#microsoft.graph.taskFileAttachment":"#/components/schemas/microsoft.graph.taskFileAttachment","#microsoft.graph.attachmentSession":"#/components/schemas/microsoft.graph.attachmentSession","#microsoft.graph.attackSimulationRoot":"#/components/schemas/microsoft.graph.attackSimulationRoot","#microsoft.graph.attendanceRecord":"#/components/schemas/microsoft.graph.attendanceRecord","#microsoft.graph.attributeMappingFunctionSchema":"#/components/schemas/microsoft.graph.attributeMappingFunctionSchema","#microsoft.graph.attributeSet":"#/components/schemas/microsoft.graph.attributeSet","#microsoft.graph.audioRoutingGroup":"#/components/schemas/microsoft.graph.audioRoutingGroup","#microsoft.graph.auditEvent":"#/components/schemas/microsoft.graph.auditEvent","#microsoft.graph.auditLogRoot":"#/components/schemas/microsoft.graph.auditLogRoot","#microsoft.graph.authentication":"#/components/schemas/microsoft.graph.authentication","#microsoft.graph.authenticationCombinationConfiguration":"#/components/schemas/microsoft.graph.authenticationCombinationConfiguration","#microsoft.graph.fido2CombinationConfiguration":"#/components/schemas/microsoft.graph.fido2CombinationConfiguration","#microsoft.graph.x509CertificateCombinationConfiguration":"#/components/schemas/microsoft.graph.x509CertificateCombinationConfiguration","#microsoft.graph.authenticationContextClassReference":"#/components/schemas/microsoft.graph.authenticationContextClassReference","#microsoft.graph.authenticationEventListener":"#/components/schemas/microsoft.graph.authenticationEventListener","#microsoft.graph.onAttributeCollectionListener":"#/components/schemas/microsoft.graph.onAttributeCollectionListener","#microsoft.graph.onAttributeCollectionStartListener":"#/components/schemas/microsoft.graph.onAttributeCollectionStartListener","#microsoft.graph.onAttributeCollectionSubmitListener":"#/components/schemas/microsoft.graph.onAttributeCollectionSubmitListener","#microsoft.graph.onAuthenticationMethodLoadStartListener":"#/components/schemas/microsoft.graph.onAuthenticationMethodLoadStartListener","#microsoft.graph.onEmailOtpSendListener":"#/components/schemas/microsoft.graph.onEmailOtpSendListener","#microsoft.graph.onFraudProtectionLoadStartListener":"#/components/schemas/microsoft.graph.onFraudProtectionLoadStartListener","#microsoft.graph.onInteractiveAuthFlowStartListener":"#/components/schemas/microsoft.graph.onInteractiveAuthFlowStartListener","#microsoft.graph.onPasswordSubmitListener":"#/components/schemas/microsoft.graph.onPasswordSubmitListener","#microsoft.graph.onTokenIssuanceStartListener":"#/components/schemas/microsoft.graph.onTokenIssuanceStartListener","#microsoft.graph.onUserCreateStartListener":"#/components/schemas/microsoft.graph.onUserCreateStartListener","#microsoft.graph.onVerifiedIdClaimValidationListener":"#/components/schemas/microsoft.graph.onVerifiedIdClaimValidationListener","#microsoft.graph.authenticationEventsFlow":"#/components/schemas/microsoft.graph.authenticationEventsFlow","#microsoft.graph.externalUsersSelfServiceSignUpEventsFlow":"#/components/schemas/microsoft.graph.externalUsersSelfServiceSignUpEventsFlow","#microsoft.graph.authenticationFlowsPolicy":"#/components/schemas/microsoft.graph.authenticationFlowsPolicy","#microsoft.graph.authenticationMethod":"#/components/schemas/microsoft.graph.authenticationMethod","#microsoft.graph.emailAuthenticationMethod":"#/components/schemas/microsoft.graph.emailAuthenticationMethod","#microsoft.graph.externalAuthenticationMethod":"#/components/schemas/microsoft.graph.externalAuthenticationMethod","#microsoft.graph.fido2AuthenticationMethod":"#/components/schemas/microsoft.graph.fido2AuthenticationMethod","#microsoft.graph.microsoftAuthenticatorAuthenticationMethod":"#/components/schemas/microsoft.graph.microsoftAuthenticatorAuthenticationMethod","#microsoft.graph.passwordAuthenticationMethod":"#/components/schemas/microsoft.graph.passwordAuthenticationMethod","#microsoft.graph.phoneAuthenticationMethod":"#/components/schemas/microsoft.graph.phoneAuthenticationMethod","#microsoft.graph.platformCredentialAuthenticationMethod":"#/components/schemas/microsoft.graph.platformCredentialAuthenticationMethod","#microsoft.graph.qrCodePinAuthenticationMethod":"#/components/schemas/microsoft.graph.qrCodePinAuthenticationMethod","#microsoft.graph.softwareOathAuthenticationMethod":"#/components/schemas/microsoft.graph.softwareOathAuthenticationMethod","#microsoft.graph.temporaryAccessPassAuthenticationMethod":"#/components/schemas/microsoft.graph.temporaryAccessPassAuthenticationMethod","#microsoft.graph.windowsHelloForBusinessAuthenticationMethod":"#/components/schemas/microsoft.graph.windowsHelloForBusinessAuthenticationMethod","#microsoft.graph.authenticationMethodConfiguration":"#/components/schemas/microsoft.graph.authenticationMethodConfiguration","#microsoft.graph.emailAuthenticationMethodConfiguration":"#/components/schemas/microsoft.graph.emailAuthenticationMethodConfiguration","#microsoft.graph.externalAuthenticationMethodConfiguration":"#/components/schemas/microsoft.graph.externalAuthenticationMethodConfiguration","#microsoft.graph.fido2AuthenticationMethodConfiguration":"#/components/schemas/microsoft.graph.fido2AuthenticationMethodConfiguration","#microsoft.graph.microsoftAuthenticatorAuthenticationMethodConfiguration":"#/components/schemas/microsoft.graph.microsoftAuthenticatorAuthenticationMethodConfiguration","#microsoft.graph.qrCodePinAuthenticationMethodConfiguration":"#/components/schemas/microsoft.graph.qrCodePinAuthenticationMethodConfiguration","#microsoft.graph.smsAuthenticationMethodConfiguration":"#/components/schemas/microsoft.graph.smsAuthenticationMethodConfiguration","#microsoft.graph.softwareOathAuthenticationMethodConfiguration":"#/components/schemas/microsoft.graph.softwareOathAuthenticationMethodConfiguration","#microsoft.graph.temporaryAccessPassAuthenticationMethodConfiguration":"#/components/schemas/microsoft.graph.temporaryAccessPassAuthenticationMethodConfiguration","#microsoft.graph.verifiableCredentialsAuthenticationMethodConfiguration":"#/components/schemas/microsoft.graph.verifiableCredentialsAuthenticationMethodConfiguration","#microsoft.graph.voiceAuthenticationMethodConfiguration":"#/components/schemas/microsoft.graph.voiceAuthenticationMethodConfiguration","#microsoft.graph.x509CertificateAuthenticationMethodConfiguration":"#/components/schemas/microsoft.graph.x509CertificateAuthenticationMethodConfiguration","#microsoft.graph.authenticationMethodModeDetail":"#/components/schemas/microsoft.graph.authenticationMethodModeDetail","#microsoft.graph.authenticationMethodsPolicy":"#/components/schemas/microsoft.graph.authenticationMethodsPolicy","#microsoft.graph.authenticationMethodsRoot":"#/components/schemas/microsoft.graph.authenticationMethodsRoot","#microsoft.graph.authenticationMethodTarget":"#/components/schemas/microsoft.graph.authenticationMethodTarget","#microsoft.graph.microsoftAuthenticatorAuthenticationMethodTarget":"#/components/schemas/microsoft.graph.microsoftAuthenticatorAuthenticationMethodTarget","#microsoft.graph.passkeyAuthenticationMethodTarget":"#/components/schemas/microsoft.graph.passkeyAuthenticationMethodTarget","#microsoft.graph.smsAuthenticationMethodTarget":"#/components/schemas/microsoft.graph.smsAuthenticationMethodTarget","#microsoft.graph.verifiableCredentialAuthenticationMethodTarget":"#/components/schemas/microsoft.graph.verifiableCredentialAuthenticationMethodTarget","#microsoft.graph.authenticationStrengthPolicy":"#/components/schemas/microsoft.graph.authenticationStrengthPolicy","#microsoft.graph.authenticationStrengthRoot":"#/components/schemas/microsoft.graph.authenticationStrengthRoot","#microsoft.graph.authoredNote":"#/components/schemas/microsoft.graph.authoredNote","#microsoft.graph.availableAccessPackage":"#/components/schemas/microsoft.graph.availableAccessPackage","#microsoft.graph.backupRestoreRoot":"#/components/schemas/microsoft.graph.backupRestoreRoot","#microsoft.graph.baseItem":"#/components/schemas/microsoft.graph.baseItem","#microsoft.graph.baseSitePage":"#/components/schemas/microsoft.graph.baseSitePage","#microsoft.graph.sitePage":"#/components/schemas/microsoft.graph.sitePage","#microsoft.graph.drive":"#/components/schemas/microsoft.graph.drive","#microsoft.graph.driveItem":"#/components/schemas/microsoft.graph.driveItem","#microsoft.graph.list":"#/components/schemas/microsoft.graph.list","#microsoft.graph.listItem":"#/components/schemas/microsoft.graph.listItem","#microsoft.graph.recycleBin":"#/components/schemas/microsoft.graph.recycleBin","#microsoft.graph.recycleBinItem":"#/components/schemas/microsoft.graph.recycleBinItem","#microsoft.graph.sharedDriveItem":"#/components/schemas/microsoft.graph.sharedDriveItem","#microsoft.graph.site":"#/components/schemas/microsoft.graph.site","#microsoft.graph.baseItemVersion":"#/components/schemas/microsoft.graph.baseItemVersion","#microsoft.graph.driveItemVersion":"#/components/schemas/microsoft.graph.driveItemVersion","#microsoft.graph.listItemVersion":"#/components/schemas/microsoft.graph.listItemVersion","#microsoft.graph.documentSetVersion":"#/components/schemas/microsoft.graph.documentSetVersion","#microsoft.graph.baseMapFeature":"#/components/schemas/microsoft.graph.baseMapFeature","#microsoft.graph.buildingMap":"#/components/schemas/microsoft.graph.buildingMap","#microsoft.graph.fixtureMap":"#/components/schemas/microsoft.graph.fixtureMap","#microsoft.graph.footprintMap":"#/components/schemas/microsoft.graph.footprintMap","#microsoft.graph.levelMap":"#/components/schemas/microsoft.graph.levelMap","#microsoft.graph.sectionMap":"#/components/schemas/microsoft.graph.sectionMap","#microsoft.graph.unitMap":"#/components/schemas/microsoft.graph.unitMap","#microsoft.graph.bitlocker":"#/components/schemas/microsoft.graph.bitlocker","#microsoft.graph.bitlockerRecoveryKey":"#/components/schemas/microsoft.graph.bitlockerRecoveryKey","#microsoft.graph.bookingAppointment":"#/components/schemas/microsoft.graph.bookingAppointment","#microsoft.graph.bookingBusiness":"#/components/schemas/microsoft.graph.bookingBusiness","#microsoft.graph.bookingCurrency":"#/components/schemas/microsoft.graph.bookingCurrency","#microsoft.graph.bookingCustomerBase":"#/components/schemas/microsoft.graph.bookingCustomerBase","#microsoft.graph.bookingCustomer":"#/components/schemas/microsoft.graph.bookingCustomer","#microsoft.graph.bookingCustomQuestion":"#/components/schemas/microsoft.graph.bookingCustomQuestion","#microsoft.graph.bookingService":"#/components/schemas/microsoft.graph.bookingService","#microsoft.graph.bookingStaffMemberBase":"#/components/schemas/microsoft.graph.bookingStaffMemberBase","#microsoft.graph.bookingStaffMember":"#/components/schemas/microsoft.graph.bookingStaffMember","#microsoft.graph.browserSharedCookie":"#/components/schemas/microsoft.graph.browserSharedCookie","#microsoft.graph.browserSite":"#/components/schemas/microsoft.graph.browserSite","#microsoft.graph.browserSiteList":"#/components/schemas/microsoft.graph.browserSiteList","#microsoft.graph.browseSessionBase":"#/components/schemas/microsoft.graph.browseSessionBase","#microsoft.graph.oneDriveForBusinessBrowseSession":"#/components/schemas/microsoft.graph.oneDriveForBusinessBrowseSession","#microsoft.graph.sharePointBrowseSession":"#/components/schemas/microsoft.graph.sharePointBrowseSession","#microsoft.graph.bulkUpload":"#/components/schemas/microsoft.graph.bulkUpload","#microsoft.graph.calendar":"#/components/schemas/microsoft.graph.calendar","#microsoft.graph.calendarGroup":"#/components/schemas/microsoft.graph.calendarGroup","#microsoft.graph.calendarPermission":"#/components/schemas/microsoft.graph.calendarPermission","#microsoft.graph.call":"#/components/schemas/microsoft.graph.call","#microsoft.graph.callAiInsight":"#/components/schemas/microsoft.graph.callAiInsight","#microsoft.graph.callEvent":"#/components/schemas/microsoft.graph.callEvent","#microsoft.graph.emergencyCallEvent":"#/components/schemas/microsoft.graph.emergencyCallEvent","#microsoft.graph.callRecording":"#/components/schemas/microsoft.graph.callRecording","#microsoft.graph.callTranscript":"#/components/schemas/microsoft.graph.callTranscript","#microsoft.graph.canvasLayout":"#/components/schemas/microsoft.graph.canvasLayout","#microsoft.graph.caPoliciesDeletableRoot":"#/components/schemas/microsoft.graph.caPoliciesDeletableRoot","#microsoft.graph.certificateBasedAuthConfiguration":"#/components/schemas/microsoft.graph.certificateBasedAuthConfiguration","#microsoft.graph.changeTrackedEntity":"#/components/schemas/microsoft.graph.changeTrackedEntity","#microsoft.graph.dayNote":"#/components/schemas/microsoft.graph.dayNote","#microsoft.graph.openShift":"#/components/schemas/microsoft.graph.openShift","#microsoft.graph.scheduleChangeRequest":"#/components/schemas/microsoft.graph.scheduleChangeRequest","#microsoft.graph.offerShiftRequest":"#/components/schemas/microsoft.graph.offerShiftRequest","#microsoft.graph.swapShiftsChangeRequest":"#/components/schemas/microsoft.graph.swapShiftsChangeRequest","#microsoft.graph.openShiftChangeRequest":"#/components/schemas/microsoft.graph.openShiftChangeRequest","#microsoft.graph.timeOffRequest":"#/components/schemas/microsoft.graph.timeOffRequest","#microsoft.graph.schedulingGroup":"#/components/schemas/microsoft.graph.schedulingGroup","#microsoft.graph.shift":"#/components/schemas/microsoft.graph.shift","#microsoft.graph.shiftPreferences":"#/components/schemas/microsoft.graph.shiftPreferences","#microsoft.graph.timeCard":"#/components/schemas/microsoft.graph.timeCard","#microsoft.graph.timeOff":"#/components/schemas/microsoft.graph.timeOff","#microsoft.graph.timeOffReason":"#/components/schemas/microsoft.graph.timeOffReason","#microsoft.graph.workforceIntegration":"#/components/schemas/microsoft.graph.workforceIntegration","#microsoft.graph.channel":"#/components/schemas/microsoft.graph.channel","#microsoft.graph.chat":"#/components/schemas/microsoft.graph.chat","#microsoft.graph.chatMessage":"#/components/schemas/microsoft.graph.chatMessage","#microsoft.graph.targetedChatMessage":"#/components/schemas/microsoft.graph.targetedChatMessage","#microsoft.graph.chatMessageInfo":"#/components/schemas/microsoft.graph.chatMessageInfo","#microsoft.graph.checklistItem":"#/components/schemas/microsoft.graph.checklistItem","#microsoft.graph.cloudClipboardItem":"#/components/schemas/microsoft.graph.cloudClipboardItem","#microsoft.graph.cloudClipboardRoot":"#/components/schemas/microsoft.graph.cloudClipboardRoot","#microsoft.graph.cloudPC":"#/components/schemas/microsoft.graph.cloudPC","#microsoft.graph.cloudPcAuditEvent":"#/components/schemas/microsoft.graph.cloudPcAuditEvent","#microsoft.graph.cloudPcDeviceImage":"#/components/schemas/microsoft.graph.cloudPcDeviceImage","#microsoft.graph.cloudPcGalleryImage":"#/components/schemas/microsoft.graph.cloudPcGalleryImage","#microsoft.graph.cloudPcOnPremisesConnection":"#/components/schemas/microsoft.graph.cloudPcOnPremisesConnection","#microsoft.graph.cloudPcProvisioningPolicy":"#/components/schemas/microsoft.graph.cloudPcProvisioningPolicy","#microsoft.graph.cloudPcProvisioningPolicyAssignment":"#/components/schemas/microsoft.graph.cloudPcProvisioningPolicyAssignment","#microsoft.graph.cloudPcReport":"#/components/schemas/microsoft.graph.cloudPcReport","#microsoft.graph.cloudPcServicePlan":"#/components/schemas/microsoft.graph.cloudPcServicePlan","#microsoft.graph.cloudPcUserSetting":"#/components/schemas/microsoft.graph.cloudPcUserSetting","#microsoft.graph.cloudPcUserSettingAssignment":"#/components/schemas/microsoft.graph.cloudPcUserSettingAssignment","#microsoft.graph.columnDefinition":"#/components/schemas/microsoft.graph.columnDefinition","#microsoft.graph.columnLink":"#/components/schemas/microsoft.graph.columnLink","#microsoft.graph.commsOperation":"#/components/schemas/microsoft.graph.commsOperation","#microsoft.graph.addLargeGalleryViewOperation":"#/components/schemas/microsoft.graph.addLargeGalleryViewOperation","#microsoft.graph.cancelMediaProcessingOperation":"#/components/schemas/microsoft.graph.cancelMediaProcessingOperation","#microsoft.graph.inviteParticipantsOperation":"#/components/schemas/microsoft.graph.inviteParticipantsOperation","#microsoft.graph.muteParticipantOperation":"#/components/schemas/microsoft.graph.muteParticipantOperation","#microsoft.graph.playPromptOperation":"#/components/schemas/microsoft.graph.playPromptOperation","#microsoft.graph.recordOperation":"#/components/schemas/microsoft.graph.recordOperation","#microsoft.graph.sendDtmfTonesOperation":"#/components/schemas/microsoft.graph.sendDtmfTonesOperation","#microsoft.graph.startHoldMusicOperation":"#/components/schemas/microsoft.graph.startHoldMusicOperation","#microsoft.graph.stopHoldMusicOperation":"#/components/schemas/microsoft.graph.stopHoldMusicOperation","#microsoft.graph.subscribeToToneOperation":"#/components/schemas/microsoft.graph.subscribeToToneOperation","#microsoft.graph.unmuteParticipantOperation":"#/components/schemas/microsoft.graph.unmuteParticipantOperation","#microsoft.graph.updateRecordingStatusOperation":"#/components/schemas/microsoft.graph.updateRecordingStatusOperation","#microsoft.graph.community":"#/components/schemas/microsoft.graph.community","#microsoft.graph.companySubscription":"#/components/schemas/microsoft.graph.companySubscription","#microsoft.graph.complianceManagementPartner":"#/components/schemas/microsoft.graph.complianceManagementPartner","#microsoft.graph.conditionalAccessRoot":"#/components/schemas/microsoft.graph.conditionalAccessRoot","#microsoft.graph.conditionalAccessTemplate":"#/components/schemas/microsoft.graph.conditionalAccessTemplate","#microsoft.graph.configurationBaseline":"#/components/schemas/microsoft.graph.configurationBaseline","#microsoft.graph.configurationDrift":"#/components/schemas/microsoft.graph.configurationDrift","#microsoft.graph.configurationManagement":"#/components/schemas/microsoft.graph.configurationManagement","#microsoft.graph.configurationMonitor":"#/components/schemas/microsoft.graph.configurationMonitor","#microsoft.graph.configurationMonitoringResult":"#/components/schemas/microsoft.graph.configurationMonitoringResult","#microsoft.graph.configurationSnapshotJob":"#/components/schemas/microsoft.graph.configurationSnapshotJob","#microsoft.graph.connectedOrganization":"#/components/schemas/microsoft.graph.connectedOrganization","#microsoft.graph.contactFolder":"#/components/schemas/microsoft.graph.contactFolder","#microsoft.graph.contentActivity":"#/components/schemas/microsoft.graph.contentActivity","#microsoft.graph.contentSharingSession":"#/components/schemas/microsoft.graph.contentSharingSession","#microsoft.graph.contentType":"#/components/schemas/microsoft.graph.contentType","#microsoft.graph.controlConfiguration":"#/components/schemas/microsoft.graph.controlConfiguration","#microsoft.graph.endUserSettings":"#/components/schemas/microsoft.graph.endUserSettings","#microsoft.graph.conversation":"#/components/schemas/microsoft.graph.conversation","#microsoft.graph.conversationMember":"#/components/schemas/microsoft.graph.conversationMember","#microsoft.graph.aadUserConversationMember":"#/components/schemas/microsoft.graph.aadUserConversationMember","#microsoft.graph.anonymousGuestConversationMember":"#/components/schemas/microsoft.graph.anonymousGuestConversationMember","#microsoft.graph.azureCommunicationServicesUserConversationMember":"#/components/schemas/microsoft.graph.azureCommunicationServicesUserConversationMember","#microsoft.graph.microsoftAccountUserConversationMember":"#/components/schemas/microsoft.graph.microsoftAccountUserConversationMember","#microsoft.graph.phoneUserConversationMember":"#/components/schemas/microsoft.graph.phoneUserConversationMember","#microsoft.graph.skypeForBusinessUserConversationMember":"#/components/schemas/microsoft.graph.skypeForBusinessUserConversationMember","#microsoft.graph.skypeUserConversationMember":"#/components/schemas/microsoft.graph.skypeUserConversationMember","#microsoft.graph.conversationThread":"#/components/schemas/microsoft.graph.conversationThread","#microsoft.graph.copilotAdmin":"#/components/schemas/microsoft.graph.copilotAdmin","#microsoft.graph.copilotAdminCatalog":"#/components/schemas/microsoft.graph.copilotAdminCatalog","#microsoft.graph.copilotAdminLimitedMode":"#/components/schemas/microsoft.graph.copilotAdminLimitedMode","#microsoft.graph.copilotAdminSetting":"#/components/schemas/microsoft.graph.copilotAdminSetting","#microsoft.graph.copilotPackage":"#/components/schemas/microsoft.graph.copilotPackage","#microsoft.graph.copilotPackageDetail":"#/components/schemas/microsoft.graph.copilotPackageDetail","#microsoft.graph.copilotReportRoot":"#/components/schemas/microsoft.graph.copilotReportRoot","#microsoft.graph.crossTenantAccessPolicyConfigurationDefault":"#/components/schemas/microsoft.graph.crossTenantAccessPolicyConfigurationDefault","#microsoft.graph.customCalloutExtension":"#/components/schemas/microsoft.graph.customCalloutExtension","#microsoft.graph.accessPackageAssignmentRequestWorkflowExtension":"#/components/schemas/microsoft.graph.accessPackageAssignmentRequestWorkflowExtension","#microsoft.graph.accessPackageAssignmentWorkflowExtension":"#/components/schemas/microsoft.graph.accessPackageAssignmentWorkflowExtension","#microsoft.graph.customAuthenticationExtension":"#/components/schemas/microsoft.graph.customAuthenticationExtension","#microsoft.graph.onAttributeCollectionStartCustomExtension":"#/components/schemas/microsoft.graph.onAttributeCollectionStartCustomExtension","#microsoft.graph.onAttributeCollectionSubmitCustomExtension":"#/components/schemas/microsoft.graph.onAttributeCollectionSubmitCustomExtension","#microsoft.graph.onOtpSendCustomExtension":"#/components/schemas/microsoft.graph.onOtpSendCustomExtension","#microsoft.graph.onPasswordSubmitCustomExtension":"#/components/schemas/microsoft.graph.onPasswordSubmitCustomExtension","#microsoft.graph.onTokenIssuanceStartCustomExtension":"#/components/schemas/microsoft.graph.onTokenIssuanceStartCustomExtension","#microsoft.graph.onVerifiedIdClaimValidationCustomExtension":"#/components/schemas/microsoft.graph.onVerifiedIdClaimValidationCustomExtension","#microsoft.graph.identityGovernance.customTaskExtension":"#/components/schemas/microsoft.graph.identityGovernance.customTaskExtension","#microsoft.graph.customDataProvidedResourceFile":"#/components/schemas/microsoft.graph.customDataProvidedResourceFile","#microsoft.graph.customDataProvidedResourceUploadSession":"#/components/schemas/microsoft.graph.customDataProvidedResourceUploadSession","#microsoft.graph.customDataProvidedResourceAccessReviewUploadSession":"#/components/schemas/microsoft.graph.customDataProvidedResourceAccessReviewUploadSession","#microsoft.graph.customExtensionStageSetting":"#/components/schemas/microsoft.graph.customExtensionStageSetting","#microsoft.graph.customSecurityAttributeDefinition":"#/components/schemas/microsoft.graph.customSecurityAttributeDefinition","#microsoft.graph.dataPolicyOperation":"#/components/schemas/microsoft.graph.dataPolicyOperation","#microsoft.graph.dataSecurityAndGovernance":"#/components/schemas/microsoft.graph.dataSecurityAndGovernance","#microsoft.graph.tenantDataSecurityAndGovernance":"#/components/schemas/microsoft.graph.tenantDataSecurityAndGovernance","#microsoft.graph.userDataSecurityAndGovernance":"#/components/schemas/microsoft.graph.userDataSecurityAndGovernance","#microsoft.graph.delegatedAdminAccessAssignment":"#/components/schemas/microsoft.graph.delegatedAdminAccessAssignment","#microsoft.graph.delegatedAdminCustomer":"#/components/schemas/microsoft.graph.delegatedAdminCustomer","#microsoft.graph.delegatedAdminRelationship":"#/components/schemas/microsoft.graph.delegatedAdminRelationship","#microsoft.graph.resellerDelegatedAdminRelationship":"#/components/schemas/microsoft.graph.resellerDelegatedAdminRelationship","#microsoft.graph.delegatedAdminRelationshipOperation":"#/components/schemas/microsoft.graph.delegatedAdminRelationshipOperation","#microsoft.graph.delegatedAdminRelationshipRequest":"#/components/schemas/microsoft.graph.delegatedAdminRelationshipRequest","#microsoft.graph.delegatedAdminServiceManagementDetail":"#/components/schemas/microsoft.graph.delegatedAdminServiceManagementDetail","#microsoft.graph.delegatedPermissionClassification":"#/components/schemas/microsoft.graph.delegatedPermissionClassification","#microsoft.graph.deletedChat":"#/components/schemas/microsoft.graph.deletedChat","#microsoft.graph.deletedItemContainer":"#/components/schemas/microsoft.graph.deletedItemContainer","#microsoft.graph.deletedTeam":"#/components/schemas/microsoft.graph.deletedTeam","#microsoft.graph.deltaParticipants":"#/components/schemas/microsoft.graph.deltaParticipants","#microsoft.graph.detectedApp":"#/components/schemas/microsoft.graph.detectedApp","#microsoft.graph.deviceAppManagement":"#/components/schemas/microsoft.graph.deviceAppManagement","#microsoft.graph.deviceCategory":"#/components/schemas/microsoft.graph.deviceCategory","#microsoft.graph.deviceComplianceActionItem":"#/components/schemas/microsoft.graph.deviceComplianceActionItem","#microsoft.graph.deviceComplianceDeviceOverview":"#/components/schemas/microsoft.graph.deviceComplianceDeviceOverview","#microsoft.graph.deviceComplianceDeviceStatus":"#/components/schemas/microsoft.graph.deviceComplianceDeviceStatus","#microsoft.graph.deviceCompliancePolicy":"#/components/schemas/microsoft.graph.deviceCompliancePolicy","#microsoft.graph.androidCompliancePolicy":"#/components/schemas/microsoft.graph.androidCompliancePolicy","#microsoft.graph.androidWorkProfileCompliancePolicy":"#/components/schemas/microsoft.graph.androidWorkProfileCompliancePolicy","#microsoft.graph.iosCompliancePolicy":"#/components/schemas/microsoft.graph.iosCompliancePolicy","#microsoft.graph.macOSCompliancePolicy":"#/components/schemas/microsoft.graph.macOSCompliancePolicy","#microsoft.graph.windows10CompliancePolicy":"#/components/schemas/microsoft.graph.windows10CompliancePolicy","#microsoft.graph.windows10MobileCompliancePolicy":"#/components/schemas/microsoft.graph.windows10MobileCompliancePolicy","#microsoft.graph.windows81CompliancePolicy":"#/components/schemas/microsoft.graph.windows81CompliancePolicy","#microsoft.graph.windowsPhone81CompliancePolicy":"#/components/schemas/microsoft.graph.windowsPhone81CompliancePolicy","#microsoft.graph.deviceCompliancePolicyAssignment":"#/components/schemas/microsoft.graph.deviceCompliancePolicyAssignment","#microsoft.graph.deviceCompliancePolicyDeviceStateSummary":"#/components/schemas/microsoft.graph.deviceCompliancePolicyDeviceStateSummary","#microsoft.graph.deviceCompliancePolicySettingStateSummary":"#/components/schemas/microsoft.graph.deviceCompliancePolicySettingStateSummary","#microsoft.graph.deviceCompliancePolicyState":"#/components/schemas/microsoft.graph.deviceCompliancePolicyState","#microsoft.graph.deviceComplianceScheduledActionForRule":"#/components/schemas/microsoft.graph.deviceComplianceScheduledActionForRule","#microsoft.graph.deviceComplianceSettingState":"#/components/schemas/microsoft.graph.deviceComplianceSettingState","#microsoft.graph.deviceComplianceUserOverview":"#/components/schemas/microsoft.graph.deviceComplianceUserOverview","#microsoft.graph.deviceComplianceUserStatus":"#/components/schemas/microsoft.graph.deviceComplianceUserStatus","#microsoft.graph.deviceConfiguration":"#/components/schemas/microsoft.graph.deviceConfiguration","#microsoft.graph.androidCustomConfiguration":"#/components/schemas/microsoft.graph.androidCustomConfiguration","#microsoft.graph.androidGeneralDeviceConfiguration":"#/components/schemas/microsoft.graph.androidGeneralDeviceConfiguration","#microsoft.graph.androidWorkProfileCustomConfiguration":"#/components/schemas/microsoft.graph.androidWorkProfileCustomConfiguration","#microsoft.graph.androidWorkProfileGeneralDeviceConfiguration":"#/components/schemas/microsoft.graph.androidWorkProfileGeneralDeviceConfiguration","#microsoft.graph.appleDeviceFeaturesConfigurationBase":"#/components/schemas/microsoft.graph.appleDeviceFeaturesConfigurationBase","#microsoft.graph.iosDeviceFeaturesConfiguration":"#/components/schemas/microsoft.graph.iosDeviceFeaturesConfiguration","#microsoft.graph.macOSDeviceFeaturesConfiguration":"#/components/schemas/microsoft.graph.macOSDeviceFeaturesConfiguration","#microsoft.graph.editionUpgradeConfiguration":"#/components/schemas/microsoft.graph.editionUpgradeConfiguration","#microsoft.graph.iosCertificateProfile":"#/components/schemas/microsoft.graph.iosCertificateProfile","#microsoft.graph.iosCustomConfiguration":"#/components/schemas/microsoft.graph.iosCustomConfiguration","#microsoft.graph.iosGeneralDeviceConfiguration":"#/components/schemas/microsoft.graph.iosGeneralDeviceConfiguration","#microsoft.graph.iosUpdateConfiguration":"#/components/schemas/microsoft.graph.iosUpdateConfiguration","#microsoft.graph.macOSCustomConfiguration":"#/components/schemas/microsoft.graph.macOSCustomConfiguration","#microsoft.graph.macOSGeneralDeviceConfiguration":"#/components/schemas/microsoft.graph.macOSGeneralDeviceConfiguration","#microsoft.graph.sharedPCConfiguration":"#/components/schemas/microsoft.graph.sharedPCConfiguration","#microsoft.graph.windows10CustomConfiguration":"#/components/schemas/microsoft.graph.windows10CustomConfiguration","#microsoft.graph.windows10EndpointProtectionConfiguration":"#/components/schemas/microsoft.graph.windows10EndpointProtectionConfiguration","#microsoft.graph.windows10EnterpriseModernAppManagementConfiguration":"#/components/schemas/microsoft.graph.windows10EnterpriseModernAppManagementConfiguration","#microsoft.graph.windows10GeneralConfiguration":"#/components/schemas/microsoft.graph.windows10GeneralConfiguration","#microsoft.graph.windows10SecureAssessmentConfiguration":"#/components/schemas/microsoft.graph.windows10SecureAssessmentConfiguration","#microsoft.graph.windows10TeamGeneralConfiguration":"#/components/schemas/microsoft.graph.windows10TeamGeneralConfiguration","#microsoft.graph.windows81GeneralConfiguration":"#/components/schemas/microsoft.graph.windows81GeneralConfiguration","#microsoft.graph.windowsDefenderAdvancedThreatProtectionConfiguration":"#/components/schemas/microsoft.graph.windowsDefenderAdvancedThreatProtectionConfiguration","#microsoft.graph.windowsPhone81CustomConfiguration":"#/components/schemas/microsoft.graph.windowsPhone81CustomConfiguration","#microsoft.graph.windowsPhone81GeneralConfiguration":"#/components/schemas/microsoft.graph.windowsPhone81GeneralConfiguration","#microsoft.graph.windowsUpdateForBusinessConfiguration":"#/components/schemas/microsoft.graph.windowsUpdateForBusinessConfiguration","#microsoft.graph.deviceConfigurationAssignment":"#/components/schemas/microsoft.graph.deviceConfigurationAssignment","#microsoft.graph.deviceConfigurationDeviceOverview":"#/components/schemas/microsoft.graph.deviceConfigurationDeviceOverview","#microsoft.graph.deviceConfigurationDeviceStateSummary":"#/components/schemas/microsoft.graph.deviceConfigurationDeviceStateSummary","#microsoft.graph.deviceConfigurationDeviceStatus":"#/components/schemas/microsoft.graph.deviceConfigurationDeviceStatus","#microsoft.graph.deviceConfigurationState":"#/components/schemas/microsoft.graph.deviceConfigurationState","#microsoft.graph.deviceConfigurationUserOverview":"#/components/schemas/microsoft.graph.deviceConfigurationUserOverview","#microsoft.graph.deviceConfigurationUserStatus":"#/components/schemas/microsoft.graph.deviceConfigurationUserStatus","#microsoft.graph.deviceEnrollmentConfiguration":"#/components/schemas/microsoft.graph.deviceEnrollmentConfiguration","#microsoft.graph.deviceEnrollmentLimitConfiguration":"#/components/schemas/microsoft.graph.deviceEnrollmentLimitConfiguration","#microsoft.graph.deviceEnrollmentPlatformRestrictionsConfiguration":"#/components/schemas/microsoft.graph.deviceEnrollmentPlatformRestrictionsConfiguration","#microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration":"#/components/schemas/microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration","#microsoft.graph.windows10EnrollmentCompletionPageConfiguration":"#/components/schemas/microsoft.graph.windows10EnrollmentCompletionPageConfiguration","#microsoft.graph.deviceInstallState":"#/components/schemas/microsoft.graph.deviceInstallState","#microsoft.graph.deviceLocalCredentialInfo":"#/components/schemas/microsoft.graph.deviceLocalCredentialInfo","#microsoft.graph.deviceLogCollectionResponse":"#/components/schemas/microsoft.graph.deviceLogCollectionResponse","#microsoft.graph.deviceManagement":"#/components/schemas/microsoft.graph.deviceManagement","#microsoft.graph.deviceManagementCachedReportConfiguration":"#/components/schemas/microsoft.graph.deviceManagementCachedReportConfiguration","#microsoft.graph.deviceManagementExchangeConnector":"#/components/schemas/microsoft.graph.deviceManagementExchangeConnector","#microsoft.graph.deviceManagementExportJob":"#/components/schemas/microsoft.graph.deviceManagementExportJob","#microsoft.graph.deviceManagementPartner":"#/components/schemas/microsoft.graph.deviceManagementPartner","#microsoft.graph.deviceManagementReports":"#/components/schemas/microsoft.graph.deviceManagementReports","#microsoft.graph.deviceManagementTroubleshootingEvent":"#/components/schemas/microsoft.graph.deviceManagementTroubleshootingEvent","#microsoft.graph.enrollmentTroubleshootingEvent":"#/components/schemas/microsoft.graph.enrollmentTroubleshootingEvent","#microsoft.graph.deviceRegistrationPolicy":"#/components/schemas/microsoft.graph.deviceRegistrationPolicy","#microsoft.graph.directory":"#/components/schemas/microsoft.graph.directory","#microsoft.graph.directoryAudit":"#/components/schemas/microsoft.graph.directoryAudit","#microsoft.graph.directoryDefinition":"#/components/schemas/microsoft.graph.directoryDefinition","#microsoft.graph.directoryObject":"#/components/schemas/microsoft.graph.directoryObject","#microsoft.graph.administrativeUnit":"#/components/schemas/microsoft.graph.administrativeUnit","#microsoft.graph.application":"#/components/schemas/microsoft.graph.application","#microsoft.graph.agentIdentityBlueprint":"#/components/schemas/microsoft.graph.agentIdentityBlueprint","#microsoft.graph.appRoleAssignment":"#/components/schemas/microsoft.graph.appRoleAssignment","#microsoft.graph.certificateAuthorityDetail":"#/components/schemas/microsoft.graph.certificateAuthorityDetail","#microsoft.graph.certificateBasedAuthPki":"#/components/schemas/microsoft.graph.certificateBasedAuthPki","#microsoft.graph.contract":"#/components/schemas/microsoft.graph.contract","#microsoft.graph.device":"#/components/schemas/microsoft.graph.device","#microsoft.graph.directoryObjectPartnerReference":"#/components/schemas/microsoft.graph.directoryObjectPartnerReference","#microsoft.graph.directoryRole":"#/components/schemas/microsoft.graph.directoryRole","#microsoft.graph.directoryRoleTemplate":"#/components/schemas/microsoft.graph.directoryRoleTemplate","#microsoft.graph.endpoint":"#/components/schemas/microsoft.graph.endpoint","#microsoft.graph.extensionProperty":"#/components/schemas/microsoft.graph.extensionProperty","#microsoft.graph.federatedTokenValidationPolicy":"#/components/schemas/microsoft.graph.federatedTokenValidationPolicy","#microsoft.graph.group":"#/components/schemas/microsoft.graph.group","#microsoft.graph.groupSettingTemplate":"#/components/schemas/microsoft.graph.groupSettingTemplate","#microsoft.graph.mailbox":"#/components/schemas/microsoft.graph.mailbox","#microsoft.graph.multiTenantOrganizationMember":"#/components/schemas/microsoft.graph.multiTenantOrganizationMember","#microsoft.graph.organization":"#/components/schemas/microsoft.graph.organization","#microsoft.graph.orgContact":"#/components/schemas/microsoft.graph.orgContact","#microsoft.graph.policyBase":"#/components/schemas/microsoft.graph.policyBase","#microsoft.graph.appManagementPolicy":"#/components/schemas/microsoft.graph.appManagementPolicy","#microsoft.graph.authorizationPolicy":"#/components/schemas/microsoft.graph.authorizationPolicy","#microsoft.graph.crossTenantAccessPolicy":"#/components/schemas/microsoft.graph.crossTenantAccessPolicy","#microsoft.graph.identitySecurityDefaultsEnforcementPolicy":"#/components/schemas/microsoft.graph.identitySecurityDefaultsEnforcementPolicy","#microsoft.graph.permissionGrantPolicy":"#/components/schemas/microsoft.graph.permissionGrantPolicy","#microsoft.graph.stsPolicy":"#/components/schemas/microsoft.graph.stsPolicy","#microsoft.graph.activityBasedTimeoutPolicy":"#/components/schemas/microsoft.graph.activityBasedTimeoutPolicy","#microsoft.graph.claimsMappingPolicy":"#/components/schemas/microsoft.graph.claimsMappingPolicy","#microsoft.graph.homeRealmDiscoveryPolicy":"#/components/schemas/microsoft.graph.homeRealmDiscoveryPolicy","#microsoft.graph.tokenIssuancePolicy":"#/components/schemas/microsoft.graph.tokenIssuancePolicy","#microsoft.graph.tokenLifetimePolicy":"#/components/schemas/microsoft.graph.tokenLifetimePolicy","#microsoft.graph.tenantAppManagementPolicy":"#/components/schemas/microsoft.graph.tenantAppManagementPolicy","#microsoft.graph.remoteTenantGroup":"#/components/schemas/microsoft.graph.remoteTenantGroup","#microsoft.graph.resourceSpecificPermissionGrant":"#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant","#microsoft.graph.servicePrincipal":"#/components/schemas/microsoft.graph.servicePrincipal","#microsoft.graph.agentIdentity":"#/components/schemas/microsoft.graph.agentIdentity","#microsoft.graph.agentIdentityBlueprintPrincipal":"#/components/schemas/microsoft.graph.agentIdentityBlueprintPrincipal","#microsoft.graph.user":"#/components/schemas/microsoft.graph.user","#microsoft.graph.agentUser":"#/components/schemas/microsoft.graph.agentUser","#microsoft.graph.domain":"#/components/schemas/microsoft.graph.domain","#microsoft.graph.domainDnsRecord":"#/components/schemas/microsoft.graph.domainDnsRecord","#microsoft.graph.domainDnsCnameRecord":"#/components/schemas/microsoft.graph.domainDnsCnameRecord","#microsoft.graph.domainDnsMxRecord":"#/components/schemas/microsoft.graph.domainDnsMxRecord","#microsoft.graph.domainDnsSrvRecord":"#/components/schemas/microsoft.graph.domainDnsSrvRecord","#microsoft.graph.domainDnsTxtRecord":"#/components/schemas/microsoft.graph.domainDnsTxtRecord","#microsoft.graph.domainDnsUnavailableRecord":"#/components/schemas/microsoft.graph.domainDnsUnavailableRecord","#microsoft.graph.eBookInstallSummary":"#/components/schemas/microsoft.graph.eBookInstallSummary","#microsoft.graph.edge":"#/components/schemas/microsoft.graph.edge","#microsoft.graph.educationAssignment":"#/components/schemas/microsoft.graph.educationAssignment","#microsoft.graph.educationAssignmentDefaults":"#/components/schemas/microsoft.graph.educationAssignmentDefaults","#microsoft.graph.educationAssignmentResource":"#/components/schemas/microsoft.graph.educationAssignmentResource","#microsoft.graph.educationAssignmentSettings":"#/components/schemas/microsoft.graph.educationAssignmentSettings","#microsoft.graph.educationCategory":"#/components/schemas/microsoft.graph.educationCategory","#microsoft.graph.educationClass":"#/components/schemas/microsoft.graph.educationClass","#microsoft.graph.educationGradingCategory":"#/components/schemas/microsoft.graph.educationGradingCategory","#microsoft.graph.educationGradingScheme":"#/components/schemas/microsoft.graph.educationGradingScheme","#microsoft.graph.educationModule":"#/components/schemas/microsoft.graph.educationModule","#microsoft.graph.educationModuleResource":"#/components/schemas/microsoft.graph.educationModuleResource","#microsoft.graph.educationOrganization":"#/components/schemas/microsoft.graph.educationOrganization","#microsoft.graph.educationSchool":"#/components/schemas/microsoft.graph.educationSchool","#microsoft.graph.educationOutcome":"#/components/schemas/microsoft.graph.educationOutcome","#microsoft.graph.educationFeedbackOutcome":"#/components/schemas/microsoft.graph.educationFeedbackOutcome","#microsoft.graph.educationFeedbackResourceOutcome":"#/components/schemas/microsoft.graph.educationFeedbackResourceOutcome","#microsoft.graph.educationPointsOutcome":"#/components/schemas/microsoft.graph.educationPointsOutcome","#microsoft.graph.educationRubricOutcome":"#/components/schemas/microsoft.graph.educationRubricOutcome","#microsoft.graph.educationRubric":"#/components/schemas/microsoft.graph.educationRubric","#microsoft.graph.educationSubmission":"#/components/schemas/microsoft.graph.educationSubmission","#microsoft.graph.educationSubmissionResource":"#/components/schemas/microsoft.graph.educationSubmissionResource","#microsoft.graph.educationUser":"#/components/schemas/microsoft.graph.educationUser","#microsoft.graph.emailNotificationsSetting":"#/components/schemas/microsoft.graph.emailNotificationsSetting","#microsoft.graph.employeeExperienceUser":"#/components/schemas/microsoft.graph.employeeExperienceUser","#microsoft.graph.endUserNotification":"#/components/schemas/microsoft.graph.endUserNotification","#microsoft.graph.endUserNotificationDetail":"#/components/schemas/microsoft.graph.endUserNotificationDetail","#microsoft.graph.engagementConversation":"#/components/schemas/microsoft.graph.engagementConversation","#microsoft.graph.onlineMeetingEngagementConversation":"#/components/schemas/microsoft.graph.onlineMeetingEngagementConversation","#microsoft.graph.engagementConversationMessage":"#/components/schemas/microsoft.graph.engagementConversationMessage","#microsoft.graph.engagementConversationDiscussionMessage":"#/components/schemas/microsoft.graph.engagementConversationDiscussionMessage","#microsoft.graph.engagementConversationQuestionMessage":"#/components/schemas/microsoft.graph.engagementConversationQuestionMessage","#microsoft.graph.engagementConversationSystemMessage":"#/components/schemas/microsoft.graph.engagementConversationSystemMessage","#microsoft.graph.engagementConversationMessageReaction":"#/components/schemas/microsoft.graph.engagementConversationMessageReaction","#microsoft.graph.engagementRole":"#/components/schemas/microsoft.graph.engagementRole","#microsoft.graph.engagementRoleMember":"#/components/schemas/microsoft.graph.engagementRoleMember","#microsoft.graph.enrollmentConfigurationAssignment":"#/components/schemas/microsoft.graph.enrollmentConfigurationAssignment","#microsoft.graph.enterpriseCodeSigningCertificate":"#/components/schemas/microsoft.graph.enterpriseCodeSigningCertificate","#microsoft.graph.entitlementManagement":"#/components/schemas/microsoft.graph.entitlementManagement","#microsoft.graph.entitlementManagementSettings":"#/components/schemas/microsoft.graph.entitlementManagementSettings","#microsoft.graph.exchangeAdmin":"#/components/schemas/microsoft.graph.exchangeAdmin","#microsoft.graph.exchangeMessageTrace":"#/components/schemas/microsoft.graph.exchangeMessageTrace","#microsoft.graph.exchangeMessageTraceDetail":"#/components/schemas/microsoft.graph.exchangeMessageTraceDetail","#microsoft.graph.exchangeSettings":"#/components/schemas/microsoft.graph.exchangeSettings","#microsoft.graph.extension":"#/components/schemas/microsoft.graph.extension","#microsoft.graph.openTypeExtension":"#/components/schemas/microsoft.graph.openTypeExtension","#microsoft.graph.externalDomainName":"#/components/schemas/microsoft.graph.externalDomainName","#microsoft.graph.featureRolloutPolicy":"#/components/schemas/microsoft.graph.featureRolloutPolicy","#microsoft.graph.federatedIdentityCredential":"#/components/schemas/microsoft.graph.federatedIdentityCredential","#microsoft.graph.fieldValueSet":"#/components/schemas/microsoft.graph.fieldValueSet","#microsoft.graph.fileStorage":"#/components/schemas/microsoft.graph.fileStorage","#microsoft.graph.fileStorageContainer":"#/components/schemas/microsoft.graph.fileStorageContainer","#microsoft.graph.fileStorageContainerType":"#/components/schemas/microsoft.graph.fileStorageContainerType","#microsoft.graph.fileStorageContainerTypeRegistration":"#/components/schemas/microsoft.graph.fileStorageContainerTypeRegistration","#microsoft.graph.filterOperatorSchema":"#/components/schemas/microsoft.graph.filterOperatorSchema","#microsoft.graph.fraudProtectionProvider":"#/components/schemas/microsoft.graph.fraudProtectionProvider","#microsoft.graph.arkoseFraudProtectionProvider":"#/components/schemas/microsoft.graph.arkoseFraudProtectionProvider","#microsoft.graph.humanSecurityFraudProtectionProvider":"#/components/schemas/microsoft.graph.humanSecurityFraudProtectionProvider","#microsoft.graph.governanceInsight":"#/components/schemas/microsoft.graph.governanceInsight","#microsoft.graph.membershipOutlierInsight":"#/components/schemas/microsoft.graph.membershipOutlierInsight","#microsoft.graph.userSignInInsight":"#/components/schemas/microsoft.graph.userSignInInsight","#microsoft.graph.granularRestoreArtifactBase":"#/components/schemas/microsoft.graph.granularRestoreArtifactBase","#microsoft.graph.granularDriveRestoreArtifact":"#/components/schemas/microsoft.graph.granularDriveRestoreArtifact","#microsoft.graph.granularSiteRestoreArtifact":"#/components/schemas/microsoft.graph.granularSiteRestoreArtifact","#microsoft.graph.groupLifecyclePolicy":"#/components/schemas/microsoft.graph.groupLifecyclePolicy","#microsoft.graph.groupSetting":"#/components/schemas/microsoft.graph.groupSetting","#microsoft.graph.horizontalSection":"#/components/schemas/microsoft.graph.horizontalSection","#microsoft.graph.horizontalSectionColumn":"#/components/schemas/microsoft.graph.horizontalSectionColumn","#microsoft.graph.identityApiConnector":"#/components/schemas/microsoft.graph.identityApiConnector","#microsoft.graph.identityContainer":"#/components/schemas/microsoft.graph.identityContainer","#microsoft.graph.identityProvider":"#/components/schemas/microsoft.graph.identityProvider","#microsoft.graph.identityProviderBase":"#/components/schemas/microsoft.graph.identityProviderBase","#microsoft.graph.appleManagedIdentityProvider":"#/components/schemas/microsoft.graph.appleManagedIdentityProvider","#microsoft.graph.builtInIdentityProvider":"#/components/schemas/microsoft.graph.builtInIdentityProvider","#microsoft.graph.oidcIdentityProvider":"#/components/schemas/microsoft.graph.oidcIdentityProvider","#microsoft.graph.samlOrWsFedProvider":"#/components/schemas/microsoft.graph.samlOrWsFedProvider","#microsoft.graph.internalDomainFederation":"#/components/schemas/microsoft.graph.internalDomainFederation","#microsoft.graph.samlOrWsFedExternalDomainFederation":"#/components/schemas/microsoft.graph.samlOrWsFedExternalDomainFederation","#microsoft.graph.socialIdentityProvider":"#/components/schemas/microsoft.graph.socialIdentityProvider","#microsoft.graph.identityUserFlow":"#/components/schemas/microsoft.graph.identityUserFlow","#microsoft.graph.b2xIdentityUserFlow":"#/components/schemas/microsoft.graph.b2xIdentityUserFlow","#microsoft.graph.identityUserFlowAttribute":"#/components/schemas/microsoft.graph.identityUserFlowAttribute","#microsoft.graph.identityBuiltInUserFlowAttribute":"#/components/schemas/microsoft.graph.identityBuiltInUserFlowAttribute","#microsoft.graph.identityCustomUserFlowAttribute":"#/components/schemas/microsoft.graph.identityCustomUserFlowAttribute","#microsoft.graph.identityUserFlowAttributeAssignment":"#/components/schemas/microsoft.graph.identityUserFlowAttributeAssignment","#microsoft.graph.identityVerifiedIdRoot":"#/components/schemas/microsoft.graph.identityVerifiedIdRoot","#microsoft.graph.importedWindowsAutopilotDeviceIdentity":"#/components/schemas/microsoft.graph.importedWindowsAutopilotDeviceIdentity","#microsoft.graph.importedWindowsAutopilotDeviceIdentityUpload":"#/components/schemas/microsoft.graph.importedWindowsAutopilotDeviceIdentityUpload","#microsoft.graph.inferenceClassification":"#/components/schemas/microsoft.graph.inferenceClassification","#microsoft.graph.inferenceClassificationOverride":"#/components/schemas/microsoft.graph.inferenceClassificationOverride","#microsoft.graph.insightsSettings":"#/components/schemas/microsoft.graph.insightsSettings","#microsoft.graph.internetExplorerMode":"#/components/schemas/microsoft.graph.internetExplorerMode","#microsoft.graph.invitation":"#/components/schemas/microsoft.graph.invitation","#microsoft.graph.iosLobAppProvisioningConfigurationAssignment":"#/components/schemas/microsoft.graph.iosLobAppProvisioningConfigurationAssignment","#microsoft.graph.iosUpdateDeviceStatus":"#/components/schemas/microsoft.graph.iosUpdateDeviceStatus","#microsoft.graph.itemActivity":"#/components/schemas/microsoft.graph.itemActivity","#microsoft.graph.itemActivityStat":"#/components/schemas/microsoft.graph.itemActivityStat","#microsoft.graph.itemAnalytics":"#/components/schemas/microsoft.graph.itemAnalytics","#microsoft.graph.itemRetentionLabel":"#/components/schemas/microsoft.graph.itemRetentionLabel","#microsoft.graph.labelContentRight":"#/components/schemas/microsoft.graph.labelContentRight","#microsoft.graph.landingPage":"#/components/schemas/microsoft.graph.landingPage","#microsoft.graph.landingPageDetail":"#/components/schemas/microsoft.graph.landingPageDetail","#microsoft.graph.learningContent":"#/components/schemas/microsoft.graph.learningContent","#microsoft.graph.learningCourseActivity":"#/components/schemas/microsoft.graph.learningCourseActivity","#microsoft.graph.learningAssignment":"#/components/schemas/microsoft.graph.learningAssignment","#microsoft.graph.learningSelfInitiatedCourse":"#/components/schemas/microsoft.graph.learningSelfInitiatedCourse","#microsoft.graph.learningProvider":"#/components/schemas/microsoft.graph.learningProvider","#microsoft.graph.licenseDetails":"#/components/schemas/microsoft.graph.licenseDetails","#microsoft.graph.linkedResource":"#/components/schemas/microsoft.graph.linkedResource","#microsoft.graph.localizedNotificationMessage":"#/components/schemas/microsoft.graph.localizedNotificationMessage","#microsoft.graph.loginPage":"#/components/schemas/microsoft.graph.loginPage","#microsoft.graph.longRunningOperation":"#/components/schemas/microsoft.graph.longRunningOperation","#microsoft.graph.attackSimulationOperation":"#/components/schemas/microsoft.graph.attackSimulationOperation","#microsoft.graph.engagementAsyncOperation":"#/components/schemas/microsoft.graph.engagementAsyncOperation","#microsoft.graph.richLongRunningOperation":"#/components/schemas/microsoft.graph.richLongRunningOperation","#microsoft.graph.m365AppsInstallationOptions":"#/components/schemas/microsoft.graph.m365AppsInstallationOptions","#microsoft.graph.mailboxFolder":"#/components/schemas/microsoft.graph.mailboxFolder","#microsoft.graph.mailFolder":"#/components/schemas/microsoft.graph.mailFolder","#microsoft.graph.mailSearchFolder":"#/components/schemas/microsoft.graph.mailSearchFolder","#microsoft.graph.malwareStateForWindowsDevice":"#/components/schemas/microsoft.graph.malwareStateForWindowsDevice","#microsoft.graph.managedAppOperation":"#/components/schemas/microsoft.graph.managedAppOperation","#microsoft.graph.managedAppPolicy":"#/components/schemas/microsoft.graph.managedAppPolicy","#microsoft.graph.managedAppConfiguration":"#/components/schemas/microsoft.graph.managedAppConfiguration","#microsoft.graph.targetedManagedAppConfiguration":"#/components/schemas/microsoft.graph.targetedManagedAppConfiguration","#microsoft.graph.managedAppProtection":"#/components/schemas/microsoft.graph.managedAppProtection","#microsoft.graph.defaultManagedAppProtection":"#/components/schemas/microsoft.graph.defaultManagedAppProtection","#microsoft.graph.targetedManagedAppProtection":"#/components/schemas/microsoft.graph.targetedManagedAppProtection","#microsoft.graph.androidManagedAppProtection":"#/components/schemas/microsoft.graph.androidManagedAppProtection","#microsoft.graph.iosManagedAppProtection":"#/components/schemas/microsoft.graph.iosManagedAppProtection","#microsoft.graph.windowsInformationProtection":"#/components/schemas/microsoft.graph.windowsInformationProtection","#microsoft.graph.mdmWindowsInformationProtectionPolicy":"#/components/schemas/microsoft.graph.mdmWindowsInformationProtectionPolicy","#microsoft.graph.windowsInformationProtectionPolicy":"#/components/schemas/microsoft.graph.windowsInformationProtectionPolicy","#microsoft.graph.managedAppPolicyDeploymentSummary":"#/components/schemas/microsoft.graph.managedAppPolicyDeploymentSummary","#microsoft.graph.managedAppRegistration":"#/components/schemas/microsoft.graph.managedAppRegistration","#microsoft.graph.androidManagedAppRegistration":"#/components/schemas/microsoft.graph.androidManagedAppRegistration","#microsoft.graph.iosManagedAppRegistration":"#/components/schemas/microsoft.graph.iosManagedAppRegistration","#microsoft.graph.managedAppStatus":"#/components/schemas/microsoft.graph.managedAppStatus","#microsoft.graph.managedAppStatusRaw":"#/components/schemas/microsoft.graph.managedAppStatusRaw","#microsoft.graph.managedDevice":"#/components/schemas/microsoft.graph.managedDevice","#microsoft.graph.managedDeviceMobileAppConfiguration":"#/components/schemas/microsoft.graph.managedDeviceMobileAppConfiguration","#microsoft.graph.iosMobileAppConfiguration":"#/components/schemas/microsoft.graph.iosMobileAppConfiguration","#microsoft.graph.managedDeviceMobileAppConfigurationAssignment":"#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationAssignment","#microsoft.graph.managedDeviceMobileAppConfigurationDeviceStatus":"#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationDeviceStatus","#microsoft.graph.managedDeviceMobileAppConfigurationDeviceSummary":"#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationDeviceSummary","#microsoft.graph.managedDeviceMobileAppConfigurationUserStatus":"#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationUserStatus","#microsoft.graph.managedDeviceMobileAppConfigurationUserSummary":"#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationUserSummary","#microsoft.graph.managedDeviceOverview":"#/components/schemas/microsoft.graph.managedDeviceOverview","#microsoft.graph.managedEBook":"#/components/schemas/microsoft.graph.managedEBook","#microsoft.graph.iosVppEBook":"#/components/schemas/microsoft.graph.iosVppEBook","#microsoft.graph.managedEBookAssignment":"#/components/schemas/microsoft.graph.managedEBookAssignment","#microsoft.graph.iosVppEBookAssignment":"#/components/schemas/microsoft.graph.iosVppEBookAssignment","#microsoft.graph.managedMobileApp":"#/components/schemas/microsoft.graph.managedMobileApp","#microsoft.graph.meetingAttendanceReport":"#/components/schemas/microsoft.graph.meetingAttendanceReport","#microsoft.graph.messageRule":"#/components/schemas/microsoft.graph.messageRule","#microsoft.graph.messageTracingRoot":"#/components/schemas/microsoft.graph.messageTracingRoot","#microsoft.graph.mobileApp":"#/components/schemas/microsoft.graph.mobileApp","#microsoft.graph.androidStoreApp":"#/components/schemas/microsoft.graph.androidStoreApp","#microsoft.graph.iosiPadOSWebClip":"#/components/schemas/microsoft.graph.iosiPadOSWebClip","#microsoft.graph.iosStoreApp":"#/components/schemas/microsoft.graph.iosStoreApp","#microsoft.graph.iosVppApp":"#/components/schemas/microsoft.graph.iosVppApp","#microsoft.graph.macOSMicrosoftDefenderApp":"#/components/schemas/microsoft.graph.macOSMicrosoftDefenderApp","#microsoft.graph.macOSMicrosoftEdgeApp":"#/components/schemas/microsoft.graph.macOSMicrosoftEdgeApp","#microsoft.graph.macOSOfficeSuiteApp":"#/components/schemas/microsoft.graph.macOSOfficeSuiteApp","#microsoft.graph.managedApp":"#/components/schemas/microsoft.graph.managedApp","#microsoft.graph.managedAndroidStoreApp":"#/components/schemas/microsoft.graph.managedAndroidStoreApp","#microsoft.graph.managedIOSStoreApp":"#/components/schemas/microsoft.graph.managedIOSStoreApp","#microsoft.graph.managedMobileLobApp":"#/components/schemas/microsoft.graph.managedMobileLobApp","#microsoft.graph.managedAndroidLobApp":"#/components/schemas/microsoft.graph.managedAndroidLobApp","#microsoft.graph.managedIOSLobApp":"#/components/schemas/microsoft.graph.managedIOSLobApp","#microsoft.graph.microsoftStoreForBusinessApp":"#/components/schemas/microsoft.graph.microsoftStoreForBusinessApp","#microsoft.graph.mobileLobApp":"#/components/schemas/microsoft.graph.mobileLobApp","#microsoft.graph.androidLobApp":"#/components/schemas/microsoft.graph.androidLobApp","#microsoft.graph.iosLobApp":"#/components/schemas/microsoft.graph.iosLobApp","#microsoft.graph.macOSDmgApp":"#/components/schemas/microsoft.graph.macOSDmgApp","#microsoft.graph.macOSLobApp":"#/components/schemas/microsoft.graph.macOSLobApp","#microsoft.graph.win32LobApp":"#/components/schemas/microsoft.graph.win32LobApp","#microsoft.graph.windowsAppX":"#/components/schemas/microsoft.graph.windowsAppX","#microsoft.graph.windowsMobileMSI":"#/components/schemas/microsoft.graph.windowsMobileMSI","#microsoft.graph.windowsUniversalAppX":"#/components/schemas/microsoft.graph.windowsUniversalAppX","#microsoft.graph.webApp":"#/components/schemas/microsoft.graph.webApp","#microsoft.graph.windowsMicrosoftEdgeApp":"#/components/schemas/microsoft.graph.windowsMicrosoftEdgeApp","#microsoft.graph.windowsWebApp":"#/components/schemas/microsoft.graph.windowsWebApp","#microsoft.graph.mobileAppAssignment":"#/components/schemas/microsoft.graph.mobileAppAssignment","#microsoft.graph.mobileAppCategory":"#/components/schemas/microsoft.graph.mobileAppCategory","#microsoft.graph.mobileAppContent":"#/components/schemas/microsoft.graph.mobileAppContent","#microsoft.graph.mobileAppContentFile":"#/components/schemas/microsoft.graph.mobileAppContentFile","#microsoft.graph.mobileAppRelationship":"#/components/schemas/microsoft.graph.mobileAppRelationship","#microsoft.graph.mobileAppTroubleshootingEvent":"#/components/schemas/microsoft.graph.mobileAppTroubleshootingEvent","#microsoft.graph.mobileContainedApp":"#/components/schemas/microsoft.graph.mobileContainedApp","#microsoft.graph.windowsUniversalAppXContainedApp":"#/components/schemas/microsoft.graph.windowsUniversalAppXContainedApp","#microsoft.graph.mobileThreatDefenseConnector":"#/components/schemas/microsoft.graph.mobileThreatDefenseConnector","#microsoft.graph.multiTenantOrganization":"#/components/schemas/microsoft.graph.multiTenantOrganization","#microsoft.graph.multiTenantOrganizationIdentitySyncPolicyTemplate":"#/components/schemas/microsoft.graph.multiTenantOrganizationIdentitySyncPolicyTemplate","#microsoft.graph.multiTenantOrganizationJoinRequestRecord":"#/components/schemas/microsoft.graph.multiTenantOrganizationJoinRequestRecord","#microsoft.graph.multiTenantOrganizationPartnerConfigurationTemplate":"#/components/schemas/microsoft.graph.multiTenantOrganizationPartnerConfigurationTemplate","#microsoft.graph.multiValueLegacyExtendedProperty":"#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty","#microsoft.graph.notificationMessageTemplate":"#/components/schemas/microsoft.graph.notificationMessageTemplate","#microsoft.graph.oAuth2PermissionGrant":"#/components/schemas/microsoft.graph.oAuth2PermissionGrant","#microsoft.graph.officeGraphInsights":"#/components/schemas/microsoft.graph.officeGraphInsights","#microsoft.graph.itemInsights":"#/components/schemas/microsoft.graph.itemInsights","#microsoft.graph.onenote":"#/components/schemas/microsoft.graph.onenote","#microsoft.graph.onenoteEntityBaseModel":"#/components/schemas/microsoft.graph.onenoteEntityBaseModel","#microsoft.graph.onenoteEntitySchemaObjectModel":"#/components/schemas/microsoft.graph.onenoteEntitySchemaObjectModel","#microsoft.graph.onenoteEntityHierarchyModel":"#/components/schemas/microsoft.graph.onenoteEntityHierarchyModel","#microsoft.graph.notebook":"#/components/schemas/microsoft.graph.notebook","#microsoft.graph.onenoteSection":"#/components/schemas/microsoft.graph.onenoteSection","#microsoft.graph.sectionGroup":"#/components/schemas/microsoft.graph.sectionGroup","#microsoft.graph.onenotePage":"#/components/schemas/microsoft.graph.onenotePage","#microsoft.graph.onenoteResource":"#/components/schemas/microsoft.graph.onenoteResource","#microsoft.graph.onlineMeetingBase":"#/components/schemas/microsoft.graph.onlineMeetingBase","#microsoft.graph.onlineMeeting":"#/components/schemas/microsoft.graph.onlineMeeting","#microsoft.graph.virtualEventSession":"#/components/schemas/microsoft.graph.virtualEventSession","#microsoft.graph.onPremisesConditionalAccessSettings":"#/components/schemas/microsoft.graph.onPremisesConditionalAccessSettings","#microsoft.graph.onPremisesDirectorySynchronization":"#/components/schemas/microsoft.graph.onPremisesDirectorySynchronization","#microsoft.graph.onPremisesSyncBehavior":"#/components/schemas/microsoft.graph.onPremisesSyncBehavior","#microsoft.graph.operation":"#/components/schemas/microsoft.graph.operation","#microsoft.graph.onenoteOperation":"#/components/schemas/microsoft.graph.onenoteOperation","#microsoft.graph.organizationalBrandingProperties":"#/components/schemas/microsoft.graph.organizationalBrandingProperties","#microsoft.graph.organizationalBranding":"#/components/schemas/microsoft.graph.organizationalBranding","#microsoft.graph.organizationalBrandingLocalization":"#/components/schemas/microsoft.graph.organizationalBrandingLocalization","#microsoft.graph.outlookCategory":"#/components/schemas/microsoft.graph.outlookCategory","#microsoft.graph.outlookItem":"#/components/schemas/microsoft.graph.outlookItem","#microsoft.graph.contact":"#/components/schemas/microsoft.graph.contact","#microsoft.graph.event":"#/components/schemas/microsoft.graph.event","#microsoft.graph.mailboxItem":"#/components/schemas/microsoft.graph.mailboxItem","#microsoft.graph.message":"#/components/schemas/microsoft.graph.message","#microsoft.graph.calendarSharingMessage":"#/components/schemas/microsoft.graph.calendarSharingMessage","#microsoft.graph.eventMessage":"#/components/schemas/microsoft.graph.eventMessage","#microsoft.graph.eventMessageRequest":"#/components/schemas/microsoft.graph.eventMessageRequest","#microsoft.graph.eventMessageResponse":"#/components/schemas/microsoft.graph.eventMessageResponse","#microsoft.graph.post":"#/components/schemas/microsoft.graph.post","#microsoft.graph.outlookUser":"#/components/schemas/microsoft.graph.outlookUser","#microsoft.graph.ownerlessGroupPolicy":"#/components/schemas/microsoft.graph.ownerlessGroupPolicy","#microsoft.graph.participant":"#/components/schemas/microsoft.graph.participant","#microsoft.graph.participantJoiningNotification":"#/components/schemas/microsoft.graph.participantJoiningNotification","#microsoft.graph.participantLeftNotification":"#/components/schemas/microsoft.graph.participantLeftNotification","#microsoft.graph.partners":"#/components/schemas/microsoft.graph.partners","#microsoft.graph.passkeyProfile":"#/components/schemas/microsoft.graph.passkeyProfile","#microsoft.graph.payload":"#/components/schemas/microsoft.graph.payload","#microsoft.graph.peopleAdminSettings":"#/components/schemas/microsoft.graph.peopleAdminSettings","#microsoft.graph.permission":"#/components/schemas/microsoft.graph.permission","#microsoft.graph.permissionGrantConditionSet":"#/components/schemas/microsoft.graph.permissionGrantConditionSet","#microsoft.graph.person":"#/components/schemas/microsoft.graph.person","#microsoft.graph.pinnedChatMessageInfo":"#/components/schemas/microsoft.graph.pinnedChatMessageInfo","#microsoft.graph.place":"#/components/schemas/microsoft.graph.place","#microsoft.graph.building":"#/components/schemas/microsoft.graph.building","#microsoft.graph.desk":"#/components/schemas/microsoft.graph.desk","#microsoft.graph.floor":"#/components/schemas/microsoft.graph.floor","#microsoft.graph.room":"#/components/schemas/microsoft.graph.room","#microsoft.graph.roomList":"#/components/schemas/microsoft.graph.roomList","#microsoft.graph.section":"#/components/schemas/microsoft.graph.section","#microsoft.graph.workspace":"#/components/schemas/microsoft.graph.workspace","#microsoft.graph.planner":"#/components/schemas/microsoft.graph.planner","#microsoft.graph.plannerAssignedToTaskBoardTaskFormat":"#/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat","#microsoft.graph.plannerBucket":"#/components/schemas/microsoft.graph.plannerBucket","#microsoft.graph.plannerBucketTaskBoardTaskFormat":"#/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat","#microsoft.graph.plannerGroup":"#/components/schemas/microsoft.graph.plannerGroup","#microsoft.graph.plannerPlan":"#/components/schemas/microsoft.graph.plannerPlan","#microsoft.graph.plannerPlanDetails":"#/components/schemas/microsoft.graph.plannerPlanDetails","#microsoft.graph.plannerProgressTaskBoardTaskFormat":"#/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat","#microsoft.graph.plannerTask":"#/components/schemas/microsoft.graph.plannerTask","#microsoft.graph.plannerTaskDetails":"#/components/schemas/microsoft.graph.plannerTaskDetails","#microsoft.graph.plannerUser":"#/components/schemas/microsoft.graph.plannerUser","#microsoft.graph.policyRoot":"#/components/schemas/microsoft.graph.policyRoot","#microsoft.graph.policyTemplate":"#/components/schemas/microsoft.graph.policyTemplate","#microsoft.graph.presence":"#/components/schemas/microsoft.graph.presence","#microsoft.graph.printConnector":"#/components/schemas/microsoft.graph.printConnector","#microsoft.graph.printDocument":"#/components/schemas/microsoft.graph.printDocument","#microsoft.graph.printerBase":"#/components/schemas/microsoft.graph.printerBase","#microsoft.graph.printer":"#/components/schemas/microsoft.graph.printer","#microsoft.graph.printerShare":"#/components/schemas/microsoft.graph.printerShare","#microsoft.graph.printJob":"#/components/schemas/microsoft.graph.printJob","#microsoft.graph.printOperation":"#/components/schemas/microsoft.graph.printOperation","#microsoft.graph.printerCreateOperation":"#/components/schemas/microsoft.graph.printerCreateOperation","#microsoft.graph.printService":"#/components/schemas/microsoft.graph.printService","#microsoft.graph.printServiceEndpoint":"#/components/schemas/microsoft.graph.printServiceEndpoint","#microsoft.graph.printTask":"#/components/schemas/microsoft.graph.printTask","#microsoft.graph.printTaskDefinition":"#/components/schemas/microsoft.graph.printTaskDefinition","#microsoft.graph.printTaskTrigger":"#/components/schemas/microsoft.graph.printTaskTrigger","#microsoft.graph.printUsage":"#/components/schemas/microsoft.graph.printUsage","#microsoft.graph.printUsageByPrinter":"#/components/schemas/microsoft.graph.printUsageByPrinter","#microsoft.graph.printUsageByUser":"#/components/schemas/microsoft.graph.printUsageByUser","#microsoft.graph.privilegedAccessGroup":"#/components/schemas/microsoft.graph.privilegedAccessGroup","#microsoft.graph.privilegedAccessRoot":"#/components/schemas/microsoft.graph.privilegedAccessRoot","#microsoft.graph.privilegedAccessSchedule":"#/components/schemas/microsoft.graph.privilegedAccessSchedule","#microsoft.graph.privilegedAccessGroupAssignmentSchedule":"#/components/schemas/microsoft.graph.privilegedAccessGroupAssignmentSchedule","#microsoft.graph.privilegedAccessGroupEligibilitySchedule":"#/components/schemas/microsoft.graph.privilegedAccessGroupEligibilitySchedule","#microsoft.graph.privilegedAccessScheduleInstance":"#/components/schemas/microsoft.graph.privilegedAccessScheduleInstance","#microsoft.graph.privilegedAccessGroupAssignmentScheduleInstance":"#/components/schemas/microsoft.graph.privilegedAccessGroupAssignmentScheduleInstance","#microsoft.graph.privilegedAccessGroupEligibilityScheduleInstance":"#/components/schemas/microsoft.graph.privilegedAccessGroupEligibilityScheduleInstance","#microsoft.graph.profileCardProperty":"#/components/schemas/microsoft.graph.profileCardProperty","#microsoft.graph.profilePhoto":"#/components/schemas/microsoft.graph.profilePhoto","#microsoft.graph.profilePropertySetting":"#/components/schemas/microsoft.graph.profilePropertySetting","#microsoft.graph.profileSource":"#/components/schemas/microsoft.graph.profileSource","#microsoft.graph.pronounsSettings":"#/components/schemas/microsoft.graph.pronounsSettings","#microsoft.graph.protectionPolicyBase":"#/components/schemas/microsoft.graph.protectionPolicyBase","#microsoft.graph.exchangeProtectionPolicy":"#/components/schemas/microsoft.graph.exchangeProtectionPolicy","#microsoft.graph.oneDriveForBusinessProtectionPolicy":"#/components/schemas/microsoft.graph.oneDriveForBusinessProtectionPolicy","#microsoft.graph.sharePointProtectionPolicy":"#/components/schemas/microsoft.graph.sharePointProtectionPolicy","#microsoft.graph.protectionRuleBase":"#/components/schemas/microsoft.graph.protectionRuleBase","#microsoft.graph.driveProtectionRule":"#/components/schemas/microsoft.graph.driveProtectionRule","#microsoft.graph.mailboxProtectionRule":"#/components/schemas/microsoft.graph.mailboxProtectionRule","#microsoft.graph.siteProtectionRule":"#/components/schemas/microsoft.graph.siteProtectionRule","#microsoft.graph.protectionUnitBase":"#/components/schemas/microsoft.graph.protectionUnitBase","#microsoft.graph.driveProtectionUnit":"#/components/schemas/microsoft.graph.driveProtectionUnit","#microsoft.graph.mailboxProtectionUnit":"#/components/schemas/microsoft.graph.mailboxProtectionUnit","#microsoft.graph.siteProtectionUnit":"#/components/schemas/microsoft.graph.siteProtectionUnit","#microsoft.graph.protectionUnitsBulkJobBase":"#/components/schemas/microsoft.graph.protectionUnitsBulkJobBase","#microsoft.graph.driveProtectionUnitsBulkAdditionJob":"#/components/schemas/microsoft.graph.driveProtectionUnitsBulkAdditionJob","#microsoft.graph.mailboxProtectionUnitsBulkAdditionJob":"#/components/schemas/microsoft.graph.mailboxProtectionUnitsBulkAdditionJob","#microsoft.graph.siteProtectionUnitsBulkAdditionJob":"#/components/schemas/microsoft.graph.siteProtectionUnitsBulkAdditionJob","#microsoft.graph.provisioningObjectSummary":"#/components/schemas/microsoft.graph.provisioningObjectSummary","#microsoft.graph.publicKeyInfrastructureRoot":"#/components/schemas/microsoft.graph.publicKeyInfrastructureRoot","#microsoft.graph.qrCode":"#/components/schemas/microsoft.graph.qrCode","#microsoft.graph.qrPin":"#/components/schemas/microsoft.graph.qrPin","#microsoft.graph.rbacApplication":"#/components/schemas/microsoft.graph.rbacApplication","#microsoft.graph.readingAssignmentSubmission":"#/components/schemas/microsoft.graph.readingAssignmentSubmission","#microsoft.graph.readingCoachPassage":"#/components/schemas/microsoft.graph.readingCoachPassage","#microsoft.graph.reflectCheckInResponse":"#/components/schemas/microsoft.graph.reflectCheckInResponse","#microsoft.graph.relyingPartyDetailedSummary":"#/components/schemas/microsoft.graph.relyingPartyDetailedSummary","#microsoft.graph.remoteAssistancePartner":"#/components/schemas/microsoft.graph.remoteAssistancePartner","#microsoft.graph.remoteDesktopSecurityConfiguration":"#/components/schemas/microsoft.graph.remoteDesktopSecurityConfiguration","#microsoft.graph.reportsRoot":"#/components/schemas/microsoft.graph.reportsRoot","#microsoft.graph.request":"#/components/schemas/microsoft.graph.request","#microsoft.graph.privilegedAccessScheduleRequest":"#/components/schemas/microsoft.graph.privilegedAccessScheduleRequest","#microsoft.graph.privilegedAccessGroupAssignmentScheduleRequest":"#/components/schemas/microsoft.graph.privilegedAccessGroupAssignmentScheduleRequest","#microsoft.graph.privilegedAccessGroupEligibilityScheduleRequest":"#/components/schemas/microsoft.graph.privilegedAccessGroupEligibilityScheduleRequest","#microsoft.graph.unifiedRoleAssignmentScheduleRequest":"#/components/schemas/microsoft.graph.unifiedRoleAssignmentScheduleRequest","#microsoft.graph.unifiedRoleEligibilityScheduleRequest":"#/components/schemas/microsoft.graph.unifiedRoleEligibilityScheduleRequest","#microsoft.graph.userConsentRequest":"#/components/schemas/microsoft.graph.userConsentRequest","#microsoft.graph.resourceOperation":"#/components/schemas/microsoft.graph.resourceOperation","#microsoft.graph.restoreArtifactBase":"#/components/schemas/microsoft.graph.restoreArtifactBase","#microsoft.graph.driveRestoreArtifact":"#/components/schemas/microsoft.graph.driveRestoreArtifact","#microsoft.graph.mailboxRestoreArtifact":"#/components/schemas/microsoft.graph.mailboxRestoreArtifact","#microsoft.graph.granularMailboxRestoreArtifact":"#/components/schemas/microsoft.graph.granularMailboxRestoreArtifact","#microsoft.graph.siteRestoreArtifact":"#/components/schemas/microsoft.graph.siteRestoreArtifact","#microsoft.graph.restoreArtifactsBulkRequestBase":"#/components/schemas/microsoft.graph.restoreArtifactsBulkRequestBase","#microsoft.graph.driveRestoreArtifactsBulkAdditionRequest":"#/components/schemas/microsoft.graph.driveRestoreArtifactsBulkAdditionRequest","#microsoft.graph.mailboxRestoreArtifactsBulkAdditionRequest":"#/components/schemas/microsoft.graph.mailboxRestoreArtifactsBulkAdditionRequest","#microsoft.graph.siteRestoreArtifactsBulkAdditionRequest":"#/components/schemas/microsoft.graph.siteRestoreArtifactsBulkAdditionRequest","#microsoft.graph.restorePoint":"#/components/schemas/microsoft.graph.restorePoint","#microsoft.graph.restoreSessionBase":"#/components/schemas/microsoft.graph.restoreSessionBase","#microsoft.graph.exchangeRestoreSession":"#/components/schemas/microsoft.graph.exchangeRestoreSession","#microsoft.graph.oneDriveForBusinessRestoreSession":"#/components/schemas/microsoft.graph.oneDriveForBusinessRestoreSession","#microsoft.graph.sharePointRestoreSession":"#/components/schemas/microsoft.graph.sharePointRestoreSession","#microsoft.graph.riskDetection":"#/components/schemas/microsoft.graph.riskDetection","#microsoft.graph.riskyServicePrincipal":"#/components/schemas/microsoft.graph.riskyServicePrincipal","#microsoft.graph.riskyServicePrincipalHistoryItem":"#/components/schemas/microsoft.graph.riskyServicePrincipalHistoryItem","#microsoft.graph.riskyUser":"#/components/schemas/microsoft.graph.riskyUser","#microsoft.graph.riskyUserHistoryItem":"#/components/schemas/microsoft.graph.riskyUserHistoryItem","#microsoft.graph.roleAssignment":"#/components/schemas/microsoft.graph.roleAssignment","#microsoft.graph.deviceAndAppManagementRoleAssignment":"#/components/schemas/microsoft.graph.deviceAndAppManagementRoleAssignment","#microsoft.graph.roleDefinition":"#/components/schemas/microsoft.graph.roleDefinition","#microsoft.graph.deviceAndAppManagementRoleDefinition":"#/components/schemas/microsoft.graph.deviceAndAppManagementRoleDefinition","#microsoft.graph.schedule":"#/components/schemas/microsoft.graph.schedule","#microsoft.graph.schemaExtension":"#/components/schemas/microsoft.graph.schemaExtension","#microsoft.graph.scopedRoleMembership":"#/components/schemas/microsoft.graph.scopedRoleMembership","#microsoft.graph.searchEntity":"#/components/schemas/microsoft.graph.searchEntity","#microsoft.graph.secureScore":"#/components/schemas/microsoft.graph.secureScore","#microsoft.graph.secureScoreControlProfile":"#/components/schemas/microsoft.graph.secureScoreControlProfile","#microsoft.graph.security":"#/components/schemas/microsoft.graph.security","#microsoft.graph.securityReportsRoot":"#/components/schemas/microsoft.graph.securityReportsRoot","#microsoft.graph.sensitivityLabel":"#/components/schemas/microsoft.graph.sensitivityLabel","#microsoft.graph.serviceAnnouncement":"#/components/schemas/microsoft.graph.serviceAnnouncement","#microsoft.graph.serviceAnnouncementAttachment":"#/components/schemas/microsoft.graph.serviceAnnouncementAttachment","#microsoft.graph.serviceAnnouncementBase":"#/components/schemas/microsoft.graph.serviceAnnouncementBase","#microsoft.graph.serviceHealthIssue":"#/components/schemas/microsoft.graph.serviceHealthIssue","#microsoft.graph.serviceUpdateMessage":"#/components/schemas/microsoft.graph.serviceUpdateMessage","#microsoft.graph.serviceApp":"#/components/schemas/microsoft.graph.serviceApp","#microsoft.graph.serviceHealth":"#/components/schemas/microsoft.graph.serviceHealth","#microsoft.graph.servicePrincipalRiskDetection":"#/components/schemas/microsoft.graph.servicePrincipalRiskDetection","#microsoft.graph.serviceProviderConstraints":"#/components/schemas/microsoft.graph.serviceProviderConstraints","#microsoft.graph.delegatedAdminServiceProviderConstraints":"#/components/schemas/microsoft.graph.delegatedAdminServiceProviderConstraints","#microsoft.graph.settingStateDeviceSummary":"#/components/schemas/microsoft.graph.settingStateDeviceSummary","#microsoft.graph.sharedInsight":"#/components/schemas/microsoft.graph.sharedInsight","#microsoft.graph.sharepoint":"#/components/schemas/microsoft.graph.sharepoint","#microsoft.graph.sharePointGroup":"#/components/schemas/microsoft.graph.sharePointGroup","#microsoft.graph.sharePointGroupMember":"#/components/schemas/microsoft.graph.sharePointGroupMember","#microsoft.graph.sharePointMigrationEvent":"#/components/schemas/microsoft.graph.sharePointMigrationEvent","#microsoft.graph.sharePointMigrationFinishManifestFileUploadEvent":"#/components/schemas/microsoft.graph.sharePointMigrationFinishManifestFileUploadEvent","#microsoft.graph.sharePointMigrationJobCancelledEvent":"#/components/schemas/microsoft.graph.sharePointMigrationJobCancelledEvent","#microsoft.graph.sharePointMigrationJobDeletedEvent":"#/components/schemas/microsoft.graph.sharePointMigrationJobDeletedEvent","#microsoft.graph.sharePointMigrationJobErrorEvent":"#/components/schemas/microsoft.graph.sharePointMigrationJobErrorEvent","#microsoft.graph.sharePointMigrationJobPostponedEvent":"#/components/schemas/microsoft.graph.sharePointMigrationJobPostponedEvent","#microsoft.graph.sharePointMigrationJobProgressEvent":"#/components/schemas/microsoft.graph.sharePointMigrationJobProgressEvent","#microsoft.graph.sharePointMigrationJobQueuedEvent":"#/components/schemas/microsoft.graph.sharePointMigrationJobQueuedEvent","#microsoft.graph.sharePointMigrationJobStartEvent":"#/components/schemas/microsoft.graph.sharePointMigrationJobStartEvent","#microsoft.graph.sharePointMigrationJob":"#/components/schemas/microsoft.graph.sharePointMigrationJob","#microsoft.graph.sharepointSettings":"#/components/schemas/microsoft.graph.sharepointSettings","#microsoft.graph.signIn":"#/components/schemas/microsoft.graph.signIn","#microsoft.graph.simulation":"#/components/schemas/microsoft.graph.simulation","#microsoft.graph.simulationAutomation":"#/components/schemas/microsoft.graph.simulationAutomation","#microsoft.graph.simulationAutomationRun":"#/components/schemas/microsoft.graph.simulationAutomationRun","#microsoft.graph.singleValueLegacyExtendedProperty":"#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty","#microsoft.graph.softwareUpdateStatusSummary":"#/components/schemas/microsoft.graph.softwareUpdateStatusSummary","#microsoft.graph.speakerAssignmentSubmission":"#/components/schemas/microsoft.graph.speakerAssignmentSubmission","#microsoft.graph.storageQuotaBreakdown":"#/components/schemas/microsoft.graph.storageQuotaBreakdown","#microsoft.graph.serviceStorageQuotaBreakdown":"#/components/schemas/microsoft.graph.serviceStorageQuotaBreakdown","#microsoft.graph.storageSettings":"#/components/schemas/microsoft.graph.storageSettings","#microsoft.graph.subjectRightsRequest":"#/components/schemas/microsoft.graph.subjectRightsRequest","#microsoft.graph.subscribedSku":"#/components/schemas/microsoft.graph.subscribedSku","#microsoft.graph.subscription":"#/components/schemas/microsoft.graph.subscription","#microsoft.graph.synchronization":"#/components/schemas/microsoft.graph.synchronization","#microsoft.graph.synchronizationJob":"#/components/schemas/microsoft.graph.synchronizationJob","#microsoft.graph.synchronizationSchema":"#/components/schemas/microsoft.graph.synchronizationSchema","#microsoft.graph.synchronizationTemplate":"#/components/schemas/microsoft.graph.synchronizationTemplate","#microsoft.graph.targetDeviceGroup":"#/components/schemas/microsoft.graph.targetDeviceGroup","#microsoft.graph.targetedManagedAppPolicyAssignment":"#/components/schemas/microsoft.graph.targetedManagedAppPolicyAssignment","#microsoft.graph.team":"#/components/schemas/microsoft.graph.team","#microsoft.graph.teamInfo":"#/components/schemas/microsoft.graph.teamInfo","#microsoft.graph.associatedTeamInfo":"#/components/schemas/microsoft.graph.associatedTeamInfo","#microsoft.graph.sharedWithChannelTeamInfo":"#/components/schemas/microsoft.graph.sharedWithChannelTeamInfo","#microsoft.graph.teamsApp":"#/components/schemas/microsoft.graph.teamsApp","#microsoft.graph.teamsAppDefinition":"#/components/schemas/microsoft.graph.teamsAppDefinition","#microsoft.graph.teamsAppInstallation":"#/components/schemas/microsoft.graph.teamsAppInstallation","#microsoft.graph.userScopeTeamsAppInstallation":"#/components/schemas/microsoft.graph.userScopeTeamsAppInstallation","#microsoft.graph.teamsAppSettings":"#/components/schemas/microsoft.graph.teamsAppSettings","#microsoft.graph.teamsAsyncOperation":"#/components/schemas/microsoft.graph.teamsAsyncOperation","#microsoft.graph.teamsTab":"#/components/schemas/microsoft.graph.teamsTab","#microsoft.graph.teamsTemplate":"#/components/schemas/microsoft.graph.teamsTemplate","#microsoft.graph.teamwork":"#/components/schemas/microsoft.graph.teamwork","#microsoft.graph.teamworkBot":"#/components/schemas/microsoft.graph.teamworkBot","#microsoft.graph.teamworkHostedContent":"#/components/schemas/microsoft.graph.teamworkHostedContent","#microsoft.graph.chatMessageHostedContent":"#/components/schemas/microsoft.graph.chatMessageHostedContent","#microsoft.graph.teamworkTag":"#/components/schemas/microsoft.graph.teamworkTag","#microsoft.graph.teamworkTagMember":"#/components/schemas/microsoft.graph.teamworkTagMember","#microsoft.graph.tenantProtectionScopeContainer":"#/components/schemas/microsoft.graph.tenantProtectionScopeContainer","#microsoft.graph.termsAndConditions":"#/components/schemas/microsoft.graph.termsAndConditions","#microsoft.graph.termsAndConditionsAcceptanceStatus":"#/components/schemas/microsoft.graph.termsAndConditionsAcceptanceStatus","#microsoft.graph.termsAndConditionsAssignment":"#/components/schemas/microsoft.graph.termsAndConditionsAssignment","#microsoft.graph.termsOfUseContainer":"#/components/schemas/microsoft.graph.termsOfUseContainer","#microsoft.graph.threatAssessmentRequest":"#/components/schemas/microsoft.graph.threatAssessmentRequest","#microsoft.graph.emailFileAssessmentRequest":"#/components/schemas/microsoft.graph.emailFileAssessmentRequest","#microsoft.graph.fileAssessmentRequest":"#/components/schemas/microsoft.graph.fileAssessmentRequest","#microsoft.graph.mailAssessmentRequest":"#/components/schemas/microsoft.graph.mailAssessmentRequest","#microsoft.graph.urlAssessmentRequest":"#/components/schemas/microsoft.graph.urlAssessmentRequest","#microsoft.graph.threatAssessmentResult":"#/components/schemas/microsoft.graph.threatAssessmentResult","#microsoft.graph.thumbnailSet":"#/components/schemas/microsoft.graph.thumbnailSet","#microsoft.graph.todo":"#/components/schemas/microsoft.graph.todo","#microsoft.graph.todoTask":"#/components/schemas/microsoft.graph.todoTask","#microsoft.graph.todoTaskList":"#/components/schemas/microsoft.graph.todoTaskList","#microsoft.graph.training":"#/components/schemas/microsoft.graph.training","#microsoft.graph.trainingLanguageDetail":"#/components/schemas/microsoft.graph.trainingLanguageDetail","#microsoft.graph.trending":"#/components/schemas/microsoft.graph.trending","#microsoft.graph.unifiedRbacResourceAction":"#/components/schemas/microsoft.graph.unifiedRbacResourceAction","#microsoft.graph.unifiedRbacResourceNamespace":"#/components/schemas/microsoft.graph.unifiedRbacResourceNamespace","#microsoft.graph.unifiedRoleAssignment":"#/components/schemas/microsoft.graph.unifiedRoleAssignment","#microsoft.graph.unifiedRoleDefinition":"#/components/schemas/microsoft.graph.unifiedRoleDefinition","#microsoft.graph.unifiedRoleManagementPolicy":"#/components/schemas/microsoft.graph.unifiedRoleManagementPolicy","#microsoft.graph.unifiedRoleManagementPolicyAssignment":"#/components/schemas/microsoft.graph.unifiedRoleManagementPolicyAssignment","#microsoft.graph.unifiedRoleManagementPolicyRule":"#/components/schemas/microsoft.graph.unifiedRoleManagementPolicyRule","#microsoft.graph.unifiedRoleManagementPolicyApprovalRule":"#/components/schemas/microsoft.graph.unifiedRoleManagementPolicyApprovalRule","#microsoft.graph.unifiedRoleManagementPolicyAuthenticationContextRule":"#/components/schemas/microsoft.graph.unifiedRoleManagementPolicyAuthenticationContextRule","#microsoft.graph.unifiedRoleManagementPolicyEnablementRule":"#/components/schemas/microsoft.graph.unifiedRoleManagementPolicyEnablementRule","#microsoft.graph.unifiedRoleManagementPolicyExpirationRule":"#/components/schemas/microsoft.graph.unifiedRoleManagementPolicyExpirationRule","#microsoft.graph.unifiedRoleManagementPolicyNotificationRule":"#/components/schemas/microsoft.graph.unifiedRoleManagementPolicyNotificationRule","#microsoft.graph.unifiedRoleScheduleBase":"#/components/schemas/microsoft.graph.unifiedRoleScheduleBase","#microsoft.graph.unifiedRoleAssignmentSchedule":"#/components/schemas/microsoft.graph.unifiedRoleAssignmentSchedule","#microsoft.graph.unifiedRoleEligibilitySchedule":"#/components/schemas/microsoft.graph.unifiedRoleEligibilitySchedule","#microsoft.graph.unifiedRoleScheduleInstanceBase":"#/components/schemas/microsoft.graph.unifiedRoleScheduleInstanceBase","#microsoft.graph.unifiedRoleAssignmentScheduleInstance":"#/components/schemas/microsoft.graph.unifiedRoleAssignmentScheduleInstance","#microsoft.graph.unifiedRoleEligibilityScheduleInstance":"#/components/schemas/microsoft.graph.unifiedRoleEligibilityScheduleInstance","#microsoft.graph.unifiedStorageQuota":"#/components/schemas/microsoft.graph.unifiedStorageQuota","#microsoft.graph.usageRightsIncluded":"#/components/schemas/microsoft.graph.usageRightsIncluded","#microsoft.graph.usedInsight":"#/components/schemas/microsoft.graph.usedInsight","#microsoft.graph.userActivity":"#/components/schemas/microsoft.graph.userActivity","#microsoft.graph.userExperienceAnalyticsAppHealthApplicationPerformance":"#/components/schemas/microsoft.graph.userExperienceAnalyticsAppHealthApplicationPerformance","#microsoft.graph.userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails":"#/components/schemas/microsoft.graph.userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails","#microsoft.graph.userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId":"#/components/schemas/microsoft.graph.userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId","#microsoft.graph.userExperienceAnalyticsAppHealthAppPerformanceByOSVersion":"#/components/schemas/microsoft.graph.userExperienceAnalyticsAppHealthAppPerformanceByOSVersion","#microsoft.graph.userExperienceAnalyticsAppHealthDeviceModelPerformance":"#/components/schemas/microsoft.graph.userExperienceAnalyticsAppHealthDeviceModelPerformance","#microsoft.graph.userExperienceAnalyticsAppHealthDevicePerformance":"#/components/schemas/microsoft.graph.userExperienceAnalyticsAppHealthDevicePerformance","#microsoft.graph.userExperienceAnalyticsAppHealthDevicePerformanceDetails":"#/components/schemas/microsoft.graph.userExperienceAnalyticsAppHealthDevicePerformanceDetails","#microsoft.graph.userExperienceAnalyticsAppHealthOSVersionPerformance":"#/components/schemas/microsoft.graph.userExperienceAnalyticsAppHealthOSVersionPerformance","#microsoft.graph.userExperienceAnalyticsBaseline":"#/components/schemas/microsoft.graph.userExperienceAnalyticsBaseline","#microsoft.graph.userExperienceAnalyticsCategory":"#/components/schemas/microsoft.graph.userExperienceAnalyticsCategory","#microsoft.graph.userExperienceAnalyticsDevicePerformance":"#/components/schemas/microsoft.graph.userExperienceAnalyticsDevicePerformance","#microsoft.graph.userExperienceAnalyticsDeviceScores":"#/components/schemas/microsoft.graph.userExperienceAnalyticsDeviceScores","#microsoft.graph.userExperienceAnalyticsDeviceStartupHistory":"#/components/schemas/microsoft.graph.userExperienceAnalyticsDeviceStartupHistory","#microsoft.graph.userExperienceAnalyticsDeviceStartupProcess":"#/components/schemas/microsoft.graph.userExperienceAnalyticsDeviceStartupProcess","#microsoft.graph.userExperienceAnalyticsDeviceStartupProcessPerformance":"#/components/schemas/microsoft.graph.userExperienceAnalyticsDeviceStartupProcessPerformance","#microsoft.graph.userExperienceAnalyticsMetric":"#/components/schemas/microsoft.graph.userExperienceAnalyticsMetric","#microsoft.graph.userExperienceAnalyticsMetricHistory":"#/components/schemas/microsoft.graph.userExperienceAnalyticsMetricHistory","#microsoft.graph.userExperienceAnalyticsModelScores":"#/components/schemas/microsoft.graph.userExperienceAnalyticsModelScores","#microsoft.graph.userExperienceAnalyticsOverview":"#/components/schemas/microsoft.graph.userExperienceAnalyticsOverview","#microsoft.graph.userExperienceAnalyticsScoreHistory":"#/components/schemas/microsoft.graph.userExperienceAnalyticsScoreHistory","#microsoft.graph.userExperienceAnalyticsWorkFromAnywhereDevice":"#/components/schemas/microsoft.graph.userExperienceAnalyticsWorkFromAnywhereDevice","#microsoft.graph.userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric":"#/components/schemas/microsoft.graph.userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric","#microsoft.graph.userExperienceAnalyticsWorkFromAnywhereMetric":"#/components/schemas/microsoft.graph.userExperienceAnalyticsWorkFromAnywhereMetric","#microsoft.graph.userExperienceAnalyticsWorkFromAnywhereModelPerformance":"#/components/schemas/microsoft.graph.userExperienceAnalyticsWorkFromAnywhereModelPerformance","#microsoft.graph.userFlowLanguageConfiguration":"#/components/schemas/microsoft.graph.userFlowLanguageConfiguration","#microsoft.graph.userFlowLanguagePage":"#/components/schemas/microsoft.graph.userFlowLanguagePage","#microsoft.graph.userInsightsSettings":"#/components/schemas/microsoft.graph.userInsightsSettings","#microsoft.graph.userInstallStateSummary":"#/components/schemas/microsoft.graph.userInstallStateSummary","#microsoft.graph.userProtectionScopeContainer":"#/components/schemas/microsoft.graph.userProtectionScopeContainer","#microsoft.graph.userRegistrationDetails":"#/components/schemas/microsoft.graph.userRegistrationDetails","#microsoft.graph.userSettings":"#/components/schemas/microsoft.graph.userSettings","#microsoft.graph.userSolutionRoot":"#/components/schemas/microsoft.graph.userSolutionRoot","#microsoft.graph.userStorage":"#/components/schemas/microsoft.graph.userStorage","#microsoft.graph.userTeamwork":"#/components/schemas/microsoft.graph.userTeamwork","#microsoft.graph.verifiedIdProfile":"#/components/schemas/microsoft.graph.verifiedIdProfile","#microsoft.graph.verticalSection":"#/components/schemas/microsoft.graph.verticalSection","#microsoft.graph.virtualEndpoint":"#/components/schemas/microsoft.graph.virtualEndpoint","#microsoft.graph.virtualEvent":"#/components/schemas/microsoft.graph.virtualEvent","#microsoft.graph.virtualEventTownhall":"#/components/schemas/microsoft.graph.virtualEventTownhall","#microsoft.graph.virtualEventWebinar":"#/components/schemas/microsoft.graph.virtualEventWebinar","#microsoft.graph.virtualEventPresenter":"#/components/schemas/microsoft.graph.virtualEventPresenter","#microsoft.graph.virtualEventRegistration":"#/components/schemas/microsoft.graph.virtualEventRegistration","#microsoft.graph.virtualEventRegistrationConfiguration":"#/components/schemas/microsoft.graph.virtualEventRegistrationConfiguration","#microsoft.graph.virtualEventTownhallRegistrationConfiguration":"#/components/schemas/microsoft.graph.virtualEventTownhallRegistrationConfiguration","#microsoft.graph.virtualEventWebinarRegistrationConfiguration":"#/components/schemas/microsoft.graph.virtualEventWebinarRegistrationConfiguration","#microsoft.graph.virtualEventRegistrationQuestionBase":"#/components/schemas/microsoft.graph.virtualEventRegistrationQuestionBase","#microsoft.graph.virtualEventRegistrationCustomQuestion":"#/components/schemas/microsoft.graph.virtualEventRegistrationCustomQuestion","#microsoft.graph.virtualEventRegistrationPredefinedQuestion":"#/components/schemas/microsoft.graph.virtualEventRegistrationPredefinedQuestion","#microsoft.graph.virtualEventsRoot":"#/components/schemas/microsoft.graph.virtualEventsRoot","#microsoft.graph.vppToken":"#/components/schemas/microsoft.graph.vppToken","#microsoft.graph.webApplicationFirewallProvider":"#/components/schemas/microsoft.graph.webApplicationFirewallProvider","#microsoft.graph.akamaiWebApplicationFirewallProvider":"#/components/schemas/microsoft.graph.akamaiWebApplicationFirewallProvider","#microsoft.graph.cloudFlareWebApplicationFirewallProvider":"#/components/schemas/microsoft.graph.cloudFlareWebApplicationFirewallProvider","#microsoft.graph.webApplicationFirewallVerificationModel":"#/components/schemas/microsoft.graph.webApplicationFirewallVerificationModel","#microsoft.graph.webPart":"#/components/schemas/microsoft.graph.webPart","#microsoft.graph.standardWebPart":"#/components/schemas/microsoft.graph.standardWebPart","#microsoft.graph.textWebPart":"#/components/schemas/microsoft.graph.textWebPart","#microsoft.graph.windowsAutopilotDeploymentProfile":"#/components/schemas/microsoft.graph.windowsAutopilotDeploymentProfile","#microsoft.graph.windowsAutopilotDeploymentProfileAssignment":"#/components/schemas/microsoft.graph.windowsAutopilotDeploymentProfileAssignment","#microsoft.graph.windowsAutopilotDeviceIdentity":"#/components/schemas/microsoft.graph.windowsAutopilotDeviceIdentity","#microsoft.graph.windowsDeviceMalwareState":"#/components/schemas/microsoft.graph.windowsDeviceMalwareState","#microsoft.graph.windowsInformationProtectionAppLearningSummary":"#/components/schemas/microsoft.graph.windowsInformationProtectionAppLearningSummary","#microsoft.graph.windowsInformationProtectionAppLockerFile":"#/components/schemas/microsoft.graph.windowsInformationProtectionAppLockerFile","#microsoft.graph.windowsInformationProtectionNetworkLearningSummary":"#/components/schemas/microsoft.graph.windowsInformationProtectionNetworkLearningSummary","#microsoft.graph.windowsMalwareInformation":"#/components/schemas/microsoft.graph.windowsMalwareInformation","#microsoft.graph.windowsProtectionState":"#/components/schemas/microsoft.graph.windowsProtectionState","#microsoft.graph.windowsSetting":"#/components/schemas/microsoft.graph.windowsSetting","#microsoft.graph.windowsSettingInstance":"#/components/schemas/microsoft.graph.windowsSettingInstance","#microsoft.graph.workbook":"#/components/schemas/microsoft.graph.workbook","#microsoft.graph.workbookApplication":"#/components/schemas/microsoft.graph.workbookApplication","#microsoft.graph.workbookChart":"#/components/schemas/microsoft.graph.workbookChart","#microsoft.graph.workbookChartAreaFormat":"#/components/schemas/microsoft.graph.workbookChartAreaFormat","#microsoft.graph.workbookChartAxes":"#/components/schemas/microsoft.graph.workbookChartAxes","#microsoft.graph.workbookChartAxis":"#/components/schemas/microsoft.graph.workbookChartAxis","#microsoft.graph.workbookChartAxisFormat":"#/components/schemas/microsoft.graph.workbookChartAxisFormat","#microsoft.graph.workbookChartAxisTitle":"#/components/schemas/microsoft.graph.workbookChartAxisTitle","#microsoft.graph.workbookChartAxisTitleFormat":"#/components/schemas/microsoft.graph.workbookChartAxisTitleFormat","#microsoft.graph.workbookChartDataLabelFormat":"#/components/schemas/microsoft.graph.workbookChartDataLabelFormat","#microsoft.graph.workbookChartDataLabels":"#/components/schemas/microsoft.graph.workbookChartDataLabels","#microsoft.graph.workbookChartFill":"#/components/schemas/microsoft.graph.workbookChartFill","#microsoft.graph.workbookChartFont":"#/components/schemas/microsoft.graph.workbookChartFont","#microsoft.graph.workbookChartGridlines":"#/components/schemas/microsoft.graph.workbookChartGridlines","#microsoft.graph.workbookChartGridlinesFormat":"#/components/schemas/microsoft.graph.workbookChartGridlinesFormat","#microsoft.graph.workbookChartLegend":"#/components/schemas/microsoft.graph.workbookChartLegend","#microsoft.graph.workbookChartLegendFormat":"#/components/schemas/microsoft.graph.workbookChartLegendFormat","#microsoft.graph.workbookChartLineFormat":"#/components/schemas/microsoft.graph.workbookChartLineFormat","#microsoft.graph.workbookChartPoint":"#/components/schemas/microsoft.graph.workbookChartPoint","#microsoft.graph.workbookChartPointFormat":"#/components/schemas/microsoft.graph.workbookChartPointFormat","#microsoft.graph.workbookChartSeries":"#/components/schemas/microsoft.graph.workbookChartSeries","#microsoft.graph.workbookChartSeriesFormat":"#/components/schemas/microsoft.graph.workbookChartSeriesFormat","#microsoft.graph.workbookChartTitle":"#/components/schemas/microsoft.graph.workbookChartTitle","#microsoft.graph.workbookChartTitleFormat":"#/components/schemas/microsoft.graph.workbookChartTitleFormat","#microsoft.graph.workbookComment":"#/components/schemas/microsoft.graph.workbookComment","#microsoft.graph.workbookCommentReply":"#/components/schemas/microsoft.graph.workbookCommentReply","#microsoft.graph.workbookFilter":"#/components/schemas/microsoft.graph.workbookFilter","#microsoft.graph.workbookFormatProtection":"#/components/schemas/microsoft.graph.workbookFormatProtection","#microsoft.graph.workbookFunctionResult":"#/components/schemas/microsoft.graph.workbookFunctionResult","#microsoft.graph.workbookFunctions":"#/components/schemas/microsoft.graph.workbookFunctions","#microsoft.graph.workbookNamedItem":"#/components/schemas/microsoft.graph.workbookNamedItem","#microsoft.graph.workbookOperation":"#/components/schemas/microsoft.graph.workbookOperation","#microsoft.graph.workbookPivotTable":"#/components/schemas/microsoft.graph.workbookPivotTable","#microsoft.graph.workbookRange":"#/components/schemas/microsoft.graph.workbookRange","#microsoft.graph.workbookRangeBorder":"#/components/schemas/microsoft.graph.workbookRangeBorder","#microsoft.graph.workbookRangeFill":"#/components/schemas/microsoft.graph.workbookRangeFill","#microsoft.graph.workbookRangeFont":"#/components/schemas/microsoft.graph.workbookRangeFont","#microsoft.graph.workbookRangeFormat":"#/components/schemas/microsoft.graph.workbookRangeFormat","#microsoft.graph.workbookRangeSort":"#/components/schemas/microsoft.graph.workbookRangeSort","#microsoft.graph.workbookRangeView":"#/components/schemas/microsoft.graph.workbookRangeView","#microsoft.graph.workbookTable":"#/components/schemas/microsoft.graph.workbookTable","#microsoft.graph.workbookTableColumn":"#/components/schemas/microsoft.graph.workbookTableColumn","#microsoft.graph.workbookTableRow":"#/components/schemas/microsoft.graph.workbookTableRow","#microsoft.graph.workbookTableSort":"#/components/schemas/microsoft.graph.workbookTableSort","#microsoft.graph.workbookWorksheet":"#/components/schemas/microsoft.graph.workbookWorksheet","#microsoft.graph.workbookWorksheetProtection":"#/components/schemas/microsoft.graph.workbookWorksheetProtection","#microsoft.graph.workHoursAndLocationsSetting":"#/components/schemas/microsoft.graph.workHoursAndLocationsSetting","#microsoft.graph.workingTimeSchedule":"#/components/schemas/microsoft.graph.workingTimeSchedule","#microsoft.graph.workPlanOccurrence":"#/components/schemas/microsoft.graph.workPlanOccurrence","#microsoft.graph.workPlanRecurrence":"#/components/schemas/microsoft.graph.workPlanRecurrence","#microsoft.graph.callRecords.callRecord":"#/components/schemas/microsoft.graph.callRecords.callRecord","#microsoft.graph.callRecords.participantBase":"#/components/schemas/microsoft.graph.callRecords.participantBase","#microsoft.graph.callRecords.organizer":"#/components/schemas/microsoft.graph.callRecords.organizer","#microsoft.graph.callRecords.participant":"#/components/schemas/microsoft.graph.callRecords.participant","#microsoft.graph.callRecords.segment":"#/components/schemas/microsoft.graph.callRecords.segment","#microsoft.graph.callRecords.session":"#/components/schemas/microsoft.graph.callRecords.session","#microsoft.graph.entraRecoveryServices.recovery":"#/components/schemas/microsoft.graph.entraRecoveryServices.recovery","#microsoft.graph.entraRecoveryServices.recoveryChangeObjectBase":"#/components/schemas/microsoft.graph.entraRecoveryServices.recoveryChangeObjectBase","#microsoft.graph.entraRecoveryServices.recoveryJobBase":"#/components/schemas/microsoft.graph.entraRecoveryServices.recoveryJobBase","#microsoft.graph.entraRecoveryServices.recoveryJob":"#/components/schemas/microsoft.graph.entraRecoveryServices.recoveryJob","#microsoft.graph.entraRecoveryServices.recoveryPreviewJob":"#/components/schemas/microsoft.graph.entraRecoveryServices.recoveryPreviewJob","#microsoft.graph.entraRecoveryServices.snapshot":"#/components/schemas/microsoft.graph.entraRecoveryServices.snapshot","#microsoft.graph.externalConnectors.connectionOperation":"#/components/schemas/microsoft.graph.externalConnectors.connectionOperation","#microsoft.graph.externalConnectors.externalActivity":"#/components/schemas/microsoft.graph.externalConnectors.externalActivity","#microsoft.graph.externalConnectors.externalActivityResult":"#/components/schemas/microsoft.graph.externalConnectors.externalActivityResult","#microsoft.graph.externalConnectors.externalConnection":"#/components/schemas/microsoft.graph.externalConnectors.externalConnection","#microsoft.graph.externalConnectors.externalGroup":"#/components/schemas/microsoft.graph.externalConnectors.externalGroup","#microsoft.graph.externalConnectors.externalItem":"#/components/schemas/microsoft.graph.externalConnectors.externalItem","#microsoft.graph.externalConnectors.identity":"#/components/schemas/microsoft.graph.externalConnectors.identity","#microsoft.graph.externalConnectors.schema":"#/components/schemas/microsoft.graph.externalConnectors.schema","#microsoft.graph.identityGovernance.insights":"#/components/schemas/microsoft.graph.identityGovernance.insights","#microsoft.graph.identityGovernance.lifecycleManagementSettings":"#/components/schemas/microsoft.graph.identityGovernance.lifecycleManagementSettings","#microsoft.graph.identityGovernance.lifecycleWorkflowsContainer":"#/components/schemas/microsoft.graph.identityGovernance.lifecycleWorkflowsContainer","#microsoft.graph.identityGovernance.run":"#/components/schemas/microsoft.graph.identityGovernance.run","#microsoft.graph.identityGovernance.task":"#/components/schemas/microsoft.graph.identityGovernance.task","#microsoft.graph.identityGovernance.taskDefinition":"#/components/schemas/microsoft.graph.identityGovernance.taskDefinition","#microsoft.graph.identityGovernance.taskProcessingResult":"#/components/schemas/microsoft.graph.identityGovernance.taskProcessingResult","#microsoft.graph.identityGovernance.taskReport":"#/components/schemas/microsoft.graph.identityGovernance.taskReport","#microsoft.graph.identityGovernance.userProcessingResult":"#/components/schemas/microsoft.graph.identityGovernance.userProcessingResult","#microsoft.graph.identityGovernance.workflowTemplate":"#/components/schemas/microsoft.graph.identityGovernance.workflowTemplate","#microsoft.graph.partners.billing.azureUsage":"#/components/schemas/microsoft.graph.partners.billing.azureUsage","#microsoft.graph.partners.billing.billedReconciliation":"#/components/schemas/microsoft.graph.partners.billing.billedReconciliation","#microsoft.graph.partners.billing.billedUsage":"#/components/schemas/microsoft.graph.partners.billing.billedUsage","#microsoft.graph.partners.billing.billing":"#/components/schemas/microsoft.graph.partners.billing.billing","#microsoft.graph.partners.billing.billingReconciliation":"#/components/schemas/microsoft.graph.partners.billing.billingReconciliation","#microsoft.graph.partners.billing.manifest":"#/components/schemas/microsoft.graph.partners.billing.manifest","#microsoft.graph.partners.billing.operation":"#/components/schemas/microsoft.graph.partners.billing.operation","#microsoft.graph.partners.billing.exportSuccessOperation":"#/components/schemas/microsoft.graph.partners.billing.exportSuccessOperation","#microsoft.graph.partners.billing.failedOperation":"#/components/schemas/microsoft.graph.partners.billing.failedOperation","#microsoft.graph.partners.billing.runningOperation":"#/components/schemas/microsoft.graph.partners.billing.runningOperation","#microsoft.graph.partners.billing.unbilledReconciliation":"#/components/schemas/microsoft.graph.partners.billing.unbilledReconciliation","#microsoft.graph.partners.billing.unbilledUsage":"#/components/schemas/microsoft.graph.partners.billing.unbilledUsage","#microsoft.graph.search.searchAnswer":"#/components/schemas/microsoft.graph.search.searchAnswer","#microsoft.graph.search.acronym":"#/components/schemas/microsoft.graph.search.acronym","#microsoft.graph.search.bookmark":"#/components/schemas/microsoft.graph.search.bookmark","#microsoft.graph.search.qna":"#/components/schemas/microsoft.graph.search.qna","#microsoft.graph.security.alert":"#/components/schemas/microsoft.graph.security.alert","#microsoft.graph.security.analyzedEmail":"#/components/schemas/microsoft.graph.security.analyzedEmail","#microsoft.graph.security.article":"#/components/schemas/microsoft.graph.security.article","#microsoft.graph.security.artifact":"#/components/schemas/microsoft.graph.security.artifact","#microsoft.graph.security.host":"#/components/schemas/microsoft.graph.security.host","#microsoft.graph.security.hostname":"#/components/schemas/microsoft.graph.security.hostname","#microsoft.graph.security.ipAddress":"#/components/schemas/microsoft.graph.security.ipAddress","#microsoft.graph.security.hostComponent":"#/components/schemas/microsoft.graph.security.hostComponent","#microsoft.graph.security.hostCookie":"#/components/schemas/microsoft.graph.security.hostCookie","#microsoft.graph.security.hostSslCertificate":"#/components/schemas/microsoft.graph.security.hostSslCertificate","#microsoft.graph.security.hostTracker":"#/components/schemas/microsoft.graph.security.hostTracker","#microsoft.graph.security.passiveDnsRecord":"#/components/schemas/microsoft.graph.security.passiveDnsRecord","#microsoft.graph.security.sslCertificate":"#/components/schemas/microsoft.graph.security.sslCertificate","#microsoft.graph.security.unclassifiedArtifact":"#/components/schemas/microsoft.graph.security.unclassifiedArtifact","#microsoft.graph.security.auditCoreRoot":"#/components/schemas/microsoft.graph.security.auditCoreRoot","#microsoft.graph.security.auditLogQuery":"#/components/schemas/microsoft.graph.security.auditLogQuery","#microsoft.graph.security.auditLogRecord":"#/components/schemas/microsoft.graph.security.auditLogRecord","#microsoft.graph.security.autoAuditingConfiguration":"#/components/schemas/microsoft.graph.security.autoAuditingConfiguration","#microsoft.graph.security.case":"#/components/schemas/microsoft.graph.security.case","#microsoft.graph.security.ediscoveryCase":"#/components/schemas/microsoft.graph.security.ediscoveryCase","#microsoft.graph.security.caseOperation":"#/components/schemas/microsoft.graph.security.caseOperation","#microsoft.graph.security.ediscoveryAddToReviewSetOperation":"#/components/schemas/microsoft.graph.security.ediscoveryAddToReviewSetOperation","#microsoft.graph.security.ediscoveryEstimateOperation":"#/components/schemas/microsoft.graph.security.ediscoveryEstimateOperation","#microsoft.graph.security.ediscoveryExportOperation":"#/components/schemas/microsoft.graph.security.ediscoveryExportOperation","#microsoft.graph.security.ediscoveryHoldOperation":"#/components/schemas/microsoft.graph.security.ediscoveryHoldOperation","#microsoft.graph.security.ediscoveryHoldPolicySyncOperation":"#/components/schemas/microsoft.graph.security.ediscoveryHoldPolicySyncOperation","#microsoft.graph.security.ediscoveryIndexOperation":"#/components/schemas/microsoft.graph.security.ediscoveryIndexOperation","#microsoft.graph.security.ediscoveryPurgeDataOperation":"#/components/schemas/microsoft.graph.security.ediscoveryPurgeDataOperation","#microsoft.graph.security.ediscoverySearchExportOperation":"#/components/schemas/microsoft.graph.security.ediscoverySearchExportOperation","#microsoft.graph.security.ediscoveryTagOperation":"#/components/schemas/microsoft.graph.security.ediscoveryTagOperation","#microsoft.graph.security.casesRoot":"#/components/schemas/microsoft.graph.security.casesRoot","#microsoft.graph.security.collaborationRoot":"#/components/schemas/microsoft.graph.security.collaborationRoot","#microsoft.graph.security.dataSet":"#/components/schemas/microsoft.graph.security.dataSet","#microsoft.graph.security.ediscoveryReviewSet":"#/components/schemas/microsoft.graph.security.ediscoveryReviewSet","#microsoft.graph.security.dataSource":"#/components/schemas/microsoft.graph.security.dataSource","#microsoft.graph.security.siteSource":"#/components/schemas/microsoft.graph.security.siteSource","#microsoft.graph.security.unifiedGroupSource":"#/components/schemas/microsoft.graph.security.unifiedGroupSource","#microsoft.graph.security.userSource":"#/components/schemas/microsoft.graph.security.userSource","#microsoft.graph.security.dataSourceContainer":"#/components/schemas/microsoft.graph.security.dataSourceContainer","#microsoft.graph.security.ediscoveryCustodian":"#/components/schemas/microsoft.graph.security.ediscoveryCustodian","#microsoft.graph.security.ediscoveryNoncustodialDataSource":"#/components/schemas/microsoft.graph.security.ediscoveryNoncustodialDataSource","#microsoft.graph.security.dispositionReviewStage":"#/components/schemas/microsoft.graph.security.dispositionReviewStage","#microsoft.graph.security.ediscoveryCaseMember":"#/components/schemas/microsoft.graph.security.ediscoveryCaseMember","#microsoft.graph.security.ediscoveryCaseSettings":"#/components/schemas/microsoft.graph.security.ediscoveryCaseSettings","#microsoft.graph.security.filePlanDescriptor":"#/components/schemas/microsoft.graph.security.filePlanDescriptor","#microsoft.graph.security.filePlanDescriptorTemplate":"#/components/schemas/microsoft.graph.security.filePlanDescriptorTemplate","#microsoft.graph.security.authorityTemplate":"#/components/schemas/microsoft.graph.security.authorityTemplate","#microsoft.graph.security.categoryTemplate":"#/components/schemas/microsoft.graph.security.categoryTemplate","#microsoft.graph.security.citationTemplate":"#/components/schemas/microsoft.graph.security.citationTemplate","#microsoft.graph.security.departmentTemplate":"#/components/schemas/microsoft.graph.security.departmentTemplate","#microsoft.graph.security.filePlanReferenceTemplate":"#/components/schemas/microsoft.graph.security.filePlanReferenceTemplate","#microsoft.graph.security.subcategoryTemplate":"#/components/schemas/microsoft.graph.security.subcategoryTemplate","#microsoft.graph.security.healthIssue":"#/components/schemas/microsoft.graph.security.healthIssue","#microsoft.graph.security.hostPair":"#/components/schemas/microsoft.graph.security.hostPair","#microsoft.graph.security.hostPort":"#/components/schemas/microsoft.graph.security.hostPort","#microsoft.graph.security.hostReputation":"#/components/schemas/microsoft.graph.security.hostReputation","#microsoft.graph.security.identityAccounts":"#/components/schemas/microsoft.graph.security.identityAccounts","#microsoft.graph.security.user":"#/components/schemas/microsoft.graph.security.user","#microsoft.graph.security.identityContainer":"#/components/schemas/microsoft.graph.security.identityContainer","#microsoft.graph.security.incident":"#/components/schemas/microsoft.graph.security.incident","#microsoft.graph.security.indicator":"#/components/schemas/microsoft.graph.security.indicator","#microsoft.graph.security.articleIndicator":"#/components/schemas/microsoft.graph.security.articleIndicator","#microsoft.graph.security.intelligenceProfileIndicator":"#/components/schemas/microsoft.graph.security.intelligenceProfileIndicator","#microsoft.graph.security.intelligenceProfile":"#/components/schemas/microsoft.graph.security.intelligenceProfile","#microsoft.graph.security.labelsRoot":"#/components/schemas/microsoft.graph.security.labelsRoot","#microsoft.graph.security.networkAdapter":"#/components/schemas/microsoft.graph.security.networkAdapter","#microsoft.graph.security.retentionEvent":"#/components/schemas/microsoft.graph.security.retentionEvent","#microsoft.graph.security.retentionEventType":"#/components/schemas/microsoft.graph.security.retentionEventType","#microsoft.graph.security.retentionLabel":"#/components/schemas/microsoft.graph.security.retentionLabel","#microsoft.graph.security.search":"#/components/schemas/microsoft.graph.security.search","#microsoft.graph.security.ediscoveryReviewSetQuery":"#/components/schemas/microsoft.graph.security.ediscoveryReviewSetQuery","#microsoft.graph.security.ediscoverySearch":"#/components/schemas/microsoft.graph.security.ediscoverySearch","#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.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","#microsoft.graph.security.ediscoveryReviewTag":"#/components/schemas/microsoft.graph.security.ediscoveryReviewTag","#microsoft.graph.security.threatIntelligence":"#/components/schemas/microsoft.graph.security.threatIntelligence","#microsoft.graph.security.triggersRoot":"#/components/schemas/microsoft.graph.security.triggersRoot","#microsoft.graph.security.triggerTypesRoot":"#/components/schemas/microsoft.graph.security.triggerTypesRoot","#microsoft.graph.security.vulnerability":"#/components/schemas/microsoft.graph.security.vulnerability","#microsoft.graph.security.vulnerabilityComponent":"#/components/schemas/microsoft.graph.security.vulnerabilityComponent","#microsoft.graph.security.whoisBaseRecord":"#/components/schemas/microsoft.graph.security.whoisBaseRecord","#microsoft.graph.security.whoisHistoryRecord":"#/components/schemas/microsoft.graph.security.whoisHistoryRecord","#microsoft.graph.security.whoisRecord":"#/components/schemas/microsoft.graph.security.whoisRecord","#microsoft.graph.teamsAdministration.numberAssignment":"#/components/schemas/microsoft.graph.teamsAdministration.numberAssignment","#microsoft.graph.teamsAdministration.policyIdentifierDetail":"#/components/schemas/microsoft.graph.teamsAdministration.policyIdentifierDetail","#microsoft.graph.teamsAdministration.teamsAdminRoot":"#/components/schemas/microsoft.graph.teamsAdministration.teamsAdminRoot","#microsoft.graph.teamsAdministration.teamsPolicyAssignment":"#/components/schemas/microsoft.graph.teamsAdministration.teamsPolicyAssignment","#microsoft.graph.teamsAdministration.teamsPolicyUserAssignment":"#/components/schemas/microsoft.graph.teamsAdministration.teamsPolicyUserAssignment","#microsoft.graph.teamsAdministration.teamsUserConfiguration":"#/components/schemas/microsoft.graph.teamsAdministration.teamsUserConfiguration","#microsoft.graph.teamsAdministration.telephoneNumberLongRunningOperation":"#/components/schemas/microsoft.graph.teamsAdministration.telephoneNumberLongRunningOperation","#microsoft.graph.teamsAdministration.telephoneNumberManagementRoot":"#/components/schemas/microsoft.graph.teamsAdministration.telephoneNumberManagementRoot","#microsoft.graph.termStore.group":"#/components/schemas/microsoft.graph.termStore.group","#microsoft.graph.termStore.relation":"#/components/schemas/microsoft.graph.termStore.relation","#microsoft.graph.termStore.set":"#/components/schemas/microsoft.graph.termStore.set","#microsoft.graph.termStore.store":"#/components/schemas/microsoft.graph.termStore.store","#microsoft.graph.termStore.term":"#/components/schemas/microsoft.graph.termStore.term"}}},"microsoft.graph.configurationDriftCollectionResponse":{"title":"Collection of configurationDrift","type":"object","allOf":[{"$ref":"#/components/schemas/BaseCollectionPaginationCountResponse"},{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.configurationDrift"}}}}]},"microsoft.graph.driftedProperty":{"title":"driftedProperty","required":["@odata.type"],"type":"object","properties":{"currentValue":{"description":"The current value of the property.","readOnly":true},"desiredValue":{"description":"The desired value of the property as specified by admins in the baseline of the monitor body.","readOnly":true},"propertyName":{"type":"string","description":"The name of the property.","readOnly":true},"@odata.type":{"type":"string"}}},"microsoft.graph.openComplexDictionaryType":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.Dictionary"},{"title":"openComplexDictionaryType","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.openComplexDictionaryType"},"microsoft.graph.driftStatus":{"title":"driftStatus","enum":["active","fixed","unknownFutureValue"],"type":"string","x-ms-enum":{"name":"driftStatus","modelAsString":false,"values":[{"value":"unknownFutureValue","description":"A marker value for members added after the release of this API.","name":"unknownFutureValue"}]}},"ODataCountResponse":{"type":"integer","format":"int32"},"microsoft.graph.configurationMonitoringResultCollectionResponse":{"title":"Collection of configurationMonitoringResult","type":"object","allOf":[{"$ref":"#/components/schemas/BaseCollectionPaginationCountResponse"},{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.configurationMonitoringResult"}}}}]},"microsoft.graph.errorDetail":{"title":"errorDetail","required":["@odata.type"],"type":"object","properties":{"errorMessage":{"type":"string","description":"The message that describes the error to help the admin take action.","readOnly":true},"resourceInstanceName":{"type":"string","description":"The resource type identifier.","readOnly":true},"resourceType":{"type":"string","description":"Name of the resource type.","readOnly":true},"@odata.type":{"type":"string"}}},"microsoft.graph.monitorRunStatus":{"title":"monitorRunStatus","enum":["successful","partiallySuccessful","failed","unknownFutureValue"],"type":"string","x-ms-enum":{"name":"monitorRunStatus","modelAsString":false,"values":[{"value":"unknownFutureValue","description":"A marker value for members added after the release of this API.","name":"unknownFutureValue"}]}},"microsoft.graph.configurationMonitorCollectionResponse":{"title":"Collection of configurationMonitor","type":"object","allOf":[{"$ref":"#/components/schemas/BaseCollectionPaginationCountResponse"},{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.configurationMonitor"}}}}]},"microsoft.graph.identitySet":{"title":"identitySet","required":["@odata.type"],"type":"object","properties":{"application":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identity"},{"type":"object","nullable":true}],"description":"Optional. The application associated with this action."},"device":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identity"},{"type":"object","nullable":true}],"description":"Optional. The device associated with this action."},"user":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identity"},{"type":"object","nullable":true}],"description":"Optional. The user associated with this action."},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.aiInteractionMentionedIdentitySet":"#/components/schemas/microsoft.graph.aiInteractionMentionedIdentitySet","#microsoft.graph.chatMessageFromIdentitySet":"#/components/schemas/microsoft.graph.chatMessageFromIdentitySet","#microsoft.graph.chatMessageMentionedIdentitySet":"#/components/schemas/microsoft.graph.chatMessageMentionedIdentitySet","#microsoft.graph.chatMessageReactionIdentitySet":"#/components/schemas/microsoft.graph.chatMessageReactionIdentitySet","#microsoft.graph.communicationsIdentitySet":"#/components/schemas/microsoft.graph.communicationsIdentitySet","#microsoft.graph.engagementIdentitySet":"#/components/schemas/microsoft.graph.engagementIdentitySet","#microsoft.graph.sharePointIdentitySet":"#/components/schemas/microsoft.graph.sharePointIdentitySet"}}},"microsoft.graph.monitorMode":{"title":"monitorMode","enum":["monitorOnly","unknownFutureValue"],"type":"string","x-ms-enum":{"name":"monitorMode","modelAsString":false,"values":[{"value":"unknownFutureValue","description":"A marker value for members added after the release of this API.","name":"unknownFutureValue"}]}},"microsoft.graph.monitorStatus":{"title":"monitorStatus","enum":["active","inactive","unknownFutureValue"],"type":"string","x-ms-enum":{"name":"monitorStatus","modelAsString":false,"values":[{"value":"unknownFutureValue","description":"A marker value for members added after the release of this API.","name":"unknownFutureValue"}]}},"microsoft.graph.baselineParameter":{"title":"baselineParameter","required":["@odata.type"],"type":"object","properties":{"description":{"type":"string","description":"User-friendly description of the parameter.","nullable":true},"displayName":{"type":"string","description":"Parameter names such as FQDN and Tenant ID."},"parameterType":{"$ref":"#/components/schemas/microsoft.graph.baselineParameterType"},"@odata.type":{"type":"string"}}},"microsoft.graph.baselineResource":{"title":"baselineResource","required":["@odata.type"],"type":"object","properties":{"displayName":{"type":"string","description":"Unique name of the resource."},"properties":{"$ref":"#/components/schemas/microsoft.graph.openComplexDictionaryType"},"resourceType":{"type":"string","description":"Name of the resource type."},"@odata.type":{"type":"string"}}},"microsoft.graph.configurationSnapshotJobCollectionResponse":{"title":"Collection of configurationSnapshotJob","type":"object","allOf":[{"$ref":"#/components/schemas/BaseCollectionPaginationCountResponse"},{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.configurationSnapshotJob"}}}}]},"microsoft.graph.snapshotJobStatus":{"title":"snapshotJobStatus","enum":["notStarted","running","succeeded","failed","partiallySuccessful","unknownFutureValue"],"type":"string","x-ms-enum":{"name":"snapshotJobStatus","modelAsString":false,"values":[{"value":"unknownFutureValue","description":"A marker value for members added after the release of this API.","name":"unknownFutureValue"}]}},"microsoft.graph.configurationBaselineCollectionResponse":{"title":"Collection of configurationBaseline","type":"object","allOf":[{"$ref":"#/components/schemas/BaseCollectionPaginationCountResponse"},{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.configurationBaseline"}}}}]},"microsoft.graph.browserSiteListCollectionResponse":{"title":"Collection of browserSiteList","type":"object","allOf":[{"$ref":"#/components/schemas/BaseCollectionPaginationCountResponse"},{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.browserSiteList"}}}}]},"microsoft.graph.browserSiteListStatus":{"title":"browserSiteListStatus","enum":["draft","published","pending","unknownFutureValue"],"type":"string","x-ms-enum":{"name":"browserSiteListStatus","modelAsString":false,"values":[{"value":"draft","description":"A site list that has not yet been published","name":"draft"},{"value":"published","description":"A site list that has been published with no pending changes.","name":"published"},{"value":"pending","description":"A site that has pending changes","name":"pending"},{"value":"unknownFutureValue","description":"Placeholder for evolvable enum, but this enum is never returned to the caller, so it shoudn't be necessary.","name":"unknownFutureValue"}]}},"microsoft.graph.browserSiteCompatibilityMode":{"title":"browserSiteCompatibilityMode","enum":["default","internetExplorer8Enterprise","internetExplorer7Enterprise","internetExplorer11","internetExplorer10","internetExplorer9","internetExplorer8","internetExplorer7","internetExplorer5","unknownFutureValue"],"type":"string","x-ms-enum":{"name":"browserSiteCompatibilityMode","modelAsString":false,"values":[{"value":"default","description":"Loads the site using default compatibility mode.","name":"default"},{"value":"internetExplorer8Enterprise","description":"Loads the site in internetExplorer8 Enterprise Mode","name":"internetExplorer8Enterprise"},{"value":"internetExplorer7Enterprise","description":"Loads the site in internetExplorer7 Enterprise Mode","name":"internetExplorer7Enterprise"},{"value":"internetExplorer11","description":"Loads the site in internetExplorer11","name":"internetExplorer11"},{"value":"internetExplorer10","description":"Loads the site in internetExplorer10","name":"internetExplorer10"},{"value":"internetExplorer9","description":"Loads the site in internetExplorer9","name":"internetExplorer9"},{"value":"internetExplorer8","description":"Loads the site in internetExplorer8","name":"internetExplorer8"},{"value":"internetExplorer7","description":"Loads the site in internetExplorer7","name":"internetExplorer7"},{"value":"internetExplorer5","description":"Loads the site in internetExplorer5","name":"internetExplorer5"},{"value":"unknownFutureValue","description":"Placeholder for evolvable enum, but this enum is never returned to the caller, so it shouldn't be necessary.","name":"unknownFutureValue"}]}},"microsoft.graph.browserSiteHistory":{"title":"browserSiteHistory","required":["@odata.type"],"type":"object","properties":{"allowRedirect":{"type":"boolean","description":"Controls the behavior of redirected sites. If true, indicates that the site will open in Internet Explorer 11 or Microsoft Edge even if the site is navigated to as part of a HTTP or meta refresh redirection chain.","nullable":true},"comment":{"type":"string","description":"The comment for the site."},"compatibilityMode":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.browserSiteCompatibilityMode"},{"type":"object","nullable":true}],"description":"Controls what compatibility setting is used for specific sites or domains. The possible values are: default, internetExplorer8Enterprise, internetExplorer7Enterprise, internetExplorer11, internetExplorer10, internetExplorer9, internetExplorer8, internetExplorer7, internetExplorer5, unknownFutureValue."},"lastModifiedBy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"type":"object","nullable":true}],"description":"The user who last modified the site."},"mergeType":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.browserSiteMergeType"},{"type":"object","nullable":true}],"description":"The merge type of the site. The possible values are: noMerge, default, unknownFutureValue."},"publishedDateTime":{"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 site was last published.","format":"date-time"},"targetEnvironment":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.browserSiteTargetEnvironment"},{"type":"object","nullable":true}],"description":"The target environment that the site should open in. The possible values are: internetExplorerMode, internetExplorer11, microsoftEdge, configurable, none, unknownFutureValue.Prior to June 15, 2022, the internetExplorer11 option would allow opening a site in the Internet Explorer 11 (IE11) desktop application. Following the retirement of IE11 on June 15, 2022, the internetExplorer11 option will no longer open an IE11 window and will instead behave the same as the internetExplorerMode option."},"@odata.type":{"type":"string"}},"description":"The history for the site modifications"},"microsoft.graph.browserSiteMergeType":{"title":"browserSiteMergeType","enum":["noMerge","default","unknownFutureValue"],"type":"string","x-ms-enum":{"name":"browserSiteMergeType","modelAsString":false,"values":[{"value":"noMerge","description":"No merge type","name":"noMerge"},{"value":"default","description":"Default merge type","name":"default"},{"value":"unknownFutureValue","description":"Placeholder for evolvable enum, but this enum is never returned to the caller, so it shouldn't be necessary.","name":"unknownFutureValue"}]}},"microsoft.graph.browserSiteStatus":{"title":"browserSiteStatus","enum":["published","pendingAdd","pendingEdit","pendingDelete","unknownFutureValue"],"type":"string","x-ms-enum":{"name":"browserSiteStatus","modelAsString":false,"values":[{"value":"published","description":"A site that has been published","name":"published"},{"value":"pendingAdd","description":"A site that has been added pending publish","name":"pendingAdd"},{"value":"pendingEdit","description":"A site that has been edited pending publish","name":"pendingEdit"},{"value":"pendingDelete","description":"A site that has been deleted pending publish","name":"pendingDelete"},{"value":"unknownFutureValue","description":"Placeholder for evolvable enum, but this enum is never returned to the caller, so it shouldn't be necessary.","name":"unknownFutureValue"}]}},"microsoft.graph.browserSiteTargetEnvironment":{"title":"browserSiteTargetEnvironment","enum":["internetExplorerMode","internetExplorer11","microsoftEdge","configurable","none","unknownFutureValue"],"type":"string","x-ms-enum":{"name":"browserSiteTargetEnvironment","modelAsString":false,"values":[{"value":"internetExplorerMode","description":"Open in Internet Explorer Mode","name":"internetExplorerMode"},{"value":"internetExplorer11","description":"Open in standalone Internet Explorer 11","name":"internetExplorer11"},{"value":"microsoftEdge","description":"Open in Microsoft Edge","name":"microsoftEdge"},{"value":"configurable","description":"Configurable type","name":"configurable"},{"value":"none","description":"Open in the browser the employee chooses.","name":"none"},{"value":"unknownFutureValue","description":"Placeholder for evolvable enum, but this enum is never returned to the caller, so it shouldn't be necessary.","name":"unknownFutureValue"}]}},"microsoft.graph.browserSharedCookieHistory":{"title":"browserSharedCookieHistory","required":["@odata.type"],"type":"object","properties":{"comment":{"type":"string","description":"The comment for the shared cookie.","nullable":true},"displayName":{"type":"string","description":"The name of the cookie."},"hostOnly":{"type":"boolean","description":"Controls whether a cookie is a host-only or domain cookie."},"hostOrDomain":{"type":"string","description":"The URL of the cookie.","nullable":true},"lastModifiedBy":{"$ref":"#/components/schemas/microsoft.graph.identitySet"},"path":{"type":"string","description":"The path of the cookie.","nullable":true},"publishedDateTime":{"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 cookie was last published.","format":"date-time"},"sourceEnvironment":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.browserSharedCookieSourceEnvironment"},{"type":"object","nullable":true}],"description":"Specifies how the cookies are shared between Microsoft Edge and Internet Explorer. The possible values are: microsoftEdge, internetExplorer11, both, unknownFutureValue."},"@odata.type":{"type":"string"}}},"microsoft.graph.browserSharedCookieSourceEnvironment":{"title":"browserSharedCookieSourceEnvironment","enum":["microsoftEdge","internetExplorer11","both","unknownFutureValue"],"type":"string","x-ms-enum":{"name":"browserSharedCookieSourceEnvironment","modelAsString":false,"values":[{"value":"microsoftEdge","description":"Share session cookies from Microsoft Edge to Internet Explorer.","name":"microsoftEdge"},{"value":"internetExplorer11","description":"Share session cookies from Internet Explorer to Microsoft Edge.","name":"internetExplorer11"},{"value":"both","description":"Share session cookies to and from Microsoft Edge and Internet Explorer.","name":"both"},{"value":"unknownFutureValue","description":"Placeholder for evolvable enum, but this enum is never returned to the caller, so it shouldn't be necessary.","name":"unknownFutureValue"}]}},"microsoft.graph.browserSharedCookieStatus":{"title":"browserSharedCookieStatus","enum":["published","pendingAdd","pendingEdit","pendingDelete","unknownFutureValue"],"type":"string","x-ms-enum":{"name":"browserSharedCookieStatus","modelAsString":false,"values":[{"value":"published","description":"A sharedcookie that has been published","name":"published"},{"value":"pendingAdd","description":"A sharedcookie that has been added pending publish","name":"pendingAdd"},{"value":"pendingEdit","description":"A sharedcookie that has been edited pending publish","name":"pendingEdit"},{"value":"pendingDelete","description":"A sharedcookie that has been deleted pending publish","name":"pendingDelete"},{"value":"unknownFutureValue","description":"Placeholder for evolvable enum, but this enum is never returned to the caller, so it shouldn't be necessary.","name":"unknownFutureValue"}]}},"microsoft.graph.browserSharedCookieCollectionResponse":{"title":"Collection of browserSharedCookie","type":"object","allOf":[{"$ref":"#/components/schemas/BaseCollectionPaginationCountResponse"},{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.browserSharedCookie"}}}}]},"microsoft.graph.browserSiteCollectionResponse":{"title":"Collection of browserSite","type":"object","allOf":[{"$ref":"#/components/schemas/BaseCollectionPaginationCountResponse"},{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.browserSite"}}}}]},"microsoft.graph.mailboxCollectionResponse":{"title":"Collection of mailbox","type":"object","allOf":[{"$ref":"#/components/schemas/BaseCollectionPaginationCountResponse"},{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.mailbox"}}}}]},"microsoft.graph.mailboxFolderCollectionResponse":{"title":"Collection of mailboxFolder","type":"object","allOf":[{"$ref":"#/components/schemas/BaseCollectionPaginationCountResponse"},{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.mailboxFolder"}}}}]},"microsoft.graph.multiValueLegacyExtendedProperty":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"multiValueLegacyExtendedProperty","required":["@odata.type"],"type":"object","properties":{"value":{"type":"array","items":{"type":"string","nullable":true},"description":"A collection of property values."},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.multiValueLegacyExtendedProperty"},"microsoft.graph.singleValueLegacyExtendedProperty":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"singleValueLegacyExtendedProperty","required":["@odata.type"],"type":"object","properties":{"value":{"type":"string","description":"A property value.","nullable":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.singleValueLegacyExtendedProperty"},"microsoft.graph.mailboxItemCollectionResponse":{"title":"Collection of mailboxItem","type":"object","allOf":[{"$ref":"#/components/schemas/BaseCollectionPaginationCountResponse"},{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.mailboxItem"}}}}]},"microsoft.graph.outlookItem":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"outlookItem","required":["@odata.type"],"type":"object","properties":{"categories":{"type":"array","items":{"type":"string","nullable":true},"description":"The categories associated with the item"},"changeKey":{"type":"string","description":"Identifies the version of the item. Every time the item is changed, changeKey changes as well. This allows Exchange to apply changes to the correct version of the object. Read-only.","nullable":true},"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","description":"The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z","format":"date-time","nullable":true},"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":"The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z","format":"date-time","nullable":true},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.contact":"#/components/schemas/microsoft.graph.contact","#microsoft.graph.event":"#/components/schemas/microsoft.graph.event","#microsoft.graph.mailboxItem":"#/components/schemas/microsoft.graph.mailboxItem","#microsoft.graph.message":"#/components/schemas/microsoft.graph.message","#microsoft.graph.calendarSharingMessage":"#/components/schemas/microsoft.graph.calendarSharingMessage","#microsoft.graph.eventMessage":"#/components/schemas/microsoft.graph.eventMessage","#microsoft.graph.eventMessageRequest":"#/components/schemas/microsoft.graph.eventMessageRequest","#microsoft.graph.eventMessageResponse":"#/components/schemas/microsoft.graph.eventMessageResponse","#microsoft.graph.post":"#/components/schemas/microsoft.graph.post"}}}]},"microsoft.graph.mailTipsError":{"title":"mailTipsError","required":["@odata.type"],"type":"object","properties":{"code":{"type":"string","description":"The error code.","nullable":true},"message":{"type":"string","description":"The error message.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.exchangeMessageTraceCollectionResponse":{"title":"Collection of exchangeMessageTrace","type":"object","allOf":[{"$ref":"#/components/schemas/BaseCollectionPaginationCountResponse"},{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.exchangeMessageTrace"}}}}]},"microsoft.graph.exchangeMessageTraceStatus":{"title":"exchangeMessageTraceStatus","enum":["gettingStatus","pending","failed","delivered","expanded","quarantined","filteredAsSpam","unknownFutureValue"],"type":"string"},"microsoft.graph.appsInstallationOptionsForMac":{"title":"appsInstallationOptionsForMac","required":["@odata.type"],"type":"object","properties":{"isMicrosoft365AppsEnabled":{"type":"boolean","description":"Specifies whether users can install Microsoft 365 apps on their MAC devices. The default value is true."},"isSkypeForBusinessEnabled":{"type":"boolean","description":"Specifies whether users can install Skype for Business on their MAC devices running OS X El Capitan 10.11 or later. The default value is true."},"@odata.type":{"type":"string"}}},"microsoft.graph.appsInstallationOptionsForWindows":{"title":"appsInstallationOptionsForWindows","required":["@odata.type"],"type":"object","properties":{"isMicrosoft365AppsEnabled":{"type":"boolean","description":"Specifies whether users can install Microsoft 365 apps, including Skype for Business, on their Windows devices. The default value is true."},"isProjectEnabled":{"type":"boolean","description":"Specifies whether users can install Microsoft Project on their Windows devices. The default value is true."},"isSkypeForBusinessEnabled":{"type":"boolean","description":"Specifies whether users can install Skype for Business (standalone) on their Windows devices. The default value is true."},"isVisioEnabled":{"type":"boolean","description":"Specifies whether users can install Visio on their Windows devices. The default value is true."},"@odata.type":{"type":"string"}}},"microsoft.graph.appsUpdateChannelType":{"title":"appsUpdateChannelType","enum":["current","monthlyEnterprise","semiAnnual","unknownFutureValue"],"type":"string"},"microsoft.graph.profileCardPropertyCollectionResponse":{"title":"Collection of profileCardProperty","type":"object","allOf":[{"$ref":"#/components/schemas/BaseCollectionPaginationCountResponse"},{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.profileCardProperty"}}}}]},"microsoft.graph.profileCardAnnotation":{"title":"profileCardAnnotation","required":["@odata.type"],"type":"object","properties":{"displayName":{"type":"string","description":"If present, the value of this field is used by the profile card as the default property label in the experience (for example, 'Cost Center').","nullable":true},"localizations":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.displayNameLocalization"},"description":"Each resource in this collection represents the localized value of the attribute name for a given language, used as the default label for that locale. For example, a user with a nb-NO client gets 'Kostnadssenter' as the attribute label, rather than 'Cost Center.'"},"@odata.type":{"type":"string"}}},"microsoft.graph.profilePropertySettingCollectionResponse":{"title":"Collection of profilePropertySetting","type":"object","allOf":[{"$ref":"#/components/schemas/BaseCollectionPaginationCountResponse"},{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.profilePropertySetting"}}}}]},"microsoft.graph.profileSourceCollectionResponse":{"title":"Collection of profileSource","type":"object","allOf":[{"$ref":"#/components/schemas/BaseCollectionPaginationCountResponse"},{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.profileSource"}}}}]},"microsoft.graph.profileSourceLocalization":{"title":"profileSourceLocalization","required":["@odata.type"],"type":"object","properties":{"displayName":{"type":"string","description":"Localized display name.","nullable":true},"languageTag":{"type":"string","description":"Language locale.","nullable":true},"webUrl":{"type":"string","description":"Localized profile source URL.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.serviceHealthCollectionResponse":{"title":"Collection of serviceHealth","type":"object","allOf":[{"$ref":"#/components/schemas/BaseCollectionPaginationCountResponse"},{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.serviceHealth"}}}}]},"microsoft.graph.serviceHealthStatus":{"title":"serviceHealthStatus","enum":["serviceOperational","investigating","restoringService","verifyingService","serviceRestored","postIncidentReviewPublished","serviceDegradation","serviceInterruption","extendedRecovery","falsePositive","investigationSuspended","resolved","mitigatedExternal","mitigated","resolvedExternal","confirmed","reported","unknownFutureValue"],"type":"string"},"microsoft.graph.serviceHealthIssueCollectionResponse":{"title":"Collection of serviceHealthIssue","type":"object","allOf":[{"$ref":"#/components/schemas/BaseCollectionPaginationCountResponse"},{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.serviceHealthIssue"}}}}]},"microsoft.graph.serviceAnnouncementBase":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"serviceAnnouncementBase","required":["@odata.type"],"type":"object","properties":{"details":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.keyValuePair"},"description":"More details about service event. This property doesn't support filters."},"endDateTime":{"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 time of the service event.","format":"date-time","nullable":true},"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":"The last modified time of the service event.","format":"date-time"},"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 start time of the service event.","format":"date-time"},"title":{"type":"string","description":"The title of the service event."},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.serviceHealthIssue":"#/components/schemas/microsoft.graph.serviceHealthIssue","#microsoft.graph.serviceUpdateMessage":"#/components/schemas/microsoft.graph.serviceUpdateMessage"}}}]},"microsoft.graph.serviceHealthClassificationType":{"title":"serviceHealthClassificationType","enum":["advisory","incident","unknownFutureValue"],"type":"string"},"microsoft.graph.serviceHealthOrigin":{"title":"serviceHealthOrigin","enum":["microsoft","thirdParty","customer","unknownFutureValue"],"type":"string"},"microsoft.graph.serviceHealthIssuePost":{"title":"serviceHealthIssuePost","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","description":"The published time of the post.","format":"date-time"},"description":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.itemBody"},{"type":"object","nullable":true}],"description":"The content of the service issue post. The supported value for the contentType property is html."},"postType":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.postType"},{"type":"object","nullable":true}],"description":"The post type of the service issue historical post. The possible values are: regular, quick, strategic, unknownFutureValue."},"@odata.type":{"type":"string"}}},"microsoft.graph.serviceUpdateMessageCollectionResponse":{"title":"Collection of serviceUpdateMessage","type":"object","allOf":[{"$ref":"#/components/schemas/BaseCollectionPaginationCountResponse"},{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.serviceUpdateMessage"}}}}]},"microsoft.graph.itemBody":{"title":"itemBody","required":["@odata.type"],"type":"object","properties":{"content":{"type":"string","description":"The content of the item.","nullable":true},"contentType":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.bodyType"},{"type":"object","nullable":true}],"description":"The type of the content. Possible values are text and html."},"@odata.type":{"type":"string"}}},"microsoft.graph.serviceUpdateCategory":{"title":"serviceUpdateCategory","enum":["preventOrFixIssue","planForChange","stayInformed","unknownFutureValue"],"type":"string"},"microsoft.graph.serviceUpdateSeverity":{"title":"serviceUpdateSeverity","enum":["normal","high","critical","unknownFutureValue"],"type":"string"},"microsoft.graph.serviceUpdateMessageViewpoint":{"title":"serviceUpdateMessageViewpoint","required":["@odata.type"],"type":"object","properties":{"isArchived":{"type":"boolean","description":"Indicates whether the user archived the message.","nullable":true},"isFavorited":{"type":"boolean","description":"Indicates whether the user marked the message as favorite.","nullable":true},"isRead":{"type":"boolean","description":"Indicates whether the user read the message.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.serviceAnnouncementAttachmentCollectionResponse":{"title":"Collection of serviceAnnouncementAttachment","type":"object","allOf":[{"$ref":"#/components/schemas/BaseCollectionPaginationCountResponse"},{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.serviceAnnouncementAttachment"}}}}]},"microsoft.graph.idleSessionSignOut":{"title":"idleSessionSignOut","required":["@odata.type"],"type":"object","properties":{"isEnabled":{"type":"boolean","description":"Indicates whether the idle session sign-out policy is enabled.","nullable":true},"signOutAfterInSeconds":{"type":"number","description":"Number of seconds of inactivity after which a user is signed out.","format":"int64","nullable":true},"warnAfterInSeconds":{"type":"number","description":"Number of seconds of inactivity after which a user is notified that they'll be signed out.","format":"int64","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.imageTaggingChoice":{"title":"imageTaggingChoice","enum":["disabled","basic","enhanced","unknownFutureValue"],"type":"string"},"microsoft.graph.sharingCapabilities":{"title":"sharingCapabilities","enum":["disabled","externalUserSharingOnly","externalUserAndGuestSharing","existingExternalUserSharingOnly","unknownFutureValue"],"type":"string"},"microsoft.graph.sharingDomainRestrictionMode":{"title":"sharingDomainRestrictionMode","enum":["none","allowList","blockList","unknownFutureValue"],"type":"string"},"microsoft.graph.teamsAdministration.teamsPolicyUserAssignmentCollectionResponse":{"title":"Collection of teamsPolicyUserAssignment","type":"object","allOf":[{"$ref":"#/components/schemas/BaseCollectionPaginationCountResponse"},{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.teamsAdministration.teamsPolicyUserAssignment"}}}}]},"microsoft.graph.teamsAdministration.numberAssignmentCollectionResponse":{"title":"Collection of numberAssignment","type":"object","allOf":[{"$ref":"#/components/schemas/BaseCollectionPaginationCountResponse"},{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.teamsAdministration.numberAssignment"}}}}]},"microsoft.graph.teamsAdministration.activationState":{"title":"activationState","enum":["activated","assignmentPending","assignmentFailed","updatePending","updateFailed","unknownFutureValue"],"type":"string"},"microsoft.graph.teamsAdministration.assignmentStatus":{"title":"assignmentStatus","enum":["unassigned","internalError","userAssigned","conferenceAssigned","voiceApplicationAssigned","thirdPartyAppAssigned","policyAssigned","unknownFutureValue"],"type":"string"},"microsoft.graph.teamsAdministration.numberCapability":{"title":"numberCapability","enum":["conferenceAssignment","voiceApplicationAssignment","userAssignment","teamsPhoneMobile","unknownFutureValue"],"type":"string"},"microsoft.graph.teamsAdministration.numberSource":{"title":"numberSource","enum":["online","onPremises","unknownFutureValue"],"type":"string"},"microsoft.graph.teamsAdministration.portInStatus":{"title":"portInStatus","enum":["completed","firmOrderCommitmentAccepted","unknownFutureValue"],"type":"string"},"microsoft.graph.teamsAdministration.reverseNumberLookupOption":{"title":"reverseNumberLookupOption","enum":["skipInternalVoip","unknownFutureValue"],"type":"string"},"microsoft.graph.teamsAdministration.customerAction":{"title":"customerAction","enum":["locationUpdate","release","unknownFutureValue"],"type":"string"},"microsoft.graph.teamsAdministration.telephoneNumberLongRunningOperationCollectionResponse":{"title":"Collection of telephoneNumberLongRunningOperation","type":"object","allOf":[{"$ref":"#/components/schemas/BaseCollectionPaginationCountResponse"},{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.teamsAdministration.telephoneNumberLongRunningOperation"}}}}]},"microsoft.graph.teamsAdministration.telephoneNumberLongRunningOperationDetails":{"title":"telephoneNumberLongRunningOperationDetails","required":["@odata.type"],"type":"object","properties":{"resourceLocation":{"type":"string","description":"Location of the asynchronous operation. It includes the operation identifier.","nullable":true},"status":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.longRunningOperationStatus"},{"type":"object","nullable":true}],"description":"status of the asynchronous operation. The possible values are: notStarted, running, succeeded, failed, unknownFutureValue."},"statusDetail":{"type":"string","description":"Indicates the asynchronous operation details.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.longRunningOperationStatus":{"title":"longRunningOperationStatus","enum":["notStarted","running","succeeded","failed","unknownFutureValue"],"type":"string"},"microsoft.graph.teamsAdministration.teamsUserConfigurationCollectionResponse":{"title":"Collection of teamsUserConfiguration","type":"object","allOf":[{"$ref":"#/components/schemas/BaseCollectionPaginationCountResponse"},{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.teamsAdministration.teamsUserConfiguration"}}}}]},"microsoft.graph.teamsAdministration.accountType":{"title":"accountType","enum":["user","resourceAccount","guest","sfbOnPremUser","unknown","unknownFutureValue","ineligibleUser"],"type":"string"},"microsoft.graph.teamsAdministration.effectivePolicyAssignment":{"title":"effectivePolicyAssignment","required":["@odata.type"],"type":"object","properties":{"policyAssignment":{"$ref":"#/components/schemas/microsoft.graph.teamsAdministration.policyAssignment"},"policyType":{"type":"string","description":"The type of the assigned policy; for example, TeamsMeetingPolicy and TeamsCallingPolicy."},"@odata.type":{"type":"string"}}},"microsoft.graph.teamsAdministration.assignedTelephoneNumber":{"title":"assignedTelephoneNumber","required":["@odata.type"],"type":"object","properties":{"assignmentCategory":{"$ref":"#/components/schemas/microsoft.graph.teamsAdministration.assignmentCategory"},"telephoneNumber":{"type":"string","description":"The assigned phone number."},"@odata.type":{"type":"string"}}},"microsoft.graph.assignedLicense":{"title":"assignedLicense","required":["@odata.type"],"type":"object","properties":{"disabledPlans":{"type":"array","items":{"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"},"description":"A collection of the unique identifiers for plans that have been disabled. IDs are available in servicePlans > servicePlanId in the tenant's subscribedSkus or serviceStatus > servicePlanId in the tenant's companySubscription."},"skuId":{"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","description":"The unique identifier for the SKU. Corresponds to the skuId from subscribedSkus or companySubscription.","format":"uuid","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.assignedPlan":{"title":"assignedPlan","required":["@odata.type"],"type":"object","properties":{"assignedDateTime":{"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 at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.","format":"date-time","nullable":true},"capabilityStatus":{"type":"string","description":"Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value.","nullable":true},"service":{"type":"string","description":"The name of the service; for example, exchange.","nullable":true},"servicePlanId":{"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","description":"A GUID that identifies the service plan. For a complete list of GUIDs and their equivalent friendly service names, see Product names and service plan identifiers for licensing.","format":"uuid","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.authorizationInfo":{"title":"authorizationInfo","required":["@odata.type"],"type":"object","properties":{"certificateUserIds":{"type":"array","items":{"type":"string","nullable":true}},"@odata.type":{"type":"string"}}},"microsoft.graph.customSecurityAttributeValue":{"title":"customSecurityAttributeValue","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}}},"microsoft.graph.employeeOrgData":{"title":"employeeOrgData","required":["@odata.type"],"type":"object","properties":{"costCenter":{"type":"string","description":"The cost center associated with the user. Requires $select to retrieve. Supports $filter.","nullable":true},"division":{"type":"string","description":"The name of the division in which the user works. Requires $select to retrieve. Supports $filter.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.objectIdentity":{"title":"objectIdentity","required":["@odata.type"],"type":"object","properties":{"issuer":{"type":"string","description":"Specifies the issuer of the identity, for example facebook.com. 512 character limit. For local accounts (where signInType isn't federated), this property is the local default domain name for the tenant, for example contoso.com.  For guests from other Microsoft Entra organizations, this is the domain of the federated organization, for example contoso.com. For more information about filtering behavior for this property, see Filtering on the identities property of a user.","nullable":true},"issuerAssignedId":{"type":"string","description":"Specifies the unique identifier assigned to the user by the issuer. 64 character limit. The combination of issuer and issuerAssignedId must be unique within the organization. Represents the sign-in name for the user, when signInType is set to emailAddress or userName (also known as local accounts).When signInType is set to: emailAddress (or a custom string that starts with emailAddress like emailAddress1), issuerAssignedId must be a valid email addressuserName, issuerAssignedId must begin with an alphabetical character or number, and can only contain alphanumeric characters and the following symbols: - or _  For more information about filtering behavior for this property, see Filtering on the identities property of a user.","nullable":true},"signInType":{"type":"string","description":"Specifies the user sign-in types in your directory, such as emailAddress, userName, federated, or userPrincipalName. federated represents a unique identifier for a user from an issuer that can be in any format chosen by the issuer. Setting or updating a userPrincipalName identity updates the value of the userPrincipalName property on the user object. The validations performed on the userPrincipalName property on the user object, for example, verified domains and acceptable characters, are performed when setting or updating a userPrincipalName identity. Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string.  For more information about filtering behavior for this property, see Filtering on the identities property of a user.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.licenseAssignmentState":{"title":"licenseAssignmentState","required":["@odata.type"],"type":"object","properties":{"assignedByGroup":{"type":"string","description":"Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only.","nullable":true},"disabledPlans":{"type":"array","items":{"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","nullable":true},"description":"The service plans that are disabled in this assignment. Read-Only."},"error":{"type":"string","description":"License assignment failure error. If the license is assigned successfully, this field will be Null. Read-Only. The possible values are CountViolation, MutuallyExclusiveViolation, DependencyViolation, ProhibitedInUsageLocationViolation, UniquenessViolation, and Other. For more information on how to identify and resolve license assignment errors, see here.","nullable":true},"lastUpdatedDateTime":{"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 timestamp when the state of the license assignment was last updated.","format":"date-time","nullable":true},"skuId":{"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","description":"The unique identifier for the SKU. Read-Only.","format":"uuid","nullable":true},"state":{"type":"string","description":"Indicate the current state of this assignment. Read-Only. The possible values are Active, ActiveWithError, Disabled, and Error.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.onPremisesExtensionAttributes":{"title":"onPremisesExtensionAttributes","required":["@odata.type"],"type":"object","properties":{"extensionAttribute1":{"type":"string","description":"First customizable extension attribute.","nullable":true},"extensionAttribute10":{"type":"string","description":"Tenth customizable extension attribute.","nullable":true},"extensionAttribute11":{"type":"string","description":"Eleventh customizable extension attribute.","nullable":true},"extensionAttribute12":{"type":"string","description":"Twelfth customizable extension attribute.","nullable":true},"extensionAttribute13":{"type":"string","description":"Thirteenth customizable extension attribute.","nullable":true},"extensionAttribute14":{"type":"string","description":"Fourteenth customizable extension attribute.","nullable":true},"extensionAttribute15":{"type":"string","description":"Fifteenth customizable extension attribute.","nullable":true},"extensionAttribute2":{"type":"string","description":"Second customizable extension attribute.","nullable":true},"extensionAttribute3":{"type":"string","description":"Third customizable extension attribute.","nullable":true},"extensionAttribute4":{"type":"string","description":"Fourth customizable extension attribute.","nullable":true},"extensionAttribute5":{"type":"string","description":"Fifth customizable extension attribute.","nullable":true},"extensionAttribute6":{"type":"string","description":"Sixth customizable extension attribute.","nullable":true},"extensionAttribute7":{"type":"string","description":"Seventh customizable extension attribute.","nullable":true},"extensionAttribute8":{"type":"string","description":"Eighth customizable extension attribute.","nullable":true},"extensionAttribute9":{"type":"string","description":"Ninth customizable extension attribute.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.onPremisesProvisioningError":{"title":"onPremisesProvisioningError","required":["@odata.type"],"type":"object","properties":{"category":{"type":"string","description":"Category of the provisioning error. Note: Currently, there is only one possible value. Possible value: PropertyConflict - indicates a property value is not unique. Other objects contain the same value for the property.","nullable":true},"occurredDateTime":{"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 at which the error occurred.","format":"date-time","nullable":true},"propertyCausingError":{"type":"string","description":"Name of the directory property causing the error. Current possible values: UserPrincipalName or ProxyAddress","nullable":true},"value":{"type":"string","description":"Value of the property causing the error.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.passwordProfile":{"title":"passwordProfile","required":["@odata.type"],"type":"object","properties":{"forceChangePasswordNextSignIn":{"type":"boolean","description":"true if the user must change their password on the next sign-in; otherwise false.","nullable":true},"forceChangePasswordNextSignInWithMfa":{"type":"boolean","description":"If true, at next sign-in, the user must perform a multifactor authentication (MFA) before being forced to change their password. The behavior is identical to forceChangePasswordNextSignIn except that the user is required to first perform a multifactor authentication before password change. After a password change, this property will be automatically reset to false. If not set, default is false.","nullable":true},"password":{"type":"string","description":"The password for the user. This property is required when a user is created. It can be updated, but the user will be required to change the password on the next sign-in. The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.userPrint":{"title":"userPrint","required":["@odata.type"],"type":"object","properties":{"recentPrinterShares":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.printerShare"},"x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}},"microsoft.graph.provisionedPlan":{"title":"provisionedPlan","required":["@odata.type"],"type":"object","properties":{"capabilityStatus":{"type":"string","description":"Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value.","nullable":true},"provisioningStatus":{"type":"string","description":"The possible values are:Success - Service is fully provisioned.Disabled - Service is disabled.Error - The service plan isn't provisioned and is in an error state.PendingInput - The service isn't provisioned and is awaiting service confirmation.PendingActivation - The service is provisioned but requires explicit activation by an administrator (for example, Intune_O365 service plan)PendingProvisioning - Microsoft has added a new service to the product SKU and it isn't activated in the tenant.","nullable":true},"service":{"type":"string","description":"The name of the service; for example, 'AccessControlS2S'.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.serviceProvisioningError":{"title":"serviceProvisioningError","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","description":"The date and time at which the error occurred.","format":"date-time","nullable":true},"isResolved":{"type":"boolean","description":"Indicates whether the error has been attended to.","nullable":true},"serviceInstance":{"type":"string","description":"Qualified service instance (for example, 'SharePoint/Dublin') that published the service error information.","nullable":true},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.serviceProvisioningXmlError":"#/components/schemas/microsoft.graph.serviceProvisioningXmlError"}}},"microsoft.graph.signInActivity":{"title":"signInActivity","required":["@odata.type"],"type":"object","properties":{"lastNonInteractiveSignInDateTime":{"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 last non-interactive sign-in date for a specific user. You can use this field to calculate the last time a client attempted (either successfully or unsuccessfully) to sign in to the directory on behalf of a user. Because some users may use clients to access tenant resources rather than signing into your tenant directly, you can use the non-interactive sign-in date to along with lastSignInDateTime to identify inactive users. 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. Microsoft Entra ID maintains non-interactive sign-ins going back to May 2020. For more information about using the value of this property, see Manage inactive user accounts in Microsoft Entra ID.","format":"date-time","nullable":true},"lastNonInteractiveSignInRequestId":{"type":"string","description":"Request identifier of the last non-interactive sign-in performed by this user.","nullable":true},"lastSignInDateTime":{"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 last interactive sign-in date and time for a specific user. This property records the last time a user attempted an interactive sign-in to the directory—whether the attempt was successful or not. Note: Since unsuccessful attempts are also logged, this value might not accurately reflect actual system usage. For tracking actual account access, please use the lastSuccessfulSignInDateTime property. 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","nullable":true},"lastSignInRequestId":{"type":"string","description":"Request identifier of the last interactive sign-in performed by this user.","nullable":true},"lastSuccessfulSignInDateTime":{"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 of the user's most recent successful interactive or non-interactive sign-in. Use this property if you need to determine when the account was truly accessed. This field can be used to build reports, such as inactive users. 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. Microsoft Entra ID maintains interactive sign-ins going back to April 2020. For more information about using the value of this property, see Manage inactive user accounts in Microsoft Entra ID.","format":"date-time","nullable":true},"lastSuccessfulSignInRequestId":{"type":"string","description":"The request ID of the last successful sign-in.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.userActivity":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"userActivity","required":["@odata.type"],"type":"object","properties":{"activationUrl":{"type":"string","description":"Required. URL used to launch the activity in the best native experience represented by the appId. Might launch a web-based app if no native app exists."},"activitySourceHost":{"type":"string","description":"Required. URL for the domain representing the cross-platform identity mapping for the app. Mapping is stored either as a JSON file hosted on the domain or configurable via Windows Dev Center. The JSON file is named cross-platform-app-identifiers and is hosted at root of your HTTPS domain, either at the top level domain or include a sub domain. For example: https://contoso.com or https://myapp.contoso.com but NOT https://myapp.contoso.com/somepath. You must have a unique file and domain (or sub domain) per cross-platform app identity. For example, a separate file and domain is needed for Word vs. PowerPoint."},"appActivityId":{"type":"string","description":"Required. The unique activity ID in the context of the app - supplied by caller and immutable thereafter."},"appDisplayName":{"type":"string","description":"Optional. Short text description of the app used to generate the activity for use in cases when the app is not installed on the user’s local device.","nullable":true},"contentInfo":{"description":"Optional. A custom piece of data - JSON-LD extensible description of content according to schema.org syntax."},"contentUrl":{"type":"string","description":"Optional. Used in the event the content can be rendered outside of a native or web-based app experience (for example, a pointer to an item in an RSS feed).","nullable":true},"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","description":"Set by the server. DateTime in UTC when the object was created on the server.","format":"date-time","nullable":true},"expirationDateTime":{"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":"Set by the server. DateTime in UTC when the object expired on the server.","format":"date-time","nullable":true},"fallbackUrl":{"type":"string","description":"Optional. URL used to launch the activity in a web-based app, if available.","nullable":true},"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":"Set by the server. DateTime in UTC when the object was modified on the server.","format":"date-time","nullable":true},"status":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.status"},{"type":"object","nullable":true}],"description":"Set by the server. A status code used to identify valid objects. Values: active, updated, deleted, ignored."},"userTimezone":{"type":"string","description":"Optional. The timezone in which the user's device used to generate the activity was located at activity creation time; values supplied as Olson IDs in order to support cross-platform representation.","nullable":true},"visualElements":{"$ref":"#/components/schemas/microsoft.graph.visualInfo"},"historyItems":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.activityHistoryItem"},"description":"Optional. NavigationProperty/Containment; navigation property to the activity's historyItems.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.userActivity"},"microsoft.graph.adhocCall":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"adhocCall","required":["@odata.type"],"type":"object","properties":{"recordings":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.callRecording"},"description":"The recordings of a call. Read-only.","x-ms-navigationProperty":true},"transcripts":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.callTranscript"},"description":"The transcripts of a call. Read-only.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.adhocCall"},"microsoft.graph.agreementAcceptance":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"agreementAcceptance","required":["@odata.type"],"type":"object","properties":{"agreementFileId":{"type":"string","description":"The identifier of the agreement file accepted by the user.","nullable":true},"agreementId":{"type":"string","description":"The identifier of the agreement.","nullable":true},"deviceDisplayName":{"type":"string","description":"The display name of the device used for accepting the agreement.","nullable":true},"deviceId":{"type":"string","description":"The unique identifier of the device used for accepting the agreement. Supports $filter (eq) and eq for null values.","nullable":true},"deviceOSType":{"type":"string","description":"The operating system used to accept the agreement.","nullable":true},"deviceOSVersion":{"type":"string","description":"The operating system version of the device used to accept the agreement.","nullable":true},"expirationDateTime":{"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 expiration date time of the acceptance. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Supports $filter (eq, ge, le) and eq for null values.","format":"date-time","nullable":true},"recordedDateTime":{"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 Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.","format":"date-time","nullable":true},"state":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.agreementAcceptanceState"},{"type":"object","nullable":true}],"description":"The state of the agreement acceptance. The possible values are: accepted, declined. Supports $filter (eq)."},"userDisplayName":{"type":"string","description":"Display name of the user when the acceptance was recorded.","nullable":true},"userEmail":{"type":"string","description":"Email of the user when the acceptance was recorded.","nullable":true},"userId":{"type":"string","description":"The identifier of the user who accepted the agreement. Supports $filter (eq).","nullable":true},"userPrincipalName":{"type":"string","description":"UPN of the user when the acceptance was recorded.","nullable":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.agreementAcceptance"},"microsoft.graph.appRoleAssignment":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.directoryObject"},{"title":"appRoleAssignment","required":["@odata.type"],"type":"object","properties":{"appRoleId":{"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","description":"The identifier (id) for the app role that's assigned to the principal. This app role must be exposed in the appRoles property on the resource application's service principal (resourceId). If the resource application hasn't declared any app roles, a default app role ID of 00000000-0000-0000-0000-000000000000 can be specified to signal that the principal is assigned to the resource app without any specific app roles. Required on create.","format":"uuid"},"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","description":"The time when the app role assignment was created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.","format":"date-time","nullable":true},"principalDisplayName":{"type":"string","description":"The display name of the user, group, or service principal that was granted the app role assignment. Maximum length is 256 characters. Read-only. Supports $filter (eq and startswith).","nullable":true},"principalId":{"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","description":"The unique identifier (id) for the user, security group, or service principal being granted the app role. Security groups with dynamic memberships are supported. Required on create.","format":"uuid","nullable":true},"principalType":{"type":"string","description":"The type of the assigned principal. This can either be User, Group, or ServicePrincipal. Read-only.","nullable":true},"resourceDisplayName":{"type":"string","description":"The display name of the resource app's service principal to which the assignment is made. Maximum length is 256 characters.","nullable":true},"resourceId":{"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","description":"The unique identifier (id) for the resource service principal for which the assignment is made. Required on create. Supports $filter (eq only).","format":"uuid","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.appRoleAssignment"}}}],"x-ms-discriminator-value":"#microsoft.graph.appRoleAssignment"},"microsoft.graph.authentication":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"authentication","required":["@odata.type"],"type":"object","properties":{"emailMethods":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.emailAuthenticationMethod"},"description":"The email address registered to a user for authentication.","x-ms-navigationProperty":true},"externalAuthenticationMethods":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.externalAuthenticationMethod"},"description":"Represents the external MFA registered to a user for authentication using an external identity provider.","x-ms-navigationProperty":true},"fido2Methods":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.fido2AuthenticationMethod"},"description":"Represents the FIDO2 security keys registered to a user for authentication.","x-ms-navigationProperty":true},"methods":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.authenticationMethod"},"description":"Represents all authentication methods registered to a user.","x-ms-navigationProperty":true},"microsoftAuthenticatorMethods":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.microsoftAuthenticatorAuthenticationMethod"},"description":"The details of the Microsoft Authenticator app registered to a user for authentication.","x-ms-navigationProperty":true},"operations":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.longRunningOperation"},"description":"Represents the status of a long-running operation, such as a password reset operation.","x-ms-navigationProperty":true},"passwordMethods":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.passwordAuthenticationMethod"},"description":"Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password.","x-ms-navigationProperty":true},"phoneMethods":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.phoneAuthenticationMethod"},"description":"The phone numbers registered to a user for authentication.","x-ms-navigationProperty":true},"platformCredentialMethods":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.platformCredentialAuthenticationMethod"},"description":"Represents a platform credential instance registered to a user on Mac OS.","x-ms-navigationProperty":true},"softwareOathMethods":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.softwareOathAuthenticationMethod"},"description":"The software OATH time-based one-time password (TOTP) applications registered to a user for authentication.","x-ms-navigationProperty":true},"temporaryAccessPassMethods":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.temporaryAccessPassAuthenticationMethod"},"description":"Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes.","x-ms-navigationProperty":true},"windowsHelloForBusinessMethods":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.windowsHelloForBusinessAuthenticationMethod"},"description":"Represents the Windows Hello for Business authentication method registered to a user for authentication.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.authentication"},"microsoft.graph.calendar":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"calendar","required":["@odata.type"],"type":"object","properties":{"allowedOnlineMeetingProviders":{"type":"array","items":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.onlineMeetingProviderType"},{"type":"object","nullable":true}]},"description":"Represent the online meeting service providers that can be used to create online meetings in this calendar. The possible values are: unknown, skypeForBusiness, skypeForConsumer, teamsForBusiness."},"canEdit":{"type":"boolean","description":"true if the user can write to the calendar, false otherwise. This property is true for the user who created the calendar. This property is also true for a user who shared a calendar and granted write access.","nullable":true},"canShare":{"type":"boolean","description":"true if the user has permission to share the calendar, false otherwise. Only the user who created the calendar can share it.","nullable":true},"canViewPrivateItems":{"type":"boolean","description":"If true, the user can read calendar items that have been marked private, false otherwise.","nullable":true},"changeKey":{"type":"string","description":"Identifies the version of the calendar object. Every time the calendar is changed, changeKey changes as well. This allows Exchange to apply changes to the correct version of the object. Read-only.","nullable":true},"color":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.calendarColor"},{"type":"object","nullable":true}],"description":"Specifies the color theme to distinguish the calendar from other calendars in a UI. The property values are: auto, lightBlue, lightGreen, lightOrange, lightGray, lightYellow, lightTeal, lightPink, lightBrown, lightRed, maxColor."},"defaultOnlineMeetingProvider":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.onlineMeetingProviderType"},{"type":"object","nullable":true}],"description":"The default online meeting provider for meetings sent from this calendar. The possible values are: unknown, skypeForBusiness, skypeForConsumer, teamsForBusiness."},"hexColor":{"type":"string","description":"The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty. Read-only.","nullable":true},"isDefaultCalendar":{"type":"boolean","description":"true if this is the default calendar where new events are created by default, false otherwise.","nullable":true},"isRemovable":{"type":"boolean","description":"Indicates whether this user calendar can be deleted from the user mailbox.","nullable":true},"isTallyingResponses":{"type":"boolean","description":"Indicates whether this user calendar supports tracking of meeting responses. Only meeting invites sent from users' primary calendars support tracking of meeting responses.","nullable":true},"name":{"type":"string","description":"The calendar name.","nullable":true},"owner":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.emailAddress"},{"type":"object","nullable":true}],"description":"If set, this represents the user who created or added the calendar. For a calendar that the user created or added, the owner property is set to the user. For a calendar shared with the user, the owner property is set to the person who shared that calendar with the user."},"calendarPermissions":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.calendarPermission"},"description":"The permissions of the users with whom the calendar is shared.","x-ms-navigationProperty":true},"calendarView":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.event"},"description":"The calendar view for the calendar. Navigation property. Read-only.","x-ms-navigationProperty":true},"events":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.event"},"description":"The events in the calendar. Navigation property. Read-only.","x-ms-navigationProperty":true},"multiValueExtendedProperties":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty"},"description":"The collection of multi-value extended properties defined for the calendar. Read-only. Nullable.","x-ms-navigationProperty":true},"singleValueExtendedProperties":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty"},"description":"The collection of single-value extended properties defined for the calendar. Read-only. Nullable.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.calendar"},"microsoft.graph.calendarGroup":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"calendarGroup","required":["@odata.type"],"type":"object","properties":{"changeKey":{"type":"string","description":"Identifies the version of the calendar group. Every time the calendar group is changed, ChangeKey changes as well. This allows Exchange to apply changes to the correct version of the object. Read-only.","nullable":true},"classId":{"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","description":"The class identifier. Read-only.","format":"uuid","nullable":true},"name":{"type":"string","description":"The group name.","nullable":true},"calendars":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.calendar"},"description":"The calendars in the calendar group. Navigation property. Read-only. Nullable.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.calendarGroup"},"microsoft.graph.event":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.outlookItem"},{"title":"event","required":["@odata.type"],"type":"object","properties":{"allowNewTimeProposals":{"type":"boolean","description":"true if the meeting organizer allows invitees to propose a new time when responding; otherwise, false. Optional. The default is true.","nullable":true},"attendees":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.attendee"},"description":"The collection of attendees for the event."},"body":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.itemBody"},{"type":"object","nullable":true}],"description":"The body of the message associated with the event. It can be in HTML or text format."},"bodyPreview":{"type":"string","description":"The preview of the message associated with the event. It's in text format.","nullable":true},"cancelledOccurrences":{"type":"array","items":{"type":"string"},"description":"Contains occurrenceId property values of canceled instances in a recurring series, if the event is the series master. Instances in a recurring series that are canceled are called canceled occurences.Requires $select to retrieve. Only returned in a Get operation that specifies the ID (seriesMasterId property value) of a series master event."},"end":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.dateTimeTimeZone"},{"type":"object","nullable":true}],"description":"The date, time, and time zone that the event ends. By default, the end time is in UTC."},"hasAttachments":{"type":"boolean","description":"Set to true if the event has attachments.","nullable":true},"hideAttendees":{"type":"boolean","description":"When set to true, each attendee only sees themselves in the meeting request and meeting Tracking list. The default is false.","nullable":true},"iCalUId":{"type":"string","description":"A unique identifier for an event across calendars. This ID is different for each occurrence in a recurring series. Read-only.","nullable":true},"importance":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.importance"},{"type":"object","nullable":true}],"description":"The importance of the event. The possible values are: low, normal, high."},"isAllDay":{"type":"boolean","description":"Set to true if the event lasts all day. If true, regardless of whether it's a single-day or multi-day event, start, and endtime must be set to midnight and be in the same time zone.","nullable":true},"isCancelled":{"type":"boolean","description":"Set to true if the event has been canceled.","nullable":true},"isDraft":{"type":"boolean","description":"Set to true if the user has updated the meeting in Outlook but hasn't sent the updates to attendees. Set to false if all changes are sent, or if the event is an appointment without any attendees.","nullable":true},"isOnlineMeeting":{"type":"boolean","description":"True if this event has online meeting information (that is, onlineMeeting points to an onlineMeetingInfo resource), false otherwise. Default is false (onlineMeeting is null). Optional.  After you set isOnlineMeeting to true, Microsoft Graph initializes onlineMeeting. Subsequently, Outlook ignores any further changes to isOnlineMeeting, and the meeting remains available online.","nullable":true},"isOrganizer":{"type":"boolean","description":"Set to true if the calendar owner (specified by the owner property of the calendar) is the organizer of the event (specified by the organizer property of the event). It also applies if a delegate organized the event on behalf of the owner.","nullable":true},"isReminderOn":{"type":"boolean","description":"Set to true if an alert is set to remind the user of the event.","nullable":true},"location":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.location"},{"type":"object","nullable":true}],"description":"The location of the event."},"locations":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.location"},"description":"The locations where the event is held or attended from. The location and locations properties always correspond with each other. If you update the location property, any prior locations in the locations collection are removed and replaced by the new location value."},"onlineMeeting":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.onlineMeetingInfo"},{"type":"object","nullable":true}],"description":"Details for an attendee to join the meeting online. The default is null. Read-only. After you set the isOnlineMeeting and onlineMeetingProvider properties to enable a meeting online, Microsoft Graph initializes onlineMeeting. When set, the meeting remains available online, and you can't change the isOnlineMeeting, onlineMeetingProvider, and onlneMeeting properties again."},"onlineMeetingProvider":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.onlineMeetingProviderType"},{"type":"object","nullable":true}],"description":"Represents the online meeting service provider. By default, onlineMeetingProvider is unknown. The possible values are unknown, teamsForBusiness, skypeForBusiness, and skypeForConsumer. Optional.  After you set onlineMeetingProvider, Microsoft Graph initializes onlineMeeting. Subsequently, you can't change onlineMeetingProvider again, and the meeting remains available online."},"onlineMeetingUrl":{"type":"string","description":"A URL for an online meeting. The property is set only when an organizer specifies in Outlook that an event is an online meeting such as Skype. Read-only.To access the URL to join an online meeting, use joinUrl which is exposed via the onlineMeeting property of the event. The onlineMeetingUrl property will be deprecated in the future.","nullable":true},"organizer":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.recipient"},{"type":"object","nullable":true}],"description":"The organizer of the event."},"originalEndTimeZone":{"type":"string","description":"The end time zone that was set when the event was created. A value of tzone://Microsoft/Custom indicates that a legacy custom time zone was set in desktop Outlook.","nullable":true},"originalStart":{"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":"Represents the start time of an event when it's initially created as an occurrence or exception in a recurring series. This property is not returned for events that are single instances. Its date and time information is expressed in 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","nullable":true},"originalStartTimeZone":{"type":"string","description":"The start time zone that was set when the event was created. A value of tzone://Microsoft/Custom indicates that a legacy custom time zone was set in desktop Outlook.","nullable":true},"recurrence":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.patternedRecurrence"},{"type":"object","nullable":true}],"description":"The recurrence pattern for the event."},"reminderMinutesBeforeStart":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The number of minutes before the event start time that the reminder alert occurs.","format":"int32","nullable":true},"responseRequested":{"type":"boolean","description":"Default is true, which represents the organizer would like an invitee to send a response to the event.","nullable":true},"responseStatus":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.responseStatus"},{"type":"object","nullable":true}],"description":"Indicates the type of response sent in response to an event message."},"sensitivity":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.sensitivity"},{"type":"object","nullable":true}],"description":"The possible values are: normal, personal, private, and confidential."},"seriesMasterId":{"type":"string","description":"The ID for the recurring series master item, if this event is part of a recurring series.","nullable":true},"showAs":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.freeBusyStatus"},{"type":"object","nullable":true}],"description":"The status to show. The possible values are: free, tentative, busy, oof, workingElsewhere, unknown."},"start":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.dateTimeTimeZone"},{"type":"object","nullable":true}],"description":"The start date, time, and time zone of the event. By default, the start time is in UTC."},"subject":{"type":"string","description":"The text of the event's subject line.","nullable":true},"transactionId":{"type":"string","description":"A custom identifier specified by a client app for the server to avoid redundant POST operations in case of client retries to create the same event. It's useful when low network connectivity causes the client to time out before receiving a response from the server for the client's prior create-event request. After you set transactionId when creating an event, you can't change transactionId in a subsequent update. This property is only returned in a response payload if an app has set it. Optional.","nullable":true},"type":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.eventType"},{"type":"object","nullable":true}],"description":"The event type. The possible values are: singleInstance, occurrence, exception, seriesMaster. Read-only"},"webLink":{"type":"string","description":"The URL to open the event in Outlook on the web.Outlook on the web opens the event in the browser if you are signed in to your mailbox. Otherwise, Outlook on the web prompts you to sign in.This URL can't be accessed from within an iFrame.","nullable":true},"attachments":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.attachment"},"description":"The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.","x-ms-navigationProperty":true},"calendar":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.calendar"},{"type":"object","nullable":true}],"description":"The calendar that contains the event. Navigation property. Read-only.","x-ms-navigationProperty":true},"exceptionOccurrences":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.event"},"description":"Contains the id property values of the event instances that are exceptions in a recurring series.Exceptions can differ from other occurrences in a recurring series, such as the subject, start or end times, or attendees. Exceptions don't include canceled occurrences.Requires $select and $expand to retrieve. Only returned in a GET operation that specifies the ID (seriesMasterId property value) of a series master event.","x-ms-navigationProperty":true},"extensions":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.extension"},"description":"The collection of open extensions defined for the event. Nullable.","x-ms-navigationProperty":true},"instances":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.event"},"description":"The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions modified, but doesn't include occurrences canceled from the series. Navigation property. Read-only. Nullable.","x-ms-navigationProperty":true},"multiValueExtendedProperties":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty"},"description":"The collection of multi-value extended properties defined for the event. Read-only. Nullable.","x-ms-navigationProperty":true},"singleValueExtendedProperties":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty"},"description":"The collection of single-value extended properties defined for the event. Read-only. Nullable.","x-ms-navigationProperty":true},"@odata.type":{"type":"string","default":"#microsoft.graph.event"}}}],"x-ms-discriminator-value":"#microsoft.graph.event"},"microsoft.graph.chat":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"chat","required":["@odata.type"],"type":"object","properties":{"chatType":{"$ref":"#/components/schemas/microsoft.graph.chatType"},"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","description":"Date and time at which the chat was created. Read-only.","format":"date-time","nullable":true},"isHiddenForAllMembers":{"type":"boolean","description":"Indicates whether the chat is hidden for all its members. Read-only.","nullable":true},"lastUpdatedDateTime":{"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":"Date and time at which the chat was renamed or the list of members was last changed. Read-only.","format":"date-time","nullable":true},"migrationMode":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.migrationMode"},{"type":"object","nullable":true}],"description":"Indicates whether a chat is in migration mode. This value is null for chats that never entered migration mode. The possible values are: inProgress, completed, unknownFutureValue."},"onlineMeetingInfo":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.teamworkOnlineMeetingInfo"},{"type":"object","nullable":true}],"description":"Represents details about an online meeting. If the chat isn't associated with an online meeting, the property is empty. Read-only."},"originalCreatedDateTime":{"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":"Timestamp of the original creation time for the chat. The value is null if the chat never entered migration mode.","format":"date-time","nullable":true},"tenantId":{"type":"string","description":"The identifier of the tenant in which the chat was created. Read-only.","nullable":true},"topic":{"type":"string","description":"(Optional) Subject or topic for the chat. Only available for group chats.","nullable":true},"viewpoint":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.chatViewpoint"},{"type":"object","nullable":true}],"description":"Represents caller-specific information about the chat, such as the last message read date and time. This property is populated only when the request is made in a delegated context."},"webUrl":{"type":"string","description":"The URL for the chat in Microsoft Teams. The URL should be treated as an opaque blob, and not parsed. Read-only.","nullable":true},"installedApps":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.teamsAppInstallation"},"description":"A collection of all the apps in the chat. Nullable.","x-ms-navigationProperty":true},"lastMessagePreview":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.chatMessageInfo"},{"type":"object","nullable":true}],"description":"Preview of the last message sent in the chat. Null if no messages were sent in the chat. Currently, only the list chats operation supports this property.","x-ms-navigationProperty":true},"members":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.conversationMember"},"description":"A collection of all the members in the chat. Nullable.","x-ms-navigationProperty":true},"messages":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.chatMessage"},"description":"A collection of all the messages in the chat. Nullable.","x-ms-navigationProperty":true},"permissionGrants":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant"},"description":"A collection of permissions granted to apps for the chat.","x-ms-navigationProperty":true},"pinnedMessages":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.pinnedChatMessageInfo"},"description":"A collection of all the pinned messages in the chat. Nullable.","x-ms-navigationProperty":true},"tabs":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.teamsTab"},"description":"A collection of all the tabs in the chat. Nullable.","x-ms-navigationProperty":true},"targetedMessages":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.targetedChatMessage"},"description":"A collection of targeted messages in the chat that are visible only to specific users. Nullable. You can't expand this relationship using $expand. Targeted messages can also be retrieved via the userTeamwork: getAllTargetedMessages API.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.chat"},"microsoft.graph.cloudClipboardRoot":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"cloudClipboardRoot","required":["@odata.type"],"type":"object","properties":{"items":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.cloudClipboardItem"},"description":"Represents a collection of Cloud Clipboard items.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.cloudClipboardRoot"},"microsoft.graph.cloudPC":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"cloudPC","required":["@odata.type"],"type":"object","properties":{"aadDeviceId":{"type":"string","description":"The Microsoft Entra device ID for the Cloud PC, also known as the Azure Active Directory (Azure AD) device ID, that consists of 32 characters in a GUID format. Generated on a VM joined to Microsoft Entra ID. Read-only.","nullable":true},"displayName":{"type":"string","description":"The display name for the Cloud PC. Maximum length is 64 characters. Read-only. You can use the cloudPC: rename API to modify the Cloud PC name.","nullable":true},"gracePeriodEndDateTime":{"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 grace period ends and reprovisioning or deprovisioning happen. Required only if the status is inGracePeriod. The timestamp is shown in ISO 8601 format and Coordinated Universal Time (UTC). For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.","format":"date-time","nullable":true},"imageDisplayName":{"type":"string","description":"The name of the operating system image used for the Cloud PC. Maximum length is 50 characters. Only letters (A-Z, a-z), numbers (0-9), and special characters (-,,.) are allowed for this property. The property value can't begin or end with an underscore. Read-only.","nullable":true},"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":"The last modified date and time of the Cloud PC. 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"},"managedDeviceId":{"type":"string","description":"The Intune enrolled device ID for the Cloud PC that consists of 32 characters in a GUID format. The managedDeviceId property of Windows 365 Business Cloud PCs is always null as Windows 365 Business Cloud PCs aren't Intune-enrolled automatically by Windows 365. Read-only.","nullable":true},"managedDeviceName":{"type":"string","description":"The Intune enrolled device name for the Cloud PC. The managedDeviceName property of Windows 365 Business Cloud PCs is always null as Windows 365 Business Cloud PCs aren't Intune-enrolled automatically by Windows 365. Read-only.","nullable":true},"onPremisesConnectionName":{"type":"string","description":"The on-premises connection that applied during the provisioning of Cloud PCs. Read-only.","nullable":true},"provisioningPolicyId":{"type":"string","description":"The provisioning policy ID for the Cloud PC that consists of 32 characters in a GUID format. A policy defines the type of Cloud PC the user wants to create. Read-only.","nullable":true},"provisioningPolicyName":{"type":"string","description":"The provisioning policy that applied during the provisioning of Cloud PCs. Maximum length is 120 characters. Read-only.","nullable":true},"provisioningType":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.cloudPcProvisioningType"},{"type":"object","nullable":true}],"description":"The type of licenses to be used when provisioning Cloud PCs using this policy. The possible values are: dedicated, shared, unknownFutureValue. The default value is dedicated."},"servicePlanId":{"type":"string","description":"The service plan ID for the Cloud PC that consists of 32 characters in a GUID format. For more information about service plans, see Product names and service plan identifiers for licensing. Read-only.","nullable":true},"servicePlanName":{"type":"string","description":"The service plan name for the customer-facing Cloud PC entity. Read-only.","nullable":true},"userPrincipalName":{"type":"string","description":"The user principal name (UPN) of the user assigned to the Cloud PC. Maximum length is 113 characters. For more information on username policies, see Password policies and account restrictions in Microsoft Entra ID. Read-only.","nullable":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.cloudPC"},"microsoft.graph.contactFolder":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"contactFolder","required":["@odata.type"],"type":"object","properties":{"displayName":{"type":"string","description":"The folder's display name.","nullable":true},"parentFolderId":{"type":"string","description":"The ID of the folder's parent folder.","nullable":true},"childFolders":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.contactFolder"},"description":"The collection of child folders in the folder. Navigation property. Read-only. Nullable.","x-ms-navigationProperty":true},"contacts":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.contact"},"description":"The contacts in the folder. Navigation property. Read-only. Nullable.","x-ms-navigationProperty":true},"multiValueExtendedProperties":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty"},"description":"The collection of multi-value extended properties defined for the contactFolder. Read-only. Nullable.","x-ms-navigationProperty":true},"singleValueExtendedProperties":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty"},"description":"The collection of single-value extended properties defined for the contactFolder. Read-only. Nullable.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.contactFolder"},"microsoft.graph.contact":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.outlookItem"},{"title":"contact","required":["@odata.type"],"type":"object","properties":{"assistantName":{"type":"string","description":"The name of the contact's assistant.","nullable":true},"birthday":{"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 contact's birthday. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z","format":"date-time","nullable":true},"businessAddress":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.physicalAddress"},{"type":"object","nullable":true}],"description":"The contact's business address."},"businessHomePage":{"type":"string","description":"The business home page of the contact.","nullable":true},"businessPhones":{"type":"array","items":{"type":"string","nullable":true},"description":"The contact's business phone numbers."},"children":{"type":"array","items":{"type":"string","nullable":true},"description":"The names of the contact's children."},"companyName":{"type":"string","description":"The name of the contact's company.","nullable":true},"department":{"type":"string","description":"The contact's department.","nullable":true},"displayName":{"type":"string","description":"The contact's display name. You can specify the display name in a create or update operation. Note that later updates to other properties may cause an automatically generated value to overwrite the displayName value you have specified. To preserve a pre-existing value, always include it as displayName in an update operation.","nullable":true},"emailAddresses":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.emailAddress"},"description":"The contact's email addresses."},"fileAs":{"type":"string","description":"The name the contact is filed under.","nullable":true},"generation":{"type":"string","description":"The contact's suffix.","nullable":true},"givenName":{"type":"string","description":"The contact's given name.","nullable":true},"homeAddress":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.physicalAddress"},{"type":"object","nullable":true}],"description":"The contact's home address."},"homePhones":{"type":"array","items":{"type":"string","nullable":true},"description":"The contact's home phone numbers."},"imAddresses":{"type":"array","items":{"type":"string","nullable":true},"description":"The contact's instant messaging (IM) addresses."},"initials":{"type":"string","description":"The contact's initials.","nullable":true},"jobTitle":{"type":"string","description":"The contact’s job title.","nullable":true},"manager":{"type":"string","description":"The name of the contact's manager.","nullable":true},"middleName":{"type":"string","description":"The contact's middle name.","nullable":true},"mobilePhone":{"type":"string","description":"The contact's mobile phone number.","nullable":true},"nickName":{"type":"string","description":"The contact's nickname.","nullable":true},"officeLocation":{"type":"string","description":"The location of the contact's office.","nullable":true},"otherAddress":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.physicalAddress"},{"type":"object","nullable":true}],"description":"Other addresses for the contact."},"parentFolderId":{"type":"string","description":"The ID of the contact's parent folder.","nullable":true},"personalNotes":{"type":"string","description":"The user's notes about the contact.","nullable":true},"primaryEmailAddress":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.emailAddress"},{"type":"object","nullable":true}],"description":"The contact's primary email address."},"profession":{"type":"string","description":"The contact's profession.","nullable":true},"secondaryEmailAddress":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.emailAddress"},{"type":"object","nullable":true}],"description":"The contact's secondary email address."},"spouseName":{"type":"string","description":"The name of the contact's spouse/partner.","nullable":true},"surname":{"type":"string","description":"The contact's surname.","nullable":true},"tertiaryEmailAddress":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.emailAddress"},{"type":"object","nullable":true}],"description":"The contact's tertiary email address."},"title":{"type":"string","description":"The contact's title.","nullable":true},"yomiCompanyName":{"type":"string","description":"The phonetic Japanese company name of the contact.","nullable":true},"yomiGivenName":{"type":"string","description":"The phonetic Japanese given name (first name) of the contact.","nullable":true},"yomiSurname":{"type":"string","description":"The phonetic Japanese surname (last name)  of the contact.","nullable":true},"extensions":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.extension"},"description":"The collection of open extensions defined for the contact. Read-only. Nullable.","x-ms-navigationProperty":true},"multiValueExtendedProperties":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty"},"description":"The collection of multi-value extended properties defined for the contact. Read-only. Nullable.","x-ms-navigationProperty":true},"photo":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.profilePhoto"},{"type":"object","nullable":true}],"description":"Optional contact picture. You can get or set a photo for a contact.","x-ms-navigationProperty":true},"singleValueExtendedProperties":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty"},"description":"The collection of single-value extended properties defined for the contact. Read-only. Nullable.","x-ms-navigationProperty":true},"@odata.type":{"type":"string","default":"#microsoft.graph.contact"}}}],"x-ms-discriminator-value":"#microsoft.graph.contact"},"microsoft.graph.userDataSecurityAndGovernance":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.dataSecurityAndGovernance"},{"title":"userDataSecurityAndGovernance","required":["@odata.type"],"type":"object","properties":{"activities":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.activitiesContainer"},{"type":"object","nullable":true}],"description":"Container for activity logs (content processing and audit) related to this user. ContainsTarget: true.","x-ms-navigationProperty":true},"protectionScopes":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.userProtectionScopeContainer"},{"type":"object","nullable":true}],"x-ms-navigationProperty":true},"@odata.type":{"type":"string","default":"#microsoft.graph.userDataSecurityAndGovernance"}}}],"x-ms-discriminator-value":"#microsoft.graph.userDataSecurityAndGovernance"},"microsoft.graph.deviceManagementTroubleshootingEvent":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"deviceManagementTroubleshootingEvent","required":["@odata.type"],"type":"object","properties":{"correlationId":{"type":"string","description":"Id used for tracing the failure in the service.","nullable":true},"eventDateTime":{"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":"Time when the event occurred .","format":"date-time"},"@odata.type":{"type":"string"}},"description":"Event representing an general failure.","discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.enrollmentTroubleshootingEvent":"#/components/schemas/microsoft.graph.enrollmentTroubleshootingEvent"}}}]},"microsoft.graph.drive":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.baseItem"},{"title":"drive","required":["@odata.type"],"type":"object","properties":{"driveType":{"type":"string","description":"Describes the type of drive represented by this resource. OneDrive personal drives return personal. OneDrive for Business returns business. SharePoint document libraries return documentLibrary. Read-only.","nullable":true},"owner":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"type":"object","nullable":true}],"description":"Optional. The user account that owns the drive. Read-only."},"quota":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.quota"},{"type":"object","nullable":true}],"description":"Optional. Information about the drive's storage space quota. Read-only."},"sharePointIds":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.sharepointIds"},{"type":"object","nullable":true}]},"system":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.systemFacet"},{"type":"object","nullable":true}],"description":"If present, indicates that it's a system-managed drive. Read-only."},"bundles":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.driveItem"},"description":"Collection of bundles (albums and multi-select-shared sets of items). Only in personal OneDrive.","x-ms-navigationProperty":true},"following":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.driveItem"},"description":"The list of items the user is following. Only in OneDrive for Business.","x-ms-navigationProperty":true},"items":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.driveItem"},"description":"All items contained in the drive. Read-only. Nullable.","x-ms-navigationProperty":true},"list":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.list"},{"type":"object","nullable":true}],"description":"For drives in SharePoint, the underlying document library list. Read-only. Nullable.","x-ms-navigationProperty":true},"root":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.driveItem"},{"type":"object","nullable":true}],"description":"The root folder of the drive. Read-only.","x-ms-navigationProperty":true},"special":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.driveItem"},"description":"Collection of common folders available in OneDrive. Read-only. Nullable.","x-ms-navigationProperty":true},"@odata.type":{"type":"string","default":"#microsoft.graph.drive"}}}],"x-ms-discriminator-value":"#microsoft.graph.drive"},"microsoft.graph.employeeExperienceUser":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"employeeExperienceUser","required":["@odata.type"],"type":"object","properties":{"assignedRoles":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.engagementRole"},"description":"Represents the collection of Viva Engage roles assigned to a user.","x-ms-navigationProperty":true},"learningCourseActivities":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.learningCourseActivity"},"x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.employeeExperienceUser"},"microsoft.graph.site":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.baseItem"},{"title":"site","required":["@odata.type"],"type":"object","properties":{"displayName":{"type":"string","description":"The full title for the site. Read-only.","nullable":true},"error":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.publicError"},{"type":"object","nullable":true}]},"isPersonalSite":{"type":"boolean","description":"Identifies whether the site is personal or not. Read-only.","nullable":true},"root":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.root"},{"type":"object","nullable":true}],"description":"If present, provides the root site in the site collection. Read-only."},"sharepointIds":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.sharepointIds"},{"type":"object","nullable":true}],"description":"Returns identifiers useful for SharePoint REST compatibility. Read-only."},"siteCollection":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.siteCollection"},{"type":"object","nullable":true}],"description":"Provides details about the site's site collection. Available only on the root site. Read-only."},"analytics":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.itemAnalytics"},{"type":"object","nullable":true}],"description":"Analytics about the view activities that took place on this site.","x-ms-navigationProperty":true},"columns":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.columnDefinition"},"description":"The collection of column definitions reusable across lists under this site.","x-ms-navigationProperty":true},"contentTypes":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.contentType"},"description":"The collection of content types defined for this site.","x-ms-navigationProperty":true},"drive":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.drive"},{"type":"object","nullable":true}],"description":"The default drive (document library) for this site.","x-ms-navigationProperty":true},"drives":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.drive"},"description":"The collection of drives (document libraries) under this site.","x-ms-navigationProperty":true},"externalColumns":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.columnDefinition"},"x-ms-navigationProperty":true},"items":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.baseItem"},"description":"Used to address any item contained in this site. This collection can't be enumerated.","x-ms-navigationProperty":true},"lists":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.list"},"description":"The collection of lists under this site.","x-ms-navigationProperty":true},"onenote":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.onenote"},{"type":"object","nullable":true}],"description":"Calls the OneNote service for notebook related operations.","x-ms-navigationProperty":true},"operations":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.richLongRunningOperation"},"description":"The collection of long-running operations on the site.","x-ms-navigationProperty":true},"pages":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.baseSitePage"},"description":"The collection of pages in the baseSitePages list in this site.","x-ms-navigationProperty":true},"permissions":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.permission"},"description":"The permissions associated with the site. Nullable.","x-ms-navigationProperty":true},"sites":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.site"},"description":"The collection of the sub-sites under this site.","x-ms-navigationProperty":true},"termStore":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.termStore.store"},{"type":"object","nullable":true}],"description":"The default termStore under this site.","x-ms-navigationProperty":true},"termStores":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.termStore.store"},"description":"The collection of termStores under this site.","x-ms-navigationProperty":true},"@odata.type":{"type":"string","default":"#microsoft.graph.site"}}}],"x-ms-discriminator-value":"#microsoft.graph.site"},"microsoft.graph.inferenceClassification":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"inferenceClassification","required":["@odata.type"],"type":"object","properties":{"overrides":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.inferenceClassificationOverride"},"description":"A set of overrides for a user to always classify messages from specific senders in certain ways: focused, or other. Read-only. Nullable.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.inferenceClassification"},"microsoft.graph.itemInsights":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.officeGraphInsights"},{"title":"itemInsights","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.itemInsights"},"microsoft.graph.team":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"team","required":["@odata.type"],"type":"object","properties":{"classification":{"type":"string","description":"An optional label. Typically describes the data or business sensitivity of the team. Must match one of a preconfigured set in the tenant's directory.","nullable":true},"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","description":"Timestamp at which the team was created.","format":"date-time","nullable":true},"description":{"type":"string","description":"An optional description for the team. Maximum length: 1,024 characters.","nullable":true},"displayName":{"type":"string","description":"The name of the team.","nullable":true},"firstChannelName":{"type":"string","description":"The name of the first channel in the team. This is an optional property, only used during team creation and isn't returned in methods to get and list teams.","nullable":true},"funSettings":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.teamFunSettings"},{"type":"object","nullable":true}],"description":"Settings to configure use of Giphy, memes, and stickers in the team."},"guestSettings":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.teamGuestSettings"},{"type":"object","nullable":true}],"description":"Settings to configure whether guests can create, update, or delete channels in the team."},"internalId":{"type":"string","description":"A unique ID for the team that was used in a few places such as the audit log/Office 365 Management Activity API.","nullable":true},"isArchived":{"type":"boolean","description":"Whether this team is in read-only mode.","nullable":true},"memberSettings":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.teamMemberSettings"},{"type":"object","nullable":true}],"description":"Settings to configure whether members can perform certain actions, for example, create channels and add bots, in the team."},"messagingSettings":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.teamMessagingSettings"},{"type":"object","nullable":true}],"description":"Settings to configure messaging and mentions in the team."},"specialization":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.teamSpecialization"},{"type":"object","nullable":true}],"description":"Optional. Indicates whether the team is intended for a particular use case. Each team specialization has access to unique behaviors and experiences targeted to its use case."},"summary":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.teamSummary"},{"type":"object","nullable":true}],"description":"Contains summary information about the team, including number of owners, members, and guests."},"tenantId":{"type":"string","description":"The ID of the Microsoft Entra tenant.","nullable":true},"visibility":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.teamVisibilityType"},{"type":"object","nullable":true}],"description":"The visibility of the group and team. Defaults to Public."},"webUrl":{"type":"string","description":"A hyperlink that goes to the team in the Microsoft Teams client. You get this URL when you right-click a team in the Microsoft Teams client and select Get link to team. This URL should be treated as an opaque blob, and not parsed.","nullable":true},"allChannels":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.channel"},"description":"List of channels either hosted in or shared with the team (incoming channels).","x-ms-navigationProperty":true},"channels":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.channel"},"description":"The collection of channels and messages associated with the team.","x-ms-navigationProperty":true},"group":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.group"},{"type":"object","nullable":true}],"x-ms-navigationProperty":true},"incomingChannels":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.channel"},"description":"List of channels shared with the team.","x-ms-navigationProperty":true},"installedApps":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.teamsAppInstallation"},"description":"The apps installed in this team.","x-ms-navigationProperty":true},"members":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.conversationMember"},"description":"Members and owners of the team.","x-ms-navigationProperty":true},"operations":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.teamsAsyncOperation"},"description":"The async operations that ran or are running on this team.","x-ms-navigationProperty":true},"permissionGrants":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant"},"description":"A collection of permissions granted to apps to access the team.","x-ms-navigationProperty":true},"photo":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.profilePhoto"},{"type":"object","nullable":true}],"description":"The profile photo for the team.","x-ms-navigationProperty":true},"primaryChannel":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.channel"},{"type":"object","nullable":true}],"description":"The general channel for the team.","x-ms-navigationProperty":true},"schedule":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.schedule"},{"type":"object","nullable":true}],"description":"The schedule of shifts for this team.","x-ms-navigationProperty":true},"tags":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.teamworkTag"},"description":"The tags associated with the team.","x-ms-navigationProperty":true},"template":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.teamsTemplate"},{"type":"object","nullable":true}],"description":"The template this team was created from. See available templates.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.team"},"microsoft.graph.licenseDetails":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"licenseDetails","required":["@odata.type"],"type":"object","properties":{"servicePlans":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.servicePlanInfo"},"description":"Information about the service plans assigned with the license. Read-only. Not nullable."},"skuId":{"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","description":"Unique identifier (GUID) for the service SKU. Equal to the skuId property on the related subscribedSku object. Read-only.","format":"uuid","nullable":true},"skuPartNumber":{"type":"string","description":"Unique SKU display name. Equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only.","nullable":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.licenseDetails"},"microsoft.graph.mailFolder":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"mailFolder","required":["@odata.type"],"type":"object","properties":{"childFolderCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The number of immediate child mailFolders in the current mailFolder.","format":"int32","nullable":true},"displayName":{"type":"string","description":"The mailFolder's display name.","nullable":true},"isHidden":{"type":"boolean","description":"Indicates whether the mailFolder is hidden. This property can be set only when creating the folder. Find more information in Hidden mail folders.","nullable":true},"parentFolderId":{"type":"string","description":"The unique identifier for the mailFolder's parent mailFolder.","nullable":true},"totalItemCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The number of items in the mailFolder.","format":"int32","nullable":true},"unreadItemCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The number of items in the mailFolder marked as unread.","format":"int32","nullable":true},"childFolders":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.mailFolder"},"description":"The collection of child folders in the mailFolder.","x-ms-navigationProperty":true},"messageRules":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.messageRule"},"description":"The collection of rules that apply to the user's Inbox folder.","x-ms-navigationProperty":true},"messages":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.message"},"description":"The collection of messages in the mailFolder.","x-ms-navigationProperty":true},"multiValueExtendedProperties":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty"},"description":"The collection of multi-value extended properties defined for the mailFolder. Read-only. Nullable.","x-ms-navigationProperty":true},"singleValueExtendedProperties":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty"},"description":"The collection of single-value extended properties defined for the mailFolder. Read-only. Nullable.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.mailSearchFolder":"#/components/schemas/microsoft.graph.mailSearchFolder"}}}]},"microsoft.graph.managedAppRegistration":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"managedAppRegistration","required":["@odata.type"],"type":"object","properties":{"appIdentifier":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.mobileAppIdentifier"},{"type":"object","nullable":true}],"description":"The app package Identifier"},"applicationVersion":{"type":"string","description":"App version","nullable":true},"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","description":"Date and time of creation","format":"date-time"},"deviceName":{"type":"string","description":"Host device name","nullable":true},"deviceTag":{"type":"string","description":"App management SDK generated tag, which helps relate apps hosted on the same device. Not guaranteed to relate apps in all conditions.","nullable":true},"deviceType":{"type":"string","description":"Host device type","nullable":true},"flaggedReasons":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.managedAppFlaggedReason"},"description":"Zero or more reasons an app registration is flagged. E.g. app running on rooted device"},"lastSyncDateTime":{"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":"Date and time of last the app synced with management service.","format":"date-time"},"managementSdkVersion":{"type":"string","description":"App management SDK version","nullable":true},"platformVersion":{"type":"string","description":"Operating System version","nullable":true},"userId":{"type":"string","description":"The user Id to who this app registration belongs.","nullable":true},"version":{"type":"string","description":"Version of the entity.","nullable":true},"appliedPolicies":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.managedAppPolicy"},"description":"Zero or more policys already applied on the registered app when it last synchronized with managment service.","x-ms-navigationProperty":true},"intendedPolicies":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.managedAppPolicy"},"description":"Zero or more policies admin intended for the app as of now.","x-ms-navigationProperty":true},"operations":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.managedAppOperation"},"description":"Zero or more long running operations triggered on the app registration.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}},"description":"The ManagedAppEntity is the base entity type for all other entity types under app management workflow.","discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.androidManagedAppRegistration":"#/components/schemas/microsoft.graph.androidManagedAppRegistration","#microsoft.graph.iosManagedAppRegistration":"#/components/schemas/microsoft.graph.iosManagedAppRegistration"}}}]},"microsoft.graph.managedDevice":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"managedDevice","required":["@odata.type"],"type":"object","properties":{"activationLockBypassCode":{"type":"string","description":"The code that allows the Activation Lock on managed device to be bypassed. Default, is Null (Non-Default property) for this property when returned as part of managedDevice entity in LIST call. To retrieve actual values GET call needs to be made, with device id and included in select parameter. Supports: $select. $Search is not supported. Read-only. This property is read-only.","nullable":true,"readOnly":true},"androidSecurityPatchLevel":{"type":"string","description":"Android security patch level. This property is read-only.","nullable":true,"readOnly":true},"azureADDeviceId":{"type":"string","description":"The unique identifier for the Azure Active Directory device. Read only. This property is read-only.","nullable":true,"readOnly":true},"azureADRegistered":{"type":"boolean","description":"Whether the device is Azure Active Directory registered. This property is read-only.","nullable":true,"readOnly":true},"complianceGracePeriodExpirationDateTime":{"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 DateTime when device compliance grace period expires. This property is read-only.","format":"date-time","readOnly":true},"complianceState":{"$ref":"#/components/schemas/microsoft.graph.complianceState"},"configurationManagerClientEnabledFeatures":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.configurationManagerClientEnabledFeatures"},{"type":"object","nullable":true}],"description":"ConfigrMgr client enabled features. This property is read-only.","readOnly":true},"deviceActionResults":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.deviceActionResult"},"description":"List of ComplexType deviceActionResult objects. This property is read-only.","readOnly":true},"deviceCategoryDisplayName":{"type":"string","description":"Device category display name. Default is an empty string. Supports $filter operator 'eq' and 'or'. This property is read-only.","nullable":true,"readOnly":true},"deviceEnrollmentType":{"$ref":"#/components/schemas/microsoft.graph.deviceEnrollmentType"},"deviceHealthAttestationState":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.deviceHealthAttestationState"},{"type":"object","nullable":true}],"description":"The device health attestation state. This property is read-only.","readOnly":true},"deviceName":{"type":"string","description":"Name of the device. This property is read-only.","nullable":true,"readOnly":true},"deviceRegistrationState":{"$ref":"#/components/schemas/microsoft.graph.deviceRegistrationState"},"easActivated":{"type":"boolean","description":"Whether the device is Exchange ActiveSync activated. This property is read-only.","readOnly":true},"easActivationDateTime":{"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":"Exchange ActivationSync activation time of the device. This property is read-only.","format":"date-time","readOnly":true},"easDeviceId":{"type":"string","description":"Exchange ActiveSync Id of the device. This property is read-only.","nullable":true,"readOnly":true},"emailAddress":{"type":"string","description":"Email(s) for the user associated with the device. This property is read-only.","nullable":true,"readOnly":true},"enrolledDateTime":{"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":"Enrollment time of the device. Supports $filter operator 'lt' and 'gt'. This property is read-only.","format":"date-time","readOnly":true},"enrollmentProfileName":{"type":"string","description":"Name of the enrollment profile assigned to the device. Default value is empty string, indicating no enrollment profile was assgined. This property is read-only.","nullable":true,"readOnly":true},"ethernetMacAddress":{"type":"string","description":"Indicates Ethernet MAC Address of the device. Default, is Null (Non-Default property) for this property when returned as part of managedDevice entity. Individual get call with select query options is needed to retrieve actual values. Example: deviceManagement/managedDevices({managedDeviceId})?$select=ethernetMacAddress Supports: $select. $Search is not supported. Read-only. This property is read-only.","nullable":true,"readOnly":true},"exchangeAccessState":{"$ref":"#/components/schemas/microsoft.graph.deviceManagementExchangeAccessState"},"exchangeAccessStateReason":{"$ref":"#/components/schemas/microsoft.graph.deviceManagementExchangeAccessStateReason"},"exchangeLastSuccessfulSyncDateTime":{"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 time the device contacted Exchange. This property is read-only.","format":"date-time","readOnly":true},"freeStorageSpaceInBytes":{"type":"number","description":"Free Storage in Bytes. Default value is 0. Read-only. This property is read-only.","format":"int64","readOnly":true},"iccid":{"type":"string","description":"Integrated Circuit Card Identifier, it is A SIM card's unique identification number. Default is an empty string. To retrieve actual values GET call needs to be made, with device id and included in select parameter. Supports: $select. $Search is not supported. Read-only. This property is read-only.","nullable":true,"readOnly":true},"imei":{"type":"string","description":"IMEI. This property is read-only.","nullable":true,"readOnly":true},"isEncrypted":{"type":"boolean","description":"Device encryption status. This property is read-only.","readOnly":true},"isSupervised":{"type":"boolean","description":"Device supervised status. This property is read-only.","readOnly":true},"jailBroken":{"type":"string","description":"Whether the device is jail broken or rooted. Default is an empty string. Supports $filter operator 'eq' and 'or'. This property is read-only.","nullable":true,"readOnly":true},"lastSyncDateTime":{"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 that the device last completed a successful sync with Intune. Supports $filter operator 'lt' and 'gt'. This property is read-only.","format":"date-time","readOnly":true},"managedDeviceName":{"type":"string","description":"Automatically generated name to identify a device. Can be overwritten to a user friendly name.","nullable":true},"managedDeviceOwnerType":{"$ref":"#/components/schemas/microsoft.graph.managedDeviceOwnerType"},"managementAgent":{"$ref":"#/components/schemas/microsoft.graph.managementAgentType"},"managementCertificateExpirationDate":{"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":"Reports device management certificate expiration date. This property is read-only.","format":"date-time","readOnly":true},"managementState":{"$ref":"#/components/schemas/microsoft.graph.managementState"},"manufacturer":{"type":"string","description":"Manufacturer of the device. This property is read-only.","nullable":true,"readOnly":true},"meid":{"type":"string","description":"MEID. This property is read-only.","nullable":true,"readOnly":true},"model":{"type":"string","description":"Model of the device. This property is read-only.","nullable":true,"readOnly":true},"notes":{"type":"string","description":"Notes on the device created by IT Admin. Default is null. To retrieve actual values GET call needs to be made, with device id and included in select parameter. Supports: $select. $Search is not supported.","nullable":true},"operatingSystem":{"type":"string","description":"Operating system of the device. Windows, iOS, etc. This property is read-only.","nullable":true,"readOnly":true},"osVersion":{"type":"string","description":"Operating system version of the device. This property is read-only.","nullable":true,"readOnly":true},"partnerReportedThreatState":{"$ref":"#/components/schemas/microsoft.graph.managedDevicePartnerReportedHealthState"},"phoneNumber":{"type":"string","description":"Phone number of the device. This property is read-only.","nullable":true,"readOnly":true},"physicalMemoryInBytes":{"type":"number","description":"Total Memory in Bytes. Default is 0. To retrieve actual values GET call needs to be made, with device id and included in select parameter. Supports: $select. Read-only. This property is read-only.","format":"int64","readOnly":true},"remoteAssistanceSessionErrorDetails":{"type":"string","description":"An error string that identifies issues when creating Remote Assistance session objects. This property is read-only.","nullable":true,"readOnly":true},"remoteAssistanceSessionUrl":{"type":"string","description":"Url that allows a Remote Assistance session to be established with the device. Default is an empty string. To retrieve actual values GET call needs to be made, with device id and included in select parameter. This property is read-only.","nullable":true,"readOnly":true},"requireUserEnrollmentApproval":{"type":"boolean","description":"Reports if the managed iOS device is user approval enrollment. This property is read-only.","nullable":true,"readOnly":true},"serialNumber":{"type":"string","description":"SerialNumber. This property is read-only.","nullable":true,"readOnly":true},"subscriberCarrier":{"type":"string","description":"Subscriber Carrier. This property is read-only.","nullable":true,"readOnly":true},"totalStorageSpaceInBytes":{"type":"number","description":"Total Storage in Bytes. This property is read-only.","format":"int64","readOnly":true},"udid":{"type":"string","description":"Unique Device Identifier for iOS and macOS devices. Default is an empty string. To retrieve actual values GET call needs to be made, with device id and included in select parameter. Supports: $select. $Search is not supported. Read-only. This property is read-only.","nullable":true,"readOnly":true},"userDisplayName":{"type":"string","description":"User display name. This property is read-only.","nullable":true,"readOnly":true},"userId":{"type":"string","description":"Unique Identifier for the user associated with the device. This property is read-only.","nullable":true,"readOnly":true},"userPrincipalName":{"type":"string","description":"Device user principal name. This property is read-only.","nullable":true,"readOnly":true},"wiFiMacAddress":{"type":"string","description":"Wi-Fi MAC. This property is read-only.","nullable":true,"readOnly":true},"deviceCategory":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.deviceCategory"},{"type":"object","nullable":true}],"description":"Device category","x-ms-navigationProperty":true},"deviceCompliancePolicyStates":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.deviceCompliancePolicyState"},"description":"Device compliance policy states for this device.","x-ms-navigationProperty":true},"deviceConfigurationStates":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.deviceConfigurationState"},"description":"Device configuration states for this device.","x-ms-navigationProperty":true},"logCollectionRequests":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.deviceLogCollectionResponse"},"description":"List of log collection requests","x-ms-navigationProperty":true},"users":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.user"},"description":"The primary users associated with the managed device.","x-ms-navigationProperty":true},"windowsProtectionState":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.windowsProtectionState"},{"type":"object","nullable":true}],"description":"The device protection status. This property is read-only.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}},"description":"Devices that are managed or pre-enrolled through Intune. Limited support for $filter: Only properties whose descriptions mention support for $filter may be used, and combinations of those filtered properties must use 'and', not 'or'."}],"x-ms-discriminator-value":"#microsoft.graph.managedDevice"},"microsoft.graph.message":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.outlookItem"},{"title":"message","required":["@odata.type"],"type":"object","properties":{"bccRecipients":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.recipient"},"description":"The Bcc: recipients for the message."},"body":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.itemBody"},{"type":"object","nullable":true}],"description":"The body of the message. It can be in HTML or text format. Find out about safe HTML in a message body."},"bodyPreview":{"type":"string","description":"The first 255 characters of the message body. It is in text format.","nullable":true},"ccRecipients":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.recipient"},"description":"The Cc: recipients for the message."},"conversationId":{"type":"string","description":"The ID of the conversation the email belongs to.","nullable":true},"conversationIndex":{"type":"string","description":"Indicates the position of the message within the conversation.","format":"base64url","nullable":true},"flag":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.followupFlag"},{"type":"object","nullable":true}],"description":"Indicates the status, start date, due date, or completion date for the message."},"from":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.recipient"},{"type":"object","nullable":true}],"description":"The owner of the mailbox from which the message is sent. In most cases, this value is the same as the sender property, except for sharing or delegation scenarios. The value must correspond to the actual mailbox used. Find out more about setting the from and sender properties of a message."},"hasAttachments":{"type":"boolean","description":"Indicates whether the message has attachments. This property doesn't include inline attachments, so if a message contains only inline attachments, this property is false. To verify the existence of inline attachments, parse the body property to look for a src attribute, such as <IMG src='cid:image001.jpg@01D26CD8.6C05F070'>.","nullable":true},"importance":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.importance"},{"type":"object","nullable":true}],"description":"The importance of the message. The possible values are: low, normal, and high."},"inferenceClassification":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.inferenceClassificationType"},{"type":"object","nullable":true}],"description":"The classification of the message for the user, based on inferred relevance or importance, or on an explicit override. The possible values are: focused or other."},"internetMessageHeaders":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.internetMessageHeader"},"description":"A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message.  Requires $select to retrieve. Read-only."},"internetMessageId":{"type":"string","description":"The message ID in the format specified by RFC2822.","nullable":true},"isDeliveryReceiptRequested":{"type":"boolean","description":"Indicates whether a read receipt is requested for the message.","nullable":true},"isDraft":{"type":"boolean","description":"Indicates whether the message is a draft. A message is a draft if it hasn't been sent yet.","nullable":true},"isRead":{"type":"boolean","description":"Indicates whether the message has been read.","nullable":true},"isReadReceiptRequested":{"type":"boolean","description":"Indicates whether a read receipt is requested for the message.","nullable":true},"parentFolderId":{"type":"string","description":"The unique identifier for the message's parent mailFolder.","nullable":true},"receivedDateTime":{"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 the message was received.  The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.","format":"date-time","nullable":true},"replyTo":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.recipient"},"description":"The email addresses to use when replying."},"sender":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.recipient"},{"type":"object","nullable":true}],"description":"The account that is used to generate the message. In most cases, this value is the same as the from property. You can set this property to a different value when sending a message from a shared mailbox, for a shared calendar, or as a delegate. In any case, the value must correspond to the actual mailbox used. Find out more about setting the from and sender properties of a message."},"sentDateTime":{"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 the message was sent.  The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.","format":"date-time","nullable":true},"subject":{"type":"string","description":"The subject of the message.","nullable":true},"toRecipients":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.recipient"},"description":"The To: recipients for the message."},"uniqueBody":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.itemBody"},{"type":"object","nullable":true}],"description":"The part of the body of the message that is unique to the current message. uniqueBody is not returned by default but can be retrieved for a given message by use of the ?$select=uniqueBody query. It can be in HTML or text format."},"webLink":{"type":"string","description":"The URL to open the message in Outlook on the web.You can append an ispopout argument to the end of the URL to change how the message is displayed. If ispopout is not present or if it is set to 1, then the message is shown in a popout window. If ispopout is set to 0, the browser shows the message in the Outlook on the web review pane.The message opens in the browser if you are signed in to your mailbox via Outlook on the web. You are prompted to sign in if you are not already signed in with the browser.This URL cannot be accessed from within an iFrame.NOTE: When using this URL to access a message from a mailbox with delegate permissions, both the signed-in user and the target mailbox must be in the same database region. For example, an error is returned when a user with a mailbox in the EUR (Europe) region attempts to access messages from a mailbox in the NAM (North America) region.","nullable":true},"attachments":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.attachment"},"description":"The fileAttachment and itemAttachment attachments for the message.","x-ms-navigationProperty":true},"extensions":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.extension"},"description":"The collection of open extensions defined for the message. Nullable.","x-ms-navigationProperty":true},"multiValueExtendedProperties":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty"},"description":"The collection of multi-value extended properties defined for the message. Nullable.","x-ms-navigationProperty":true},"singleValueExtendedProperties":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty"},"description":"The collection of single-value extended properties defined for the message. Nullable.","x-ms-navigationProperty":true},"@odata.type":{"type":"string","default":"#microsoft.graph.message"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.calendarSharingMessage":"#/components/schemas/microsoft.graph.calendarSharingMessage","#microsoft.graph.eventMessage":"#/components/schemas/microsoft.graph.eventMessage","#microsoft.graph.eventMessageRequest":"#/components/schemas/microsoft.graph.eventMessageRequest","#microsoft.graph.eventMessageResponse":"#/components/schemas/microsoft.graph.eventMessageResponse"}}}]},"microsoft.graph.oAuth2PermissionGrant":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"oAuth2PermissionGrant","required":["@odata.type"],"type":"object","properties":{"clientId":{"type":"string","description":"The object id (not appId) of the client service principal for the application that's authorized to act on behalf of a signed-in user when accessing an API. Required. Supports $filter (eq only)."},"consentType":{"type":"string","description":"Indicates if authorization is granted for the client application to impersonate all users or only a specific user. AllPrincipals indicates authorization to impersonate all users. Principal indicates authorization to impersonate a specific user. Consent on behalf of all users can be granted by an administrator. Nonadmin users might be authorized to consent on behalf of themselves in some cases, for some delegated permissions. Required. Supports $filter (eq only).","nullable":true},"principalId":{"type":"string","description":"The id of the user on behalf of whom the client is authorized to access the resource, when consentType is Principal. If consentType is AllPrincipals this value is null. Required when consentType is Principal. Supports $filter (eq only).","nullable":true},"resourceId":{"type":"string","description":"The id of the resource service principal to which access is authorized. This identifies the API that the client is authorized to attempt to call on behalf of a signed-in user. Supports $filter (eq only)."},"scope":{"type":"string","description":"A space-separated list of the claim values for delegated permissions that should be included in access tokens for the resource application (the API). For example, openid User.Read GroupMember.Read.All. Each claim value should match the value field of one of the delegated permissions defined by the API, listed in the oauth2PermissionScopes property of the resource service principal. Must not exceed 3,850 characters in length.","nullable":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.oAuth2PermissionGrant"},"microsoft.graph.onenote":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"onenote","required":["@odata.type"],"type":"object","properties":{"notebooks":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.notebook"},"description":"The collection of OneNote notebooks that are owned by the user or group. Read-only. Nullable.","x-ms-navigationProperty":true},"operations":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.onenoteOperation"},"description":"The status of OneNote operations. Getting an operations collection isn't supported, but you can get the status of long-running operations if the Operation-Location header is returned in the response. Read-only. Nullable.","x-ms-navigationProperty":true},"pages":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.onenotePage"},"description":"The pages in all OneNote notebooks that are owned by the user or group.  Read-only. Nullable.","x-ms-navigationProperty":true},"resources":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.onenoteResource"},"description":"The image and other file resources in OneNote pages. Getting a resources collection isn't supported, but you can get the binary content of a specific resource. Read-only. Nullable.","x-ms-navigationProperty":true},"sectionGroups":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.sectionGroup"},"description":"The section groups in all OneNote notebooks that are owned by the user or group.  Read-only. Nullable.","x-ms-navigationProperty":true},"sections":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.onenoteSection"},"description":"The sections in all OneNote notebooks that are owned by the user or group.  Read-only. Nullable.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.onenote"},"microsoft.graph.onlineMeeting":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.onlineMeetingBase"},{"title":"onlineMeeting","required":["@odata.type"],"type":"object","properties":{"attendeeReport":{"type":"string","description":"The content stream of the attendee report of a Microsoft Teams live event. Read-only.","format":"base64url","nullable":true},"broadcastSettings":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.broadcastMeetingSettings"},{"type":"object","nullable":true}],"description":"Settings related to a live event."},"creationDateTime":{"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 meeting creation time in UTC. Read-only.","format":"date-time","nullable":true},"endDateTime":{"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 meeting end time in UTC. Required when you create an online meeting.","format":"date-time","nullable":true},"externalId":{"type":"string","description":"The external ID that is a custom identifier. Optional.","nullable":true},"isBroadcast":{"type":"boolean","description":"Indicates whether this meeting is a Teams live event.","nullable":true},"meetingTemplateId":{"type":"string","description":"The ID of the meeting template.","nullable":true},"participants":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.meetingParticipants"},{"type":"object","nullable":true}],"description":"The participants associated with the online meeting, including the organizer and the attendees."},"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 meeting start time in UTC.","format":"date-time","nullable":true},"recordings":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.callRecording"},"description":"The recordings of an online meeting. Read-only.","x-ms-navigationProperty":true},"transcripts":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.callTranscript"},"description":"The transcripts of an online meeting. Read-only.","x-ms-navigationProperty":true},"@odata.type":{"type":"string","default":"#microsoft.graph.onlineMeeting"}}}],"x-ms-discriminator-value":"#microsoft.graph.onlineMeeting"},"microsoft.graph.onPremisesSyncBehavior":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"onPremisesSyncBehavior","required":["@odata.type"],"type":"object","properties":{"isCloudManaged":{"type":"boolean"},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.onPremisesSyncBehavior"},"microsoft.graph.outlookUser":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"outlookUser","required":["@odata.type"],"type":"object","properties":{"masterCategories":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.outlookCategory"},"description":"A list of categories defined for the user.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.outlookUser"},"microsoft.graph.person":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"person","required":["@odata.type"],"type":"object","properties":{"birthday":{"type":"string","description":"The person's birthday.","nullable":true},"companyName":{"type":"string","description":"The name of the person's company.","nullable":true},"department":{"type":"string","description":"The person's department.","nullable":true},"displayName":{"type":"string","description":"The person's display name.","nullable":true},"givenName":{"type":"string","description":"The person's given name.","nullable":true},"imAddress":{"type":"string","description":"The instant message voice over IP (VOIP) session initiation protocol (SIP) address for the user. Read-only.","nullable":true},"isFavorite":{"type":"boolean","description":"True if the user has flagged this person as a favorite.","nullable":true},"jobTitle":{"type":"string","description":"The person's job title.","nullable":true},"officeLocation":{"type":"string","description":"The location of the person's office.","nullable":true},"personNotes":{"type":"string","description":"Free-form notes that the user has taken about this person.","nullable":true},"personType":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.personType"},{"type":"object","nullable":true}],"description":"The type of person."},"phones":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.phone"},"description":"The person's phone numbers."},"postalAddresses":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.location"},"description":"The person's addresses."},"profession":{"type":"string","description":"The person's profession.","nullable":true},"scoredEmailAddresses":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.scoredEmailAddress"},"description":"The person's email addresses."},"surname":{"type":"string","description":"The person's surname.","nullable":true},"userPrincipalName":{"type":"string","description":"The user principal name (UPN) of the person. The UPN is an Internet-style login name for the person based on the Internet standard RFC 822. By convention, this should map to the person's email name. The general format is alias@domain.","nullable":true},"websites":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.website"},"description":"The person's websites."},"yomiCompany":{"type":"string","description":"The phonetic Japanese name of the person's company.","nullable":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.person"},"microsoft.graph.resourceSpecificPermissionGrant":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.directoryObject"},{"title":"resourceSpecificPermissionGrant","required":["@odata.type"],"type":"object","properties":{"clientAppId":{"type":"string","description":"ID of the service principal of the Microsoft Entra app that has been granted access. Read-only.","nullable":true},"clientId":{"type":"string","description":"ID of the Microsoft Entra app that has been granted access. Read-only.","nullable":true},"permission":{"type":"string","description":"The name of the resource-specific permission. Read-only.","nullable":true},"permissionType":{"type":"string","description":"The type of permission. The possible values are: Application, Delegated. Read-only.","nullable":true},"resourceAppId":{"type":"string","description":"ID of the Microsoft Entra app that is hosting the resource. Read-only.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.resourceSpecificPermissionGrant"}}}],"x-ms-discriminator-value":"#microsoft.graph.resourceSpecificPermissionGrant"},"microsoft.graph.profilePhoto":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"profilePhoto","required":["@odata.type"],"type":"object","properties":{"height":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The height of the photo. Read-only.","format":"int32","nullable":true},"width":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The width of the photo. Read-only.","format":"int32","nullable":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.profilePhoto"},"microsoft.graph.plannerUser":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"plannerUser","required":["@odata.type"],"type":"object","properties":{"plans":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.plannerPlan"},"description":"Read-only. Nullable. Returns the plannerTasks assigned to the user.","x-ms-navigationProperty":true},"tasks":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.plannerTask"},"description":"Read-only. Nullable. Returns the plannerPlans shared with the user.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.plannerUser"},"microsoft.graph.presence":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"presence","required":["@odata.type"],"type":"object","properties":{"activity":{"type":"string","description":"The supplemental information to a user's availability. Possible values are available, away, beRightBack, busy, doNotDisturb, offline, outOfOffice, presenceUnknown.","nullable":true},"availability":{"type":"string","description":"The base presence information for a user. Possible values are available, away, beRightBack, busy, doNotDisturb, focusing, inACall, inAMeeting, offline, presenting, presenceUnknown.","nullable":true},"outOfOfficeSettings":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.outOfOfficeSettings"},{"type":"object","nullable":true}],"description":"The out of office settings for a user."},"sequenceNumber":{"type":"string","description":"The lexicographically sortable String stamp that represents the version of a presence object.","nullable":true,"readOnly":true},"statusMessage":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.presenceStatusMessage"},{"type":"object","nullable":true}],"description":"The presence status message of a user."},"workLocation":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.userWorkLocation"},{"type":"object","nullable":true}],"description":"Represents the user’s aggregated work location state."},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.presence"},"microsoft.graph.scopedRoleMembership":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"scopedRoleMembership","required":["@odata.type"],"type":"object","properties":{"administrativeUnitId":{"type":"string","description":"Unique identifier for the administrative unit that the directory role is scoped to"},"roleId":{"type":"string","description":"Unique identifier for the directory role that the member is in."},"roleMemberInfo":{"$ref":"#/components/schemas/microsoft.graph.identity"},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.scopedRoleMembership"},"microsoft.graph.userSettings":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"userSettings","required":["@odata.type"],"type":"object","properties":{"contributionToContentDiscoveryAsOrganizationDisabled":{"type":"boolean","description":"Reflects the organization level setting controlling delegate access to the trending API. When set to true, the organization doesn't have access to Office Delve. The relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected for the whole organization. This setting is read-only and can only be changed by administrators in the SharePoint admin center."},"contributionToContentDiscoveryDisabled":{"type":"boolean","description":"When set to true, the delegate access to the user's trending API is disabled. When set to true, documents in the user's Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for work or school is affected. Users can control this setting in Office Delve."},"exchange":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.exchangeSettings"},{"type":"object","nullable":true}],"description":"The Exchange settings for mailbox discovery.","x-ms-navigationProperty":true},"itemInsights":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.userInsightsSettings"},{"type":"object","nullable":true}],"description":"The user's settings for the visibility of meeting hour insights, and insights derived between a user and other items in Microsoft 365, such as documents or sites. Get userInsightsSettings through this navigation property.","x-ms-navigationProperty":true},"shiftPreferences":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.shiftPreferences"},{"type":"object","nullable":true}],"x-ms-navigationProperty":true},"storage":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.userStorage"},{"type":"object","nullable":true}],"x-ms-navigationProperty":true},"windows":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.windowsSetting"},"description":"The Windows settings of the user stored in the cloud.","x-ms-navigationProperty":true},"workHoursAndLocations":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.workHoursAndLocationsSetting"},{"type":"object","nullable":true}],"description":"The user's settings for work hours and location preferences for scheduling and availability management.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.userSettings"},"microsoft.graph.userSolutionRoot":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"userSolutionRoot","required":["@odata.type"],"type":"object","properties":{"workingTimeSchedule":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.workingTimeSchedule"},{"type":"object","nullable":true}],"description":"The working time schedule entity associated with the solution.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.userSolutionRoot"},"microsoft.graph.userTeamwork":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"userTeamwork","required":["@odata.type"],"type":"object","properties":{"locale":{"type":"string","description":"Represents the location that a user selected in Microsoft Teams and doesn't follow the Office's locale setting. A user's locale is represented by their preferred language and country or region. For example, en-us. The language component follows two-letter codes as defined in ISO 639-1, and the country component follows two-letter codes as defined in ISO 3166-1 alpha-2.","nullable":true},"region":{"type":"string","description":"Represents the region of the organization or the user. For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.","nullable":true},"associatedTeams":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.associatedTeamInfo"},"description":"The list of associatedTeamInfo objects that a user is associated with.","x-ms-navigationProperty":true},"installedApps":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.userScopeTeamsAppInstallation"},"description":"The apps installed in the personal scope of this user.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.userTeamwork"},"microsoft.graph.todo":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"todo","required":["@odata.type"],"type":"object","properties":{"lists":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.todoTaskList"},"description":"The task lists in the users mailbox.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.todo"},"microsoft.graph.agentUser":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.user"},{"title":"agentUser","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.agentUser"}}}],"x-ms-discriminator-value":"#microsoft.graph.agentUser"},"microsoft.graph.automaticRepliesSetting":{"title":"automaticRepliesSetting","required":["@odata.type"],"type":"object","properties":{"externalAudience":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.externalAudienceScope"},{"type":"object","nullable":true}],"description":"The set of audience external to the signed-in user's organization who will receive the ExternalReplyMessage, if Status is AlwaysEnabled or Scheduled. The possible values are: none, contactsOnly, all."},"externalReplyMessage":{"type":"string","description":"The automatic reply to send to the specified external audience, if Status is AlwaysEnabled or Scheduled.","nullable":true},"internalReplyMessage":{"type":"string","description":"The automatic reply to send to the audience internal to the signed-in user's organization, if Status is AlwaysEnabled or Scheduled.","nullable":true},"scheduledEndDateTime":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.dateTimeTimeZone"},{"type":"object","nullable":true}],"description":"The date and time that automatic replies are set to end, if Status is set to Scheduled."},"scheduledStartDateTime":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.dateTimeTimeZone"},{"type":"object","nullable":true}],"description":"The date and time that automatic replies are set to begin, if Status is set to Scheduled."},"status":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.automaticRepliesStatus"},{"type":"object","nullable":true}],"description":"Configurations status for automatic replies. The possible values are: disabled, alwaysEnabled, scheduled."},"@odata.type":{"type":"string"}}},"microsoft.graph.delegateMeetingMessageDeliveryOptions":{"title":"delegateMeetingMessageDeliveryOptions","enum":["sendToDelegateAndInformationToPrincipal","sendToDelegateAndPrincipal","sendToDelegateOnly"],"type":"string"},"microsoft.graph.localeInfo":{"title":"localeInfo","required":["@odata.type"],"type":"object","properties":{"displayName":{"type":"string","description":"A name representing the user's locale in natural language, for example, 'English (United States)'.","nullable":true},"locale":{"type":"string","description":"A locale representation for the user, which includes the user's preferred language and country/region. For example, 'en-us'. The language component follows 2-letter codes as defined in ISO 639-1, and the country component follows 2-letter codes as defined in ISO 3166-1 alpha-2.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.userPurpose":{"title":"userPurpose","enum":["user","linked","shared","room","equipment","others","unknownFutureValue"],"type":"string"},"microsoft.graph.workingHours":{"title":"workingHours","required":["@odata.type"],"type":"object","properties":{"daysOfWeek":{"type":"array","items":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.dayOfWeek"},{"type":"object","nullable":true}]},"description":"The days of the week on which the user works."},"endTime":{"pattern":"^([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?$","type":"string","description":"The time of the day that the user stops working.","format":"time","nullable":true},"startTime":{"pattern":"^([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?$","type":"string","description":"The time of the day that the user starts working.","format":"time","nullable":true},"timeZone":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.timeZoneBase"},{"type":"object","nullable":true}],"description":"The time zone to which the working hours apply."},"@odata.type":{"type":"string"}}},"microsoft.graph.serviceProvisioningErrorCollectionResponse":{"title":"Collection of microsoft.graph.serviceProvisioningError","type":"object","allOf":[{"$ref":"#/components/schemas/BaseCollectionPaginationCountResponse"},{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.serviceProvisioningError"}}}}]},"microsoft.graph.directoryAuditCollectionResponse":{"title":"Collection of directoryAudit","type":"object","allOf":[{"$ref":"#/components/schemas/BaseCollectionPaginationCountResponse"},{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.directoryAudit"}}}}]},"microsoft.graph.keyValue":{"title":"keyValue","required":["@odata.type"],"type":"object","properties":{"key":{"type":"string","description":"Key for the key-value pair.","nullable":true},"value":{"type":"string","description":"Value for the key-value pair.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.auditActivityInitiator":{"title":"auditActivityInitiator","required":["@odata.type"],"type":"object","properties":{"app":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.appIdentity"},{"type":"object","nullable":true}],"description":"If the resource initiating the activity is an app, this property indicates all the app related information like appId and name."},"user":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.userIdentity"},{"type":"object","nullable":true}],"description":"If the resource initiating the activity is a user, this property Indicates all the user related information like user ID and userPrincipalName."},"@odata.type":{"type":"string"}}},"microsoft.graph.operationResult":{"title":"operationResult","enum":["success","failure","timeout","unknownFutureValue"],"type":"string"},"microsoft.graph.targetResource":{"title":"targetResource","required":["@odata.type"],"type":"object","properties":{"displayName":{"type":"string","description":"Indicates the visible name defined for the resource. Typically specified when the resource is created.","nullable":true},"groupType":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.groupType"},{"type":"object","nullable":true}],"description":"When type is set to Group, this indicates the group type. The possible values are: unifiedGroups, azureAD, and unknownFutureValue"},"id":{"type":"string","description":"Indicates the unique ID of the resource.","nullable":true},"modifiedProperties":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.modifiedProperty"},"description":"Indicates name, old value and new value of each attribute that changed. Property values depend on the operation type."},"type":{"type":"string","description":"Describes the resource type.  Example values include Application, Group, ServicePrincipal, and User.","nullable":true},"userPrincipalName":{"type":"string","description":"When type is set to User, this includes the user name that initiated the action; null for other types.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.provisioningObjectSummaryCollectionResponse":{"title":"Collection of provisioningObjectSummary","type":"object","allOf":[{"$ref":"#/components/schemas/BaseCollectionPaginationCountResponse"},{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.provisioningObjectSummary"}}}}]},"microsoft.graph.initiator":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.identity"},{"title":"initiator","required":["@odata.type"],"type":"object","properties":{"initiatorType":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.initiatorType"},{"type":"object","nullable":true}],"description":"Type of initiator. The possible values are: user, application, system, unknownFutureValue."},"@odata.type":{"type":"string","default":"#microsoft.graph.initiator"}}}],"x-ms-discriminator-value":"#microsoft.graph.initiator"},"microsoft.graph.modifiedProperty":{"title":"modifiedProperty","required":["@odata.type"],"type":"object","properties":{"displayName":{"type":"string","description":"Indicates the property name of the target attribute that was changed.","nullable":true},"newValue":{"type":"string","description":"Indicates the updated value for the propery.","nullable":true},"oldValue":{"type":"string","description":"Indicates the previous value (before the update) for the property.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.provisioningAction":{"title":"provisioningAction","enum":["other","create","delete","disable","update","stagedDelete","unknownFutureValue"],"type":"string"},"microsoft.graph.provisioningStatusInfo":{"title":"provisioningStatusInfo","required":["@odata.type"],"type":"object","properties":{"errorInformation":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.provisioningErrorInfo"},{"type":"object","nullable":true}],"description":"If status isn't success/ skipped details for the error are contained in this."},"status":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.provisioningResult"},{"type":"object","nullable":true}],"description":"The possible values are: success, warning, failure, skipped, unknownFutureValue."},"@odata.type":{"type":"string"}}},"microsoft.graph.provisioningStep":{"title":"provisioningStep","required":["@odata.type"],"type":"object","properties":{"description":{"type":"string","description":"Summary of what occurred during the step.","nullable":true},"details":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.detailsInfo"},{"type":"object","nullable":true}],"description":"Details of what occurred during the step."},"name":{"type":"string","description":"Name of the step.","nullable":true},"provisioningStepType":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.provisioningStepType"},{"type":"object","nullable":true}],"description":"Type of step. The possible values are: import, scoping, matching, processing, referenceResolution, export, unknownFutureValue."},"status":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.provisioningResult"},{"type":"object","nullable":true}],"description":"Status of the step. The possible values are: success, warning,  failure, skipped, unknownFutureValue."},"@odata.type":{"type":"string"}}},"microsoft.graph.provisioningServicePrincipal":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.identity"},{"title":"provisioningServicePrincipal","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.provisioningServicePrincipal"}}}],"x-ms-discriminator-value":"#microsoft.graph.provisioningServicePrincipal"},"microsoft.graph.provisionedIdentity":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.identity"},{"title":"provisionedIdentity","required":["@odata.type"],"type":"object","properties":{"details":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.detailsInfo"},{"type":"object","nullable":true}],"description":"Details of the identity."},"identityType":{"type":"string","description":"Type of identity that has been provisioned, such as 'user' or 'group'. Supports $filter (eq, contains).","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.provisionedIdentity"}}}],"x-ms-discriminator-value":"#microsoft.graph.provisionedIdentity"},"microsoft.graph.provisioningSystem":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.identity"},{"title":"provisioningSystem","required":["@odata.type"],"type":"object","properties":{"details":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.detailsInfo"},{"type":"object","nullable":true}],"description":"Details of the system."},"@odata.type":{"type":"string","default":"#microsoft.graph.provisioningSystem"}}}],"x-ms-discriminator-value":"#microsoft.graph.provisioningSystem"},"microsoft.graph.signInCollectionResponse":{"title":"Collection of signIn","type":"object","allOf":[{"$ref":"#/components/schemas/BaseCollectionPaginationCountResponse"},{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.signIn"}}}}]},"microsoft.graph.appliedConditionalAccessPolicy":{"title":"appliedConditionalAccessPolicy","required":["@odata.type"],"type":"object","properties":{"displayName":{"type":"string","description":"Refers to the name of the conditional access policy (example: 'Require MFA for Salesforce').","nullable":true},"enforcedGrantControls":{"type":"array","items":{"type":"string","nullable":true},"description":"Refers to the grant controls enforced by the conditional access policy (example: 'Require multifactor authentication')."},"enforcedSessionControls":{"type":"array","items":{"type":"string","nullable":true},"description":"Refers to the session controls enforced by the conditional access policy (example: 'Require app enforced controls')."},"id":{"type":"string","description":"An identifier of the conditional access policy. Supports $filter (eq).","nullable":true},"result":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.appliedConditionalAccessPolicyResult"},{"type":"object","nullable":true}],"description":"Indicates the result of the CA policy that was triggered. The possible values are: success, failure, notApplied (policy isn't applied because policy conditions weren't met), notEnabled (This is due to the policy in a disabled state), unknown, unknownFutureValue, reportOnlySuccess, reportOnlyFailure, reportOnlyNotApplied, reportOnlyInterrupted. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: reportOnlySuccess, reportOnlyFailure, reportOnlyNotApplied, reportOnlyInterrupted."},"@odata.type":{"type":"string"}}},"microsoft.graph.authenticationAppDeviceDetails":{"title":"authenticationAppDeviceDetails","required":["@odata.type"],"type":"object","properties":{"appVersion":{"type":"string","nullable":true},"clientApp":{"type":"string","nullable":true},"deviceId":{"type":"string","nullable":true},"operatingSystem":{"type":"string","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.conditionalAccessStatus":{"title":"conditionalAccessStatus","enum":["success","failure","notApplied","unknownFutureValue"],"type":"string"},"microsoft.graph.deviceDetail":{"title":"deviceDetail","required":["@odata.type"],"type":"object","properties":{"browser":{"type":"string","description":"Indicates the browser information of the used in the sign-in. Populated for devices registered in Microsoft Entra.","nullable":true},"deviceId":{"type":"string","description":"Refers to the unique ID of the device used in the sign-in. Populated for devices registered in Microsoft Entra.","nullable":true},"displayName":{"type":"string","description":"Refers to the name of the device used in the sign-in. Populated for devices registered in Microsoft Entra.","nullable":true},"isCompliant":{"type":"boolean","description":"Indicates whether the device is compliant or not.","nullable":true},"isManaged":{"type":"boolean","description":"Indicates if the device is managed or not.","nullable":true},"operatingSystem":{"type":"string","description":"Indicates the OS name and version used in the sign-in.","nullable":true},"trustType":{"type":"string","description":"Indicates information on whether the device used in the sign-in is workplace-joined, Microsoft Entra-joined, domain-joined.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.signInLocation":{"title":"signInLocation","required":["@odata.type"],"type":"object","properties":{"city":{"type":"string","description":"Provides the city where the sign-in originated and is determined using latitude/longitude information from the sign-in activity.","nullable":true},"countryOrRegion":{"type":"string","description":"Provides the country code info (two letter code) where the sign-in originated.  This is calculated using latitude/longitude information from the sign-in activity.","nullable":true},"geoCoordinates":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.geoCoordinates"},{"type":"object","nullable":true}],"description":"Provides the latitude, longitude and altitude where the sign-in originated."},"state":{"type":"string","description":"Provides the State where the sign-in originated. This is calculated using latitude/longitude information from the sign-in activity.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.riskDetail":{"title":"riskDetail","enum":["none","adminGeneratedTemporaryPassword","userPerformedSecuredPasswordChange","userPerformedSecuredPasswordReset","adminConfirmedSigninSafe","aiConfirmedSigninSafe","userPassedMFADrivenByRiskBasedPolicy","adminDismissedAllRiskForUser","adminConfirmedSigninCompromised","hidden","adminConfirmedUserCompromised","unknownFutureValue","m365DAdminDismissedDetection","adminConfirmedServicePrincipalCompromised","adminDismissedAllRiskForServicePrincipal","userChangedPasswordOnPremises","adminDismissedRiskForSignIn","adminConfirmedAccountSafe","microsoftRevokedSessions"],"type":"string"},"microsoft.graph.riskEventType":{"title":"riskEventType","enum":["unlikelyTravel","anonymizedIPAddress","maliciousIPAddress","unfamiliarFeatures","malwareInfectedIPAddress","suspiciousIPAddress","leakedCredentials","investigationsThreatIntelligence","generic","adminConfirmedUserCompromised","mcasImpossibleTravel","mcasSuspiciousInboxManipulationRules","investigationsThreatIntelligenceSigninLinked","maliciousIPAddressValidCredentialsBlockedIP","unknownFutureValue"],"type":"string"},"microsoft.graph.riskLevel":{"title":"riskLevel","enum":["low","medium","high","hidden","none","unknownFutureValue"],"type":"string"},"microsoft.graph.riskState":{"title":"riskState","enum":["none","confirmedSafe","remediated","dismissed","atRisk","confirmedCompromised","unknownFutureValue"],"type":"string"},"microsoft.graph.signInStatus":{"title":"signInStatus","required":["@odata.type"],"type":"object","properties":{"additionalDetails":{"type":"string","description":"Provides additional details on the sign-in activity","nullable":true},"errorCode":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Provides the 5-6 digit error code that's generated during a sign-in failure. Check out the list of error codes and messages.","format":"int32","nullable":true},"failureReason":{"type":"string","description":"Provides the error message or the reason for failure for the corresponding sign-in activity. Check out the list of error codes and messages.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.domainDnsRecordCollectionResponse":{"title":"Collection of domainDnsRecord","type":"object","allOf":[{"$ref":"#/components/schemas/BaseCollectionPaginationCountResponse"},{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.domainDnsRecord"}}}}]},"microsoft.graph.domainDnsCnameRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.domainDnsRecord"},{"title":"domainDnsCnameRecord","required":["@odata.type"],"type":"object","properties":{"canonicalName":{"type":"string","description":"The canonical name of the CNAME record. Used to configure the CNAME record at the DNS host.","nullable":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.domainDnsCnameRecord"},"microsoft.graph.domainDnsMxRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.domainDnsRecord"},{"title":"domainDnsMxRecord","required":["@odata.type"],"type":"object","properties":{"mailExchange":{"type":"string","description":"Value used when configuring the answer/destination/value of the MX record at the DNS host."},"preference":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Value used when configuring the Preference/Priority property of the MX record at the DNS host.","format":"int32","nullable":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.domainDnsMxRecord"},"microsoft.graph.domainDnsSrvRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.domainDnsRecord"},{"title":"domainDnsSrvRecord","required":["@odata.type"],"type":"object","properties":{"nameTarget":{"type":"string","description":"Value to use when configuring the Target property of the SRV record at the DNS host.","nullable":true},"port":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Value to use when configuring the port property of the SRV record at the DNS host.","format":"int32","nullable":true},"priority":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Value to use when configuring the priority property of the SRV record at the DNS host.","format":"int32","nullable":true},"protocol":{"type":"string","description":"Value to use when configuring the protocol property of the SRV record at the DNS host.","nullable":true},"service":{"type":"string","description":"Value to use when configuring the service property of the SRV record at the DNS host.","nullable":true},"weight":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Value to use when configuring the weight property of the SRV record at the DNS host.","format":"int32","nullable":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.domainDnsSrvRecord"},"microsoft.graph.domainDnsTxtRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.domainDnsRecord"},{"title":"domainDnsTxtRecord","required":["@odata.type"],"type":"object","properties":{"text":{"type":"string","description":"Value used when configuring the text property at the DNS host."},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.domainDnsTxtRecord"},"microsoft.graph.domainDnsUnavailableRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.domainDnsRecord"},{"title":"domainDnsUnavailableRecord","required":["@odata.type"],"type":"object","properties":{"description":{"type":"string","description":"Provides the reason why the DomainDnsUnavailableRecord entity is returned.","nullable":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.domainDnsUnavailableRecord"},"microsoft.graph.domainCollectionResponse":{"title":"Collection of domain","type":"object","allOf":[{"$ref":"#/components/schemas/BaseCollectionPaginationCountResponse"},{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.domain"}}}}]},"microsoft.graph.domainState":{"title":"domainState","required":["@odata.type"],"type":"object","properties":{"lastActionDateTime":{"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":"Timestamp for when the last activity occurred. The value is updated when an operation is scheduled, the asynchronous task starts, and when the operation completes.","format":"date-time","nullable":true},"operation":{"type":"string","description":"Type of asynchronous operation. The values can be ForceDelete or Verification.","nullable":true},"status":{"type":"string","description":"Current status of the operation.  Scheduled - Operation is scheduled but hasn't started.  InProgress - Task is in progress.  Failed - The operation failed.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.directoryObjectCollectionResponse":{"title":"Collection of directoryObject","type":"object","allOf":[{"$ref":"#/components/schemas/BaseCollectionPaginationCountResponse"},{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.directoryObject"}}}}]},"microsoft.graph.administrativeUnit":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.directoryObject"},{"title":"administrativeUnit","required":["@odata.type"],"type":"object","properties":{"description":{"type":"string","description":"An optional description for the administrative unit. Supports $filter (eq, ne, in, startsWith), $search.","nullable":true},"displayName":{"type":"string","description":"Display name for the administrative unit. Maximum length is 256 characters. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderby.","nullable":true},"isMemberManagementRestricted":{"type":"boolean","description":"true if members of this administrative unit should be treated as sensitive, which requires specific permissions to manage. If not set, the default value is null and the default behavior is false. Use this property to define administrative units with roles that don't inherit from tenant-level administrators, and where the management of individual member objects is limited to administrators scoped to a restricted management administrative unit. This property is immutable and can't be changed later.  For more information on how to work with restricted management administrative units, see Restricted management administrative units in Microsoft Entra ID.","nullable":true},"membershipRule":{"type":"string","description":"The dynamic membership rule for the administrative unit. For more information about the rules you can use for dynamic administrative units and dynamic groups, see Manage rules for dynamic membership groups in Microsoft Entra ID.","nullable":true},"membershipRuleProcessingState":{"type":"string","description":"Controls whether the dynamic membership rule is actively processed. Set to On to activate the dynamic membership rule, or Paused to stop updating membership dynamically.","nullable":true},"membershipType":{"type":"string","description":"Indicates the membership type for the administrative unit. The possible values are: dynamic, assigned. If not set, the default value is null and the default behavior is assigned.","nullable":true},"visibility":{"type":"string","description":"Controls whether the administrative unit and its members are hidden or public. Can be set to HiddenMembership. If not set, the default value is null and the default behavior is public. When set to HiddenMembership, only members of the administrative unit can list other members of the administrative unit.","nullable":true},"extensions":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.extension"},"description":"The collection of open extensions defined for this administrative unit. Nullable.","x-ms-navigationProperty":true},"members":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.directoryObject"},"description":"Users and groups that are members of this administrative unit. Supports $expand.","x-ms-navigationProperty":true},"scopedRoleMembers":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.scopedRoleMembership"},"description":"Scoped-role members of this administrative unit.","x-ms-navigationProperty":true},"@odata.type":{"type":"string","default":"#microsoft.graph.administrativeUnit"}}}],"x-ms-discriminator-value":"#microsoft.graph.administrativeUnit"},"microsoft.graph.application":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.directoryObject"},{"title":"application","required":["@odata.type"],"type":"object","properties":{"addIns":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.addIn"},"description":"Defines custom behavior that a consuming service can use to call an app in specific contexts. For example, applications that can render file streams can set the addIns property for its 'FileHandler' functionality. This lets services like Microsoft 365 call the application in the context of a document the user is working on."},"api":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.apiApplication"},{"type":"object","nullable":true}],"description":"Specifies settings for an application that implements a web API."},"appId":{"type":"string","description":"The unique identifier for the application that is assigned to an application by Microsoft Entra ID. Not nullable. Read-only. Alternate key. Supports $filter (eq).","nullable":true},"applicationTemplateId":{"type":"string","description":"Unique identifier of the applicationTemplate. Supports $filter (eq, not, ne). Read-only. null if the app wasn't created from an application template.","nullable":true},"appRoles":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.appRole"},"description":"The collection of roles defined for the application. With app role assignments, these roles can be assigned to users, groups, or service principals associated with other applications. Not nullable."},"authenticationBehaviors":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.authenticationBehaviors"},{"type":"object","nullable":true}]},"certification":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.certification"},{"type":"object","nullable":true}],"description":"Specifies the certification status of the application."},"createdByAppId":{"type":"string","description":"The appId of the application that created this application. Set internally by Microsoft Entra ID. Read-only.","nullable":true},"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","description":"The date and time the application was registered. 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 is 2014-01-01T00:00:00Z. Read-only.  Supports $filter (eq, ne, not, ge, le, in, and eq on null values) and $orderby.","format":"date-time","nullable":true},"defaultRedirectUri":{"type":"string","nullable":true},"description":{"type":"string","description":"Free text field to provide a description of the application object to end users. The maximum allowed size is 1,024 characters. Supports $filter (eq, ne, not, ge, le, startsWith) and $search.","nullable":true},"disabledByMicrosoftStatus":{"type":"string","description":"Specifies whether Microsoft has disabled the registered application. The possible values are: null (default value), NotDisabled, and DisabledDueToViolationOfServicesAgreement (reasons include suspicious, abusive, or malicious activity, or a violation of the Microsoft Services Agreement).  Supports $filter (eq, ne, not).","nullable":true},"displayName":{"type":"string","description":"The display name for the application. Maximum length is 256 characters. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderby.","nullable":true},"groupMembershipClaims":{"type":"string","description":"Configures the groups claim issued in a user or OAuth 2.0 access token that the application expects. To set this attribute, use one of the following valid string values: None, SecurityGroup (for security groups and Microsoft Entra roles), All (this gets all of the security groups, distribution groups, and Microsoft Entra directory roles that the signed-in user is a member of).","nullable":true},"identifierUris":{"type":"array","items":{"type":"string"},"description":"Also known as App ID URI, this value is set when an application is used as a resource app. The identifierUris acts as the prefix for the scopes you reference in your API's code, and it must be globally unique across Microsoft Entra ID. For more information on valid identifierUris patterns and best practices, see Microsoft Entra application registration security best practices. Not nullable. Supports $filter (eq, ne, ge, le, startsWith)."},"info":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.informationalUrl"},{"type":"object","nullable":true}],"description":"Basic profile information of the application such as  app's marketing, support, terms of service and privacy statement URLs. The terms of service and privacy statement are surfaced to users through the user consent experience. For more info, see How to: Add Terms of service and privacy statement for registered Microsoft Entra apps. Supports $filter (eq, ne, not, ge, le, and eq on null values)."},"isDeviceOnlyAuthSupported":{"type":"boolean","description":"Specifies whether this application supports device authentication without a user. The default is false.","nullable":true},"isDisabled":{"type":"boolean","nullable":true},"isFallbackPublicClient":{"type":"boolean","description":"Specifies the fallback application type as public client, such as an installed application running on a mobile device. The default value is false, which means the fallback application type is confidential client such as a web app. There are certain scenarios where Microsoft Entra ID can't determine the client application type. For example, the ROPC flow where it's configured without specifying a redirect URI. In those cases, Microsoft Entra ID interprets the application type based on the value of this property.","nullable":true},"keyCredentials":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.keyCredential"},"description":"The collection of key credentials associated with the application. Not nullable. Supports $filter (eq, not, ge, le)."},"logo":{"type":"string","description":"The main logo for the application. Not nullable.","format":"base64url"},"managerApplications":{"type":"array","items":{"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"},"description":"A collection of application IDs for Microsoft first-party applications designated as managers. Manager applications can create service principals, agent identities, and agent users for managed agent blueprints. Limited to a maximum of 10 entries. Not nullable. Only supported on agentIdentityBlueprint objects; attempts to set this property on non-agent-blueprint applications return an error. Not returned by default; must be explicitly requested via $select."},"nativeAuthenticationApisEnabled":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.nativeAuthenticationApisEnabled"},{"type":"object","nullable":true}],"description":"Specifies whether the Native Authentication APIs are enabled for the application. The possible values are: none and all. Default is none. For more information, see Native Authentication."},"notes":{"type":"string","description":"Notes relevant for the management of the application.","nullable":true},"oauth2RequirePostResponse":{"type":"boolean"},"optionalClaims":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.optionalClaims"},{"type":"object","nullable":true}],"description":"Application developers can configure optional claims in their Microsoft Entra applications to specify the claims that are sent to their application by the Microsoft security token service. For more information, see How to: Provide optional claims to your app."},"parentalControlSettings":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.parentalControlSettings"},{"type":"object","nullable":true}],"description":"Specifies parental control settings for an application."},"passwordCredentials":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.passwordCredential"},"description":"The collection of password credentials associated with the application. Not nullable."},"publicClient":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.publicClientApplication"},{"type":"object","nullable":true}],"description":"Specifies settings for installed clients such as desktop or mobile devices."},"publisherDomain":{"type":"string","description":"The verified publisher domain for the application. Read-only. For more information, see How to: Configure an application's publisher domain. Supports $filter (eq, ne, ge, le, startsWith).","nullable":true},"requestSignatureVerification":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.requestSignatureVerification"},{"type":"object","nullable":true}],"description":"Specifies whether this application requires Microsoft Entra ID to verify the signed authentication requests."},"requiredResourceAccess":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.requiredResourceAccess"},"description":"Specifies the resources that the application needs to access. This property also specifies the set of delegated permissions and application roles that it needs for each of those resources. This configuration of access to the required resources drives the consent experience. No more than 50 resource services (APIs) can be configured. Beginning mid-October 2021, the total number of required permissions must not exceed 400. For more information, see Limits on requested permissions per app. Not nullable. Supports $filter (eq, not, ge, le)."},"samlMetadataUrl":{"type":"string","description":"The URL where the service exposes SAML metadata for federation. This property is valid only for single-tenant applications. Nullable.","nullable":true},"serviceManagementReference":{"type":"string","description":"References application or service contact information from a Service or Asset Management database. Nullable.","nullable":true},"servicePrincipalLockConfiguration":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.servicePrincipalLockConfiguration"},{"type":"object","nullable":true}],"description":"Specifies whether sensitive properties of a multitenant application should be locked for editing after the application is provisioned in a tenant. Nullable. null by default."},"signInAudience":{"type":"string","description":"Specifies the Microsoft accounts that are supported for the current application. The possible values are: AzureADMyOrg (default), AzureADMultipleOrgs, AzureADandPersonalMicrosoftAccount, and PersonalMicrosoftAccount. See more in the table. The value of this object also limits the number of permissions an app can request. For more information, see Limits on requested permissions per app. The value for this property has implications on other app object properties. As a result, if you change this property, you might need to change other properties first. For more information, see Validation differences for signInAudience.Supports $filter (eq, ne, not).","nullable":true},"spa":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.spaApplication"},{"type":"object","nullable":true}],"description":"Specifies settings for a single-page application, including sign out URLs and redirect URIs for authorization codes and access tokens."},"tags":{"type":"array","items":{"type":"string"},"description":"Custom strings that can be used to categorize and identify the application. Not nullable. Strings added here will also appear in the tags property of any associated service principals.Supports $filter (eq, not, ge, le, startsWith) and $search."},"tokenEncryptionKeyId":{"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","description":"Specifies the keyId of a public key from the keyCredentials collection. When configured, Microsoft Entra ID encrypts all the tokens it emits by using the key this property points to. The application code that receives the encrypted token must use the matching private key to decrypt the token before it can be used for the signed-in user.","format":"uuid","nullable":true},"uniqueName":{"type":"string","description":"The unique identifier that can be assigned to an application and used as an alternate key. Immutable. Read-only.","nullable":true},"verifiedPublisher":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.verifiedPublisher"},{"type":"object","nullable":true}],"description":"Specifies the verified publisher of the application. For more information about how publisher verification helps support application security, trustworthiness, and compliance, see Publisher verification."},"web":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.webApplication"},{"type":"object","nullable":true}],"description":"Specifies settings for a web application."},"appManagementPolicies":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.appManagementPolicy"},"description":"The appManagementPolicy applied to this application.","x-ms-navigationProperty":true},"createdOnBehalfOf":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.directoryObject"},{"type":"object","nullable":true}],"description":"Supports $filter (/$count eq 0, /$count ne 0). Read-only.","x-ms-navigationProperty":true},"extensionProperties":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.extensionProperty"},"description":"Read-only. Nullable. Supports $expand and $filter (/$count eq 0, /$count ne 0).","x-ms-navigationProperty":true},"federatedIdentityCredentials":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.federatedIdentityCredential"},"description":"Federated identities for applications. Supports $expand and $filter (startsWith, /$count eq 0, /$count ne 0).","x-ms-navigationProperty":true},"homeRealmDiscoveryPolicies":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.homeRealmDiscoveryPolicy"},"x-ms-navigationProperty":true},"owners":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.directoryObject"},"description":"Directory objects that are owners of this application. The owners are a set of nonadmin users or service principals who are allowed to modify this object. Supports $expand, $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1), and $select nested in $expand.","x-ms-navigationProperty":true},"synchronization":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.synchronization"},{"type":"object","nullable":true}],"description":"Represents the capability for Microsoft Entra identity synchronization through the Microsoft Graph API.","x-ms-navigationProperty":true},"tokenIssuancePolicies":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.tokenIssuancePolicy"},"x-ms-navigationProperty":true},"tokenLifetimePolicies":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.tokenLifetimePolicy"},"x-ms-navigationProperty":true},"@odata.type":{"type":"string","default":"#microsoft.graph.application"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.agentIdentityBlueprint":"#/components/schemas/microsoft.graph.agentIdentityBlueprint"}}}]},"microsoft.graph.agentIdentityBlueprint":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.application"},{"title":"agentIdentityBlueprint","required":["@odata.type"],"type":"object","properties":{"inheritablePermissions":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.inheritablePermission"},"description":"Defines scopes of a resource application that may be automatically granted to agent identities without additional consent.","x-ms-navigationProperty":true},"sponsors":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.directoryObject"},"description":"The sponsors for this agent identity blueprint. Sponsors are users or groups who can authorize and manage the lifecycle of agent identity instances. Required during the create operation.","x-ms-navigationProperty":true},"@odata.type":{"type":"string","default":"#microsoft.graph.agentIdentityBlueprint"}}}],"x-ms-discriminator-value":"#microsoft.graph.agentIdentityBlueprint"},"microsoft.graph.certificateAuthorityDetail":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.directoryObject"},{"title":"certificateAuthorityDetail","required":["@odata.type"],"type":"object","properties":{"certificate":{"type":"string","description":"The public key of the certificate authority.","format":"base64url"},"certificateAuthorityType":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.certificateAuthorityType"},{"type":"object","nullable":true}],"description":"The type of certificate authority. The possible values are: root, intermediate, unknownFutureValue. Supports $filter (eq)."},"certificateRevocationListUrl":{"type":"string","description":"The URL to check if the certificate is revoked.","nullable":true},"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","description":"The date and time when the certificate authority was created.","format":"date-time","nullable":true},"deltaCertificateRevocationListUrl":{"type":"string","nullable":true},"displayName":{"type":"string","description":"The display name of the certificate authority.","nullable":true},"expirationDateTime":{"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 certificate authority expires. Supports $filter (eq) and $orderby.","format":"date-time"},"isIssuerHintEnabled":{"type":"boolean","description":"Indicates whether the certificate picker presents the certificate authority to the user to use for authentication. Default value is false. Optional.","nullable":true},"issuer":{"type":"string","description":"The issuer of the certificate authority.","nullable":true},"issuerSubjectKeyIdentifier":{"type":"string","description":"The subject key identifier of certificate authority.","nullable":true},"thumbprint":{"type":"string","description":"The thumbprint of certificate authority certificate. Supports $filter (eq, startswith)."},"@odata.type":{"type":"string","default":"#microsoft.graph.certificateAuthorityDetail"}}}],"x-ms-discriminator-value":"#microsoft.graph.certificateAuthorityDetail"},"microsoft.graph.certificateBasedAuthPki":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.directoryObject"},{"title":"certificateBasedAuthPki","required":["@odata.type"],"type":"object","properties":{"displayName":{"type":"string","description":"The name of the object. Maximum length is 256 characters.","nullable":true},"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":"The date and time when the object was created or last modified.","format":"date-time"},"status":{"type":"string","description":"The status of any asynchronous jobs runs on the object which can be upload or delete.","nullable":true},"statusDetails":{"type":"string","description":"The status details of the upload/deleted operation of PKI (Public Key Infrastructure).","nullable":true},"certificateAuthorities":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.certificateAuthorityDetail"},"description":"The collection of certificate authorities contained in this public key infrastructure resource.","x-ms-navigationProperty":true},"@odata.type":{"type":"string","default":"#microsoft.graph.certificateBasedAuthPki"}}}],"x-ms-discriminator-value":"#microsoft.graph.certificateBasedAuthPki"},"microsoft.graph.contract":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.directoryObject"},{"title":"contract","required":["@odata.type"],"type":"object","properties":{"contractType":{"type":"string","description":"Type of contract. The possible values are:  SyndicationPartner, BreadthPartner, ResellerPartner. See more in the table below.","nullable":true},"customerId":{"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","description":"The unique identifier for the customer tenant referenced by this partnership. Corresponds to the id property of the customer tenant's organization resource.","format":"uuid","nullable":true},"defaultDomainName":{"type":"string","description":"A copy of the customer tenant's default domain name. The copy is made when the partnership with the customer is established. It isn't automatically updated if the customer tenant's default domain name changes.","nullable":true},"displayName":{"type":"string","description":"A copy of the customer tenant's display name. The copy is made when the partnership with the customer is established. It is not automatically updated if the customer tenant's display name changes.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.contract"}}}],"x-ms-discriminator-value":"#microsoft.graph.contract"},"microsoft.graph.device":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.directoryObject"},{"title":"device","required":["@odata.type"],"type":"object","properties":{"accountEnabled":{"type":"boolean","description":"true if the account is enabled; otherwise, false. Required. Default is true.  Supports $filter (eq, ne, not, in). Only callers with at least the Cloud Device Administrator role can set this property.","nullable":true},"alternativeSecurityIds":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.alternativeSecurityId"},"description":"For internal use only. Not nullable. Supports $filter (eq, not, ge, le)."},"approximateLastSignInDateTime":{"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 timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderby.","format":"date-time","nullable":true},"complianceExpirationDateTime":{"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 timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.","format":"date-time","nullable":true},"deviceCategory":{"type":"string","description":"User-defined property set by Intune to automatically add devices to groups and simplify managing devices.","nullable":true},"deviceId":{"type":"string","description":"Unique identifier set by Azure Device Registration Service at the time of registration. This alternate key can be used to reference the device object. Supports $filter (eq, ne, not, startsWith).","nullable":true},"deviceMetadata":{"type":"string","description":"For internal use only. Set to null.","nullable":true},"deviceOwnership":{"type":"string","description":"Ownership of the device. Intune sets this property. The possible values are: unknown, company, personal.","nullable":true},"deviceVersion":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"For internal use only.","format":"int32","nullable":true},"displayName":{"type":"string","description":"The display name for the device. Maximum length is 256 characters. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderby.","nullable":true},"enrollmentProfileName":{"type":"string","description":"Enrollment profile applied to the device. For example, Apple Device Enrollment Profile, Device enrollment - Corporate device identifiers, or Windows Autopilot profile name. This property is set by Intune.","nullable":true},"enrollmentType":{"type":"string","description":"Enrollment type of the device. Intune sets this property. The possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement, windowsAzureADJoinUsingDeviceAuth,appleUserEnrollment, appleUserEnrollmentWithServiceAccount. NOTE: This property might return other values apart from those listed.","nullable":true},"isCompliant":{"type":"boolean","description":"true if the device complies with Mobile Device Management (MDM) policies; otherwise, false. Read-only. This can only be updated by Intune for any device OS type or by an approved MDM app for Windows OS devices. Supports $filter (eq, ne, not).","nullable":true},"isManaged":{"type":"boolean","description":"true if the device is managed by a Mobile Device Management (MDM) app; otherwise, false. This can only be updated by Intune for any device OS type or by an approved MDM app for Windows OS devices. Supports $filter (eq, ne, not).","nullable":true},"isManagementRestricted":{"type":"boolean","description":"Indicates whether the device is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only.  To manage a device that's a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. Requires $select to retrieve.","nullable":true},"isRooted":{"type":"boolean","description":"true if the device is rooted or jail-broken. This property can only be updated by Intune.","nullable":true},"managementType":{"type":"string","description":"The management channel of the device. This property is set by Intune. The possible values are: eas, mdm, easMdm, intuneClient, easIntuneClient, configurationManagerClient, configurationManagerClientMdm, configurationManagerClientMdmEas, unknown, jamf, googleCloudDevicePolicyController.","nullable":true},"manufacturer":{"type":"string","description":"Manufacturer of the device. Read-only.","nullable":true},"mdmAppId":{"type":"string","description":"Application identifier used to register device into MDM. Read-only. Supports $filter (eq, ne, not, startsWith).","nullable":true},"model":{"type":"string","description":"Model of the device. Read-only.","nullable":true},"onPremisesLastSyncDateTime":{"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 last time at which the object was synced with the on-premises directory. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in).","format":"date-time","nullable":true},"onPremisesSecurityIdentifier":{"type":"string","description":"The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. Requires $select to retrieve. Supports $filter (eq).","nullable":true},"onPremisesSyncEnabled":{"type":"boolean","description":"true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. Supports $filter (eq, ne, not, in, and eq on null values).","nullable":true},"operatingSystem":{"type":"string","description":"The type of operating system on the device. Required. Supports $filter (eq, ne, not, ge, le, startsWith, and eq on null values).","nullable":true},"operatingSystemVersion":{"type":"string","description":"The version of the operating system on the device. Required. Supports $filter (eq, ne, not, ge, le, startsWith, and eq on null values).","nullable":true},"physicalIds":{"type":"array","items":{"type":"string"},"description":"For internal use only. Not nullable. Supports $filter (eq, not, ge, le, startsWith,/$count eq 0, /$count ne 0)."},"profileType":{"type":"string","description":"The profile type of the device. Possible values: RegisteredDevice (default), SecureVM, Printer, Shared, IoT.","nullable":true},"registrationDateTime":{"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":"Date and time of when the device was registered. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.","format":"date-time","nullable":true},"systemLabels":{"type":"array","items":{"type":"string"},"description":"List of labels applied to the device by the system. Supports $filter (/$count eq 0, /$count ne 0)."},"trustType":{"type":"string","description":"Type of trust for the joined device. Read-only. Possible values:  Workplace (indicates bring your own personal devices), AzureAd (Cloud-only joined devices), ServerAd (on-premises domain joined devices joined to Microsoft Entra ID). For more information, see Introduction to device management in Microsoft Entra ID. Supports $filter (eq, ne, not, in).","nullable":true},"extensions":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.extension"},"description":"The collection of open extensions defined for the device. Read-only. Nullable.","x-ms-navigationProperty":true},"memberOf":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.directoryObject"},"description":"Groups and administrative units that this device is a member of. Read-only. Nullable. Supports $expand.","x-ms-navigationProperty":true},"registeredOwners":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.directoryObject"},"description":"The user that cloud joined the device or registered their personal device. The registered owner is set at the time of registration. Read-only. Nullable. Supports $expand.","x-ms-navigationProperty":true},"registeredUsers":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.directoryObject"},"description":"Collection of registered users of the device. For cloud joined devices and registered personal devices, registered users are set to the same value as registered owners at the time of registration. Read-only. Nullable. Supports $expand.","x-ms-navigationProperty":true},"transitiveMemberOf":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.directoryObject"},"description":"Groups and administrative units that the device is a member of. This operation is transitive. Supports $expand.","x-ms-navigationProperty":true},"@odata.type":{"type":"string","default":"#microsoft.graph.device"}}}],"x-ms-discriminator-value":"#microsoft.graph.device"},"microsoft.graph.directoryObjectPartnerReference":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.directoryObject"},{"title":"directoryObjectPartnerReference","required":["@odata.type"],"type":"object","properties":{"description":{"type":"string","description":"Description of the object returned. Read-only.","nullable":true},"displayName":{"type":"string","description":"Name of directory object being returned, like group or application. Read-only.","nullable":true},"externalPartnerTenantId":{"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","description":"The tenant identifier for the partner tenant. Read-only.","format":"uuid","nullable":true},"objectType":{"type":"string","description":"The type of the referenced object in the partner tenant. Read-only.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.directoryObjectPartnerReference"}}}],"x-ms-discriminator-value":"#microsoft.graph.directoryObjectPartnerReference"},"microsoft.graph.directoryRole":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.directoryObject"},{"title":"directoryRole","required":["@odata.type"],"type":"object","properties":{"description":{"type":"string","description":"The description for the directory role. Read-only. Supports $filter (eq), $search, $select.","nullable":true},"displayName":{"type":"string","description":"The display name for the directory role. Read-only. Supports $filter (eq), $search, $select.","nullable":true},"roleTemplateId":{"type":"string","description":"The id of the directoryRoleTemplate that this role is based on. The property must be specified when activating a directory role in a tenant with a POST operation. After the directory role has been activated, the property is read-only. Supports $filter (eq), $select.","nullable":true},"members":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.directoryObject"},"description":"Users that are members of this directory role. HTTP Methods: GET, POST, DELETE. Read-only. Nullable. Supports $expand.","x-ms-navigationProperty":true},"scopedMembers":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.scopedRoleMembership"},"description":"Members of this directory role that are scoped to administrative units. Read-only. Nullable.","x-ms-navigationProperty":true},"@odata.type":{"type":"string","default":"#microsoft.graph.directoryRole"}}}],"x-ms-discriminator-value":"#microsoft.graph.directoryRole"},"microsoft.graph.directoryRoleTemplate":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.directoryObject"},{"title":"directoryRoleTemplate","required":["@odata.type"],"type":"object","properties":{"description":{"type":"string","description":"The description to set for the directory role. Read-only.","nullable":true},"displayName":{"type":"string","description":"The display name to set for the directory role. Read-only.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.directoryRoleTemplate"}}}],"x-ms-discriminator-value":"#microsoft.graph.directoryRoleTemplate"},"microsoft.graph.endpoint":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.directoryObject"},{"title":"endpoint","required":["@odata.type"],"type":"object","properties":{"capability":{"type":"string"},"providerId":{"type":"string","nullable":true},"providerName":{"type":"string","nullable":true},"providerResourceId":{"type":"string","nullable":true},"uri":{"type":"string"},"@odata.type":{"type":"string","default":"#microsoft.graph.endpoint"}}}],"x-ms-discriminator-value":"#microsoft.graph.endpoint"},"microsoft.graph.federatedTokenValidationPolicy":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.directoryObject"},{"title":"federatedTokenValidationPolicy","required":["@odata.type"],"type":"object","properties":{"validatingDomains":{"$ref":"#/components/schemas/microsoft.graph.validatingDomains"},"@odata.type":{"type":"string","default":"#microsoft.graph.federatedTokenValidationPolicy"}}}],"x-ms-discriminator-value":"#microsoft.graph.federatedTokenValidationPolicy"},"microsoft.graph.group":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.directoryObject"},{"title":"group","required":["@odata.type"],"type":"object","properties":{"accessType":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.groupAccessType"},{"type":"object","nullable":true}],"description":"Indicates the type of access to the group. The possible values are: none, private, secret, public, unknownFutureValue. Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID})."},"allowExternalSenders":{"type":"boolean","description":"Indicates if people external to the organization can send messages to the group. The default value is false. Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}).","nullable":true},"assignedLabels":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.assignedLabel"},"description":"The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group or a cloud security group. Requires a Microsoft Entra ID P1 license. Requires $select to retrieve. This property can be specified during group creation or update. However, for cloud security groups, it's immutable once set. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. See Key differences from Microsoft 365 group labeling to learn more about managing this property for Microsoft 365 vs. cloud security groups."},"assignedLicenses":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.assignedLicense"},"description":"The licenses that are assigned to the group. Requires $select to retrieve. Supports $filter (eq). Read-only."},"autoSubscribeNewMembers":{"type":"boolean","description":"Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}).","nullable":true},"classification":{"type":"string","description":"Describes a classification for the group (such as low, medium, or high business impact). Valid values for this property are defined by creating a ClassificationList setting value, based on the template definition.Returned by default. Supports $filter (eq, ne, not, ge, le, startsWith).","nullable":true},"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","description":"Timestamp of when the group was created. The value can't be modified and is automatically populated when the group is created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Read-only.","format":"date-time","nullable":true},"description":{"type":"string","description":"An optional description for the group. Returned by default. Supports $filter (eq, ne, not, ge, le, startsWith) and $search.","nullable":true},"displayName":{"type":"string","description":"The display name for the group. This property is required when a group is created and can't be cleared during updates. Maximum length is 256 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderby.","nullable":true},"expirationDateTime":{"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":"Timestamp of when the group is set to expire. It's null for security groups, but for Microsoft 365 groups, it represents when the group is set to expire as defined in the groupLifecyclePolicy. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only.","format":"date-time","nullable":true},"groupTypes":{"type":"array","items":{"type":"string"},"description":"Specifies the group type and its membership. If the collection contains Unified, the group is a Microsoft 365 group; otherwise, it's either a security group or a distribution group. For details, see groups overview.If the collection includes DynamicMembership, the group has dynamic membership; otherwise, membership is static. Returned by default. Supports $filter (eq, not)."},"hasMembersWithLicenseErrors":{"type":"boolean","description":"Indicates whether there are members in this group that have license errors from its group-based license assignment. This property is never returned on a GET operation. You can use it as a $filter argument to get groups that have members with license errors (that is, filter for this property being true). See an example. Supports $filter (eq).","nullable":true},"hideFromAddressLists":{"type":"boolean","description":"True if the group isn't displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. The default value is false. Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}).","nullable":true},"hideFromOutlookClients":{"type":"boolean","description":"True if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}).","nullable":true},"infoCatalogs":{"type":"array","items":{"type":"string"}},"isArchived":{"type":"boolean","description":"When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs.","nullable":true},"isAssignableToRole":{"type":"boolean","description":"Indicates whether this group can be assigned to a Microsoft Entra role. Optional. This property can only be set while creating the group and is immutable. If set to true, the securityEnabled property must also be set to true, visibility must be Hidden, and the group can't be a dynamic group (that is, groupTypes can't contain DynamicMembership). Only callers with at least the Privileged Role Administrator role can set this property. The caller must also be assigned the RoleManagement.ReadWrite.Directory permission to set this property or update the membership of such groups. For more, see Using a group to manage Microsoft Entra role assignmentsUsing this feature requires a Microsoft Entra ID P1 license. Returned by default. Supports $filter (eq, ne, not).","nullable":true},"isFavorite":{"type":"boolean","description":"Indicates whether the user marked the group as favorite. Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}).","nullable":true},"isManagementRestricted":{"type":"boolean","description":"Indicates whether the group is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only.  To manage a group member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. Requires $select to retrieve.","nullable":true},"isSubscribedByMail":{"type":"boolean","description":"Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}).","nullable":true},"licenseProcessingState":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.licenseProcessingState"},{"type":"object","nullable":true}],"description":"Indicates the status of the group license assignment to all group members. The default value is false. Read-only. Possible values: QueuedForProcessing, ProcessingInProgress, and ProcessingComplete.Requires $select to retrieve. Read-only."},"mail":{"type":"string","description":"The SMTP address for the group, for example, 'serviceadmins@contoso.com'. Returned by default. Read-only. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values).","nullable":true},"mailEnabled":{"type":"boolean","description":"Specifies whether the group is mail-enabled. Required. Returned by default. Supports $filter (eq, ne, not).","nullable":true},"mailNickname":{"type":"string","description":"The mail alias for the group, unique for Microsoft 365 groups in the organization. Maximum length is 64 characters. This property can contain only characters in the ASCII character set 0 - 127 except the following characters: @ () / [] ' ; : <> , SPACE. Required. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values).","nullable":true},"membershipRule":{"type":"string","description":"The rule that determines members for this group if the group is a dynamic group (groupTypes contains DynamicMembership). For more information about the syntax of the membership rule, see Membership Rules syntax. Returned by default. Supports $filter (eq, ne, not, ge, le, startsWith).","nullable":true},"membershipRuleProcessingState":{"type":"string","description":"Indicates whether the dynamic membership processing is on or paused. Possible values are On or Paused. Returned by default. Supports $filter (eq, ne, not, in).","nullable":true},"onPremisesDomainName":{"type":"string","description":"Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only.","nullable":true},"onPremisesExtensionAttributes":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.onPremisesExtensionAttributes"},{"type":"object","nullable":true}]},"onPremisesLastSyncDateTime":{"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":"Indicates the last time at which the group was synced with the on-premises directory. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Read-only. Supports $filter (eq, ne, not, ge, le, in).","format":"date-time","nullable":true},"onPremisesNetBiosName":{"type":"string","description":"Contains the on-premises netBios name synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only.","nullable":true},"onPremisesProvisioningErrors":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.onPremisesProvisioningError"},"description":"Errors when using Microsoft synchronization product during provisioning. Returned by default. Supports $filter (eq, not)."},"onPremisesSamAccountName":{"type":"string","description":"Contains the on-premises SAM account name synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith). Read-only.","nullable":true},"onPremisesSecurityIdentifier":{"type":"string","description":"Contains the on-premises security identifier (SID) for the group synchronized from on-premises to the cloud. Read-only. Returned by default. Supports $filter (eq including on null values).","nullable":true},"onPremisesSyncEnabled":{"type":"boolean","description":"true if this group is synced from an on-premises directory; false if this group was originally synced from an on-premises directory but is no longer synced; null if this object has never synced from an on-premises directory (default). Returned by default. Read-only. Supports $filter (eq, ne, not, in, and eq on null values).","nullable":true},"organizationId":{"type":"string","nullable":true},"preferredDataLocation":{"type":"string","description":"The preferred data location for the Microsoft 365 group. By default, the group inherits the group creator's preferred data location. To set this property, the calling app must be granted the Directory.ReadWrite.All permission and the user be assigned at least one of the following Microsoft Entra roles: User Account Administrator Directory Writer  Exchange Administrator  SharePoint Administrator  For more information about this property, see OneDrive Online Multi-Geo. Nullable. Returned by default.","nullable":true},"preferredLanguage":{"type":"string","description":"The preferred language for a Microsoft 365 group. Should follow ISO 639-1 Code; for example, en-US. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values).","nullable":true},"proxyAddresses":{"type":"array","items":{"type":"string"},"description":"Email addresses for the group that direct to the same group mailbox. For example: ['SMTP: bob@contoso.com', 'smtp: bob@sales.contoso.com']. The any operator is required to filter expressions on multi-valued properties. Returned by default. Read-only. Not nullable. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0)."},"renewedDateTime":{"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":"Timestamp of when the group was last renewed. This value can't be modified directly and is only updated via the renew service action. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only.","format":"date-time","nullable":true},"resourceBehaviorOptions":{"type":"array","items":{"type":"string"},"description":"Specifies the group behaviors that can be set for a Microsoft 365 group during creation. This property can be set only as part of creation (POST). For the list of possible values, see Microsoft 365 group behaviors and provisioning options."},"resourceProvisioningOptions":{"type":"array","items":{"type":"string"},"description":"Specifies the group resources that are associated with the Microsoft 365 group. The possible value is Team. For more information, see Microsoft 365 group behaviors and provisioning options. Returned by default. Supports $filter (eq, not, startsWith)."},"securityEnabled":{"type":"boolean","description":"Specifies whether the group is a security group. Required. Returned by default. Supports $filter (eq, ne, not, in).","nullable":true},"securityIdentifier":{"type":"string","description":"Security identifier of the group, used in Windows scenarios. Read-only. Returned by default.","nullable":true},"serviceProvisioningErrors":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.serviceProvisioningError"},"description":"Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a group object.  Supports $filter (eq, not, for isResolved and serviceInstance)."},"theme":{"type":"string","description":"Specifies a Microsoft 365 group's color theme. Possible values are Teal, Purple, Green, Blue, Pink, Orange, or Red. Returned by default.","nullable":true},"uniqueName":{"type":"string","description":"The unique identifier that can be assigned to a group and used as an alternate key. Immutable. Read-only.","nullable":true},"unseenConversationsCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Count of conversations that have had one or more new posts delivered since the signed-in user's last visit to the group. This property is the same as unseenCount. Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}).","format":"int32","nullable":true},"unseenCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Count of conversations that have received new posts since the signed-in user last visited the group. This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}).","format":"int32","nullable":true},"unseenMessagesCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}).","format":"int32","nullable":true},"visibility":{"type":"string","description":"Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. It can't be updated later. Other values of visibility can be updated after group creation. If visibility value isn't specified during group creation on Microsoft Graph, a security group is created as Private by default, and the Microsoft 365 group is Public. Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable.","nullable":true},"welcomeMessageEnabled":{"type":"boolean","nullable":true},"acceptedSenders":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.directoryObject"},"description":"The list of users or groups allowed to create posts or calendar events in this group. If this list is nonempty, then only users or groups listed here are allowed to post.","x-ms-navigationProperty":true},"appRoleAssignments":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.appRoleAssignment"},"description":"Represents the app roles granted to a group for an application. Supports $expand.","x-ms-navigationProperty":true},"calendar":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.calendar"},{"type":"object","nullable":true}],"description":"The group's calendar. Read-only.","x-ms-navigationProperty":true},"calendarView":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.event"},"description":"The calendar view for the calendar. Read-only.","x-ms-navigationProperty":true},"conversations":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.conversation"},"description":"The group's conversations.","x-ms-navigationProperty":true},"createdOnBehalfOf":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.directoryObject"},{"type":"object","nullable":true}],"description":"The user (or application) that created the group. NOTE: This property isn't set if the user is an administrator. Read-only.","x-ms-navigationProperty":true},"drive":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.drive"},{"type":"object","nullable":true}],"description":"The group's default drive. Read-only.","x-ms-navigationProperty":true},"drives":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.drive"},"description":"The group's drives. Read-only.","x-ms-navigationProperty":true},"events":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.event"},"description":"The group's calendar events.","x-ms-navigationProperty":true},"extensions":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.extension"},"description":"The collection of open extensions defined for the group. Read-only. Nullable.","x-ms-navigationProperty":true},"groupLifecyclePolicies":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.groupLifecyclePolicy"},"description":"The collection of lifecycle policies for this group. Read-only. Nullable.","x-ms-navigationProperty":true},"memberOf":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.directoryObject"},"description":"Groups that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable. Supports $expand.","x-ms-navigationProperty":true},"members":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.directoryObject"},"description":"The members of this group, who can be users, devices, other groups, or service principals. Supports the List members, Add member, and Remove member operations. Nullable. Supports $expand including nested $select. For example, /groups?$filter=startsWith(displayName,'Role')&$select=id,displayName&$expand=members($select=id,userPrincipalName,displayName).","x-ms-navigationProperty":true},"membersWithLicenseErrors":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.directoryObject"},"description":"A list of group members with license errors from this group-based license assignment. Read-only.","x-ms-navigationProperty":true},"onenote":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.onenote"},{"type":"object","nullable":true}],"x-ms-navigationProperty":true},"onPremisesSyncBehavior":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.onPremisesSyncBehavior"},{"type":"object","nullable":true}],"x-ms-navigationProperty":true},"owners":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.directoryObject"},"description":"The owners of the group who can be users or service principals. Limited to 100 owners. Nullable. If this property isn't specified when creating a Microsoft 365 group the calling user (admin or non-admin) is automatically assigned as the group owner. A non-admin user can't explicitly add themselves to this collection when they're creating the group. For more information, see the related known issue. For security groups, the admin user isn't automatically added to this collection. For more information, see the related known issue. Supports $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1); Supports $expand including nested $select. For example, /groups?$filter=startsWith(displayName,'Role')&$select=id,displayName&$expand=owners($select=id,userPrincipalName,displayName).","x-ms-navigationProperty":true},"permissionGrants":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant"},"x-ms-navigationProperty":true},"photo":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.profilePhoto"},{"type":"object","nullable":true}],"description":"The group's profile photo","x-ms-navigationProperty":true},"photos":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.profilePhoto"},"description":"The profile photos owned by the group. Read-only. Nullable.","x-ms-navigationProperty":true},"planner":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.plannerGroup"},{"type":"object","nullable":true}],"description":"Entry-point to Planner resource that might exist for a Unified Group.","x-ms-navigationProperty":true},"rejectedSenders":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.directoryObject"},"description":"The list of users or groups not allowed to create posts or calendar events in this group. Nullable","x-ms-navigationProperty":true},"settings":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.groupSetting"},"description":"Settings that can govern this group's behavior, like whether members can invite guests to the group. Nullable.","x-ms-navigationProperty":true},"sites":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.site"},"description":"The list of SharePoint sites in this group. Access the default site with /sites/root.","x-ms-navigationProperty":true},"team":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.team"},{"type":"object","nullable":true}],"description":"The team associated with this group.","x-ms-navigationProperty":true},"threads":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.conversationThread"},"description":"The group's conversation threads. Nullable.","x-ms-navigationProperty":true},"transitiveMemberOf":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.directoryObject"},"description":"The groups that a group is a member of, either directly or through nested membership. Nullable.","x-ms-navigationProperty":true},"transitiveMembers":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.directoryObject"},"description":"The direct and transitive members of a group. Nullable.","x-ms-navigationProperty":true},"@odata.type":{"type":"string","default":"#microsoft.graph.group"}}}],"x-ms-discriminator-value":"#microsoft.graph.group"},"microsoft.graph.groupSettingTemplate":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.directoryObject"},{"title":"groupSettingTemplate","required":["@odata.type"],"type":"object","properties":{"description":{"type":"string","description":"Description of the template.","nullable":true},"displayName":{"type":"string","description":"Display name of the template. The template named Group.Unified can be used to configure tenant-wide Microsoft 365 group settings, while the template named Group.Unified.Guest can be used to configure group-specific settings.","nullable":true},"values":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.settingTemplateValue"},"description":"Collection of settingTemplateValues that list the set of available settings, defaults and types that make up this template."},"@odata.type":{"type":"string","default":"#microsoft.graph.groupSettingTemplate"}}}],"x-ms-discriminator-value":"#microsoft.graph.groupSettingTemplate"},"microsoft.graph.orgContact":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.directoryObject"},{"title":"orgContact","required":["@odata.type"],"type":"object","properties":{"addresses":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.physicalOfficeAddress"},"description":"Postal addresses for this organizational contact. For now a contact can only have one physical address."},"companyName":{"type":"string","description":"Name of the company that this organizational contact belongs to.  Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq for null values).","nullable":true},"department":{"type":"string","description":"The name for the department in which the contact works.  Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq for null values).","nullable":true},"displayName":{"type":"string","description":"Display name for this organizational contact. Maximum length is 256 characters. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq for null values), $search, and $orderby.","nullable":true},"givenName":{"type":"string","description":"First name for this organizational contact. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq for null values).","nullable":true},"jobTitle":{"type":"string","description":"Job title for this organizational contact. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq for null values).","nullable":true},"mail":{"type":"string","description":"The SMTP address for the contact, for example, 'jeff@contoso.com'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq for null values).","nullable":true},"mailNickname":{"type":"string","description":"Email alias (portion of email address pre-pending the @ symbol) for this organizational contact. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq for null values).","nullable":true},"onPremisesLastSyncDateTime":{"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":"Date and time when this organizational contact was last synchronized from on-premises AD. This date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Supports $filter (eq, ne, not, ge, le, in).","format":"date-time","nullable":true},"onPremisesProvisioningErrors":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.onPremisesProvisioningError"},"description":"List of any synchronization provisioning errors for this organizational contact. Supports $filter (eq, not for category and propertyCausingError), /$count eq 0, /$count ne 0."},"onPremisesSyncEnabled":{"type":"boolean","description":"true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced and now mastered in Exchange; null if this object has never been synced from an on-premises directory (default).   Supports $filter (eq, ne, not, in, and eq for null values).","nullable":true},"phones":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.phone"},"description":"List of phones for this organizational contact. Phone types can be mobile, business, and businessFax. Only one of each type can ever be present in the collection."},"proxyAddresses":{"type":"array","items":{"type":"string"},"description":"For example: 'SMTP: bob@contoso.com', 'smtp: bob@sales.contoso.com'. The any operator is required for filter expressions on multi-valued properties. Supports $filter (eq, not, ge, le, startsWith, /$count eq 0, /$count ne 0)."},"serviceProvisioningErrors":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.serviceProvisioningError"},"description":"Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from an organizational contact object .  Supports $filter (eq, not, for isResolved and serviceInstance)."},"surname":{"type":"string","description":"Last name for this organizational contact. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq for null values).","nullable":true},"directReports":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.directoryObject"},"description":"The contact's direct reports. (The users and contacts that have their manager property set to this contact.)  Read-only. Nullable. Supports $expand.","x-ms-navigationProperty":true},"manager":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.directoryObject"},{"type":"object","nullable":true}],"description":"The user or contact that is this contact's manager. Read-only. Supports $expand and $filter (eq) by id.","x-ms-navigationProperty":true},"memberOf":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.directoryObject"},"description":"Groups that this contact is a member of. Read-only. Nullable. Supports $expand.","x-ms-navigationProperty":true},"onPremisesSyncBehavior":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.onPremisesSyncBehavior"},{"type":"object","nullable":true}],"x-ms-navigationProperty":true},"transitiveMemberOf":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.directoryObject"},"description":"Groups that this contact is a member of, including groups that the contact is nested under. Read-only. Nullable.","x-ms-navigationProperty":true},"@odata.type":{"type":"string","default":"#microsoft.graph.orgContact"}}}],"x-ms-discriminator-value":"#microsoft.graph.orgContact"},"microsoft.graph.policyBase":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.directoryObject"},{"title":"policyBase","required":["@odata.type"],"type":"object","properties":{"description":{"type":"string","description":"Description for this policy. Required.","nullable":true},"displayName":{"type":"string","description":"Display name for this policy. Required.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.policyBase"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.appManagementPolicy":"#/components/schemas/microsoft.graph.appManagementPolicy","#microsoft.graph.authorizationPolicy":"#/components/schemas/microsoft.graph.authorizationPolicy","#microsoft.graph.crossTenantAccessPolicy":"#/components/schemas/microsoft.graph.crossTenantAccessPolicy","#microsoft.graph.identitySecurityDefaultsEnforcementPolicy":"#/components/schemas/microsoft.graph.identitySecurityDefaultsEnforcementPolicy","#microsoft.graph.permissionGrantPolicy":"#/components/schemas/microsoft.graph.permissionGrantPolicy","#microsoft.graph.stsPolicy":"#/components/schemas/microsoft.graph.stsPolicy","#microsoft.graph.activityBasedTimeoutPolicy":"#/components/schemas/microsoft.graph.activityBasedTimeoutPolicy","#microsoft.graph.claimsMappingPolicy":"#/components/schemas/microsoft.graph.claimsMappingPolicy","#microsoft.graph.homeRealmDiscoveryPolicy":"#/components/schemas/microsoft.graph.homeRealmDiscoveryPolicy","#microsoft.graph.tokenIssuancePolicy":"#/components/schemas/microsoft.graph.tokenIssuancePolicy","#microsoft.graph.tokenLifetimePolicy":"#/components/schemas/microsoft.graph.tokenLifetimePolicy","#microsoft.graph.tenantAppManagementPolicy":"#/components/schemas/microsoft.graph.tenantAppManagementPolicy"}}}]},"microsoft.graph.appManagementPolicy":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.policyBase"},{"title":"appManagementPolicy","required":["@odata.type"],"type":"object","properties":{"isEnabled":{"type":"boolean","description":"Denotes whether the policy is enabled."},"restrictions":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.customAppManagementConfiguration"},{"type":"object","nullable":true}],"description":"Restrictions that apply to an application or service principal object."},"appliesTo":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.directoryObject"},"description":"Collection of applications and service principals to which the policy is applied.","x-ms-navigationProperty":true},"@odata.type":{"type":"string","default":"#microsoft.graph.appManagementPolicy"}}}],"x-ms-discriminator-value":"#microsoft.graph.appManagementPolicy"},"microsoft.graph.authorizationPolicy":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.policyBase"},{"title":"authorizationPolicy","required":["@odata.type"],"type":"object","properties":{"allowedToSignUpEmailBasedSubscriptions":{"type":"boolean","description":"Indicates whether users can sign up for email based subscriptions."},"allowedToUseSSPR":{"type":"boolean","description":"Indicates whether administrators of the tenant can use the Self-Service Password Reset (SSPR). For more information, see Self-service password reset for administrators."},"allowEmailVerifiedUsersToJoinOrganization":{"type":"boolean","description":"Indicates whether a user can join the tenant by email validation."},"allowInvitesFrom":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.allowInvitesFrom"},{"type":"object","nullable":true}],"description":"Indicates who can invite guests to the organization. The possible values are: none, adminsAndGuestInviters, adminsGuestInvitersAndAllMembers, everyone.  everyone is the default setting for all cloud environments except US Government. For more information, see allowInvitesFrom values."},"allowUserConsentForRiskyApps":{"type":"boolean","description":"Indicates whether user consent for risky apps is allowed. We recommend keeping allowUserConsentForRiskyApps as false. Default value is false.","nullable":true},"blockMsolPowerShell":{"type":"boolean","description":"To disable the use of MSOL PowerShell, set this property to true. This also disables user-based access to the legacy service endpoint used by MSOL PowerShell. This doesn't affect Microsoft Entra Connect or Microsoft Graph.","nullable":true},"defaultUserRolePermissions":{"$ref":"#/components/schemas/microsoft.graph.defaultUserRolePermissions"},"guestUserRoleId":{"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","description":"Represents role templateId for the role that should be granted to guests. Currently following roles are supported:  User (a0b1b346-4d3e-4e8b-98f8-753987be4970), Guest User (10dae51f-b6af-4016-8d66-8c2a99b929b3), and Restricted Guest User (2af84b1e-32c8-42b7-82bc-daa82404023b).","format":"uuid","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.authorizationPolicy"}}}],"x-ms-discriminator-value":"#microsoft.graph.authorizationPolicy"},"microsoft.graph.crossTenantAccessPolicy":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.policyBase"},{"title":"crossTenantAccessPolicy","required":["@odata.type"],"type":"object","properties":{"allowedCloudEndpoints":{"type":"array","items":{"type":"string"},"description":"Used to specify which Microsoft clouds an organization would like to collaborate with. By default, this value is empty. Supported values for this field are: microsoftonline.com, microsoftonline.us, and partner.microsoftonline.cn."},"default":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.crossTenantAccessPolicyConfigurationDefault"},{"type":"object","nullable":true}],"description":"Defines the default configuration for how your organization interacts with external Microsoft Entra organizations.","x-ms-navigationProperty":true},"partners":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.crossTenantAccessPolicyConfigurationPartner"},"description":"Defines partner-specific configurations for external Microsoft Entra organizations.","x-ms-navigationProperty":true},"templates":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.policyTemplate"},{"type":"object","nullable":true}],"description":"Represents the base policy in the directory for multitenant organization settings.","x-ms-navigationProperty":true},"@odata.type":{"type":"string","default":"#microsoft.graph.crossTenantAccessPolicy"}}}],"x-ms-discriminator-value":"#microsoft.graph.crossTenantAccessPolicy"},"microsoft.graph.identitySecurityDefaultsEnforcementPolicy":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.policyBase"},{"title":"identitySecurityDefaultsEnforcementPolicy","required":["@odata.type"],"type":"object","properties":{"isEnabled":{"type":"boolean","description":"If set to true, Microsoft Entra security defaults are enabled for the tenant."},"@odata.type":{"type":"string","default":"#microsoft.graph.identitySecurityDefaultsEnforcementPolicy"}}}],"x-ms-discriminator-value":"#microsoft.graph.identitySecurityDefaultsEnforcementPolicy"},"microsoft.graph.permissionGrantPolicy":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.policyBase"},{"title":"permissionGrantPolicy","required":["@odata.type"],"type":"object","properties":{"excludes":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.permissionGrantConditionSet"},"description":"Condition sets that are excluded in this permission grant policy. Automatically expanded on GET.","x-ms-navigationProperty":true},"includes":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.permissionGrantConditionSet"},"description":"Condition sets that are included in this permission grant policy. Automatically expanded on GET.","x-ms-navigationProperty":true},"@odata.type":{"type":"string","default":"#microsoft.graph.permissionGrantPolicy"}}}],"x-ms-discriminator-value":"#microsoft.graph.permissionGrantPolicy"},"microsoft.graph.stsPolicy":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.policyBase"},{"title":"stsPolicy","required":["@odata.type"],"type":"object","properties":{"definition":{"type":"array","items":{"type":"string"},"description":"A string collection containing a JSON string that defines the rules and settings for a policy. The syntax for the definition differs for each derived policy type. Required."},"isOrganizationDefault":{"type":"boolean","description":"If set to true, activates this policy. There can be many policies for the same policy type, but only one can be activated as the organization default. Optional, default value is false.","nullable":true},"appliesTo":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.directoryObject"},"x-ms-navigationProperty":true},"@odata.type":{"type":"string","default":"#microsoft.graph.stsPolicy"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.activityBasedTimeoutPolicy":"#/components/schemas/microsoft.graph.activityBasedTimeoutPolicy","#microsoft.graph.claimsMappingPolicy":"#/components/schemas/microsoft.graph.claimsMappingPolicy","#microsoft.graph.homeRealmDiscoveryPolicy":"#/components/schemas/microsoft.graph.homeRealmDiscoveryPolicy","#microsoft.graph.tokenIssuancePolicy":"#/components/schemas/microsoft.graph.tokenIssuancePolicy","#microsoft.graph.tokenLifetimePolicy":"#/components/schemas/microsoft.graph.tokenLifetimePolicy"}}}]},"microsoft.graph.activityBasedTimeoutPolicy":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.stsPolicy"},{"title":"activityBasedTimeoutPolicy","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.activityBasedTimeoutPolicy"}}}],"x-ms-discriminator-value":"#microsoft.graph.activityBasedTimeoutPolicy"},"microsoft.graph.claimsMappingPolicy":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.stsPolicy"},{"title":"claimsMappingPolicy","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.claimsMappingPolicy"}}}],"x-ms-discriminator-value":"#microsoft.graph.claimsMappingPolicy"},"microsoft.graph.homeRealmDiscoveryPolicy":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.stsPolicy"},{"title":"homeRealmDiscoveryPolicy","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.homeRealmDiscoveryPolicy"}}}],"x-ms-discriminator-value":"#microsoft.graph.homeRealmDiscoveryPolicy"},"microsoft.graph.tokenIssuancePolicy":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.stsPolicy"},{"title":"tokenIssuancePolicy","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.tokenIssuancePolicy"}}}],"x-ms-discriminator-value":"#microsoft.graph.tokenIssuancePolicy"},"microsoft.graph.tokenLifetimePolicy":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.stsPolicy"},{"title":"tokenLifetimePolicy","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.tokenLifetimePolicy"}}}],"x-ms-discriminator-value":"#microsoft.graph.tokenLifetimePolicy"},"microsoft.graph.tenantAppManagementPolicy":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.policyBase"},{"title":"tenantAppManagementPolicy","required":["@odata.type"],"type":"object","properties":{"applicationRestrictions":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.appManagementApplicationConfiguration"},{"type":"object","nullable":true}],"description":"Restrictions that apply as default to all application objects in the tenant."},"isEnabled":{"type":"boolean","description":"Denotes whether the policy is enabled. Default value is false."},"servicePrincipalRestrictions":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.appManagementServicePrincipalConfiguration"},{"type":"object","nullable":true}],"description":"Restrictions that apply as default to all service principal objects in the tenant."},"@odata.type":{"type":"string","default":"#microsoft.graph.tenantAppManagementPolicy"}}}],"x-ms-discriminator-value":"#microsoft.graph.tenantAppManagementPolicy"},"microsoft.graph.remoteTenantGroup":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.directoryObject"},{"title":"remoteTenantGroup","required":["@odata.type"],"type":"object","properties":{"remoteGroupDisplayName":{"type":"string","description":"Display name of the group in the remote tenant.","nullable":true},"remoteGroupId":{"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","description":"Unique identifier of the group in the remote tenant.","format":"uuid","nullable":true},"remoteTenantDisplayName":{"type":"string","description":"Display name of the remote tenant.","nullable":true},"remoteTenantId":{"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","description":"Unique identifier of the remote tenant.","format":"uuid","nullable":true},"remoteTenantPrimaryDomain":{"type":"string","description":"Primary domain name of the remote tenant.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.remoteTenantGroup"}}}],"x-ms-discriminator-value":"#microsoft.graph.remoteTenantGroup"},"microsoft.graph.servicePrincipal":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.directoryObject"},{"title":"servicePrincipal","required":["@odata.type"],"type":"object","properties":{"accountEnabled":{"type":"boolean","description":"true if the service principal account is enabled; otherwise, false. If set to false, then no users are able to sign in to this app, even if they're assigned to it. Supports $filter (eq, ne, not, in).","nullable":true},"addIns":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.addIn"},"description":"Defines custom behavior that a consuming service can use to call an app in specific contexts. For example, applications that can render file streams may set the addIns property for its 'FileHandler' functionality. This lets services like Microsoft 365 call the application in the context of a document the user is working on."},"alternativeNames":{"type":"array","items":{"type":"string"},"description":"Used to retrieve service principals by subscription, identify resource group and full resource IDs for managed identities. Supports $filter (eq, not, ge, le, startsWith)."},"appDescription":{"type":"string","description":"The description exposed by the associated application.","nullable":true},"appDisplayName":{"type":"string","description":"The display name exposed by the associated application. Maximum length is 256 characters.","nullable":true},"appId":{"type":"string","description":"The unique identifier for the associated application (its appId property). Alternate key. Supports $filter (eq, ne, not, in, startsWith).","nullable":true},"applicationTemplateId":{"type":"string","description":"Unique identifier of the applicationTemplate. Supports $filter (eq, not, ne). Read-only. null if the service principal wasn't created from an application template.","nullable":true},"appOwnerOrganizationId":{"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","description":"Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le).","format":"uuid","nullable":true},"appRoleAssignmentRequired":{"type":"boolean","description":"Specifies whether users or other service principals need to be granted an app role assignment for this service principal before users can sign in or apps can get tokens. The default value is false. Not nullable. Supports $filter (eq, ne, NOT)."},"appRoles":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.appRole"},"description":"The roles exposed by the application that's linked to this service principal. For more information, see the appRoles property definition on the application entity. Not nullable."},"createdByAppId":{"type":"string","description":"The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only.","nullable":true},"customSecurityAttributes":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.customSecurityAttributeValue"},{"type":"object","nullable":true}],"description":"An open complex type that holds the value of a custom security attribute that is assigned to a directory object. Nullable. Requires $select to retrieve. Supports $filter (eq, ne, not, startsWith). Filter value is case sensitive. To read this property, the calling app must be assigned the CustomSecAttributeAssignment.Read.All permission. To write this property, the calling app must be assigned the CustomSecAttributeAssignment.ReadWrite.All permissions. To read or write this property in delegated scenarios, the admin must be assigned the Attribute Assignment Administrator role."},"description":{"type":"string","description":"Free text field to provide an internal end-user facing description of the service principal. End-user portals such MyApps displays the application description in this field. The maximum allowed size is 1,024 characters. Supports $filter (eq, ne, not, ge, le, startsWith) and $search.","nullable":true},"disabledByMicrosoftStatus":{"type":"string","description":"Specifies whether Microsoft has disabled the registered application. The possible values are: null (default value), NotDisabled, and DisabledDueToViolationOfServicesAgreement (reasons include suspicious, abusive, or malicious activity, or a violation of the Microsoft Services Agreement).  Supports $filter (eq, ne, not).","nullable":true},"displayName":{"type":"string","description":"The display name for the service principal. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderby.","nullable":true},"homepage":{"type":"string","description":"Home page or landing page of the application.","nullable":true},"info":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.informationalUrl"},{"type":"object","nullable":true}],"description":"Basic profile information of the acquired application such as app's marketing, support, terms of service and privacy statement URLs. The terms of service and privacy statement are surfaced to users through the user consent experience. For more info, see How to: Add Terms of service and privacy statement for registered Microsoft Entra apps. Supports $filter (eq, ne, not, ge, le, and eq on null values)."},"isDisabled":{"type":"boolean","nullable":true},"keyCredentials":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.keyCredential"},"description":"The collection of key credentials associated with the service principal. Not nullable. Supports $filter (eq, not, ge, le)."},"loginUrl":{"type":"string","description":"Specifies the URL where the service provider redirects the user to Microsoft Entra ID to authenticate. Microsoft Entra ID uses the URL to launch the application from Microsoft 365 or the Microsoft Entra My Apps. When blank, Microsoft Entra ID performs IdP-initiated sign-on for applications configured with SAML-based single sign-on. The user launches the application from Microsoft 365, the Microsoft Entra My Apps, or the Microsoft Entra SSO URL.","nullable":true},"logoutUrl":{"type":"string","description":"Specifies the URL that the Microsoft's authorization service uses to sign out a user using OpenID Connect front-channel, back-channel, or SAML sign out protocols.","nullable":true},"notes":{"type":"string","description":"Free text field to capture information about the service principal, typically used for operational purposes. Maximum allowed size is 1,024 characters.","nullable":true},"notificationEmailAddresses":{"type":"array","items":{"type":"string"},"description":"Specifies the list of email addresses where Microsoft Entra ID sends a notification when the active certificate is near the expiration date. This is only for the certificates used to sign the SAML token issued for Microsoft Entra Gallery applications."},"oauth2PermissionScopes":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.permissionScope"},"description":"The delegated permissions exposed by the application. For more information, see the oauth2PermissionScopes property on the application entity's api property. Not nullable."},"passwordCredentials":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.passwordCredential"},"description":"The collection of password credentials associated with the application. Not nullable."},"preferredSingleSignOnMode":{"type":"string","description":"Specifies the single sign-on mode configured for this application. Microsoft Entra ID uses the preferred single sign-on mode to launch the application from Microsoft 365 or the My Apps portal. The supported values are password, saml, notSupported, and oidc. Note: This field might be null for older SAML apps and for OIDC applications where it isn't set automatically.","nullable":true},"preferredTokenSigningKeyThumbprint":{"type":"string","description":"This property can be used on SAML applications (apps that have preferredSingleSignOnMode set to saml) to control which certificate is used to sign the SAML responses. For applications that aren't SAML, don't write or otherwise rely on this property.","nullable":true},"replyUrls":{"type":"array","items":{"type":"string"},"description":"The URLs that user tokens are sent to for sign in with the associated application, or the redirect URIs that OAuth 2.0 authorization codes and access tokens are sent to for the associated application. Not nullable."},"resourceSpecificApplicationPermissions":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.resourceSpecificPermission"},"description":"The resource-specific application permissions exposed by this application. Currently, resource-specific permissions are only supported for Teams apps accessing to specific chats and teams using Microsoft Graph. Read-only."},"samlSingleSignOnSettings":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.samlSingleSignOnSettings"},{"type":"object","nullable":true}],"description":"The collection for settings related to saml single sign-on."},"servicePrincipalNames":{"type":"array","items":{"type":"string"},"description":"Contains the list of identifiersUris, copied over from the associated application. Additional values can be added to hybrid applications. These values can be used to identify the permissions exposed by this app within Microsoft Entra ID. For example,Client apps can specify a resource URI that is based on the values of this property to acquire an access token, which is the URI returned in the 'aud' claim.The any operator is required for filter expressions on multi-valued properties. Not nullable.  Supports $filter (eq, not, ge, le, startsWith)."},"servicePrincipalType":{"type":"string","description":"Identifies whether the service principal represents an application, a managed identity, or a legacy application. This property is set by Microsoft Entra ID internally. The servicePrincipalType property can be set to three different values: Application - A service principal that represents an application or service. The appId property identifies the associated app registration, and matches the appId of an application, possibly from a different tenant. If the associated app registration is missing, tokens aren't issued for the service principal.ManagedIdentity - A service principal that represents a managed identity. Service principals representing managed identities can be granted access and permissions, but can't be updated or modified directly.Legacy - A service principal that represents an app created before app registrations, or through legacy experiences. A legacy service principal can have credentials, service principal names, reply URLs, and other properties that are editable by an authorized user, but doesn't have an associated app registration. The appId value doesn't associate the service principal with an app registration. The service principal can only be used in the tenant where it was created.ServiceIdentity - A service principal that represents an agent identity.SocialIdp - For internal use.","nullable":true},"signInAudience":{"type":"string","description":"Specifies the Microsoft accounts that are supported for the current application. Read-only. Supported values are:AzureADMyOrg: Users with a Microsoft work or school account in my organization's Microsoft Entra tenant (single-tenant).AzureADMultipleOrgs: Users with a Microsoft work or school account in any organization's Microsoft Entra tenant (multitenant).AzureADandPersonalMicrosoftAccount: Users with a personal Microsoft account, or a work or school account in any organization's Microsoft Entra tenant.PersonalMicrosoftAccount: Users with a personal Microsoft account only.","nullable":true},"tags":{"type":"array","items":{"type":"string"},"description":"Custom strings that can be used to categorize and identify the service principal. Not nullable. The value is the union of strings set here and on the associated application entity's tags property.Supports $filter (eq, not, ge, le, startsWith)."},"tokenEncryptionKeyId":{"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","description":"Specifies the keyId of a public key from the keyCredentials collection. When configured, Microsoft Entra ID issues tokens for this application encrypted using the key specified by this property. The application code that receives the encrypted token must use the matching private key to decrypt the token before it can be used for the signed-in user.","format":"uuid","nullable":true},"verifiedPublisher":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.verifiedPublisher"},{"type":"object","nullable":true}],"description":"Specifies the verified publisher of the application that's linked to this service principal."},"appManagementPolicies":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.appManagementPolicy"},"description":"The appManagementPolicy applied to this application.","x-ms-navigationProperty":true},"appRoleAssignedTo":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.appRoleAssignment"},"description":"App role assignments for this app or service, granted to users, groups, and other service principals. Supports $expand.","x-ms-navigationProperty":true},"appRoleAssignments":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.appRoleAssignment"},"description":"App role assignment for another app or service, granted to this service principal. Supports $expand.","x-ms-navigationProperty":true},"claimsMappingPolicies":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.claimsMappingPolicy"},"description":"The claimsMappingPolicies assigned to this service principal. Supports $expand.","x-ms-navigationProperty":true},"createdObjects":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.directoryObject"},"description":"Directory objects created by this service principal. Read-only. Nullable.","x-ms-navigationProperty":true},"delegatedPermissionClassifications":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.delegatedPermissionClassification"},"x-ms-navigationProperty":true},"endpoints":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.endpoint"},"x-ms-navigationProperty":true},"federatedIdentityCredentials":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.federatedIdentityCredential"},"description":"Federated identities for a specific type of service principal - managed identity. Supports $expand and $filter (/$count eq 0, /$count ne 0).","x-ms-navigationProperty":true},"homeRealmDiscoveryPolicies":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.homeRealmDiscoveryPolicy"},"description":"The homeRealmDiscoveryPolicies assigned to this service principal. Supports $expand.","x-ms-navigationProperty":true},"memberOf":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.directoryObject"},"description":"Roles that this service principal is a member of. HTTP Methods: GET Read-only. Nullable. Supports $expand.","x-ms-navigationProperty":true},"oauth2PermissionGrants":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.oAuth2PermissionGrant"},"description":"Delegated permission grants authorizing this service principal to access an API on behalf of a signed-in user. Read-only. Nullable.","x-ms-navigationProperty":true},"ownedObjects":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.directoryObject"},"description":"Directory objects that this service principal owns. Read-only. Nullable. Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1).","x-ms-navigationProperty":true},"owners":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.directoryObject"},"description":"Directory objects that are owners of this servicePrincipal. The owners are a set of nonadmin users or servicePrincipals who are allowed to modify this object. Supports $expand, $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1), and $select nested in $expand.","x-ms-navigationProperty":true},"remoteDesktopSecurityConfiguration":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.remoteDesktopSecurityConfiguration"},{"type":"object","nullable":true}],"description":"The remoteDesktopSecurityConfiguration object applied to this service principal. Supports $filter (eq) for isRemoteDesktopProtocolEnabled property.","x-ms-navigationProperty":true},"synchronization":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.synchronization"},{"type":"object","nullable":true}],"description":"Represents the capability for Microsoft Entra identity synchronization through the Microsoft Graph API.","x-ms-navigationProperty":true},"tokenIssuancePolicies":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.tokenIssuancePolicy"},"description":"The tokenIssuancePolicies assigned to this service principal.","x-ms-navigationProperty":true},"tokenLifetimePolicies":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.tokenLifetimePolicy"},"description":"The tokenLifetimePolicies assigned to this service principal.","x-ms-navigationProperty":true},"transitiveMemberOf":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.directoryObject"},"x-ms-navigationProperty":true},"@odata.type":{"type":"string","default":"#microsoft.graph.servicePrincipal"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.agentIdentity":"#/components/schemas/microsoft.graph.agentIdentity","#microsoft.graph.agentIdentityBlueprintPrincipal":"#/components/schemas/microsoft.graph.agentIdentityBlueprintPrincipal"}}}]},"microsoft.graph.agentIdentity":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.servicePrincipal"},{"title":"agentIdentity","required":["@odata.type"],"type":"object","properties":{"agentIdentityBlueprintId":{"type":"string","description":"The appId of the agent identity blueprint that defines the configuration for this agent identity."},"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","description":"The date and time the agent identity was created. Read-only. Inherited from servicePrincipal.","format":"date-time","nullable":true},"sponsors":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.directoryObject"},"description":"The sponsors for this agent identity.","x-ms-navigationProperty":true},"@odata.type":{"type":"string","default":"#microsoft.graph.agentIdentity"}}}],"x-ms-discriminator-value":"#microsoft.graph.agentIdentity"},"microsoft.graph.agentIdentityBlueprintPrincipal":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.servicePrincipal"},{"title":"agentIdentityBlueprintPrincipal","required":["@odata.type"],"type":"object","properties":{"sponsors":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.directoryObject"},"description":"The sponsors for this agent identity blueprint principal. Sponsors are users or service principals who can authorize and manage the lifecycle of agent identity instances.","x-ms-navigationProperty":true},"@odata.type":{"type":"string","default":"#microsoft.graph.agentIdentityBlueprintPrincipal"}}}],"x-ms-discriminator-value":"#microsoft.graph.agentIdentityBlueprintPrincipal"},"microsoft.graph.internalDomainFederationCollectionResponse":{"title":"Collection of internalDomainFederation","type":"object","allOf":[{"$ref":"#/components/schemas/BaseCollectionPaginationCountResponse"},{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.internalDomainFederation"}}}}]},"microsoft.graph.samlOrWsFedProvider":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.identityProviderBase"},{"title":"samlOrWsFedProvider","required":["@odata.type"],"type":"object","properties":{"issuerUri":{"type":"string","description":"Issuer URI of the federation server.","nullable":true},"metadataExchangeUri":{"type":"string","description":"URI of the metadata exchange endpoint used for authentication from rich client applications.","nullable":true},"passiveSignInUri":{"type":"string","description":"URI that web-based clients are directed to when signing in to Microsoft Entra services.","nullable":true},"preferredAuthenticationProtocol":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.authenticationProtocol"},{"type":"object","nullable":true}],"description":"Preferred authentication protocol. The possible values are: wsFed, saml, unknownFutureValue."},"signingCertificate":{"type":"string","description":"Current certificate used to sign tokens passed to the Microsoft identity platform. The certificate is formatted as a Base64 encoded string of the public portion of the federated IdP's token signing certificate and must be compatible with the X509Certificate2 class.   This property is used in the following scenarios:  if a rollover is required outside of the autorollover update a new federation service is being set up  if the new token signing certificate isn't present in the federation properties after the federation service certificate has been updated.   Microsoft Entra ID updates certificates via an autorollover process in which it attempts to retrieve a new certificate from the federation service metadata, 30 days before expiry of the current certificate. If a new certificate isn't available, Microsoft Entra ID monitors the metadata daily and will update the federation settings for the domain when a new certificate is available.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.samlOrWsFedProvider"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.internalDomainFederation":"#/components/schemas/microsoft.graph.internalDomainFederation","#microsoft.graph.samlOrWsFedExternalDomainFederation":"#/components/schemas/microsoft.graph.samlOrWsFedExternalDomainFederation"}}}]},"microsoft.graph.federatedIdpMfaBehavior":{"title":"federatedIdpMfaBehavior","enum":["acceptIfMfaDoneByFederatedIdp","enforceMfaByFederatedIdp","rejectMfaByFederatedIdp","unknownFutureValue"],"type":"string"},"microsoft.graph.promptLoginBehavior":{"title":"promptLoginBehavior","enum":["translateToFreshPasswordAuthentication","nativeSupport","disabled","unknownFutureValue"],"type":"string"},"microsoft.graph.signingCertificateUpdateStatus":{"title":"signingCertificateUpdateStatus","required":["@odata.type"],"type":"object","properties":{"certificateUpdateResult":{"type":"string","description":"Status of the last certificate update. Read-only. For a list of statuses, see certificateUpdateResult status.","nullable":true},"lastRunDateTime":{"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":"Date and time in ISO 8601 format and in UTC time when the certificate was last updated. Read-only.","format":"date-time","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.organizationCollectionResponse":{"title":"Collection of organization","type":"object","allOf":[{"$ref":"#/components/schemas/BaseCollectionPaginationCountResponse"},{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.organization"}}}}]},"microsoft.graph.mdmAuthority":{"title":"mdmAuthority","enum":["unknown","intune","sccm","office365"],"type":"string","description":"Mobile device management authority.","x-ms-enum":{"name":"mdmAuthority","modelAsString":false,"values":[{"value":"unknown","description":"Unknown","name":"unknown"},{"value":"intune","description":"Intune","name":"intune"},{"value":"sccm","description":"SCCM","name":"sccm"},{"value":"office365","description":"Office365","name":"office365"}]}},"microsoft.graph.partnerTenantType":{"title":"partnerTenantType","enum":["microsoftSupport","syndicatePartner","breadthPartner","breadthPartnerDelegatedAdmin","resellerPartnerDelegatedAdmin","valueAddedResellerPartnerDelegatedAdmin","unknownFutureValue"],"type":"string"},"microsoft.graph.privacyProfile":{"title":"privacyProfile","required":["@odata.type"],"type":"object","properties":{"contactEmail":{"type":"string","description":"A valid smtp email address for the privacy statement contact. Not required.","nullable":true},"statementUrl":{"type":"string","description":"A valid URL format that begins with http:// or https://. Maximum length is 255 characters. The URL that directs to the company's privacy statement. Not required.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.verifiedDomain":{"title":"verifiedDomain","required":["@odata.type"],"type":"object","properties":{"capabilities":{"type":"string","description":"For example, Email, OfficeCommunicationsOnline.","nullable":true},"isDefault":{"type":"boolean","description":"true if this is the default domain associated with the tenant; otherwise, false.","nullable":true},"isInitial":{"type":"boolean","description":"true if this is the initial domain associated with the tenant; otherwise, false.","nullable":true},"name":{"type":"string","description":"The domain name; for example, contoso.com.","nullable":true},"type":{"type":"string","description":"For example, Managed.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.organizationalBrandingProperties":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"organizationalBrandingProperties","required":["@odata.type"],"type":"object","properties":{"backgroundColor":{"type":"string","description":"Color that appears in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF.","nullable":true},"backgroundImage":{"type":"string","description":"Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image reduces bandwidth requirements and make the page load faster.","format":"base64url","nullable":true},"backgroundImageRelativeUrl":{"type":"string","description":"A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only.","nullable":true},"bannerLogo":{"type":"string","description":"A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG not larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo.","format":"base64url","nullable":true},"bannerLogoRelativeUrl":{"type":"string","description":"A relative URL for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only.","nullable":true},"cdnList":{"type":"array","items":{"type":"string","nullable":true},"description":"A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only."},"contentCustomization":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.contentCustomization"},{"type":"object","nullable":true}],"description":"Represents the content options to be customized throughout the authentication flow for a tenant. NOTE: Supported by Microsoft Entra External ID in external tenants only."},"customAccountResetCredentialsUrl":{"type":"string","description":"A custom URL for resetting account credentials. This URL must be in ASCII format or non-ASCII characters must be URL encoded, and not exceed 128 characters.","nullable":true},"customCannotAccessYourAccountText":{"type":"string","description":"A string to replace the default 'Can't access your account?' self-service password reset (SSPR) hyperlink text on the sign-in page. This text must be in Unicode format and not exceed 256 characters.","nullable":true},"customCannotAccessYourAccountUrl":{"type":"string","description":"A custom URL to replace the default URL of the self-service password reset (SSPR) 'Can't access your account?' hyperlink on the sign-in page. This URL must be in ASCII format or non-ASCII characters must be URL encoded, and not exceed 128 characters. DO NOT USE. Use customAccountResetCredentialsUrl instead.","nullable":true},"customCSS":{"type":"string","description":"CSS styling that appears on the sign-in page. The allowed format is .css format only and not larger than 25 KB.","format":"base64url","nullable":true},"customCSSRelativeUrl":{"type":"string","description":"A relative URL for the customCSS property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only.","nullable":true},"customForgotMyPasswordText":{"type":"string","description":"A string to replace the default 'Forgot my password' hyperlink text on the sign-in form. This text must be in Unicode format and not exceed 256 characters.","nullable":true},"customPrivacyAndCookiesText":{"type":"string","description":"A string to replace the default 'Privacy and Cookies' hyperlink text in the footer. This text must be in Unicode format and not exceed 256 characters.","nullable":true},"customPrivacyAndCookiesUrl":{"type":"string","description":"A custom URL to replace the default URL of the 'Privacy and Cookies' hyperlink in the footer. This URL must be in ASCII format or non-ASCII characters must be URL encoded, and not exceed 128 characters.","nullable":true},"customResetItNowText":{"type":"string","description":"A string to replace the default 'reset it now' hyperlink text on the sign-in form. This text must be in Unicode format and not exceed 256 characters. DO NOT USE: Customization of the 'reset it now' hyperlink text is currently not supported.","nullable":true},"customTermsOfUseText":{"type":"string","description":"A string to replace the the default 'Terms of Use' hyperlink text in the footer. This text must be in Unicode format and not exceed 256 characters.","nullable":true},"customTermsOfUseUrl":{"type":"string","description":"A custom URL to replace the default URL of the 'Terms of Use' hyperlink in the footer. This URL must be in ASCII format or non-ASCII characters must be URL encoded, and not exceed 128characters.","nullable":true},"favicon":{"type":"string","description":"A custom icon (favicon) to replace a default Microsoft product favicon on a Microsoft Entra tenant.","format":"base64url","nullable":true},"faviconRelativeUrl":{"type":"string","description":"A relative url for the favicon above that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only.","nullable":true},"headerBackgroundColor":{"type":"string","description":"The RGB color to apply to customize the color of the header.","nullable":true},"headerLogo":{"type":"string","description":"A company logo that appears in the header of the sign-in page. The allowed types are PNG or JPEG not larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo.","format":"base64url","nullable":true},"headerLogoRelativeUrl":{"type":"string","description":"A relative URL for the headerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only.","nullable":true},"loginPageLayoutConfiguration":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.loginPageLayoutConfiguration"},{"type":"object","nullable":true}],"description":"Represents the layout configuration to be displayed on the login page for a tenant."},"loginPageTextVisibilitySettings":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.loginPageTextVisibilitySettings"},{"type":"object","nullable":true}],"description":"Represents the various texts that can be hidden on the login page for a tenant."},"signInPageText":{"type":"string","description":"Text that appears at the bottom of the sign-in box. Use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be in Unicode format and not exceed 1024 characters.","nullable":true},"squareLogo":{"type":"string","description":"A square version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo.","format":"base64url","nullable":true},"squareLogoDark":{"type":"string","description":"A square dark version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo.","format":"base64url","nullable":true},"squareLogoDarkRelativeUrl":{"type":"string","description":"A relative URL for the squareLogoDark property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only.","nullable":true},"squareLogoRelativeUrl":{"type":"string","description":"A relative URL for the squareLogo property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only.","nullable":true},"usernameHintText":{"type":"string","description":"A string that shows as the hint in the username textbox on the sign-in screen. This text must be a Unicode, without links or code, and can't exceed 64 characters.","nullable":true},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.organizationalBranding":"#/components/schemas/microsoft.graph.organizationalBranding","#microsoft.graph.organizationalBrandingLocalization":"#/components/schemas/microsoft.graph.organizationalBrandingLocalization"}}}]},"microsoft.graph.organizationalBrandingLocalizationCollectionResponse":{"title":"Collection of organizationalBrandingLocalization","type":"object","allOf":[{"$ref":"#/components/schemas/BaseCollectionPaginationCountResponse"},{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.organizationalBrandingLocalization"}}}}]},"microsoft.graph.certificateBasedAuthConfigurationCollectionResponse":{"title":"Collection of certificateBasedAuthConfiguration","type":"object","allOf":[{"$ref":"#/components/schemas/BaseCollectionPaginationCountResponse"},{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.certificateBasedAuthConfiguration"}}}}]},"microsoft.graph.certificateAuthority":{"title":"certificateAuthority","required":["@odata.type"],"type":"object","properties":{"certificate":{"type":"string","description":"Required. The base64 encoded string representing the public certificate.","format":"base64url"},"certificateRevocationListUrl":{"type":"string","description":"The URL of the certificate revocation list.","nullable":true},"deltaCertificateRevocationListUrl":{"type":"string","description":"The URL contains the list of all revoked certificates since the last time a full certificate revocaton list was created.","nullable":true},"isRootAuthority":{"type":"boolean","description":"Required. true if the trusted certificate is a root authority, false if the trusted certificate is an intermediate authority."},"issuer":{"type":"string","description":"The issuer of the certificate, calculated from the certificate value. Read-only."},"issuerSki":{"type":"string","description":"The subject key identifier of the certificate, calculated from the certificate value. Read-only."},"@odata.type":{"type":"string"}}},"microsoft.graph.extensionCollectionResponse":{"title":"Collection of extension","type":"object","allOf":[{"$ref":"#/components/schemas/BaseCollectionPaginationCountResponse"},{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.extension"}}}}]},"microsoft.graph.openTypeExtension":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.extension"},{"title":"openTypeExtension","required":["@odata.type"],"type":"object","properties":{"extensionName":{"type":"string","description":"A unique text identifier for an open type data extension. Optional."},"@odata.type":{"type":"string","default":"#microsoft.graph.openTypeExtension"}}}],"x-ms-discriminator-value":"#microsoft.graph.openTypeExtension"},"microsoft.graph.userRegistrationFeatureCount":{"title":"userRegistrationFeatureCount","required":["@odata.type"],"type":"object","properties":{"feature":{"$ref":"#/components/schemas/microsoft.graph.authenticationMethodFeature"},"userCount":{"type":"number","description":"Number of users.","format":"int64"},"@odata.type":{"type":"string"}}},"microsoft.graph.userRegistrationMethodCount":{"title":"userRegistrationMethodCount","required":["@odata.type"],"type":"object","properties":{"authenticationMethod":{"type":"string","description":"Name of the authentication method."},"userCount":{"type":"number","description":"Number of users registered.","format":"int64"},"@odata.type":{"type":"string"}}},"microsoft.graph.userRegistrationDetailsCollectionResponse":{"title":"Collection of userRegistrationDetails","type":"object","allOf":[{"$ref":"#/components/schemas/BaseCollectionPaginationCountResponse"},{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.userRegistrationDetails"}}}}]},"microsoft.graph.userDefaultAuthenticationMethod":{"title":"userDefaultAuthenticationMethod","enum":["push","oath","voiceMobile","voiceAlternateMobile","voiceOffice","sms","none","unknownFutureValue"],"type":"string"},"microsoft.graph.signInUserType":{"title":"signInUserType","enum":["member","guest","unknownFutureValue"],"type":"string"},"microsoft.graph.printUsageByPrinterCollectionResponse":{"title":"Collection of printUsageByPrinter","type":"object","allOf":[{"$ref":"#/components/schemas/BaseCollectionPaginationCountResponse"},{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.printUsageByPrinter"}}}}]},"microsoft.graph.printUsage":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"printUsage","required":["@odata.type"],"type":"object","properties":{"blackAndWhitePageCount":{"type":"number","format":"int64","nullable":true},"colorPageCount":{"type":"number","format":"int64","nullable":true},"completedBlackAndWhiteJobCount":{"type":"number","format":"int64"},"completedColorJobCount":{"type":"number","format":"int64"},"completedJobCount":{"type":"number","format":"int64","nullable":true},"doubleSidedSheetCount":{"type":"number","format":"int64","nullable":true},"incompleteJobCount":{"type":"number","format":"int64"},"mediaSheetCount":{"type":"number","format":"int64","nullable":true},"pageCount":{"type":"number","format":"int64","nullable":true},"singleSidedSheetCount":{"type":"number","format":"int64","nullable":true},"usageDate":{"pattern":"^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$","type":"string","format":"date"},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.printUsageByPrinter":"#/components/schemas/microsoft.graph.printUsageByPrinter","#microsoft.graph.printUsageByUser":"#/components/schemas/microsoft.graph.printUsageByUser"}}}]},"microsoft.graph.printUsageByUserCollectionResponse":{"title":"Collection of printUsageByUser","type":"object","allOf":[{"$ref":"#/components/schemas/BaseCollectionPaginationCountResponse"},{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.printUsageByUser"}}}}]},"microsoft.graph.userIdentity":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.identity"},{"title":"userIdentity","required":["@odata.type"],"type":"object","properties":{"ipAddress":{"type":"string","description":"Indicates the client IP address associated with the user performing the activity (audit log only).","nullable":true},"userPrincipalName":{"type":"string","description":"The userPrincipalName attribute of the user.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.userIdentity"}}}],"x-ms-discriminator-value":"#microsoft.graph.userIdentity"},"microsoft.graph.printJobProcessingState":{"title":"printJobProcessingState","enum":["unknown","pending","processing","paused","stopped","completed","canceled","aborted","unknownFutureValue"],"type":"string"},"microsoft.graph.migrationStatus":{"title":"migrationStatus","enum":["ready","needsReview","additionalStepsRequired","unknownFutureValue"],"type":"string"},"microsoft.graph.keyValuePair":{"title":"keyValuePair","required":["@odata.type"],"type":"object","properties":{"name":{"type":"string","description":"Name for this key-value pair"},"value":{"type":"string","description":"Value for this key-value pair","nullable":true},"@odata.type":{"type":"string"}}},"ReferenceNumeric":{"enum":["-INF","INF","NaN"],"type":"string","nullable":true},"microsoft.graph.partners.billing.manifestCollectionResponse":{"title":"Collection of manifest","type":"object","allOf":[{"$ref":"#/components/schemas/BaseCollectionPaginationCountResponse"},{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.partners.billing.manifest"}}}}]},"microsoft.graph.partners.billing.blob":{"title":"blob","required":["@odata.type"],"type":"object","properties":{"name":{"type":"string","description":"The blob name."},"partitionValue":{"type":"string","description":"The partition that contains the file. A large partition is split into multiple files, each with the same partitionValue."},"@odata.type":{"type":"string"}}},"microsoft.graph.partners.billing.operationCollectionResponse":{"title":"Collection of operation","type":"object","allOf":[{"$ref":"#/components/schemas/BaseCollectionPaginationCountResponse"},{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.partners.billing.operation"}}}}]},"microsoft.graph.partners.billing.exportSuccessOperation":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.partners.billing.operation"},{"title":"exportSuccessOperation","required":["@odata.type"],"type":"object","properties":{"resourceLocation":{"$ref":"#/components/schemas/microsoft.graph.partners.billing.manifest"},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.partners.billing.exportSuccessOperation"},"microsoft.graph.partners.billing.failedOperation":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.partners.billing.operation"},{"title":"failedOperation","required":["@odata.type"],"type":"object","properties":{"error":{"$ref":"#/components/schemas/microsoft.graph.publicError"},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.partners.billing.failedOperation"},"microsoft.graph.partners.billing.runningOperation":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.partners.billing.operation"},{"title":"runningOperation","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.partners.billing.runningOperation"},"microsoft.graph.attackSimulationUser":{"title":"attackSimulationUser","required":["@odata.type"],"type":"object","properties":{"displayName":{"type":"string","description":"Display name of the user.","nullable":true},"email":{"type":"string","description":"Email address of the user.","nullable":true},"userId":{"type":"string","description":"This is the id property value of the user resource that represents the user in the Microsoft Entra tenant.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.userTrainingStatusInfo":{"title":"userTrainingStatusInfo","required":["@odata.type"],"type":"object","properties":{"assignedDateTime":{"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":"Date and time of assignment of the training to the user.","format":"date-time","nullable":true},"completionDateTime":{"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":"Date and time of completion of the training by the user.","format":"date-time","nullable":true},"displayName":{"type":"string","description":"Display name of the assigned training.","nullable":true},"trainingStatus":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.trainingStatus"},{"type":"object","nullable":true}],"description":"The status of the training assigned to the user. The possible values are: unknown, assigned, inProgress, completed, overdue, unknownFutureValue."},"@odata.type":{"type":"string"}}},"microsoft.graph.subscribedSkuCollectionResponse":{"title":"Collection of subscribedSku","type":"object","allOf":[{"$ref":"#/components/schemas/BaseCollectionPaginationCountResponse"},{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.subscribedSku"}}}}]},"microsoft.graph.licenseUnitsDetail":{"title":"licenseUnitsDetail","required":["@odata.type"],"type":"object","properties":{"enabled":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The number of units that are enabled for the active subscription of the service SKU.","format":"int32","nullable":true},"lockedOut":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The number of units that are locked out because the customer canceled their subscription of the service SKU.","format":"int32","nullable":true},"suspended":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The number of units that are suspended because the subscription of the service SKU has been canceled. The units can't be assigned but can still be reactivated before they're deleted.","format":"int32","nullable":true},"warning":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The number of units that are in warning status. When the subscription of the service SKU has expired, the customer has a grace period to renew their subscription before it's canceled (moved to a suspended state).","format":"int32","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.servicePlanInfo":{"title":"servicePlanInfo","required":["@odata.type"],"type":"object","properties":{"appliesTo":{"type":"string","description":"The object the service plan can be assigned to. The possible values are:User - service plan can be assigned to individual users.Company - service plan can be assigned to the entire tenant.","nullable":true},"provisioningStatus":{"type":"string","description":"The provisioning status of the service plan. The possible values are:Success - Service is fully provisioned.Disabled - Service is disabled.Error - The service plan isn't provisioned and is in an error state.PendingInput - The service isn't provisioned and is awaiting service confirmation.PendingActivation - The service is provisioned but requires explicit activation by an administrator (for example, Intune_O365 service plan)PendingProvisioning - Microsoft has added a new service to the product SKU and it isn't activated in the tenant.","nullable":true},"servicePlanId":{"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","description":"The unique identifier of the service plan.","format":"uuid","nullable":true},"servicePlanName":{"type":"string","description":"The name of the service plan.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.delegatedAdminCustomerCollectionResponse":{"title":"Collection of delegatedAdminCustomer","type":"object","allOf":[{"$ref":"#/components/schemas/BaseCollectionPaginationCountResponse"},{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.delegatedAdminCustomer"}}}}]},"microsoft.graph.delegatedAdminServiceManagementDetailCollectionResponse":{"title":"Collection of delegatedAdminServiceManagementDetail","type":"object","allOf":[{"$ref":"#/components/schemas/BaseCollectionPaginationCountResponse"},{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.delegatedAdminServiceManagementDetail"}}}}]},"microsoft.graph.delegatedAdminRelationshipCollectionResponse":{"title":"Collection of delegatedAdminRelationship","type":"object","allOf":[{"$ref":"#/components/schemas/BaseCollectionPaginationCountResponse"},{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.delegatedAdminRelationship"}}}}]},"microsoft.graph.delegatedAdminAccessDetails":{"title":"delegatedAdminAccessDetails","required":["@odata.type"],"type":"object","properties":{"unifiedRoles":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.unifiedRole"},"description":"The directory roles that the Microsoft partner is assigned in the customer tenant."},"@odata.type":{"type":"string"}}},"microsoft.graph.delegatedAdminRelationshipCustomerParticipant":{"title":"delegatedAdminRelationshipCustomerParticipant","required":["@odata.type"],"type":"object","properties":{"displayName":{"type":"string","description":"The display name of the customer tenant as set by Microsoft Entra ID. Read-only","nullable":true},"tenantId":{"type":"string","description":"The Microsoft Entra ID-assigned tenant ID of the customer tenant."},"@odata.type":{"type":"string"}}},"microsoft.graph.delegatedAdminRelationshipStatus":{"title":"delegatedAdminRelationshipStatus","enum":["activating","active","approvalPending","approved","created","expired","expiring","terminated","terminating","terminationRequested","unknownFutureValue"],"type":"string"},"microsoft.graph.resellerDelegatedAdminRelationship":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.delegatedAdminRelationship"},{"title":"resellerDelegatedAdminRelationship","required":["@odata.type"],"type":"object","properties":{"indirectProviderTenantId":{"type":"string","description":"The tenant ID of the indirect provider partner who created the relationship for the indirect reseller partner."},"isPartnerConsentPending":{"type":"boolean","description":"Indicates the indirect reseller partner consent status. true indicates that the partner has yet to review the relationship; false indicates that the partner has already provided consent by approving or rejecting the relationship."},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.resellerDelegatedAdminRelationship"},"microsoft.graph.delegatedAdminAccessAssignmentCollectionResponse":{"title":"Collection of delegatedAdminAccessAssignment","type":"object","allOf":[{"$ref":"#/components/schemas/BaseCollectionPaginationCountResponse"},{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.delegatedAdminAccessAssignment"}}}}]},"microsoft.graph.delegatedAdminAccessContainer":{"title":"delegatedAdminAccessContainer","required":["@odata.type"],"type":"object","properties":{"accessContainerId":{"type":"string","description":"The identifier of the access container (for example, a security group). For 'securityGroup' access containers, this must be a valid ID of a Microsoft Entra security group in the Microsoft partner's tenant."},"accessContainerType":{"$ref":"#/components/schemas/microsoft.graph.delegatedAdminAccessContainerType"},"@odata.type":{"type":"string"}}},"microsoft.graph.delegatedAdminAccessAssignmentStatus":{"title":"delegatedAdminAccessAssignmentStatus","enum":["pending","active","deleting","deleted","error","unknownFutureValue"],"type":"string"},"microsoft.graph.delegatedAdminRelationshipOperationCollectionResponse":{"title":"Collection of delegatedAdminRelationshipOperation","type":"object","allOf":[{"$ref":"#/components/schemas/BaseCollectionPaginationCountResponse"},{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.delegatedAdminRelationshipOperation"}}}}]},"microsoft.graph.delegatedAdminRelationshipOperationType":{"title":"delegatedAdminRelationshipOperationType","enum":["delegatedAdminAccessAssignmentUpdate","unknownFutureValue","delegatedAdminRelationshipUpdate"],"type":"string"},"microsoft.graph.delegatedAdminRelationshipRequestCollectionResponse":{"title":"Collection of delegatedAdminRelationshipRequest","type":"object","allOf":[{"$ref":"#/components/schemas/BaseCollectionPaginationCountResponse"},{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.delegatedAdminRelationshipRequest"}}}}]},"microsoft.graph.delegatedAdminRelationshipRequestAction":{"title":"delegatedAdminRelationshipRequestAction","enum":["lockForApproval","approve","terminate","unknownFutureValue","reject"],"type":"string"},"microsoft.graph.delegatedAdminRelationshipRequestStatus":{"title":"delegatedAdminRelationshipRequestStatus","enum":["created","pending","succeeded","failed","unknownFutureValue"],"type":"string"},"microsoft.graph.multiTenantOrganizationState":{"title":"multiTenantOrganizationState","enum":["active","inactive","unknownFutureValue"],"type":"string"},"microsoft.graph.multiTenantOrganizationMemberState":{"title":"multiTenantOrganizationMemberState","enum":["pending","active","removed","unknownFutureValue"],"type":"string"},"microsoft.graph.multiTenantOrganizationMemberRole":{"title":"multiTenantOrganizationMemberRole","enum":["owner","member","unknownFutureValue"],"type":"string"},"microsoft.graph.multiTenantOrganizationJoinRequestTransitionDetails":{"title":"multiTenantOrganizationJoinRequestTransitionDetails","required":["@odata.type"],"type":"object","properties":{"desiredMemberState":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.multiTenantOrganizationMemberState"},{"type":"object","nullable":true}],"description":"State of the tenant in the multitenant organization currently being processed. The possible values are: pending, active, removed, unknownFutureValue. Read-only."},"details":{"type":"string","description":"Details that explain the processing status if any. Read-only.","nullable":true},"status":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.multiTenantOrganizationMemberProcessingStatus"},{"type":"object","nullable":true}],"description":"Processing state of the asynchronous job. The possible values are: notStarted, running, succeeded, failed, unknownFutureValue. Read-only."},"@odata.type":{"type":"string"}}},"microsoft.graph.multiTenantOrganizationMemberCollectionResponse":{"title":"Collection of multiTenantOrganizationMember","type":"object","allOf":[{"$ref":"#/components/schemas/BaseCollectionPaginationCountResponse"},{"type":"object","properties":{"value":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.multiTenantOrganizationMember"}}}}]},"microsoft.graph.multiTenantOrganizationMemberTransitionDetails":{"title":"multiTenantOrganizationMemberTransitionDetails","required":["@odata.type"],"type":"object","properties":{"desiredRole":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.multiTenantOrganizationMemberRole"},{"type":"object","nullable":true}],"description":"Role of the tenant in the multitenant organization. The possible values are: owner, member, unknownFutureValue."},"desiredState":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.multiTenantOrganizationMemberState"},{"type":"object","nullable":true}],"description":"State of the tenant in the multitenant organization currently being processed. The possible values are: pending, active, removed, unknownFutureValue. Read-only."},"details":{"type":"string","description":"Details that explain the processing status if any. Read-only.","nullable":true},"status":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.multiTenantOrganizationMemberProcessingStatus"},{"type":"object","nullable":true}],"description":"Processing state of the asynchronous job. The possible values are: notStarted, running, succeeded, failed, unknownFutureValue. Read-only."},"@odata.type":{"type":"string"}}},"microsoft.graph.ODataErrors.MainError":{"required":["code","message"],"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string","x-ms-primary-error-message":true},"target":{"type":"string","nullable":true},"details":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.ODataErrors.ErrorDetails"}},"innerError":{"$ref":"#/components/schemas/microsoft.graph.ODataErrors.InnerError"}}},"microsoft.graph.accessPackage":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"accessPackage","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","description":"The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.","format":"date-time","nullable":true},"description":{"type":"string","description":"The description of the access package.","nullable":true},"displayName":{"type":"string","description":"Required. The display name of the access package. Supports $filter (eq, contains).","nullable":true},"isHidden":{"type":"boolean","description":"Indicates whether the access package is hidden from the requestor.","nullable":true},"modifiedDateTime":{"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 Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.","format":"date-time","nullable":true},"accessPackagesIncompatibleWith":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.accessPackage"},"description":"The access packages that are incompatible with this package. Read-only.","x-ms-navigationProperty":true},"assignmentPolicies":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.accessPackageAssignmentPolicy"},"description":"Read-only. Nullable. Supports $expand.","x-ms-navigationProperty":true},"catalog":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.accessPackageCatalog"},{"type":"object","nullable":true}],"description":"Required when creating the access package. Read-only. Nullable.","x-ms-navigationProperty":true},"incompatibleAccessPackages":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.accessPackage"},"description":"The access packages whose assigned users are ineligible to be assigned this access package.","x-ms-navigationProperty":true},"incompatibleGroups":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.group"},"description":"The groups whose members are ineligible to be assigned this access package.","x-ms-navigationProperty":true},"resourceRoleScopes":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.accessPackageResourceRoleScope"},"description":"The resource roles and scopes in this access package.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.accessPackage"},"microsoft.graph.accessPackageAssignment":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"accessPackageAssignment","required":["@odata.type"],"type":"object","properties":{"customExtensionCalloutInstances":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.customExtensionCalloutInstance"},"description":"Information about all the custom extension calls that were made during the access package assignment workflow."},"expiredDateTime":{"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 Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.","format":"date-time","nullable":true},"schedule":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.entitlementManagementSchedule"},{"type":"object","nullable":true}],"description":"When the access assignment is to be in place. Read-only."},"state":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.accessPackageAssignmentState"},{"type":"object","nullable":true}],"description":"The state of the access package assignment. The possible values are: delivering, partiallyDelivered, delivered, expired, deliveryFailed, unknownFutureValue. Read-only. Supports $filter (eq)."},"status":{"type":"string","description":"More information about the assignment lifecycle. Possible values include Delivering, Delivered, AutoAssignmentInGracePeriod, NearExpiry1DayNotificationTriggered, or ExpiredNotificationTriggered. Read-only.","nullable":true},"accessPackage":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.accessPackage"},{"type":"object","nullable":true}],"description":"Read-only. Nullable. Supports $filter (eq) on the id property and $expand query parameters.","x-ms-navigationProperty":true},"assignmentPolicy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.accessPackageAssignmentPolicy"},{"type":"object","nullable":true}],"description":"Read-only. Supports $filter (eq) on the id property and $expand query parameters.","x-ms-navigationProperty":true},"target":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.accessPackageSubject"},{"type":"object","nullable":true}],"description":"The subject of the access package assignment. Read-only. Nullable. Supports $expand. Supports $filter (eq) on objectId.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.accessPackageAssignment"},"microsoft.graph.accessPackageAssignmentPolicy":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"accessPackageAssignmentPolicy","required":["@odata.type"],"type":"object","properties":{"allowedTargetScope":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.allowedTargetScope"},{"type":"object","nullable":true}],"description":"Principals that can be assigned the access package through this policy. The possible values are: notSpecified, specificDirectoryUsers, specificConnectedOrganizationUsers, specificDirectoryServicePrincipals, allMemberUsers, allDirectoryUsers, allDirectoryServicePrincipals, allConfiguredConnectedOrganizationUsers, allExternalUsers, allDirectoryAgentIdentities, unknownFutureValue."},"automaticRequestSettings":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.accessPackageAutomaticRequestSettings"},{"type":"object","nullable":true}],"description":"This property is only present for an auto assignment policy; if absent, this is a request-based policy."},"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","description":"The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.","format":"date-time","nullable":true},"description":{"type":"string","description":"The description of the policy.","nullable":true},"displayName":{"type":"string","description":"The display name of the policy.","nullable":true},"expiration":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.expirationPattern"},{"type":"object","nullable":true}],"description":"The expiration date for assignments created in this policy."},"modifiedDateTime":{"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 Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.","format":"date-time","nullable":true},"notificationSettings":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.accessPackageNotificationSettings"},{"type":"object","nullable":true}]},"requestApprovalSettings":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.accessPackageAssignmentApprovalSettings"},{"type":"object","nullable":true}],"description":"Specifies the settings for approval of requests for an access package assignment through this policy. For example, if approval is required for new requests."},"requestorSettings":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.accessPackageAssignmentRequestorSettings"},{"type":"object","nullable":true}],"description":"Provides additional settings to select who can create a request for an access package assignment through this policy, and what they can include in their request."},"reviewSettings":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.accessPackageAssignmentReviewSettings"},{"type":"object","nullable":true}],"description":"Settings for access reviews of assignments through this policy."},"specificAllowedTargets":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.subjectSet"},"description":"The principals that can be assigned access from an access package through this policy."},"accessPackage":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.accessPackage"},{"type":"object","nullable":true}],"description":"Access package containing this policy. Read-only. Supports $expand.","x-ms-navigationProperty":true},"catalog":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.accessPackageCatalog"},{"type":"object","nullable":true}],"description":"Catalog of the access package containing this policy. Read-only.","x-ms-navigationProperty":true},"customExtensionStageSettings":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.customExtensionStageSetting"},"description":"The collection of stages when to execute one or more custom access package workflow extensions. Supports $expand.","x-ms-navigationProperty":true},"questions":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.accessPackageQuestion"},"description":"Questions that are posed to the  requestor.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.accessPackageAssignmentPolicy"},"microsoft.graph.accessPackageAssignmentRequest":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"accessPackageAssignmentRequest","required":["@odata.type"],"type":"object","properties":{"answers":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.accessPackageAnswer"},"description":"Answers provided by the requestor to accessPackageQuestions asked of them at the time of request."},"completedDateTime":{"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 of the end of processing, either successful or failure, of a request. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.","format":"date-time","nullable":true},"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","description":"The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter.","format":"date-time","nullable":true},"customExtensionCalloutInstances":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.customExtensionCalloutInstance"},"description":"Information about all the custom extension calls that were made during the access package assignment workflow."},"justification":{"type":"string","description":"The requestor's supplied justification.","nullable":true},"requestType":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.accessPackageRequestType"},{"type":"object","nullable":true}],"description":"The type of the request. The possible values are: notSpecified, userAdd, userUpdate, userRemove, adminAdd, adminUpdate, adminRemove, systemAdd, systemUpdate, systemRemove, onBehalfAdd (not supported), unknownFutureValue. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: approverRemove. Requests from the user have a requestType of userAdd, userUpdate, or userRemove. This property can't be changed once set."},"schedule":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.entitlementManagementSchedule"},{"type":"object","nullable":true}],"description":"The range of dates that access is to be assigned to the requestor. This property can't be changed once set, but a new schedule for an assignment can be included in another userUpdate or adminUpdate assignment request."},"state":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.accessPackageRequestState"},{"type":"object","nullable":true}],"description":"The state of the request. The possible values are: submitted, pendingApproval, delivering, delivered, deliveryFailed, denied, scheduled, canceled, partiallyDelivered, unknownFutureValue. Read-only. Supports $filter (eq)."},"status":{"type":"string","description":"More information on the request processing status. Read-only.","nullable":true},"accessPackage":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.accessPackage"},{"type":"object","nullable":true}],"description":"The access package associated with the accessPackageAssignmentRequest. An access package defines the collections of resource roles and the policies for how one or more users can get access to those resources. Read-only. Nullable.  Supports $expand.","x-ms-navigationProperty":true},"assignment":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.accessPackageAssignment"},{"type":"object","nullable":true}],"description":"For a requestType of userAdd or adminAdd, this is an access package assignment requested to be created. For a requestType of userRemove, adminRemove, approverRemove, or systemRemove, this has the id property of an existing assignment to be removed.   Supports $expand.","x-ms-navigationProperty":true},"requestor":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.accessPackageSubject"},{"type":"object","nullable":true}],"description":"The subject who requested or, if a direct assignment, was assigned. Read-only. Nullable. Supports $expand.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.accessPackageAssignmentRequest"},"microsoft.graph.accessPackageCatalog":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"accessPackageCatalog","required":["@odata.type"],"type":"object","properties":{"catalogType":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.accessPackageCatalogType"},{"type":"object","nullable":true}],"description":"Whether the catalog is created by a user or entitlement management. The possible values are: userManaged, serviceDefault, serviceManaged, unknownFutureValue."},"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","description":"The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.","format":"date-time","nullable":true},"description":{"type":"string","description":"The description of the access package catalog.","nullable":true},"displayName":{"type":"string","description":"The display name of the access package catalog.","nullable":true},"isExternallyVisible":{"type":"boolean","description":"Whether the access packages in this catalog can be requested by users outside of the tenant.","nullable":true},"modifiedDateTime":{"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 Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.","format":"date-time","nullable":true},"state":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.accessPackageCatalogState"},{"type":"object","nullable":true}],"description":"Has the value published if the access packages are available for management. The possible values are: unpublished, published, unknownFutureValue."},"accessPackages":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.accessPackage"},"description":"The access packages in this catalog. Read-only. Nullable.","x-ms-navigationProperty":true},"customWorkflowExtensions":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.customCalloutExtension"},"x-ms-navigationProperty":true},"resourceRoles":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.accessPackageResourceRole"},"x-ms-navigationProperty":true},"resources":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.accessPackageResource"},"description":"Access package resources in this catalog.","x-ms-navigationProperty":true},"resourceScopes":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.accessPackageResourceScope"},"x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.accessPackageCatalog"},"microsoft.graph.accessPackageQuestion":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"accessPackageQuestion","required":["@odata.type"],"type":"object","properties":{"isAnswerEditable":{"type":"boolean","description":"Specifies whether the requestor is allowed to edit answers to questions for an assignment by posting an update to accessPackageAssignmentRequest.","nullable":true},"isRequired":{"type":"boolean","description":"Whether the requestor is required to supply an answer or not.","nullable":true},"localizations":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.accessPackageLocalizedText"},"description":"The text of the question represented in a format for a specific locale."},"sequence":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Relative position of this question when displaying a list of questions to the requestor.","format":"int32","nullable":true},"text":{"type":"string","description":"The text of the question to show to the requestor.","nullable":true},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.accessPackageMultipleChoiceQuestion":"#/components/schemas/microsoft.graph.accessPackageMultipleChoiceQuestion","#microsoft.graph.accessPackageTextInputQuestion":"#/components/schemas/microsoft.graph.accessPackageTextInputQuestion"}}}]},"microsoft.graph.accessPackageMultipleChoiceQuestion":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.accessPackageQuestion"},{"title":"accessPackageMultipleChoiceQuestion","required":["@odata.type"],"type":"object","properties":{"choices":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.accessPackageAnswerChoice"},"description":"List of answer choices."},"isMultipleSelectionAllowed":{"type":"boolean","description":"Indicates whether requestor can select multiple choices as their answer.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.accessPackageMultipleChoiceQuestion"}}}],"x-ms-discriminator-value":"#microsoft.graph.accessPackageMultipleChoiceQuestion"},"microsoft.graph.accessPackageTextInputQuestion":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.accessPackageQuestion"},{"title":"accessPackageTextInputQuestion","required":["@odata.type"],"type":"object","properties":{"isSingleLineQuestion":{"type":"boolean","description":"Indicates whether the answer is in single or multiple line format.","nullable":true},"regexPattern":{"type":"string","description":"The regular expression pattern that any answer to this question must match.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.accessPackageTextInputQuestion"}}}],"x-ms-discriminator-value":"#microsoft.graph.accessPackageTextInputQuestion"},"microsoft.graph.accessPackageResource":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"accessPackageResource","required":["@odata.type"],"type":"object","properties":{"attributes":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.accessPackageResourceAttribute"},"description":"Contains information about the attributes to be collected from the requestor and sent to the resource application."},"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","description":"The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.","format":"date-time","nullable":true},"description":{"type":"string","description":"A description for the resource.","nullable":true},"displayName":{"type":"string","description":"The display name of the resource, such as the application name, group name or site name.","nullable":true},"modifiedDateTime":{"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 Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.","format":"date-time","nullable":true},"originId":{"type":"string","description":"The unique identifier of the resource in the origin system. For a Microsoft Entra group, this is the identifier of the group.","nullable":true},"originSystem":{"type":"string","description":"The type of the resource in the origin system, such as SharePointOnline, AadApplication or AadGroup.","nullable":true},"environment":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.accessPackageResourceEnvironment"},{"type":"object","nullable":true}],"description":"Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand.","x-ms-navigationProperty":true},"roles":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.accessPackageResourceRole"},"description":"Read-only. Nullable. Supports $expand.","x-ms-navigationProperty":true},"scopes":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.accessPackageResourceScope"},"description":"Read-only. Nullable. Supports $expand.","x-ms-navigationProperty":true},"uploadSessions":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.customDataProvidedResourceUploadSession"},"description":"The upload sessions for uploading external access data to this resource through the Bring Your Own Data (BYOD) flow.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.customDataProvidedResource":"#/components/schemas/microsoft.graph.customDataProvidedResource"}}}]},"microsoft.graph.customDataProvidedResource":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.accessPackageResource"},{"title":"customDataProvidedResource","required":["@odata.type"],"type":"object","properties":{"notificationEndpointConfiguration":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.customExtensionEndpointConfiguration"},{"type":"object","nullable":true}],"description":"The endpoint configuration of the logic app that is triggered when the access review for this resource goes into an initializing state."},"@odata.type":{"type":"string","default":"#microsoft.graph.customDataProvidedResource"}}}],"x-ms-discriminator-value":"#microsoft.graph.customDataProvidedResource"},"microsoft.graph.accessPackageResourceEnvironment":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"accessPackageResourceEnvironment","required":["@odata.type"],"type":"object","properties":{"connectionInfo":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.connectionInfo"},{"type":"object","nullable":true}],"description":"Connection information of an environment used to connect to a resource."},"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","description":"The date and time that this object was created. 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 is 2014-01-01T00:00:00Z.","format":"date-time","nullable":true},"description":{"type":"string","description":"The description of this object.","nullable":true},"displayName":{"type":"string","description":"The display name of this object.","nullable":true},"isDefaultEnvironment":{"type":"boolean","description":"Determines whether this is default environment or not. It is set to true for all static origin systems, such as Microsoft Entra groups and Microsoft Entra Applications.","nullable":true},"modifiedDateTime":{"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 that this object was last modified. 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 is 2014-01-01T00:00:00Z.","format":"date-time","nullable":true},"originId":{"type":"string","description":"The unique identifier of this environment in the origin system.","nullable":true},"originSystem":{"type":"string","description":"The type of the resource in the origin system, that is, SharePointOnline. Requires $filter (eq).","nullable":true},"resources":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.accessPackageResource"},"description":"Read-only. Required.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.accessPackageResourceEnvironment"},"microsoft.graph.accessPackageResourceRequest":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"accessPackageResourceRequest","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","description":"The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.","format":"date-time","nullable":true},"requestType":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.accessPackageRequestType"},{"type":"object","nullable":true}],"description":"The type of the request. Use adminAdd to add a resource, if the caller is an administrator or resource owner, adminUpdate to update a resource, or adminRemove to remove a resource."},"state":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.accessPackageRequestState"},{"type":"object","nullable":true}],"description":"The outcome of whether the service was able to add the resource to the catalog. The value is delivered if the resource was added or removed, and deliveryFailed if it couldn't be added or removed. Read-only."},"catalog":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.accessPackageCatalog"},{"type":"object","nullable":true}],"x-ms-navigationProperty":true},"resource":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.accessPackageResource"},{"type":"object","nullable":true}],"x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.accessPackageResourceRequest"},"microsoft.graph.accessPackageResourceRole":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"accessPackageResourceRole","required":["@odata.type"],"type":"object","properties":{"description":{"type":"string","description":"A description for the resource role.","nullable":true},"displayName":{"type":"string","description":"The display name of the resource role such as the role defined by the application.","nullable":true},"originId":{"type":"string","description":"The unique identifier of the resource role in the origin system. For a SharePoint Online site, the originId is the sequence number of the role in the site.","nullable":true},"originSystem":{"type":"string","description":"The type of the resource in the origin system, such as SharePointOnline, AadApplication, AzureResources, or AadGroup.","nullable":true},"type":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.roleType"},{"type":"object","nullable":true}],"description":"The role type for the Azure resource role. The possible values are: active, eligible, application, delegated, unknownFutureValue. The values active and eligible are only supported where originSystem is AzureResources while application and delegated aren't currently implemented."},"resource":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.accessPackageResource"},{"type":"object","nullable":true}],"x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.accessPackageResourceRole"},"microsoft.graph.accessPackageResourceRoleScope":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"accessPackageResourceRoleScope","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","description":"The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z","format":"date-time","nullable":true},"role":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.accessPackageResourceRole"},{"type":"object","nullable":true}],"x-ms-navigationProperty":true},"scope":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.accessPackageResourceScope"},{"type":"object","nullable":true}],"x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.accessPackageResourceRoleScope"},"microsoft.graph.accessPackageResourceScope":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"accessPackageResourceScope","required":["@odata.type"],"type":"object","properties":{"description":{"type":"string","description":"The description of the scope.","nullable":true},"displayName":{"type":"string","description":"The display name of the scope.","nullable":true},"isRootScope":{"type":"boolean","description":"True if the scopes are arranged in a hierarchy and this is the top or root scope of the resource.","nullable":true},"originId":{"type":"string","description":"The unique identifier of the resource in the origin system. If a Microsoft Entra group, originId is the identifier of the group. Supports $filter (eq).","nullable":true},"originSystem":{"type":"string","description":"The type of the resource in the origin system, such as SharePointOnline, AadApplication, AadGroup, AzureResources, or CustomDataProvidedResource. Supports $filter (eq).","nullable":true},"resource":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.accessPackageResource"},{"type":"object","nullable":true}],"x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.accessPackageResourceScope"},"microsoft.graph.accessPackageSubject":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"accessPackageSubject","required":["@odata.type"],"type":"object","properties":{"displayName":{"type":"string","description":"The display name of the subject.","nullable":true},"email":{"type":"string","description":"The email address of the subject.","nullable":true},"objectId":{"type":"string","description":"The object identifier of the subject. null if the subject isn't yet a user in the tenant.","nullable":true},"onPremisesSecurityIdentifier":{"type":"string","description":"A string representation of the principal's security identifier, if known, or null if the subject doesn't have a security identifier.","nullable":true},"principalName":{"type":"string","description":"The principal name, if known, of the subject.","nullable":true},"subjectLifecycle":{"$ref":"#/components/schemas/microsoft.graph.accessPackageSubjectLifecycle"},"subjectType":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.accessPackageSubjectType"},{"type":"object","nullable":true}],"description":"The resource type of the subject. The possible values are: notSpecified, user, servicePrincipal, unknownFutureValue."},"connectedOrganization":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.connectedOrganization"},{"type":"object","nullable":true}],"description":"The connected organization of the subject. Read-only. Nullable.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.accessPackageSubject"},"microsoft.graph.accessPackageSuggestion":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"accessPackageSuggestion","required":["@odata.type"],"type":"object","properties":{"reasons":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.accessPackageSuggestionReason"},"description":"A collection of reasons why this access package is being suggested to the user."},"accessPackage":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.availableAccessPackage"},{"type":"object","nullable":true}],"description":"The access package information for the suggested package.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.accessPackageSuggestion"},"microsoft.graph.accessReviewHistoryDefinition":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"accessReviewHistoryDefinition","required":["@odata.type"],"type":"object","properties":{"createdBy":{"$ref":"#/components/schemas/microsoft.graph.userIdentity"},"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","description":"Timestamp when the access review definition was created.","format":"date-time"},"decisions":{"type":"array","items":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.accessReviewHistoryDecisionFilter"},{"type":"object","nullable":true}]},"description":"Determines which review decisions will be included in the fetched review history data if specified. Optional on create. All decisions are included by default if no decisions are provided on create. The possible values are: approve, deny, dontKnow, notReviewed, and notNotified."},"displayName":{"type":"string","description":"Name for the access review history data collection. Required."},"reviewHistoryPeriodEndDateTime":{"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":"A timestamp. Reviews ending on or before this date will be included in the fetched history data. Only required if scheduleSettings isn't defined.","format":"date-time"},"reviewHistoryPeriodStartDateTime":{"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":"A timestamp. Reviews starting on or before this date will be included in the fetched history data. Only required if scheduleSettings isn't defined.","format":"date-time"},"scheduleSettings":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.accessReviewHistoryScheduleSettings"},{"type":"object","nullable":true}],"description":"The settings for a recurring access review history definition series. Only required if reviewHistoryPeriodStartDateTime or reviewHistoryPeriodEndDateTime aren't defined. Not supported yet."},"scopes":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.accessReviewScope"},"description":"Used to scope what reviews are included in the fetched history data. Fetches reviews whose scope matches with this provided scope. Required."},"status":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.accessReviewHistoryStatus"},{"type":"object","nullable":true}],"description":"Represents the status of the review history data collection. The possible values are: done, inProgress, error, requested, unknownFutureValue."},"instances":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.accessReviewHistoryInstance"},"description":"If the accessReviewHistoryDefinition is a recurring definition, instances represent each recurrence. A definition that doesn't recur will have exactly one instance.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.accessReviewHistoryDefinition"},"microsoft.graph.accessReviewHistoryInstance":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"accessReviewHistoryInstance","required":["@odata.type"],"type":"object","properties":{"downloadUri":{"type":"string","description":"Uri that can be used to retrieve review history data. This URI will be active for 24 hours after being generated. Required.","nullable":true},"expirationDateTime":{"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":"Timestamp when this instance and associated data expires and the history is deleted. Required.","format":"date-time"},"fulfilledDateTime":{"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":"Timestamp when all of the available data for this instance was collected and is set after this instance's status is set to done. Required.","format":"date-time","nullable":true},"reviewHistoryPeriodEndDateTime":{"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":"Timestamp reviews ending on or before this date will be included in the fetched history data.","format":"date-time","nullable":true},"reviewHistoryPeriodStartDateTime":{"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":"Timestamp reviews starting on or after this date will be included in the fetched history data.","format":"date-time","nullable":true},"runDateTime":{"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":"Timestamp when the instance's history data is scheduled to be generated.","format":"date-time"},"status":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.accessReviewHistoryStatus"},{"type":"object","nullable":true}],"description":"Represents the status of the review history data collection. The possible values are: done, inProgress, error, requested, unknownFutureValue. Once the status has been marked as done, a link can be generated to retrieve the instance's data by calling generateDownloadUri method."},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.accessReviewHistoryInstance"},"microsoft.graph.accessReviewInstance":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"accessReviewInstance","required":["@odata.type"],"type":"object","properties":{"endDateTime":{"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":"DateTime when review instance is scheduled to end.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 is 2014-01-01T00:00:00Z. Supports $select. Read-only.","format":"date-time","nullable":true},"fallbackReviewers":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.accessReviewReviewerScope"},"description":"This collection of reviewer scopes is used to define the list of fallback reviewers. These fallback reviewers will be notified to take action if no users are found from the list of reviewers specified. This could occur when either the group owner is specified as the reviewer but the group owner does not exist, or manager is specified as reviewer but a user's manager does not exist. Supports $select."},"reviewers":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.accessReviewReviewerScope"},"description":"This collection of access review scopes is used to define who the reviewers are. Supports $select. For examples of options for assigning reviewers, see Assign reviewers to your access review definition using the Microsoft Graph API."},"scope":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.accessReviewScope"},{"type":"object","nullable":true}],"description":"Created based on scope and instanceEnumerationScope at the accessReviewScheduleDefinition level. Defines the scope of users reviewed in a group. Supports $select and $filter (contains only). Read-only."},"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":"DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only.","format":"date-time","nullable":true},"status":{"type":"string","description":"Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only.","nullable":true},"contactedReviewers":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.accessReviewReviewer"},"description":"Returns the collection of reviewers who were contacted to complete this review. While the reviewers and fallbackReviewers properties of the accessReviewScheduleDefinition might specify group owners or managers as reviewers, contactedReviewers returns their individual identities. Supports $select. Read-only.","x-ms-navigationProperty":true},"decisions":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItem"},"description":"Each user reviewed in an accessReviewInstance has a decision item representing if they were approved, denied, or not yet reviewed.","x-ms-navigationProperty":true},"stages":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.accessReviewStage"},"description":"If the instance has multiple stages, this returns the collection of stages. A new stage will only be created when the previous stage ends. The existence, number, and settings of stages on a review instance are created based on the accessReviewStageSettings on the parent accessReviewScheduleDefinition.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.accessReviewInstance"},"microsoft.graph.accessReviewInstanceDecisionItem":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"accessReviewInstanceDecisionItem","required":["@odata.type"],"type":"object","properties":{"accessReviewId":{"type":"string","description":"The identifier of the accessReviewInstance parent. Supports $select. Read-only."},"appliedBy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.userIdentity"},{"type":"object","nullable":true}],"description":"The identifier of the user who applied the decision. Read-only."},"appliedDateTime":{"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 timestamp when the approval decision was applied.00000000-0000-0000-0000-000000000000 if the assigned reviewer hasn't applied the decision or it was automatically applied. 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 is 2014-01-01T00:00:00Z.  Supports $select. Read-only.","format":"date-time","nullable":true},"applyResult":{"type":"string","description":"The result of applying the decision. Possible values: New, AppliedSuccessfully, AppliedWithUnknownFailure, AppliedSuccessfullyButObjectNotFound and ApplyNotSupported. Supports $select, $orderby, and $filter (eq only). Read-only.","nullable":true},"decision":{"type":"string","description":"Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only).","nullable":true},"justification":{"type":"string","description":"Justification left by the reviewer when they made the decision.","nullable":true},"principal":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identity"},{"type":"object","nullable":true}],"description":"Every decision item in an access review represents a principal's access to a resource. This property represents details of the principal. For example, if a decision item represents access of User 'Bob' to Group 'Sales' - The principal is 'Bob' and the resource is 'Sales'. Principals can be of two types - userIdentity and servicePrincipalIdentity. Supports $select. Read-only."},"principalLink":{"type":"string","description":"A link to the principal object. For example, https://graph.microsoft.com/v1.0/users/a6c7aecb-cbfd-4763-87ef-e91b4bd509d9. Read-only.","nullable":true},"recommendation":{"type":"string","description":"A system-generated recommendation for the approval decision based off last interactive sign-in to tenant. The value is Approve if the sign-in is fewer than 30 days after the start of review, Deny if the sign-in is greater than 30 days after, or NoInfoAvailable. Possible values: Approve, Deny, or NoInfoAvailable. Supports $select, $orderby, and $filter (eq only). Read-only.","nullable":true},"resource":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItemResource"},{"type":"object","nullable":true}],"description":"Every decision item in an access review represents a principal's access to a resource. This property represents details of the resource. For example, if a decision item represents access of User 'Bob' to Group 'Sales' - The principal is Bob and the resource is 'Sales'. Resources can be of multiple types. See accessReviewInstanceDecisionItemResource. Read-only."},"resourceLink":{"type":"string","description":"A link to the resource. For example, https://graph.microsoft.com/v1.0/servicePrincipals/c86300f3-8695-4320-9f6e-32a2555f5ff8. Supports $select. Read-only.","nullable":true},"reviewedBy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.userIdentity"},{"type":"object","nullable":true}],"description":"The identifier of the reviewer.00000000-0000-0000-0000-000000000000 if the assigned reviewer hasn't reviewed. Supports $select. Read-only."},"reviewedDateTime":{"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 timestamp when the review decision occurred. Supports $select. Read-only.","format":"date-time","nullable":true},"insights":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.governanceInsight"},"description":"Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.accessReviewInstanceDecisionItem"},"microsoft.graph.accessReviewReviewer":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"accessReviewReviewer","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","description":"The date when the reviewer was added for the access review.","format":"date-time","nullable":true},"displayName":{"type":"string","description":"Name of reviewer.","nullable":true},"userPrincipalName":{"type":"string","description":"User principal name of the reviewer.","nullable":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.accessReviewReviewer"},"microsoft.graph.accessReviewScheduleDefinition":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"accessReviewScheduleDefinition","required":["@odata.type"],"type":"object","properties":{"additionalNotificationRecipients":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.accessReviewNotificationRecipientItem"},"description":"Defines the list of additional users or group members to be notified of the access review progress."},"createdBy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.userIdentity"},{"type":"object","nullable":true}],"description":"User who created this review. Read-only."},"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","description":"Timestamp when the access review series was created. Supports $select. Read-only.","format":"date-time","nullable":true},"descriptionForAdmins":{"type":"string","description":"Description provided by review creators to provide more context of the review to admins. Supports $select.","nullable":true},"descriptionForReviewers":{"type":"string","description":"Description provided  by review creators to provide more context of the review to reviewers. Reviewers see this description in the email sent to them requesting their review. Email notifications support up to 256 characters. Supports $select.","nullable":true},"displayName":{"type":"string","description":"Name of the access review series. Supports $select and $orderby. Required on create.","nullable":true},"fallbackReviewers":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.accessReviewReviewerScope"},"description":"This collection of reviewer scopes is used to define the list of fallback reviewers. These fallback reviewers are notified to take action if no users are found from the list of reviewers specified. This could occur when either the group owner is specified as the reviewer but the group owner doesn't exist, or manager is specified as reviewer but a user's manager doesn't exist. See accessReviewReviewerScope. Replaces backupReviewers. Supports $select. NOTE: The value of this property will be ignored if fallback reviewers are assigned through the stageSettings property."},"instanceEnumerationScope":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.accessReviewScope"},{"type":"object","nullable":true}],"description":"This property is required when scoping a review to guest users' access across all Microsoft 365 groups and determines which Microsoft 365 groups are reviewed. Each group becomes a unique accessReviewInstance of the access review series.  For supported scopes, see accessReviewScope. Supports $select. For examples of options for configuring instanceEnumerationScope, see Configure the scope of your access review definition using the Microsoft Graph API."},"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":"Timestamp when the access review series was last modified. Supports $select. Read-only.","format":"date-time","nullable":true},"reviewers":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.accessReviewReviewerScope"},"description":"This collection of access review scopes is used to define who are the reviewers. The reviewers property is only updatable if individual users are assigned as reviewers. Required on create. Supports $select. For examples of options for assigning reviewers, see Assign reviewers to your access review definition using the Microsoft Graph API. NOTE: The value of this property will be ignored if reviewers are assigned through the stageSettings property."},"scope":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.accessReviewScope"},{"type":"object","nullable":true}],"description":"Defines the entities whose access is reviewed. For supported scopes, see accessReviewScope. Required on create. Supports $select and $filter (contains only). For examples of options for configuring scope, see Configure the scope of your access review definition using the Microsoft Graph API."},"settings":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.accessReviewScheduleSettings"},{"type":"object","nullable":true}],"description":"The settings for an access review series, see type definition below. Supports $select. Required on create."},"stageSettings":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.accessReviewStageSettings"},"description":"Required only for a multi-stage access review to define the stages and their settings. You can break down each review instance into up to three sequential stages, where each stage can have a different set of reviewers, fallback reviewers, and settings. Stages are created sequentially based on the dependsOn property. Optional.  When this property is defined, its settings are used instead of the corresponding settings in the accessReviewScheduleDefinition object and its settings, reviewers, and fallbackReviewers properties."},"status":{"type":"string","description":"This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed.  Supports $select, $orderby, and $filter (eq only). Read-only.","nullable":true},"instances":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.accessReviewInstance"},"description":"If the accessReviewScheduleDefinition is a recurring access review, instances represent each recurrence. A review that doesn't recur will have exactly one instance. Instances also represent each unique resource under review in the accessReviewScheduleDefinition. If a review has multiple resources and multiple instances, each resource has a unique instance for each recurrence.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.accessReviewScheduleDefinition"},"microsoft.graph.accessReviewSet":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"accessReviewSet","required":["@odata.type"],"type":"object","properties":{"definitions":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.accessReviewScheduleDefinition"},"description":"Represents the template and scheduling for an access review.","x-ms-navigationProperty":true},"historyDefinitions":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.accessReviewHistoryDefinition"},"description":"Represents a collection of access review history data and the scopes used to collect that data.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.accessReviewSet"},"microsoft.graph.accessReviewStage":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"accessReviewStage","required":["@odata.type"],"type":"object","properties":{"endDateTime":{"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 in ISO 8601 format and UTC time when the review stage is scheduled to end. This property is the cumulative total of the durationInDays for all stages. Read-only.","format":"date-time","nullable":true},"fallbackReviewers":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.accessReviewReviewerScope"},"description":"This collection of reviewer scopes is used to define the list of fallback reviewers. These fallback reviewers are notified to take action if no users are found from the list of reviewers specified. This could occur when either the group owner is specified as the reviewer but the group owner doesn't exist, or manager is specified as reviewer but a user's manager doesn't exist."},"reviewers":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.accessReviewReviewerScope"},"description":"This collection of access review scopes is used to define who the reviewers are. For examples of options for assigning reviewers, see Assign reviewers to your access review definition using the Microsoft Graph API."},"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 date and time in ISO 8601 format and UTC time when the review stage is scheduled to start. Read-only.","format":"date-time","nullable":true},"status":{"type":"string","description":"Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only.","nullable":true},"decisions":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItem"},"description":"Each user reviewed in an accessReviewStage has a decision item representing if they were approved, denied, or not yet reviewed.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.accessReviewStage"},"microsoft.graph.activitiesContainer":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"activitiesContainer","required":["@odata.type"],"type":"object","properties":{"contentActivities":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.contentActivity"},"description":"Collection of activity logs related to content processing.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.activitiesContainer"},"microsoft.graph.activityHistoryItem":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"activityHistoryItem","required":["@odata.type"],"type":"object","properties":{"activeDurationSeconds":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Optional. The duration of active user engagement. if not supplied, this is calculated from the startedDateTime and lastActiveDateTime.","format":"int32","nullable":true},"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","description":"Set by the server. DateTime in UTC when the object was created on the server.","format":"date-time","nullable":true},"expirationDateTime":{"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":"Optional. UTC DateTime when the activityHistoryItem will undergo hard-delete. Can be set by the client.","format":"date-time","nullable":true},"lastActiveDateTime":{"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":"Optional. UTC DateTime when the activityHistoryItem (activity session) was last understood as active or finished - if null, activityHistoryItem status should be Ongoing.","format":"date-time","nullable":true},"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":"Set by the server. DateTime in UTC when the object was modified on the server.","format":"date-time","nullable":true},"startedDateTime":{"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":"Required. UTC DateTime when the activityHistoryItem (activity session) was started. Required for timeline history.","format":"date-time"},"status":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.status"},{"type":"object","nullable":true}],"description":"Set by the server. A status code used to identify valid objects. Values: active, updated, deleted, ignored."},"userTimezone":{"type":"string","description":"Optional. The timezone in which the user's device used to generate the activity was located at activity creation time. Values supplied as Olson IDs in order to support cross-platform representation.","nullable":true},"activity":{"$ref":"#/components/schemas/microsoft.graph.userActivity"},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.activityHistoryItem"},"microsoft.graph.adminConsentRequestPolicy":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"adminConsentRequestPolicy","required":["@odata.type"],"type":"object","properties":{"isEnabled":{"type":"boolean","description":"Specifies whether the admin consent request feature is enabled or disabled. Required."},"notifyReviewers":{"type":"boolean","description":"Specifies whether reviewers will receive notifications. Required."},"remindersEnabled":{"type":"boolean","description":"Specifies whether reviewers will receive reminder emails. Required."},"requestDurationInDays":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Specifies the duration the request is active before it automatically expires if no decision is applied.","format":"int32"},"reviewers":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.accessReviewReviewerScope"},"description":"The list of reviewers for the admin consent. Required."},"version":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Specifies the version of this policy. When the policy is updated, this version is updated. Read-only.","format":"int32"},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.adminConsentRequestPolicy"},"microsoft.graph.agreement":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"agreement","required":["@odata.type"],"type":"object","properties":{"displayName":{"type":"string","description":"Display name of the agreement. The display name is used for internal tracking of the agreement but isn't shown to end users who view the agreement. Supports $filter (eq).","nullable":true},"isPerDeviceAcceptanceRequired":{"type":"boolean","description":"Indicates whether end users are required to accept this agreement on every device that they access it from. The end user is required to register their device in Microsoft Entra ID, if they haven't already done so. Supports $filter (eq).","nullable":true},"isViewingBeforeAcceptanceRequired":{"type":"boolean","description":"Indicates whether the user has to expand the agreement before accepting. Supports $filter (eq).","nullable":true},"termsExpiration":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.termsExpiration"},{"type":"object","nullable":true}],"description":"Expiration schedule and frequency of agreement for all users. Supports $filter (eq)."},"userReacceptRequiredFrequency":{"pattern":"^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$","type":"string","description":"The duration after which the user must reaccept the terms of use. The value is represented in ISO 8601 format for durations. Supports $filter (eq).","format":"duration","nullable":true},"acceptances":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.agreementAcceptance"},"description":"Read-only. Information about acceptances of this agreement.","x-ms-navigationProperty":true},"file":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.agreementFile"},{"type":"object","nullable":true}],"description":"Default PDF linked to this agreement.","x-ms-navigationProperty":true},"files":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.agreementFileLocalization"},"description":"PDFs linked to this agreement. This property is in the process of being deprecated. Use the  file property instead. Supports $expand.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.agreement"},"microsoft.graph.agreementFileProperties":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"agreementFileProperties","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","description":"The date time representing when the file was created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.","format":"date-time","nullable":true},"displayName":{"type":"string","description":"Localized display name of the policy file of an agreement. The localized display name is shown to end users who view the agreement.","nullable":true},"fileData":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.agreementFileData"},{"type":"object","nullable":true}],"description":"Data that represents the terms of use PDF document. Read-only."},"fileName":{"type":"string","description":"Name of the agreement file (for example, TOU.pdf). Read-only.","nullable":true},"isDefault":{"type":"boolean","description":"If none of the languages matches the client preference, indicates whether this is the default agreement file. If none of the files are marked as default, the first one is treated as the default. Read-only.","nullable":true},"isMajorVersion":{"type":"boolean","description":"Indicates whether the agreement file is a major version update. Major version updates invalidate the agreement's acceptances on the corresponding language.","nullable":true},"language":{"type":"string","description":"The language of the agreement file in the format 'languagecode2-country/regioncode2'. 'languagecode2' is a lowercase two-letter code derived from ISO 639-1, while 'country/regioncode2' is derived from ISO 3166 and usually consists of two uppercase letters, or a BCP-47 language tag. For example, U.S. English is en-US. Read-only.","nullable":true},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.agreementFile":"#/components/schemas/microsoft.graph.agreementFile","#microsoft.graph.agreementFileLocalization":"#/components/schemas/microsoft.graph.agreementFileLocalization","#microsoft.graph.agreementFileVersion":"#/components/schemas/microsoft.graph.agreementFileVersion"}}}]},"microsoft.graph.agreementFile":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.agreementFileProperties"},{"title":"agreementFile","required":["@odata.type"],"type":"object","properties":{"localizations":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.agreementFileLocalization"},"description":"The localized version of the terms of use agreement files attached to the agreement.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.agreementFile"},"microsoft.graph.agreementFileLocalization":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.agreementFileProperties"},{"title":"agreementFileLocalization","required":["@odata.type"],"type":"object","properties":{"versions":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.agreementFileVersion"},"description":"Read-only. Customized versions of the terms of use agreement in the Microsoft Entra tenant.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.agreementFileLocalization"},"microsoft.graph.agreementFileVersion":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.agreementFileProperties"},{"title":"agreementFileVersion","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.agreementFileVersion"},"microsoft.graph.aiInteraction":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"aiInteraction","required":["@odata.type"],"type":"object","properties":{"appClass":{"type":"string"},"attachments":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.aiInteractionAttachment"}},"body":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.itemBody"},{"type":"object","nullable":true}]},"contexts":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.aiInteractionContext"}},"conversationType":{"type":"string","nullable":true},"createdDateTime":{"pattern":"^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$","type":"string","format":"date-time","nullable":true},"etag":{"type":"string","nullable":true},"from":{"$ref":"#/components/schemas/microsoft.graph.identitySet"},"interactionType":{"$ref":"#/components/schemas/microsoft.graph.aiInteractionType"},"links":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.aiInteractionLink"}},"locale":{"type":"string"},"mentions":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.aiInteractionMention"}},"requestId":{"type":"string","nullable":true},"sessionId":{"type":"string"},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.aiInteraction"},"microsoft.graph.aiInteractionHistory":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"aiInteractionHistory","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.aiInteractionHistory"},"microsoft.graph.aiOnlineMeeting":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"aiOnlineMeeting","required":["@odata.type"],"type":"object","properties":{"aiInsights":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.callAiInsight"},"x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.aiOnlineMeeting"},"microsoft.graph.aiUser":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"aiUser","required":["@odata.type"],"type":"object","properties":{"interactionHistory":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.aiInteractionHistory"},{"type":"object","nullable":true}],"x-ms-navigationProperty":true},"onlineMeetings":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.aiOnlineMeeting"},"x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.aiUser"},"microsoft.graph.alert":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"alert","required":["@odata.type"],"type":"object","properties":{"activityGroupName":{"type":"string","description":"Name or alias of the activity group (attacker) this alert is attributed to.","nullable":true},"alertDetections":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.alertDetection"}},"assignedTo":{"type":"string","description":"Name of the analyst the alert is assigned to for triage, investigation, or remediation (supports update).","nullable":true},"azureSubscriptionId":{"type":"string","description":"Azure subscription ID, present if this alert is related to an Azure resource.","nullable":true},"azureTenantId":{"type":"string","description":"Microsoft Entra tenant ID. Required."},"category":{"type":"string","description":"Category of the alert (for example, credentialTheft, ransomware).","nullable":true},"closedDateTime":{"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":"Time at which the alert was closed. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z (supports update).","format":"date-time","nullable":true},"cloudAppStates":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.cloudAppSecurityState"},"description":"Security-related stateful information generated by the provider about the cloud application/s related to this alert."},"comments":{"type":"array","items":{"type":"string","nullable":true},"description":"Customer-provided comments on alert (for customer alert management) (supports update)."},"confidence":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Confidence of the detection logic (percentage between 1-100).","format":"int32","nullable":true},"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","description":"Time at which the alert was created by the alert provider. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Required.","format":"date-time","nullable":true},"description":{"type":"string","description":"Alert description.","nullable":true},"detectionIds":{"type":"array","items":{"type":"string","nullable":true},"description":"Set of alerts related to this alert entity (each alert is pushed to the SIEM as a separate record)."},"eventDateTime":{"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":"Time at which the event or events that served as the trigger to generate the alert occurred. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Required.","format":"date-time","nullable":true},"feedback":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.alertFeedback"},{"type":"object","nullable":true}],"description":"Analyst feedback on the alert. The possible values are: unknown, truePositive, falsePositive, benignPositive. Updatable."},"fileStates":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.fileSecurityState"},"description":"Security-related stateful information generated by the provider about the files related to this alert."},"historyStates":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.alertHistoryState"}},"hostStates":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.hostSecurityState"},"description":"Security-related stateful information generated by the provider about the hosts related to this alert."},"incidentIds":{"type":"array","items":{"type":"string","nullable":true},"description":"IDs of incidents related to current alert."},"investigationSecurityStates":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.investigationSecurityState"}},"lastEventDateTime":{"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},"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":"Time at which the alert entity was last modified. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.","format":"date-time","nullable":true},"malwareStates":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.malwareState"},"description":"Threat Intelligence pertaining to malware related to this alert."},"messageSecurityStates":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.messageSecurityState"}},"networkConnections":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.networkConnection"},"description":"Security-related stateful information generated by the provider about the network connections related to this alert."},"processes":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.process"},"description":"Security-related stateful information generated by the provider about the process or processes related to this alert."},"recommendedActions":{"type":"array","items":{"type":"string","nullable":true},"description":"Vendor/provider recommended actions to take as a result of the alert (for example, isolate machine, enforce2FA, reimage host)."},"registryKeyStates":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.registryKeyState"},"description":"Security-related stateful information generated by the provider about the registry keys related to this alert."},"securityResources":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.securityResource"},"description":"Resources related to current alert. For example, for some alerts this can have the Azure Resource value."},"severity":{"$ref":"#/components/schemas/microsoft.graph.alertSeverity"},"sourceMaterials":{"type":"array","items":{"type":"string","nullable":true},"description":"Hyperlinks (URIs) to the source material related to the alert, for example, provider's user interface for alerts or log search."},"status":{"$ref":"#/components/schemas/microsoft.graph.alertStatus"},"tags":{"type":"array","items":{"type":"string","nullable":true},"description":"User-definable labels that can be applied to an alert and can serve as filter conditions (for example, 'HVA', 'SAW') (supports update)."},"title":{"type":"string","description":"Alert title. Required.","nullable":true},"triggers":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.alertTrigger"},"description":"Security-related information about the specific properties that triggered the alert (properties appearing in the alert). Alerts might contain information about multiple users, hosts, files, ip addresses. This field indicates which properties triggered the alert generation."},"uriClickSecurityStates":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.uriClickSecurityState"}},"userStates":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.userSecurityState"},"description":"Security-related stateful information generated by the provider about the user accounts related to this alert."},"vendorInformation":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.securityVendorInformation"},{"type":"object","nullable":true}],"description":"Complex type containing details about the security product/service vendor, provider, and subprovider (for example, vendor=Microsoft; provider=Windows Defender ATP; subProvider=AppLocker). Required."},"vulnerabilityStates":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.vulnerabilityState"},"description":"Threat intelligence pertaining to one or more vulnerabilities related to this alert."},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.alert"},"microsoft.graph.allowedValue":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"allowedValue","required":["@odata.type"],"type":"object","properties":{"isActive":{"type":"boolean","description":"Indicates whether the predefined value is active or deactivated. If set to false, this predefined value can't be assigned to any other supported directory objects.","nullable":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.allowedValue"},"microsoft.graph.appCatalogs":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"appCatalogs","required":["@odata.type"],"type":"object","properties":{"teamsApps":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.teamsApp"},"x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.appCatalogs"},"microsoft.graph.appConsentApprovalRoute":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"appConsentApprovalRoute","required":["@odata.type"],"type":"object","properties":{"appConsentRequests":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.appConsentRequest"},"description":"A collection of appConsentRequest objects representing apps for which admin consent has been requested by one or more users.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.appConsentApprovalRoute"},"microsoft.graph.appConsentRequest":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"appConsentRequest","required":["@odata.type"],"type":"object","properties":{"appDisplayName":{"type":"string","description":"The display name of the app for which consent is requested. Required. Supports $filter (eq only) and $orderby.","nullable":true},"appId":{"type":"string","description":"The identifier of the application. Required. Supports $filter (eq only) and $orderby."},"pendingScopes":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.appConsentRequestScope"},"description":"A list of pending scopes waiting for approval. Required."},"userConsentRequests":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.userConsentRequest"},"description":"A list of pending user consent requests. Supports $filter (eq).","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.appConsentRequest"},"microsoft.graph.applePushNotificationCertificate":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"applePushNotificationCertificate","required":["@odata.type"],"type":"object","properties":{"appleIdentifier":{"type":"string","description":"Apple Id of the account used to create the MDM push certificate.","nullable":true},"certificate":{"type":"string","nullable":true},"certificateSerialNumber":{"type":"string","description":"Certificate serial number. This property is read-only.","nullable":true,"readOnly":true},"certificateUploadFailureReason":{"type":"string","description":"The reason the certificate upload failed.","nullable":true},"certificateUploadStatus":{"type":"string","description":"The certificate upload status.","nullable":true},"expirationDateTime":{"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 expiration date and time for Apple push notification certificate.","format":"date-time"},"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 modified date and time for Apple push notification certificate.","format":"date-time"},"topicIdentifier":{"type":"string","description":"Topic Id.","nullable":true},"@odata.type":{"type":"string"}},"description":"Apple push notification certificate."}],"x-ms-discriminator-value":"#microsoft.graph.applePushNotificationCertificate"},"microsoft.graph.applicationTemplate":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"applicationTemplate","required":["@odata.type"],"type":"object","properties":{"categories":{"type":"array","items":{"type":"string","nullable":true},"description":"The list of categories for the application. Supported values can be: Collaboration, Business Management, Consumer, Content management, CRM, Data services, Developer services, E-commerce, Education, ERP, Finance, Health, Human resources, IT infrastructure, Mail, Management, Marketing, Media, Productivity, Project management, Telecommunications, Tools, Travel, and Web design & hosting.  Supports $filter (contains)."},"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.","nullable":true},"displayName":{"type":"string","description":"The name of the application. Supports $filter (contains).","nullable":true},"endpoints":{"type":"array","items":{"type":"string","nullable":true},"description":"A collection of string URLs representing various domains that are used by this application."},"homePageUrl":{"type":"string","description":"The home page URL of the application.","nullable":true},"isEntraIntegrated":{"type":"boolean","description":"Indicates whether the application is integrated with Entra ID (for example, through single sign-on or user provisioning)."},"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":"The date and time when the data for the application was last updated, represented using ISO 8601 format and always in UTC time.","format":"date-time","nullable":true},"logoUrl":{"type":"string","description":"The URL to get the logo for this application.","nullable":true},"publisher":{"type":"string","description":"The name of the publisher for this application.","nullable":true},"riskFactors":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.applicationRiskFactors"},{"type":"object","nullable":true}],"description":"A comprehensive set of risk assessment data for the application, including general, security, compliance, and legal dimensions. Returned only when $select is used."},"riskScore":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.applicationRiskScore"},{"type":"object","nullable":true}],"description":"Represents the Microsoft-generated numerical risk score assessment for the application. Supported $orderby on total (for example, $orderby=riskScore/total desc). Returned only when $select is used."},"supportedProvisioningTypes":{"type":"array","items":{"type":"string","nullable":true},"description":"The list of provisioning modes supported by this application. The only valid value is sync."},"supportedSingleSignOnModes":{"type":"array","items":{"type":"string","nullable":true},"description":"The list of single sign-on modes supported by this application. The supported values are oidc, password, saml, and notSupported."},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.applicationTemplate"},"microsoft.graph.appLogCollectionRequest":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"appLogCollectionRequest","required":["@odata.type"],"type":"object","properties":{"completedDateTime":{"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":"Time at which the upload log request reached a completed state if not completed yet NULL will be returned.","format":"date-time","nullable":true},"customLogFolders":{"type":"array","items":{"type":"string","nullable":true},"description":"List of log folders."},"errorMessage":{"type":"string","description":"Indicates error message if any during the upload process.","nullable":true},"status":{"$ref":"#/components/schemas/microsoft.graph.appLogUploadState"},"@odata.type":{"type":"string"}},"description":"Entity for AppLogCollectionRequest contains all logs values."}],"x-ms-discriminator-value":"#microsoft.graph.appLogCollectionRequest"},"microsoft.graph.approval":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"approval","required":["@odata.type"],"type":"object","properties":{"stages":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.approvalStage"},"description":"A collection of stages in the approval decision.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.approval"},"microsoft.graph.approvalStage":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"approvalStage","required":["@odata.type"],"type":"object","properties":{"assignedToMe":{"type":"boolean","description":"Indicates whether the stage is assigned to the calling user to review. Read-only.","nullable":true},"displayName":{"type":"string","description":"The label provided by the policy creator to identify an approval stage. Read-only.","nullable":true},"justification":{"type":"string","description":"The justification associated with the approval stage decision.","nullable":true},"reviewedBy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identity"},{"type":"object","nullable":true}],"description":"The identifier of the reviewer. 00000000-0000-0000-0000-000000000000 if the assigned reviewer hasn't reviewed. Read-only."},"reviewedDateTime":{"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 a decision was recorded. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.","format":"date-time","nullable":true},"reviewResult":{"type":"string","description":"The result of this approval record. Possible values include: NotReviewed, Approved, Denied.","nullable":true},"status":{"type":"string","description":"The stage status. Possible values: InProgress, Initializing, Completed, Expired. Read-only.","nullable":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.approvalStage"},"microsoft.graph.approvedClientApp":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"approvedClientApp","required":["@odata.type"],"type":"object","properties":{"displayName":{"type":"string","description":"The display name of the approved client application.","nullable":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.approvedClientApp"},"microsoft.graph.appScope":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"appScope","required":["@odata.type"],"type":"object","properties":{"displayName":{"type":"string","description":"Provides the display name of the app-specific resource represented by the app scope. Read-only.","nullable":true},"type":{"type":"string","description":"Describes the type of app-specific resource represented by the app scope. Read-only.","nullable":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.appScope"},"microsoft.graph.attachment":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"attachment","required":["@odata.type"],"type":"object","properties":{"contentType":{"type":"string","description":"The MIME type.","nullable":true},"isInline":{"type":"boolean","description":"true if the attachment is an inline attachment; otherwise, false."},"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":"The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z","format":"date-time","nullable":true},"name":{"type":"string","description":"The attachment's file name.","nullable":true},"size":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The length of the attachment in bytes.","format":"int32"},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.fileAttachment":"#/components/schemas/microsoft.graph.fileAttachment","#microsoft.graph.itemAttachment":"#/components/schemas/microsoft.graph.itemAttachment","#microsoft.graph.referenceAttachment":"#/components/schemas/microsoft.graph.referenceAttachment"}}}]},"microsoft.graph.fileAttachment":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.attachment"},{"title":"fileAttachment","required":["@odata.type"],"type":"object","properties":{"contentBytes":{"type":"string","description":"The base64-encoded contents of the file.","format":"base64url","nullable":true},"contentId":{"type":"string","description":"The ID of the attachment in the Exchange store.","nullable":true},"contentLocation":{"type":"string","description":"Don't use this property as it isn't supported.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.fileAttachment"}}}],"x-ms-discriminator-value":"#microsoft.graph.fileAttachment"},"microsoft.graph.itemAttachment":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.attachment"},{"title":"itemAttachment","required":["@odata.type"],"type":"object","properties":{"item":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.outlookItem"},{"type":"object","nullable":true}],"description":"The attached message or event. Navigation property.","x-ms-navigationProperty":true},"@odata.type":{"type":"string","default":"#microsoft.graph.itemAttachment"}}}],"x-ms-discriminator-value":"#microsoft.graph.itemAttachment"},"microsoft.graph.referenceAttachment":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.attachment"},{"title":"referenceAttachment","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.referenceAttachment"}}}],"x-ms-discriminator-value":"#microsoft.graph.referenceAttachment"},"microsoft.graph.attachmentBase":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"attachmentBase","required":["@odata.type"],"type":"object","properties":{"contentType":{"type":"string","description":"The MIME type.","nullable":true},"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":"The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.","format":"date-time","nullable":true},"name":{"type":"string","description":"The display name of the attachment. This doesn't need to be the actual file name.","nullable":true},"size":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The length of the attachment in bytes.","format":"int32"},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.taskFileAttachment":"#/components/schemas/microsoft.graph.taskFileAttachment"}}}]},"microsoft.graph.taskFileAttachment":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.attachmentBase"},{"title":"taskFileAttachment","required":["@odata.type"],"type":"object","properties":{"contentBytes":{"type":"string","description":"The base64-encoded contents of the file.","format":"base64url"},"@odata.type":{"type":"string","default":"#microsoft.graph.taskFileAttachment"}}}],"x-ms-discriminator-value":"#microsoft.graph.taskFileAttachment"},"microsoft.graph.attachmentSession":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"attachmentSession","required":["@odata.type"],"type":"object","properties":{"content":{"type":"string","description":"The content streams that are uploaded.","format":"base64url","nullable":true},"expirationDateTime":{"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 in UTC when the upload session will expire. The complete file must be uploaded before this expiration time is reached.","format":"date-time","nullable":true},"nextExpectedRanges":{"type":"array","items":{"type":"string","nullable":true},"description":"Indicates a single value {start} that represents the location in the file where the next upload should begin."},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.attachmentSession"},"microsoft.graph.attackSimulationRoot":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"attackSimulationRoot","required":["@odata.type"],"type":"object","properties":{"endUserNotifications":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.endUserNotification"},"description":"Represents an end user's notification for an attack simulation training.","x-ms-navigationProperty":true},"landingPages":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.landingPage"},"description":"Represents an attack simulation training landing page.","x-ms-navigationProperty":true},"loginPages":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.loginPage"},"description":"Represents an attack simulation training login page.","x-ms-navigationProperty":true},"operations":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.attackSimulationOperation"},"description":"Represents an attack simulation training operation.","x-ms-navigationProperty":true},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.payload"},"description":"Represents an attack simulation training campaign payload in a tenant.","x-ms-navigationProperty":true},"simulationAutomations":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.simulationAutomation"},"description":"Represents simulation automation created to run on a tenant.","x-ms-navigationProperty":true},"simulations":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.simulation"},"description":"Represents an attack simulation training campaign in a tenant.","x-ms-navigationProperty":true},"trainings":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.training"},"description":"Represents details about attack simulation trainings.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.attackSimulationRoot"},"microsoft.graph.attendanceRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"attendanceRecord","required":["@odata.type"],"type":"object","properties":{"attendanceIntervals":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.attendanceInterval"},"description":"List of time periods between joining and leaving a meeting."},"emailAddress":{"type":"string","description":"Email address of the user associated with this attendance record.","nullable":true},"externalRegistrationInformation":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.virtualEventExternalRegistrationInformation"},{"type":"object","nullable":true}],"description":"The external information for a virtualEventRegistration."},"identity":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identity"},{"type":"object","nullable":true}],"description":"The identity of the user associated with this attendance record. The specific type is one of the following derived types of identity, depending on the user type: communicationsUserIdentity, azureCommunicationServicesUserIdentity."},"registrationId":{"type":"string","description":"Unique identifier of a virtualEventRegistration that is available to all participants registered for the virtualEventWebinar.","nullable":true},"role":{"type":"string","description":"Role of the attendee. The possible values are: None, Attendee, Presenter, and Organizer.","nullable":true},"totalAttendanceInSeconds":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Total duration of the attendances in seconds.","format":"int32","nullable":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.attendanceRecord"},"microsoft.graph.attributeMappingFunctionSchema":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"attributeMappingFunctionSchema","required":["@odata.type"],"type":"object","properties":{"parameters":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.attributeMappingParameterSchema"},"description":"Collection of function parameters."},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.attributeMappingFunctionSchema"},"microsoft.graph.attributeSet":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"attributeSet","required":["@odata.type"],"type":"object","properties":{"description":{"type":"string","description":"Description of the attribute set. Can be up to 128 characters long and include Unicode characters. Can be changed later.","nullable":true},"maxAttributesPerSet":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Maximum number of custom security attributes that can be defined in this attribute set. Default value is null. If not specified, the administrator can add up to the maximum of 500 active attributes per tenant. Can be changed later.","format":"int32","nullable":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.attributeSet"},"microsoft.graph.audioRoutingGroup":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"audioRoutingGroup","required":["@odata.type"],"type":"object","properties":{"receivers":{"type":"array","items":{"type":"string","nullable":true},"description":"List of receiving participant ids."},"routingMode":{"$ref":"#/components/schemas/microsoft.graph.routingMode"},"sources":{"type":"array","items":{"type":"string","nullable":true},"description":"List of source participant ids."},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.audioRoutingGroup"},"microsoft.graph.auditEvent":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"auditEvent","required":["@odata.type"],"type":"object","properties":{"activity":{"type":"string","description":"Friendly name of the activity.","nullable":true},"activityDateTime":{"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 time in UTC when the activity was performed.","format":"date-time"},"activityOperationType":{"type":"string","description":"The HTTP operation type of the activity.","nullable":true},"activityResult":{"type":"string","description":"The result of the activity.","nullable":true},"activityType":{"type":"string","description":"The type of activity that was being performed.","nullable":true},"actor":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.auditActor"},{"type":"object","nullable":true}],"description":"AAD user and application that are associated with the audit event."},"category":{"type":"string","description":"Audit category.","nullable":true},"componentName":{"type":"string","description":"Component name.","nullable":true},"correlationId":{"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","description":"The client request Id that is used to correlate activity within the system.","format":"uuid"},"displayName":{"type":"string","description":"Event display name.","nullable":true},"resources":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.auditResource"},"description":"Resources being modified."},"@odata.type":{"type":"string"}},"description":"A class containing the properties for Audit Event."}],"x-ms-discriminator-value":"#microsoft.graph.auditEvent"},"microsoft.graph.authenticationCombinationConfiguration":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"authenticationCombinationConfiguration","required":["@odata.type"],"type":"object","properties":{"appliesToCombinations":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.authenticationMethodModes"},"description":"Which authentication method combinations this configuration applies to. Must be an allowedCombinations object, part of the authenticationStrengthPolicy. The only possible value for fido2combinationConfigurations is 'fido2'."},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.fido2CombinationConfiguration":"#/components/schemas/microsoft.graph.fido2CombinationConfiguration","#microsoft.graph.x509CertificateCombinationConfiguration":"#/components/schemas/microsoft.graph.x509CertificateCombinationConfiguration"}}}]},"microsoft.graph.fido2CombinationConfiguration":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.authenticationCombinationConfiguration"},{"title":"fido2CombinationConfiguration","required":["@odata.type"],"type":"object","properties":{"allowedAAGUIDs":{"type":"array","items":{"type":"string"},"description":"A list of AAGUIDs allowed to be used as part of the specified authentication method combinations."},"@odata.type":{"type":"string","default":"#microsoft.graph.fido2CombinationConfiguration"}}}],"x-ms-discriminator-value":"#microsoft.graph.fido2CombinationConfiguration"},"microsoft.graph.x509CertificateCombinationConfiguration":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.authenticationCombinationConfiguration"},{"title":"x509CertificateCombinationConfiguration","required":["@odata.type"],"type":"object","properties":{"allowedIssuerSkis":{"type":"array","items":{"type":"string"},"description":"A list of allowed subject key identifier values."},"allowedPolicyOIDs":{"type":"array","items":{"type":"string"},"description":"A list of allowed policy OIDs."},"@odata.type":{"type":"string","default":"#microsoft.graph.x509CertificateCombinationConfiguration"}}}],"x-ms-discriminator-value":"#microsoft.graph.x509CertificateCombinationConfiguration"},"microsoft.graph.authenticationContextClassReference":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"authenticationContextClassReference","required":["@odata.type"],"type":"object","properties":{"description":{"type":"string","description":"A short explanation of the policies that are enforced by authenticationContextClassReference. This value should be used to provide secondary text to describe the authentication context class reference when building user-facing admin experiences. For example, a selection UX.","nullable":true},"displayName":{"type":"string","description":"The display name is the friendly name of the authenticationContextClassReference object. This value should be used to identify the authentication context class reference when building user-facing admin experiences. For example, a selection UX.","nullable":true},"isAvailable":{"type":"boolean","description":"Indicates whether the authenticationContextClassReference has been published by the security admin and is ready for use by apps. When it's set to false, it shouldn't be shown in authentication context selection UX, or used to protect app resources. It's shown and available for Conditional Access policy authoring. The default value is false.  Supports $filter (eq).","nullable":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.authenticationContextClassReference"},"microsoft.graph.authenticationEventListener":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"authenticationEventListener","required":["@odata.type"],"type":"object","properties":{"authenticationEventsFlowId":{"type":"string","description":"The identifier of the authenticationEventsFlow object.","nullable":true},"conditions":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.authenticationConditions"},{"type":"object","nullable":true}],"description":"The conditions on which this authenticationEventListener should trigger."},"displayName":{"type":"string","description":"The display name of the listener.","nullable":true},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.onAttributeCollectionListener":"#/components/schemas/microsoft.graph.onAttributeCollectionListener","#microsoft.graph.onAttributeCollectionStartListener":"#/components/schemas/microsoft.graph.onAttributeCollectionStartListener","#microsoft.graph.onAttributeCollectionSubmitListener":"#/components/schemas/microsoft.graph.onAttributeCollectionSubmitListener","#microsoft.graph.onAuthenticationMethodLoadStartListener":"#/components/schemas/microsoft.graph.onAuthenticationMethodLoadStartListener","#microsoft.graph.onEmailOtpSendListener":"#/components/schemas/microsoft.graph.onEmailOtpSendListener","#microsoft.graph.onFraudProtectionLoadStartListener":"#/components/schemas/microsoft.graph.onFraudProtectionLoadStartListener","#microsoft.graph.onInteractiveAuthFlowStartListener":"#/components/schemas/microsoft.graph.onInteractiveAuthFlowStartListener","#microsoft.graph.onPasswordSubmitListener":"#/components/schemas/microsoft.graph.onPasswordSubmitListener","#microsoft.graph.onTokenIssuanceStartListener":"#/components/schemas/microsoft.graph.onTokenIssuanceStartListener","#microsoft.graph.onUserCreateStartListener":"#/components/schemas/microsoft.graph.onUserCreateStartListener","#microsoft.graph.onVerifiedIdClaimValidationListener":"#/components/schemas/microsoft.graph.onVerifiedIdClaimValidationListener"}}}]},"microsoft.graph.onAttributeCollectionListener":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.authenticationEventListener"},{"title":"onAttributeCollectionListener","required":["@odata.type"],"type":"object","properties":{"handler":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.onAttributeCollectionHandler"},{"type":"object","nullable":true}],"description":"Required. Configuration for what to invoke if the event resolves to this listener."},"@odata.type":{"type":"string","default":"#microsoft.graph.onAttributeCollectionListener"}}}],"x-ms-discriminator-value":"#microsoft.graph.onAttributeCollectionListener"},"microsoft.graph.onAttributeCollectionStartListener":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.authenticationEventListener"},{"title":"onAttributeCollectionStartListener","required":["@odata.type"],"type":"object","properties":{"handler":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.onAttributeCollectionStartHandler"},{"type":"object","nullable":true}],"description":"Configuration for what to invoke if the event resolves to this listener."},"@odata.type":{"type":"string","default":"#microsoft.graph.onAttributeCollectionStartListener"}}}],"x-ms-discriminator-value":"#microsoft.graph.onAttributeCollectionStartListener"},"microsoft.graph.onAttributeCollectionSubmitListener":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.authenticationEventListener"},{"title":"onAttributeCollectionSubmitListener","required":["@odata.type"],"type":"object","properties":{"handler":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.onAttributeCollectionSubmitHandler"},{"type":"object","nullable":true}],"description":"Configuration for what to invoke if the event resolves to this listener."},"@odata.type":{"type":"string","default":"#microsoft.graph.onAttributeCollectionSubmitListener"}}}],"x-ms-discriminator-value":"#microsoft.graph.onAttributeCollectionSubmitListener"},"microsoft.graph.onAuthenticationMethodLoadStartListener":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.authenticationEventListener"},{"title":"onAuthenticationMethodLoadStartListener","required":["@odata.type"],"type":"object","properties":{"handler":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.onAuthenticationMethodLoadStartHandler"},{"type":"object","nullable":true}],"description":"Required. Configuration for what to invoke if the event resolves to this listener. This property lets us define potential handler configurations per-event."},"@odata.type":{"type":"string","default":"#microsoft.graph.onAuthenticationMethodLoadStartListener"}}}],"x-ms-discriminator-value":"#microsoft.graph.onAuthenticationMethodLoadStartListener"},"microsoft.graph.onEmailOtpSendListener":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.authenticationEventListener"},{"title":"onEmailOtpSendListener","required":["@odata.type"],"type":"object","properties":{"handler":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.onOtpSendHandler"},{"type":"object","nullable":true}],"description":"Used to configure what to invoke if the onEmailOTPSend event resolves to this listener. This base class serves as a generic OTP event handler used for both email and SMS OTP messages."},"@odata.type":{"type":"string","default":"#microsoft.graph.onEmailOtpSendListener"}}}],"x-ms-discriminator-value":"#microsoft.graph.onEmailOtpSendListener"},"microsoft.graph.onFraudProtectionLoadStartListener":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.authenticationEventListener"},{"title":"onFraudProtectionLoadStartListener","required":["@odata.type"],"type":"object","properties":{"handler":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.onFraudProtectionLoadStartHandler"},{"type":"object","nullable":true}],"description":"Configuration for what to invoke if the event resolves to this listener."},"@odata.type":{"type":"string","default":"#microsoft.graph.onFraudProtectionLoadStartListener"}}}],"x-ms-discriminator-value":"#microsoft.graph.onFraudProtectionLoadStartListener"},"microsoft.graph.onInteractiveAuthFlowStartListener":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.authenticationEventListener"},{"title":"onInteractiveAuthFlowStartListener","required":["@odata.type"],"type":"object","properties":{"handler":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.onInteractiveAuthFlowStartHandler"},{"type":"object","nullable":true}],"description":"Required. Configuration for what to invoke if the event resolves to this listener. This lets us define potential handler configurations per-event."},"@odata.type":{"type":"string","default":"#microsoft.graph.onInteractiveAuthFlowStartListener"}}}],"x-ms-discriminator-value":"#microsoft.graph.onInteractiveAuthFlowStartListener"},"microsoft.graph.onPasswordSubmitListener":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.authenticationEventListener"},{"title":"onPasswordSubmitListener","required":["@odata.type"],"type":"object","properties":{"handler":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.onPasswordSubmitHandler"},{"type":"object","nullable":true}],"description":"Configuration for the handler to invoke when this listener is triggered. For JIT migration scenarios, this is typically an onPasswordMigrationCustomExtensionHandler."},"@odata.type":{"type":"string","default":"#microsoft.graph.onPasswordSubmitListener"}}}],"x-ms-discriminator-value":"#microsoft.graph.onPasswordSubmitListener"},"microsoft.graph.onTokenIssuanceStartListener":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.authenticationEventListener"},{"title":"onTokenIssuanceStartListener","required":["@odata.type"],"type":"object","properties":{"handler":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.onTokenIssuanceStartHandler"},{"type":"object","nullable":true}],"description":"The handler to invoke when conditions are met for this onTokenIssuanceStartListener."},"@odata.type":{"type":"string","default":"#microsoft.graph.onTokenIssuanceStartListener"}}}],"x-ms-discriminator-value":"#microsoft.graph.onTokenIssuanceStartListener"},"microsoft.graph.onUserCreateStartListener":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.authenticationEventListener"},{"title":"onUserCreateStartListener","required":["@odata.type"],"type":"object","properties":{"handler":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.onUserCreateStartHandler"},{"type":"object","nullable":true}],"description":"Required. Configuration for what to invoke if the event resolves to this listener. This lets us define potential handler configurations per-event."},"@odata.type":{"type":"string","default":"#microsoft.graph.onUserCreateStartListener"}}}],"x-ms-discriminator-value":"#microsoft.graph.onUserCreateStartListener"},"microsoft.graph.onVerifiedIdClaimValidationListener":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.authenticationEventListener"},{"title":"onVerifiedIdClaimValidationListener","required":["@odata.type"],"type":"object","properties":{"handler":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.onVerifiedIdClaimValidationHandler"},{"type":"object","nullable":true}],"description":"Configuration for the handler to invoke when this listener is triggered. For Verified ID claim validation scenarios, this is typically an onVerifiedIdClaimValidationCustomExtensionHandler."},"@odata.type":{"type":"string","default":"#microsoft.graph.onVerifiedIdClaimValidationListener"}}}],"x-ms-discriminator-value":"#microsoft.graph.onVerifiedIdClaimValidationListener"},"microsoft.graph.authenticationEventsFlow":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"authenticationEventsFlow","required":["@odata.type"],"type":"object","properties":{"conditions":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.authenticationConditions"},{"type":"object","nullable":true}],"description":"The conditions representing the context of the authentication request that's used to decide whether the events policy is invoked.  Supports $filter (eq). See support for filtering on user flows for syntax information."},"description":{"type":"string","description":"The description of the events policy.","nullable":true},"displayName":{"type":"string","description":"Required. The display name for the events policy."},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.externalUsersSelfServiceSignUpEventsFlow":"#/components/schemas/microsoft.graph.externalUsersSelfServiceSignUpEventsFlow"}}}]},"microsoft.graph.externalUsersSelfServiceSignUpEventsFlow":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.authenticationEventsFlow"},{"title":"externalUsersSelfServiceSignUpEventsFlow","required":["@odata.type"],"type":"object","properties":{"onAttributeCollection":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.onAttributeCollectionHandler"},{"type":"object","nullable":true}],"description":"The configuration for what to invoke when attributes are ready to be collected from the user."},"onAttributeCollectionStart":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.onAttributeCollectionStartHandler"},{"type":"object","nullable":true}],"description":"The configuration for what to invoke when attribution collection starts."},"onAttributeCollectionSubmit":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.onAttributeCollectionSubmitHandler"},{"type":"object","nullable":true}],"description":"The configuration for what to invoke when attributes are submitted at the end of attribution collection."},"onAuthenticationMethodLoadStart":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.onAuthenticationMethodLoadStartHandler"},{"type":"object","nullable":true}],"description":"Required. The configuration for what to invoke when authentication methods are ready to be presented to the user. Must have at least one identity provider linked.  Supports $filter (eq). See support for filtering on user flows for syntax information."},"onInteractiveAuthFlowStart":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.onInteractiveAuthFlowStartHandler"},{"type":"object","nullable":true}],"description":"Required. The configuration for what to invoke when an authentication flow is ready to be initiated."},"onUserCreateStart":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.onUserCreateStartHandler"},{"type":"object","nullable":true}],"description":"The configuration for what to invoke during user creation."},"@odata.type":{"type":"string","default":"#microsoft.graph.externalUsersSelfServiceSignUpEventsFlow"}}}],"x-ms-discriminator-value":"#microsoft.graph.externalUsersSelfServiceSignUpEventsFlow"},"microsoft.graph.authenticationFlowsPolicy":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"authenticationFlowsPolicy","required":["@odata.type"],"type":"object","properties":{"description":{"type":"string","description":"Inherited property. A description of the policy. Optional. Read-only.","nullable":true},"displayName":{"type":"string","description":"Inherited property. The human-readable name of the policy. Optional. Read-only.","nullable":true},"selfServiceSignUp":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.selfServiceSignUpAuthenticationFlowConfiguration"},{"type":"object","nullable":true}],"description":"Contains selfServiceSignUpAuthenticationFlowConfiguration settings that convey whether self-service sign-up is enabled or disabled. Optional. Read-only."},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.authenticationFlowsPolicy"},"microsoft.graph.authenticationMethod":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"authenticationMethod","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","description":"Represents the date and time when an entity was created. Read-only.","format":"date-time","nullable":true},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.emailAuthenticationMethod":"#/components/schemas/microsoft.graph.emailAuthenticationMethod","#microsoft.graph.externalAuthenticationMethod":"#/components/schemas/microsoft.graph.externalAuthenticationMethod","#microsoft.graph.fido2AuthenticationMethod":"#/components/schemas/microsoft.graph.fido2AuthenticationMethod","#microsoft.graph.microsoftAuthenticatorAuthenticationMethod":"#/components/schemas/microsoft.graph.microsoftAuthenticatorAuthenticationMethod","#microsoft.graph.passwordAuthenticationMethod":"#/components/schemas/microsoft.graph.passwordAuthenticationMethod","#microsoft.graph.phoneAuthenticationMethod":"#/components/schemas/microsoft.graph.phoneAuthenticationMethod","#microsoft.graph.platformCredentialAuthenticationMethod":"#/components/schemas/microsoft.graph.platformCredentialAuthenticationMethod","#microsoft.graph.qrCodePinAuthenticationMethod":"#/components/schemas/microsoft.graph.qrCodePinAuthenticationMethod","#microsoft.graph.softwareOathAuthenticationMethod":"#/components/schemas/microsoft.graph.softwareOathAuthenticationMethod","#microsoft.graph.temporaryAccessPassAuthenticationMethod":"#/components/schemas/microsoft.graph.temporaryAccessPassAuthenticationMethod","#microsoft.graph.windowsHelloForBusinessAuthenticationMethod":"#/components/schemas/microsoft.graph.windowsHelloForBusinessAuthenticationMethod"}}}]},"microsoft.graph.emailAuthenticationMethod":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.authenticationMethod"},{"title":"emailAuthenticationMethod","required":["@odata.type"],"type":"object","properties":{"emailAddress":{"type":"string","description":"The email address registered to this user.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.emailAuthenticationMethod"}}}],"x-ms-discriminator-value":"#microsoft.graph.emailAuthenticationMethod"},"microsoft.graph.externalAuthenticationMethod":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.authenticationMethod"},{"title":"externalAuthenticationMethod","required":["@odata.type"],"type":"object","properties":{"configurationId":{"type":"string","description":"A unique identifier used to manage the external auth method within Microsoft Entra ID."},"displayName":{"type":"string","description":"Custom name given to the registered external MFA."},"@odata.type":{"type":"string","default":"#microsoft.graph.externalAuthenticationMethod"}}}],"x-ms-discriminator-value":"#microsoft.graph.externalAuthenticationMethod"},"microsoft.graph.fido2AuthenticationMethod":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.authenticationMethod"},{"title":"fido2AuthenticationMethod","required":["@odata.type"],"type":"object","properties":{"aaGuid":{"type":"string","description":"Authenticator Attestation GUID, an identifier that indicates the type (such as make and model) of the authenticator.","nullable":true},"attestationCertificates":{"type":"array","items":{"type":"string","nullable":true},"description":"The attestation certificate or certificates attached to this passkey."},"attestationLevel":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.attestationLevel"},{"type":"object","nullable":true}],"description":"The attestation level of this passkey (FIDO2). The possible values are: attested, notAttested, unknownFutureValue."},"displayName":{"type":"string","description":"The display name of the key as given by the user.","nullable":true},"model":{"type":"string","description":"The manufacturer-assigned model of the FIDO2 passkey.","nullable":true},"passkeyType":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.passkeyType"},{"type":"object","nullable":true}],"description":"The type of passkey. The possible values are: deviceBound, synced, unknownFutureValue."},"publicKeyCredential":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.webauthnPublicKeyCredential"},{"type":"object","nullable":true}],"description":"Contains the WebAuthn public key credential information being registered. This property is used only for write requests and isn't returned on read operations."},"@odata.type":{"type":"string","default":"#microsoft.graph.fido2AuthenticationMethod"}}}],"x-ms-discriminator-value":"#microsoft.graph.fido2AuthenticationMethod"},"microsoft.graph.microsoftAuthenticatorAuthenticationMethod":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.authenticationMethod"},{"title":"microsoftAuthenticatorAuthenticationMethod","required":["@odata.type"],"type":"object","properties":{"deviceTag":{"type":"string","description":"Tags containing app metadata.","nullable":true},"displayName":{"type":"string","description":"The name of the device on which this app is registered.","nullable":true},"phoneAppVersion":{"type":"string","description":"Numerical version of this instance of the Authenticator app.","nullable":true},"device":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.device"},{"type":"object","nullable":true}],"description":"The registered device on which Microsoft Authenticator resides. This property is null if the device isn't registered for passwordless Phone Sign-In.","x-ms-navigationProperty":true},"@odata.type":{"type":"string","default":"#microsoft.graph.microsoftAuthenticatorAuthenticationMethod"}}}],"x-ms-discriminator-value":"#microsoft.graph.microsoftAuthenticatorAuthenticationMethod"},"microsoft.graph.passwordAuthenticationMethod":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.authenticationMethod"},{"title":"passwordAuthenticationMethod","required":["@odata.type"],"type":"object","properties":{"password":{"type":"string","description":"For security, the password is always returned as null from a LIST or GET operation.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.passwordAuthenticationMethod"}}}],"x-ms-discriminator-value":"#microsoft.graph.passwordAuthenticationMethod"},"microsoft.graph.phoneAuthenticationMethod":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.authenticationMethod"},{"title":"phoneAuthenticationMethod","required":["@odata.type"],"type":"object","properties":{"phoneNumber":{"type":"string","description":"The phone number to text or call for authentication. Phone numbers use the format +{country code} {number}x{extension}, with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating or updating if they don't match the required format.","nullable":true},"phoneType":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.authenticationPhoneType"},{"type":"object","nullable":true}],"description":"The type of this phone. The possible values are: mobile, alternateMobile, or office."},"smsSignInState":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.authenticationMethodSignInState"},{"type":"object","nullable":true}],"description":"Whether a phone is ready to be used for SMS sign-in or not. The possible values are: notSupported, notAllowedByPolicy, notEnabled, phoneNumberNotUnique, ready, or notConfigured, unknownFutureValue."},"@odata.type":{"type":"string","default":"#microsoft.graph.phoneAuthenticationMethod"}}}],"x-ms-discriminator-value":"#microsoft.graph.phoneAuthenticationMethod"},"microsoft.graph.platformCredentialAuthenticationMethod":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.authenticationMethod"},{"title":"platformCredentialAuthenticationMethod","required":["@odata.type"],"type":"object","properties":{"displayName":{"type":"string","description":"The name of the device on which Platform Credential is registered.","nullable":true},"keyStrength":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.authenticationMethodKeyStrength"},{"type":"object","nullable":true}],"description":"Key strength of this Platform Credential key. The possible values are: normal, weak, unknown."},"platform":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.authenticationMethodPlatform"},{"type":"object","nullable":true}],"description":"Platform on which this Platform Credential key is present. The possible values are: unknown, windows, macOS,iOS, android, linux."},"device":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.device"},{"type":"object","nullable":true}],"description":"The registered device on which this Platform Credential resides. Supports $expand. When you get a user's Platform Credential registration information, this property is returned only on a single GET and when you specify ?$expand. For example, GET /users/admin@contoso.com/authentication/platformCredentialAuthenticationMethod/_jpuR-TGZtk6aQCLF3BQjA2?$expand=device.","x-ms-navigationProperty":true},"@odata.type":{"type":"string","default":"#microsoft.graph.platformCredentialAuthenticationMethod"}}}],"x-ms-discriminator-value":"#microsoft.graph.platformCredentialAuthenticationMethod"},"microsoft.graph.qrCodePinAuthenticationMethod":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.authenticationMethod"},{"title":"qrCodePinAuthenticationMethod","required":["@odata.type"],"type":"object","properties":{"pin":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.qrPin"},{"type":"object","nullable":true}],"description":"The PIN associated with this QR code authentication method.","x-ms-navigationProperty":true},"standardQRCode":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.qrCode"},{"type":"object","nullable":true}],"description":"The standard (long-lived) QR code credential, typically printed on a user's badge.","x-ms-navigationProperty":true},"temporaryQRCode":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.qrCode"},{"type":"object","nullable":true}],"description":"A temporary (short-lived) QR code credential, created when a user forgets their badge.","x-ms-navigationProperty":true},"@odata.type":{"type":"string","default":"#microsoft.graph.qrCodePinAuthenticationMethod"}}}],"x-ms-discriminator-value":"#microsoft.graph.qrCodePinAuthenticationMethod"},"microsoft.graph.softwareOathAuthenticationMethod":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.authenticationMethod"},{"title":"softwareOathAuthenticationMethod","required":["@odata.type"],"type":"object","properties":{"secretKey":{"type":"string","description":"The secret key of the method. Always returns null.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.softwareOathAuthenticationMethod"}}}],"x-ms-discriminator-value":"#microsoft.graph.softwareOathAuthenticationMethod"},"microsoft.graph.temporaryAccessPassAuthenticationMethod":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.authenticationMethod"},{"title":"temporaryAccessPassAuthenticationMethod","required":["@odata.type"],"type":"object","properties":{"isUsable":{"type":"boolean","description":"The state of the authentication method that indicates whether it's currently usable by the user.","nullable":true},"isUsableOnce":{"type":"boolean","description":"Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime.","nullable":true},"lifetimeInMinutes":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The lifetime of the Temporary Access Pass in minutes starting at startDateTime. Must be between 10 and 43200 inclusive (equivalent to 30 days).","format":"int32","nullable":true},"methodUsabilityReason":{"type":"string","description":"Details about the usability state (isUsable). Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, OneTimeUsed.","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 date and time when the Temporary Access Pass becomes available to use and when isUsable is true is enforced.","format":"date-time","nullable":true},"temporaryAccessPass":{"type":"string","description":"The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.temporaryAccessPassAuthenticationMethod"}}}],"x-ms-discriminator-value":"#microsoft.graph.temporaryAccessPassAuthenticationMethod"},"microsoft.graph.windowsHelloForBusinessAuthenticationMethod":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.authenticationMethod"},{"title":"windowsHelloForBusinessAuthenticationMethod","required":["@odata.type"],"type":"object","properties":{"displayName":{"type":"string","description":"The name of the device on which Windows Hello for Business is registered","nullable":true},"keyStrength":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.authenticationMethodKeyStrength"},{"type":"object","nullable":true}],"description":"Key strength of this Windows Hello for Business key. The possible values are: normal, weak, unknown."},"device":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.device"},{"type":"object","nullable":true}],"description":"The registered device on which this Windows Hello for Business key resides. Supports $expand. When you get a user's Windows Hello for Business registration information, this property is returned only on a single GET and when you specify ?$expand. For example, GET /users/admin@contoso.com/authentication/windowsHelloForBusinessMethods/_jpuR-TGZtk6aQCLF3BQjA2?$expand=device.","x-ms-navigationProperty":true},"@odata.type":{"type":"string","default":"#microsoft.graph.windowsHelloForBusinessAuthenticationMethod"}}}],"x-ms-discriminator-value":"#microsoft.graph.windowsHelloForBusinessAuthenticationMethod"},"microsoft.graph.authenticationMethodConfiguration":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"authenticationMethodConfiguration","required":["@odata.type"],"type":"object","properties":{"excludeTargets":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.excludeTarget"},"description":"Groups of users that are excluded from a policy."},"state":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.authenticationMethodState"},{"type":"object","nullable":true}],"description":"The state of the policy. The possible values are: enabled, disabled."},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.emailAuthenticationMethodConfiguration":"#/components/schemas/microsoft.graph.emailAuthenticationMethodConfiguration","#microsoft.graph.externalAuthenticationMethodConfiguration":"#/components/schemas/microsoft.graph.externalAuthenticationMethodConfiguration","#microsoft.graph.fido2AuthenticationMethodConfiguration":"#/components/schemas/microsoft.graph.fido2AuthenticationMethodConfiguration","#microsoft.graph.microsoftAuthenticatorAuthenticationMethodConfiguration":"#/components/schemas/microsoft.graph.microsoftAuthenticatorAuthenticationMethodConfiguration","#microsoft.graph.qrCodePinAuthenticationMethodConfiguration":"#/components/schemas/microsoft.graph.qrCodePinAuthenticationMethodConfiguration","#microsoft.graph.smsAuthenticationMethodConfiguration":"#/components/schemas/microsoft.graph.smsAuthenticationMethodConfiguration","#microsoft.graph.softwareOathAuthenticationMethodConfiguration":"#/components/schemas/microsoft.graph.softwareOathAuthenticationMethodConfiguration","#microsoft.graph.temporaryAccessPassAuthenticationMethodConfiguration":"#/components/schemas/microsoft.graph.temporaryAccessPassAuthenticationMethodConfiguration","#microsoft.graph.verifiableCredentialsAuthenticationMethodConfiguration":"#/components/schemas/microsoft.graph.verifiableCredentialsAuthenticationMethodConfiguration","#microsoft.graph.voiceAuthenticationMethodConfiguration":"#/components/schemas/microsoft.graph.voiceAuthenticationMethodConfiguration","#microsoft.graph.x509CertificateAuthenticationMethodConfiguration":"#/components/schemas/microsoft.graph.x509CertificateAuthenticationMethodConfiguration"}}}]},"microsoft.graph.emailAuthenticationMethodConfiguration":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.authenticationMethodConfiguration"},{"title":"emailAuthenticationMethodConfiguration","required":["@odata.type"],"type":"object","properties":{"allowExternalIdToUseEmailOtp":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.externalEmailOtpState"},{"type":"object","nullable":true}],"description":"Determines whether email OTP is usable by external users for authentication. The possible values are: default, enabled, disabled, unknownFutureValue. Tenants in the default state who didn't use public preview have email OTP enabled beginning in October 2021."},"includeTargets":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.authenticationMethodTarget"},"description":"A collection of groups that are enabled to use the authentication method.","x-ms-navigationProperty":true},"@odata.type":{"type":"string","default":"#microsoft.graph.emailAuthenticationMethodConfiguration"}}}],"x-ms-discriminator-value":"#microsoft.graph.emailAuthenticationMethodConfiguration"},"microsoft.graph.externalAuthenticationMethodConfiguration":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.authenticationMethodConfiguration"},{"title":"externalAuthenticationMethodConfiguration","required":["@odata.type"],"type":"object","properties":{"appId":{"type":"string","description":"appId for the app registration in Microsoft Entra ID representing the integration with the external provider."},"displayName":{"type":"string","description":"Display name for the external MFA. This name is shown to users during sign-in."},"openIdConnectSetting":{"$ref":"#/components/schemas/microsoft.graph.openIdConnectSetting"},"includeTargets":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.authenticationMethodTarget"},"description":"A collection of groups that are enabled to use an authentication method as part of an authentication method policy in Microsoft Entra ID.","x-ms-navigationProperty":true},"@odata.type":{"type":"string","default":"#microsoft.graph.externalAuthenticationMethodConfiguration"}}}],"x-ms-discriminator-value":"#microsoft.graph.externalAuthenticationMethodConfiguration"},"microsoft.graph.fido2AuthenticationMethodConfiguration":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.authenticationMethodConfiguration"},{"title":"fido2AuthenticationMethodConfiguration","required":["@odata.type"],"type":"object","properties":{"defaultPasskeyProfile":{"type":"string","description":"The non-deletable baseline passkey profile, within the passkey profile collection. It's automatically created when migrating to passkey profiles and initially mirrors the tenant's legacy global passkey (FIDO2) authentication methods policy settings.","nullable":true},"isAttestationEnforced":{"type":"boolean","description":"Determines whether attestation must be enforced for passkey (FIDO2) registration. This property is deprecated and will be removed in October 2027. Use passkeyProfiles property.","nullable":true},"isSelfServiceRegistrationAllowed":{"type":"boolean","description":"Determines if users can register new passkeys (FIDO2).","nullable":true},"keyRestrictions":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.fido2KeyRestrictions"},{"type":"object","nullable":true}],"description":"Controls whether key restrictions are enforced on passkeys (FIDO2), either allowing or disallowing certain key types as defined by Authenticator Attestation GUID (AAGUID), an identifier that indicates the type (for example, make and model) of the authenticator. This property is deprecated and will be removed in October 2027. Use the passkeyProfiles property."},"includeTargets":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.passkeyAuthenticationMethodTarget"},"description":"A collection of groups that are enabled to use the authentication method.","x-ms-navigationProperty":true},"passkeyProfiles":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.passkeyProfile"},"description":"A collection of configuration profiles that control the registration of and authentication with passkeys (FIDO2).","x-ms-navigationProperty":true},"@odata.type":{"type":"string","default":"#microsoft.graph.fido2AuthenticationMethodConfiguration"}}}],"x-ms-discriminator-value":"#microsoft.graph.fido2AuthenticationMethodConfiguration"},"microsoft.graph.microsoftAuthenticatorAuthenticationMethodConfiguration":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.authenticationMethodConfiguration"},{"title":"microsoftAuthenticatorAuthenticationMethodConfiguration","required":["@odata.type"],"type":"object","properties":{"featureSettings":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.microsoftAuthenticatorFeatureSettings"},{"type":"object","nullable":true}],"description":"A collection of Microsoft Authenticator settings such as application context and location context, and whether they are enabled for all users or specific users only."},"isSoftwareOathEnabled":{"type":"boolean","nullable":true},"includeTargets":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.microsoftAuthenticatorAuthenticationMethodTarget"},"description":"A collection of groups that are enabled to use the authentication method. Expanded by default.","x-ms-navigationProperty":true},"@odata.type":{"type":"string","default":"#microsoft.graph.microsoftAuthenticatorAuthenticationMethodConfiguration"}}}],"x-ms-discriminator-value":"#microsoft.graph.microsoftAuthenticatorAuthenticationMethodConfiguration"},"microsoft.graph.qrCodePinAuthenticationMethodConfiguration":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.authenticationMethodConfiguration"},{"title":"qrCodePinAuthenticationMethodConfiguration","required":["@odata.type"],"type":"object","properties":{"pinLength":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The required length of the PIN. The minimum length is 8 digits (as per NIST standards), and the maximum is 20 digits.","format":"int32","nullable":true},"standardQRCodeLifetimeInDays":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The lifetime of standard QR codes in days. The default is 365 days and the maximum is 395 days (13 months). The minimum is 1 day.","format":"int32","nullable":true},"includeTargets":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.authenticationMethodTarget"},"description":"Groups of users that are included and enabled in the policy.","x-ms-navigationProperty":true},"@odata.type":{"type":"string","default":"#microsoft.graph.qrCodePinAuthenticationMethodConfiguration"}}}],"x-ms-discriminator-value":"#microsoft.graph.qrCodePinAuthenticationMethodConfiguration"},"microsoft.graph.smsAuthenticationMethodConfiguration":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.authenticationMethodConfiguration"},{"title":"smsAuthenticationMethodConfiguration","required":["@odata.type"],"type":"object","properties":{"includeTargets":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.smsAuthenticationMethodTarget"},"description":"A collection of groups that are enabled to use the authentication method.","x-ms-navigationProperty":true},"@odata.type":{"type":"string","default":"#microsoft.graph.smsAuthenticationMethodConfiguration"}}}],"x-ms-discriminator-value":"#microsoft.graph.smsAuthenticationMethodConfiguration"},"microsoft.graph.softwareOathAuthenticationMethodConfiguration":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.authenticationMethodConfiguration"},{"title":"softwareOathAuthenticationMethodConfiguration","required":["@odata.type"],"type":"object","properties":{"includeTargets":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.authenticationMethodTarget"},"description":"A collection of groups that are enabled to use the authentication method. Expanded by default.","x-ms-navigationProperty":true},"@odata.type":{"type":"string","default":"#microsoft.graph.softwareOathAuthenticationMethodConfiguration"}}}],"x-ms-discriminator-value":"#microsoft.graph.softwareOathAuthenticationMethodConfiguration"},"microsoft.graph.temporaryAccessPassAuthenticationMethodConfiguration":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.authenticationMethodConfiguration"},{"title":"temporaryAccessPassAuthenticationMethodConfiguration","required":["@odata.type"],"type":"object","properties":{"defaultLength":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Default length in characters of a Temporary Access Pass object. Must be between 8 and 48 characters.","format":"int32","nullable":true},"defaultLifetimeInMinutes":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Default lifetime in minutes for a Temporary Access Pass. Value can be any integer between the minimumLifetimeInMinutes and maximumLifetimeInMinutes.","format":"int32","nullable":true},"isUsableOnce":{"type":"boolean","description":"If true, all the passes in the tenant will be restricted to one-time use. If false, passes in the tenant can be created to be either one-time use or reusable.","nullable":true},"maximumLifetimeInMinutes":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Maximum lifetime in minutes for any Temporary Access Pass created in the tenant. Value can be between 10 and 43200 minutes (equivalent to 30 days).","format":"int32","nullable":true},"minimumLifetimeInMinutes":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Minimum lifetime in minutes for any Temporary Access Pass created in the tenant. Value can be between 10 and 43200 minutes (equivalent to 30 days).","format":"int32","nullable":true},"includeTargets":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.authenticationMethodTarget"},"description":"A collection of groups that are enabled to use the authentication method.","x-ms-navigationProperty":true},"@odata.type":{"type":"string","default":"#microsoft.graph.temporaryAccessPassAuthenticationMethodConfiguration"}}}],"x-ms-discriminator-value":"#microsoft.graph.temporaryAccessPassAuthenticationMethodConfiguration"},"microsoft.graph.verifiableCredentialsAuthenticationMethodConfiguration":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.authenticationMethodConfiguration"},{"title":"verifiableCredentialsAuthenticationMethodConfiguration","required":["@odata.type"],"type":"object","properties":{"includeTargets":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.verifiableCredentialAuthenticationMethodTarget"},"description":"A collection of groups that are enabled to use the authentication method.","x-ms-navigationProperty":true},"@odata.type":{"type":"string","default":"#microsoft.graph.verifiableCredentialsAuthenticationMethodConfiguration"}}}],"x-ms-discriminator-value":"#microsoft.graph.verifiableCredentialsAuthenticationMethodConfiguration"},"microsoft.graph.voiceAuthenticationMethodConfiguration":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.authenticationMethodConfiguration"},{"title":"voiceAuthenticationMethodConfiguration","required":["@odata.type"],"type":"object","properties":{"isOfficePhoneAllowed":{"type":"boolean","description":"true if users can register office phones, otherwise, false.","nullable":true},"includeTargets":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.authenticationMethodTarget"},"description":"A collection of groups that are enabled to use the authentication method. Expanded by default.","x-ms-navigationProperty":true},"@odata.type":{"type":"string","default":"#microsoft.graph.voiceAuthenticationMethodConfiguration"}}}],"x-ms-discriminator-value":"#microsoft.graph.voiceAuthenticationMethodConfiguration"},"microsoft.graph.x509CertificateAuthenticationMethodConfiguration":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.authenticationMethodConfiguration"},{"title":"x509CertificateAuthenticationMethodConfiguration","required":["@odata.type"],"type":"object","properties":{"authenticationModeConfiguration":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.x509CertificateAuthenticationModeConfiguration"},{"type":"object","nullable":true}],"description":"Defines strong authentication configurations. This configuration includes the default authentication mode and the different rules for strong authentication bindings."},"certificateAuthorityScopes":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.x509CertificateAuthorityScope"},"description":"Defines configuration to allow a group of users to use certificates from specific issuing certificate authorities to successfully authenticate."},"certificateUserBindings":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.x509CertificateUserBinding"},"description":"Defines fields in the X.509 certificate that map to attributes of the Microsoft Entra user object in order to bind the certificate to the user. The priority of the object determines the order in which the binding is carried out. The first binding that matches will be used and the rest ignored."},"crlValidationConfiguration":{"$ref":"#/components/schemas/microsoft.graph.x509CertificateCRLValidationConfiguration"},"issuerHintsConfiguration":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.x509CertificateIssuerHintsConfiguration"},{"type":"object","nullable":true}],"description":"Determines whether issuer(CA) hints are sent back to the client side to filter the certificates shown in certificate picker."},"includeTargets":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.authenticationMethodTarget"},"description":"A collection of groups that are enabled to use the authentication method.","x-ms-navigationProperty":true},"@odata.type":{"type":"string","default":"#microsoft.graph.x509CertificateAuthenticationMethodConfiguration"}}}],"x-ms-discriminator-value":"#microsoft.graph.x509CertificateAuthenticationMethodConfiguration"},"microsoft.graph.authenticationMethodModeDetail":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"authenticationMethodModeDetail","required":["@odata.type"],"type":"object","properties":{"authenticationMethod":{"$ref":"#/components/schemas/microsoft.graph.baseAuthenticationMethod"},"displayName":{"type":"string","description":"The display name of this mode"},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.authenticationMethodModeDetail"},"microsoft.graph.authenticationMethodsPolicy":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"authenticationMethodsPolicy","required":["@odata.type"],"type":"object","properties":{"description":{"type":"string","description":"A description of the policy. Read-only.","nullable":true},"displayName":{"type":"string","description":"The name of the policy. Read-only.","nullable":true},"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":"The date and time of the last update to the policy. Read-only.","format":"date-time","nullable":true},"policyMigrationState":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.authenticationMethodsPolicyMigrationState"},{"type":"object","nullable":true}],"description":"The state of migration of the authentication methods policy from the legacy multifactor authentication and self-service password reset (SSPR) policies. The possible values are: premigration - means the authentication methods policy is used for authentication only, legacy policies are respected. migrationInProgress - means the authentication methods policy is used for both authentication and SSPR, legacy policies are respected. migrationComplete - means the authentication methods policy is used for authentication and SSPR, legacy policies are ignored. unknownFutureValue - Evolvable enumeration sentinel value. Do not use."},"policyVersion":{"type":"string","description":"The version of the policy in use. Read-only.","nullable":true},"reconfirmationInDays":{"maximum":2147483647,"minimum":-2147483648,"type":"number","format":"int32","nullable":true},"registrationEnforcement":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.registrationEnforcement"},{"type":"object","nullable":true}],"description":"Enforce registration at sign-in time. This property can be used to remind users to set up targeted authentication methods."},"authenticationMethodConfigurations":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.authenticationMethodConfiguration"},"description":"Represents the settings for each authentication method. Automatically expanded on GET /policies/authenticationMethodsPolicy.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.authenticationMethodsPolicy"},"microsoft.graph.authenticationMethodTarget":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"authenticationMethodTarget","required":["@odata.type"],"type":"object","properties":{"isRegistrationRequired":{"type":"boolean","description":"Determines if the user is enforced to register the authentication method."},"targetType":{"$ref":"#/components/schemas/microsoft.graph.authenticationMethodTargetType"},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.microsoftAuthenticatorAuthenticationMethodTarget":"#/components/schemas/microsoft.graph.microsoftAuthenticatorAuthenticationMethodTarget","#microsoft.graph.passkeyAuthenticationMethodTarget":"#/components/schemas/microsoft.graph.passkeyAuthenticationMethodTarget","#microsoft.graph.smsAuthenticationMethodTarget":"#/components/schemas/microsoft.graph.smsAuthenticationMethodTarget","#microsoft.graph.verifiableCredentialAuthenticationMethodTarget":"#/components/schemas/microsoft.graph.verifiableCredentialAuthenticationMethodTarget"}}}]},"microsoft.graph.microsoftAuthenticatorAuthenticationMethodTarget":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.authenticationMethodTarget"},{"title":"microsoftAuthenticatorAuthenticationMethodTarget","required":["@odata.type"],"type":"object","properties":{"authenticationMode":{"$ref":"#/components/schemas/microsoft.graph.microsoftAuthenticatorAuthenticationMode"},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.microsoftAuthenticatorAuthenticationMethodTarget"},"microsoft.graph.passkeyAuthenticationMethodTarget":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.authenticationMethodTarget"},{"title":"passkeyAuthenticationMethodTarget","required":["@odata.type"],"type":"object","properties":{"allowedPasskeyProfiles":{"type":"array","items":{"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","nullable":true},"description":"List of passkey profiles scoped to the targets. Required."},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.passkeyAuthenticationMethodTarget"},"microsoft.graph.smsAuthenticationMethodTarget":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.authenticationMethodTarget"},{"title":"smsAuthenticationMethodTarget","required":["@odata.type"],"type":"object","properties":{"isUsableForSignIn":{"type":"boolean","description":"Determines if users can use this authentication method to sign in to Microsoft Entra ID. true if users can use this method for primary authentication, otherwise false."},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.smsAuthenticationMethodTarget"},"microsoft.graph.verifiableCredentialAuthenticationMethodTarget":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.authenticationMethodTarget"},{"title":"verifiableCredentialAuthenticationMethodTarget","required":["@odata.type"],"type":"object","properties":{"verifiedIdProfiles":{"type":"array","items":{"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"},"description":"A collection of Verified ID profile IDs. The profiles define the credentials that users can present to prove their id when signing in, onboarding, or recovering. Verified ID profiles are managed through the Verified ID APIs."},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.verifiableCredentialAuthenticationMethodTarget"},"microsoft.graph.authenticationStrengthPolicy":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"authenticationStrengthPolicy","required":["@odata.type"],"type":"object","properties":{"allowedCombinations":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.authenticationMethodModes"},"description":"A collection of authentication method modes that are required be used to satify this authentication strength."},"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","description":"The datetime when this policy was created.","format":"date-time"},"description":{"type":"string","description":"The human-readable description of this policy.","nullable":true},"displayName":{"type":"string","description":"The human-readable display name of this policy. Supports $filter (eq, ne, not , and in)."},"modifiedDateTime":{"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 datetime when this policy was last modified.","format":"date-time"},"policyType":{"$ref":"#/components/schemas/microsoft.graph.authenticationStrengthPolicyType"},"requirementsSatisfied":{"$ref":"#/components/schemas/microsoft.graph.authenticationStrengthRequirements"},"combinationConfigurations":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.authenticationCombinationConfiguration"},"description":"Settings that may be used to require specific types or instances of an authentication method to be used when authenticating with a specified combination of authentication methods.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.authenticationStrengthPolicy"},"microsoft.graph.authenticationStrengthRoot":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"authenticationStrengthRoot","required":["@odata.type"],"type":"object","properties":{"combinations":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.authenticationMethodModes"}},"authenticationMethodModes":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.authenticationMethodModeDetail"},"description":"Names and descriptions of all valid authentication method modes in the system.","x-ms-navigationProperty":true},"policies":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.authenticationStrengthPolicy"},"description":"A collection of authentication strength policies that exist for this tenant, including both built-in and custom policies.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.authenticationStrengthRoot"},"microsoft.graph.authoredNote":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"authoredNote","required":["@odata.type"],"type":"object","properties":{"author":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identity"},{"type":"object","nullable":true}],"description":"Identity information about the note's author."},"content":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.itemBody"},{"type":"object","nullable":true}],"description":"The content of the note."},"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","description":"The date and time when the entity was created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.","format":"date-time","nullable":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.authoredNote"},"microsoft.graph.availableAccessPackage":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"availableAccessPackage","required":["@odata.type"],"type":"object","properties":{"description":{"type":"string","description":"The description of the access package.","nullable":true},"displayName":{"type":"string","description":"The display name of the access package.","nullable":true},"resourceRoleScopes":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.accessPackageResourceRoleScope"},"description":"The resource role scopes associated with this available access package.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.availableAccessPackage"},"microsoft.graph.backupRestoreRoot":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"backupRestoreRoot","required":["@odata.type"],"type":"object","properties":{"serviceStatus":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.serviceStatus"},{"type":"object","nullable":true}],"description":"Represents the tenant-level status of the Backup Storage service."},"browseSessions":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.browseSessionBase"},"description":"The list of browse sessions in the tenant.","x-ms-navigationProperty":true},"driveInclusionRules":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.driveProtectionRule"},"description":"The list of drive inclusion rules applied to the tenant.","x-ms-navigationProperty":true},"driveProtectionUnits":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.driveProtectionUnit"},"description":"The list of drive protection units in the tenant.","x-ms-navigationProperty":true},"driveProtectionUnitsBulkAdditionJobs":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.driveProtectionUnitsBulkAdditionJob"},"x-ms-navigationProperty":true},"emailNotificationsSetting":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.emailNotificationsSetting"},{"type":"object","nullable":true}],"description":"The email notification settings in the tenant.","x-ms-navigationProperty":true},"exchangeProtectionPolicies":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.exchangeProtectionPolicy"},"description":"The list of Exchange protection policies in the tenant.","x-ms-navigationProperty":true},"exchangeRestoreSessions":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.exchangeRestoreSession"},"description":"The list of Exchange restore sessions available in the tenant.","x-ms-navigationProperty":true},"mailboxInclusionRules":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.mailboxProtectionRule"},"description":"The list of mailbox inclusion rules applied to the tenant.","x-ms-navigationProperty":true},"mailboxProtectionUnits":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.mailboxProtectionUnit"},"description":"The list of mailbox protection units in the tenant.","x-ms-navigationProperty":true},"mailboxProtectionUnitsBulkAdditionJobs":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.mailboxProtectionUnitsBulkAdditionJob"},"x-ms-navigationProperty":true},"oneDriveForBusinessBrowseSessions":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.oneDriveForBusinessBrowseSession"},"description":"The list of OneDrive for Business browse sessions in the tenant.","x-ms-navigationProperty":true},"oneDriveForBusinessProtectionPolicies":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.oneDriveForBusinessProtectionPolicy"},"description":"The list of OneDrive for Business protection policies in the tenant.","x-ms-navigationProperty":true},"oneDriveForBusinessRestoreSessions":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.oneDriveForBusinessRestoreSession"},"description":"The list of OneDrive for Business restore sessions available in the tenant.","x-ms-navigationProperty":true},"protectionPolicies":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.protectionPolicyBase"},"description":"List of protection policies in the tenant.","x-ms-navigationProperty":true},"protectionUnits":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.protectionUnitBase"},"description":"List of protection units in the tenant.","x-ms-navigationProperty":true},"restorePoints":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.restorePoint"},"description":"List of restore points in the tenant.","x-ms-navigationProperty":true},"restoreSessions":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.restoreSessionBase"},"description":"List of restore sessions in the tenant.","x-ms-navigationProperty":true},"serviceApps":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.serviceApp"},"description":"List of Backup Storage apps in the tenant.","x-ms-navigationProperty":true},"sharePointBrowseSessions":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.sharePointBrowseSession"},"description":"The list of SharePoint browse sessions in the tenant.","x-ms-navigationProperty":true},"sharePointProtectionPolicies":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.sharePointProtectionPolicy"},"description":"The list of SharePoint protection policies in the tenant.","x-ms-navigationProperty":true},"sharePointRestoreSessions":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.sharePointRestoreSession"},"description":"The list of SharePoint restore sessions available in the tenant.","x-ms-navigationProperty":true},"siteInclusionRules":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.siteProtectionRule"},"description":"The list of site inclusion rules applied to the tenant.","x-ms-navigationProperty":true},"siteProtectionUnits":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.siteProtectionUnit"},"description":"The list of site protection units in the tenant.","x-ms-navigationProperty":true},"siteProtectionUnitsBulkAdditionJobs":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.siteProtectionUnitsBulkAdditionJob"},"x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.backupRestoreRoot"},"microsoft.graph.baseItem":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"baseItem","required":["@odata.type"],"type":"object","properties":{"createdBy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"type":"object","nullable":true}],"description":"Identity of the user, device, or application that created the item. Read-only."},"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","description":"Date and time of item creation. Read-only.","format":"date-time"},"description":{"type":"string","description":"Provides a user-visible description of the item. Optional.","nullable":true},"eTag":{"type":"string","description":"ETag for the item. Read-only.","nullable":true},"lastModifiedBy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"type":"object","nullable":true}],"description":"Identity of the user, device, and application that last modified the item. Read-only."},"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":"Date and time the item was last modified. Read-only.","format":"date-time"},"name":{"type":"string","description":"The name of the item. Read-write.","nullable":true},"parentReference":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.itemReference"},{"type":"object","nullable":true}],"description":"Parent information, if the item has a parent. Read-write."},"webUrl":{"type":"string","description":"URL that either displays the resource in the browser (for Office file formats), or is a direct link to the file (for other formats). Read-only.","nullable":true},"createdByUser":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.user"},{"type":"object","nullable":true}],"description":"Identity of the user who created the item. Read-only.","x-ms-navigationProperty":true},"lastModifiedByUser":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.user"},{"type":"object","nullable":true}],"description":"Identity of the user who last modified the item. Read-only.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.baseSitePage":"#/components/schemas/microsoft.graph.baseSitePage","#microsoft.graph.sitePage":"#/components/schemas/microsoft.graph.sitePage","#microsoft.graph.drive":"#/components/schemas/microsoft.graph.drive","#microsoft.graph.driveItem":"#/components/schemas/microsoft.graph.driveItem","#microsoft.graph.list":"#/components/schemas/microsoft.graph.list","#microsoft.graph.listItem":"#/components/schemas/microsoft.graph.listItem","#microsoft.graph.recycleBin":"#/components/schemas/microsoft.graph.recycleBin","#microsoft.graph.recycleBinItem":"#/components/schemas/microsoft.graph.recycleBinItem","#microsoft.graph.sharedDriveItem":"#/components/schemas/microsoft.graph.sharedDriveItem","#microsoft.graph.site":"#/components/schemas/microsoft.graph.site"}}}]},"microsoft.graph.baseSitePage":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.baseItem"},{"title":"baseSitePage","required":["@odata.type"],"type":"object","properties":{"pageLayout":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.pageLayoutType"},{"type":"object","nullable":true}],"description":"The name of the page layout of the page. The possible values are: microsoftReserved, article, home, unknownFutureValue."},"publishingState":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.publicationFacet"},{"type":"object","nullable":true}],"description":"The publishing status and the MM.mm version of the page."},"title":{"type":"string","description":"Title of the sitePage.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.baseSitePage"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.sitePage":"#/components/schemas/microsoft.graph.sitePage"}}}]},"microsoft.graph.sitePage":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.baseSitePage"},{"title":"sitePage","required":["@odata.type"],"type":"object","properties":{"promotionKind":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.pagePromotionType"},{"type":"object","nullable":true}],"description":"Indicates the promotion kind of the sitePage. The possible values are: microsoftReserved, page, newsPost, unknownFutureValue."},"reactions":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.reactionsFacet"},{"type":"object","nullable":true}],"description":"Reactions information for the page."},"showComments":{"type":"boolean","description":"Determines whether or not to show comments at the bottom of the page.","nullable":true},"showRecommendedPages":{"type":"boolean","description":"Determines whether or not to show recommended pages at the bottom of the page.","nullable":true},"thumbnailWebUrl":{"type":"string","description":"Url of the sitePage's thumbnail image","nullable":true},"titleArea":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.titleArea"},{"type":"object","nullable":true}],"description":"Title area on the SharePoint page."},"canvasLayout":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.canvasLayout"},{"type":"object","nullable":true}],"description":"Indicates the layout of the content in a given SharePoint page, including horizontal sections and vertical sections.","x-ms-navigationProperty":true},"webParts":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.webPart"},"description":"Collection of webparts on the SharePoint page.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.sitePage"},"microsoft.graph.driveItem":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.baseItem"},{"title":"driveItem","required":["@odata.type"],"type":"object","properties":{"audio":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.audio"},{"type":"object","nullable":true}],"description":"Audio metadata, if the item is an audio file. Read-only. Read-only. Only on OneDrive Personal."},"bundle":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.bundle"},{"type":"object","nullable":true}],"description":"Bundle metadata, if the item is a bundle. Read-only."},"content":{"type":"string","description":"The content stream, if the item represents a file.","format":"base64url","nullable":true},"cTag":{"type":"string","description":"An eTag for the content of the item. This eTag isn't changed if only the metadata is changed. Note This property isn't returned if the item is a folder. Read-only.","nullable":true},"deleted":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.deleted"},{"type":"object","nullable":true}],"description":"Information about the deleted state of the item. Read-only."},"file":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.file"},{"type":"object","nullable":true}],"description":"File metadata, if the item is a file. Read-only."},"fileSystemInfo":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.fileSystemInfo"},{"type":"object","nullable":true}],"description":"File system information on client. Read-write."},"folder":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.folder"},{"type":"object","nullable":true}],"description":"Folder metadata, if the item is a folder. Read-only."},"image":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.image"},{"type":"object","nullable":true}],"description":"Image metadata, if the item is an image. Read-only."},"location":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.geoCoordinates"},{"type":"object","nullable":true}],"description":"Location metadata, if the item has location data. Read-only."},"malware":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.malware"},{"type":"object","nullable":true}],"description":"Malware metadata, if the item was detected to contain malware. Read-only."},"package":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.package"},{"type":"object","nullable":true}],"description":"If present, indicates that this item is a package instead of a folder or file. Packages are treated like files in some contexts and folders in others. Read-only."},"pendingOperations":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.pendingOperations"},{"type":"object","nullable":true}],"description":"If present, indicates that one or more operations that might affect the state of the driveItem are pending completion. Read-only."},"photo":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.photo"},{"type":"object","nullable":true}],"description":"Photo metadata, if the item is a photo. Read-only."},"publication":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.publicationFacet"},{"type":"object","nullable":true}],"description":"Provides information about the published or checked-out state of an item, in locations that support such actions. This property isn't returned by default. Read-only."},"remoteItem":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.remoteItem"},{"type":"object","nullable":true}],"description":"Remote item data, if the item is shared from a drive other than the one being accessed. Read-only."},"root":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.root"},{"type":"object","nullable":true}],"description":"If this property is non-null, it indicates that the driveItem is the top-most driveItem in the drive."},"searchResult":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.searchResult"},{"type":"object","nullable":true}],"description":"Search metadata, if the item is from a search result. Read-only."},"shared":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.shared"},{"type":"object","nullable":true}],"description":"Indicates that the item was shared with others and provides information about the shared state of the item. Read-only."},"sharepointIds":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.sharepointIds"},{"type":"object","nullable":true}],"description":"Returns identifiers useful for SharePoint REST compatibility. Read-only."},"size":{"type":"number","description":"Size of the item in bytes. Read-only.","format":"int64","nullable":true},"specialFolder":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.specialFolder"},{"type":"object","nullable":true}],"description":"If the current item is also available as a special folder, this facet is returned. Read-only."},"video":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.video"},{"type":"object","nullable":true}],"description":"Video metadata, if the item is a video. Read-only."},"webDavUrl":{"type":"string","description":"WebDAV compatible URL for the item.","nullable":true},"analytics":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.itemAnalytics"},{"type":"object","nullable":true}],"description":"Analytics about the view activities that took place on this item.","x-ms-navigationProperty":true},"children":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.driveItem"},"description":"Collection containing Item objects for the immediate children of Item. Only items representing folders have children. Read-only. Nullable.","x-ms-navigationProperty":true},"listItem":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.listItem"},{"type":"object","nullable":true}],"description":"For drives in SharePoint, the associated document library list item. Read-only. Nullable.","x-ms-navigationProperty":true},"permissions":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.permission"},"description":"The set of permissions for the item. Read-only. Nullable.","x-ms-navigationProperty":true},"retentionLabel":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.itemRetentionLabel"},{"type":"object","nullable":true}],"description":"Information about retention label and settings enforced on the driveItem. Read-write.","x-ms-navigationProperty":true},"subscriptions":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.subscription"},"description":"The set of subscriptions on the item. Only supported on the root of a drive.","x-ms-navigationProperty":true},"thumbnails":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.thumbnailSet"},"description":"Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. Nullable.","x-ms-navigationProperty":true},"versions":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.driveItemVersion"},"description":"The list of previous versions of the item. For more info, see getting previous versions. Read-only. Nullable.","x-ms-navigationProperty":true},"workbook":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.workbook"},{"type":"object","nullable":true}],"description":"For files that are Excel spreadsheets, access to the workbook API to work with the spreadsheet's contents. Nullable.","x-ms-navigationProperty":true},"@odata.type":{"type":"string","default":"#microsoft.graph.driveItem"}}}],"x-ms-discriminator-value":"#microsoft.graph.driveItem"},"microsoft.graph.list":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.baseItem"},{"title":"list","required":["@odata.type"],"type":"object","properties":{"displayName":{"type":"string","description":"The displayable title of the list.","nullable":true},"list":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.listInfo"},{"type":"object","nullable":true}],"description":"Contains more details about the list."},"sharepointIds":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.sharepointIds"},{"type":"object","nullable":true}],"description":"Returns identifiers useful for SharePoint REST compatibility. Read-only."},"system":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.systemFacet"},{"type":"object","nullable":true}],"description":"If present, indicates that the list is system-managed. Read-only."},"columns":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.columnDefinition"},"description":"The collection of field definitions for this list.","x-ms-navigationProperty":true},"contentTypes":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.contentType"},"description":"The collection of content types present in this list.","x-ms-navigationProperty":true},"drive":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.drive"},{"type":"object","nullable":true}],"description":"Allows access to the list as a drive resource with driveItems. Only present on document libraries.","x-ms-navigationProperty":true},"items":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.listItem"},"description":"All items contained in the list.","x-ms-navigationProperty":true},"operations":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.richLongRunningOperation"},"description":"The collection of long-running operations on the list.","x-ms-navigationProperty":true},"permissions":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.permission"},"description":"The set of permissions for the item. Read-only. Nullable.","x-ms-navigationProperty":true},"subscriptions":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.subscription"},"description":"The set of subscriptions on the list.","x-ms-navigationProperty":true},"@odata.type":{"type":"string","default":"#microsoft.graph.list"}}}],"x-ms-discriminator-value":"#microsoft.graph.list"},"microsoft.graph.listItem":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.baseItem"},{"title":"listItem","required":["@odata.type"],"type":"object","properties":{"contentType":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.contentTypeInfo"},{"type":"object","nullable":true}],"description":"The content type of this list item"},"deleted":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.deleted"},{"type":"object","nullable":true}],"description":"If present in the result of a delta enumeration, indicates that the item was deleted. Read-only."},"sharepointIds":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.sharepointIds"},{"type":"object","nullable":true}],"description":"Returns identifiers useful for SharePoint REST compatibility. Read-only."},"analytics":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.itemAnalytics"},{"type":"object","nullable":true}],"description":"Analytics about the view activities that took place on this item.","x-ms-navigationProperty":true},"documentSetVersions":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.documentSetVersion"},"description":"Version information for a document set version created by a user.","x-ms-navigationProperty":true},"driveItem":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.driveItem"},{"type":"object","nullable":true}],"description":"For document libraries, the driveItem relationship exposes the listItem as a driveItem","x-ms-navigationProperty":true},"fields":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.fieldValueSet"},{"type":"object","nullable":true}],"description":"The values of the columns set on this list item.","x-ms-navigationProperty":true},"permissions":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.permission"},"description":"The set of permissions for the item. Read-only. Nullable.","x-ms-navigationProperty":true},"versions":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.listItemVersion"},"description":"The list of previous versions of the list item.","x-ms-navigationProperty":true},"@odata.type":{"type":"string","default":"#microsoft.graph.listItem"}}}],"x-ms-discriminator-value":"#microsoft.graph.listItem"},"microsoft.graph.recycleBin":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.baseItem"},{"title":"recycleBin","required":["@odata.type"],"type":"object","properties":{"settings":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.recycleBinSettings"},{"type":"object","nullable":true}]},"items":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.recycleBinItem"},"description":"List of the recycleBinItems deleted by a user.","x-ms-navigationProperty":true},"@odata.type":{"type":"string","default":"#microsoft.graph.recycleBin"}}}],"x-ms-discriminator-value":"#microsoft.graph.recycleBin"},"microsoft.graph.recycleBinItem":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.baseItem"},{"title":"recycleBinItem","required":["@odata.type"],"type":"object","properties":{"deletedDateTime":{"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":"Date and time when the item was deleted. 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","nullable":true},"deletedFromLocation":{"type":"string","description":"Relative URL of the list or folder that originally contained the item.","nullable":true},"size":{"type":"number","description":"Size of the item in bytes.","format":"int64","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.recycleBinItem"}}}],"x-ms-discriminator-value":"#microsoft.graph.recycleBinItem"},"microsoft.graph.sharedDriveItem":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.baseItem"},{"title":"sharedDriveItem","required":["@odata.type"],"type":"object","properties":{"owner":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"type":"object","nullable":true}],"description":"Information about the owner of the shared item being referenced."},"driveItem":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.driveItem"},{"type":"object","nullable":true}],"description":"Used to access the underlying driveItem","x-ms-navigationProperty":true},"items":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.driveItem"},"description":"All driveItems contained in the sharing root. This collection cannot be enumerated.","x-ms-navigationProperty":true},"list":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.list"},{"type":"object","nullable":true}],"description":"Used to access the underlying list","x-ms-navigationProperty":true},"listItem":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.listItem"},{"type":"object","nullable":true}],"description":"Used to access the underlying listItem","x-ms-navigationProperty":true},"permission":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.permission"},{"type":"object","nullable":true}],"description":"Used to access the permission representing the underlying sharing link","x-ms-navigationProperty":true},"root":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.driveItem"},{"type":"object","nullable":true}],"description":"Used to access the underlying driveItem. Deprecated -- use driveItem instead.","x-ms-navigationProperty":true},"site":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.site"},{"type":"object","nullable":true}],"description":"Used to access the underlying site","x-ms-navigationProperty":true},"@odata.type":{"type":"string","default":"#microsoft.graph.sharedDriveItem"}}}],"x-ms-discriminator-value":"#microsoft.graph.sharedDriveItem"},"microsoft.graph.baseItemVersion":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"baseItemVersion","required":["@odata.type"],"type":"object","properties":{"lastModifiedBy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"type":"object","nullable":true}],"description":"Identity of the user which last modified the version. Read-only."},"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":"Date and time the version was last modified. Read-only.","format":"date-time","nullable":true},"publication":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.publicationFacet"},{"type":"object","nullable":true}],"description":"Indicates the publication status of this particular version. Read-only."},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.driveItemVersion":"#/components/schemas/microsoft.graph.driveItemVersion","#microsoft.graph.listItemVersion":"#/components/schemas/microsoft.graph.listItemVersion","#microsoft.graph.documentSetVersion":"#/components/schemas/microsoft.graph.documentSetVersion"}}}]},"microsoft.graph.driveItemVersion":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.baseItemVersion"},{"title":"driveItemVersion","required":["@odata.type"],"type":"object","properties":{"content":{"type":"string","description":"The content stream for this version of the item.","format":"base64url","nullable":true},"size":{"type":"number","description":"Indicates the size of the content stream for this version of the item.","format":"int64","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.driveItemVersion"}}}],"x-ms-discriminator-value":"#microsoft.graph.driveItemVersion"},"microsoft.graph.listItemVersion":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.baseItemVersion"},{"title":"listItemVersion","required":["@odata.type"],"type":"object","properties":{"fields":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.fieldValueSet"},{"type":"object","nullable":true}],"description":"A collection of the fields and values for this version of the list item.","x-ms-navigationProperty":true},"@odata.type":{"type":"string","default":"#microsoft.graph.listItemVersion"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.documentSetVersion":"#/components/schemas/microsoft.graph.documentSetVersion"}}}]},"microsoft.graph.documentSetVersion":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.listItemVersion"},{"title":"documentSetVersion","required":["@odata.type"],"type":"object","properties":{"comment":{"type":"string","description":"Comment about the captured version.","nullable":true},"createdBy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"type":"object","nullable":true}],"description":"User who captured the version."},"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","description":"Date and time when this version was created.","format":"date-time","nullable":true},"items":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.documentSetVersionItem"},"description":"Items within the document set that are captured as part of this version."},"shouldCaptureMinorVersion":{"type":"boolean","description":"If true, minor versions of items are also captured; otherwise, only major versions are captured. The default value is false.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.documentSetVersion"}}}],"x-ms-discriminator-value":"#microsoft.graph.documentSetVersion"},"microsoft.graph.baseMapFeature":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"baseMapFeature","required":["@odata.type"],"type":"object","properties":{"properties":{"type":"string","description":"Concatenated key-value pair of all properties of a GeoJSON file for this baseMapFeature.","nullable":true},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.buildingMap":"#/components/schemas/microsoft.graph.buildingMap","#microsoft.graph.fixtureMap":"#/components/schemas/microsoft.graph.fixtureMap","#microsoft.graph.footprintMap":"#/components/schemas/microsoft.graph.footprintMap","#microsoft.graph.levelMap":"#/components/schemas/microsoft.graph.levelMap","#microsoft.graph.sectionMap":"#/components/schemas/microsoft.graph.sectionMap","#microsoft.graph.unitMap":"#/components/schemas/microsoft.graph.unitMap"}}}]},"microsoft.graph.buildingMap":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.baseMapFeature"},{"title":"buildingMap","required":["@odata.type"],"type":"object","properties":{"placeId":{"type":"string","description":"Identifier for the building to which this buildingMap belongs.","nullable":true},"footprints":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.footprintMap"},"description":"Represents the approximate physical extent of a referenced building. It corresponds to footprint.geojson in IMDF format.","x-ms-navigationProperty":true},"levels":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.levelMap"},"description":"Represents a physical floor structure within a building. It corresponds to level.geojson in IMDF format.","x-ms-navigationProperty":true},"@odata.type":{"type":"string","default":"#microsoft.graph.buildingMap"}}}],"x-ms-discriminator-value":"#microsoft.graph.buildingMap"},"microsoft.graph.fixtureMap":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.baseMapFeature"},{"title":"fixtureMap","required":["@odata.type"],"type":"object","properties":{"placeId":{"type":"string","description":"Identifier for the floor to which this fixtureMap belongs.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.fixtureMap"}}}],"x-ms-discriminator-value":"#microsoft.graph.fixtureMap"},"microsoft.graph.footprintMap":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.baseMapFeature"},{"title":"footprintMap","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.footprintMap"}}}],"x-ms-discriminator-value":"#microsoft.graph.footprintMap"},"microsoft.graph.levelMap":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.baseMapFeature"},{"title":"levelMap","required":["@odata.type"],"type":"object","properties":{"placeId":{"type":"string","description":"Identifier of the floor to which this levelMap belongs.","nullable":true},"fixtures":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.fixtureMap"},"description":"Collection of fixtures (such as furniture or equipment) on this level. Supports upsert.","x-ms-navigationProperty":true},"sections":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.sectionMap"},"description":"Collection of sections (such as zones or partitions) on this level. Supports upsert.","x-ms-navigationProperty":true},"units":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.unitMap"},"description":"Collection of units (such as rooms or offices) on this level. Supports upsert.","x-ms-navigationProperty":true},"@odata.type":{"type":"string","default":"#microsoft.graph.levelMap"}}}],"x-ms-discriminator-value":"#microsoft.graph.levelMap"},"microsoft.graph.sectionMap":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.baseMapFeature"},{"title":"sectionMap","required":["@odata.type"],"type":"object","properties":{"placeId":{"type":"string","description":"Identifier of the section to which this sectionMap belongs.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.sectionMap"}}}],"x-ms-discriminator-value":"#microsoft.graph.sectionMap"},"microsoft.graph.unitMap":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.baseMapFeature"},{"title":"unitMap","required":["@odata.type"],"type":"object","properties":{"placeId":{"type":"string","description":"Identifier of the place (such as a room) to which this unitMap belongs.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.unitMap"}}}],"x-ms-discriminator-value":"#microsoft.graph.unitMap"},"microsoft.graph.bitlocker":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"bitlocker","required":["@odata.type"],"type":"object","properties":{"recoveryKeys":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.bitlockerRecoveryKey"},"description":"The recovery keys associated with the bitlocker entity.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.bitlocker"},"microsoft.graph.bitlockerRecoveryKey":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"bitlockerRecoveryKey","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","description":"The date and time when the key was originally backed up to Microsoft Entra ID. Not nullable.","format":"date-time"},"deviceId":{"type":"string","description":"Identifier of the device the BitLocker key is originally backed up from. Supports $filter (eq).","nullable":true},"key":{"type":"string","description":"The BitLocker recovery key. Requires $select to retrieve. Not nullable."},"volumeType":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.volumeType"},{"type":"object","nullable":true}],"description":"Indicates the type of volume the BitLocker key is associated with. The possible values are: 1 (for operatingSystemVolume), 2 (for fixedDataVolume), 3 (for removableDataVolume), and 4 (for unknownFutureValue)."},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.bitlockerRecoveryKey"},"microsoft.graph.bookingAppointment":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"bookingAppointment","required":["@odata.type"],"type":"object","properties":{"additionalInformation":{"type":"string","description":"Additional information that is sent to the customer when an appointment is confirmed.","nullable":true},"anonymousJoinWebUrl":{"type":"string","description":"The URL of the meeting to join anonymously.","nullable":true},"appointmentLabel":{"type":"string","description":"The custom label that can be stamped on this appointment by users.","nullable":true},"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","description":"The date, time, and time zone when the appointment was created. 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","nullable":true},"customerEmailAddress":{"type":"string","description":"The SMTP address of the bookingCustomer who books the appointment.","nullable":true},"customerName":{"type":"string","description":"The customer's name.","nullable":true},"customerNotes":{"type":"string","description":"Notes from the customer associated with this appointment. You can get the value only when you read this bookingAppointment by its ID. You can set this property only when you initially create an appointment with a new customer.","nullable":true},"customerPhone":{"type":"string","description":"The customer's phone number.","nullable":true},"customers":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.bookingCustomerInformationBase"},"description":"A collection of customer properties for an appointment. An appointment contains a list of customer information and each unit will indicate the properties of a customer who is part of that appointment. Optional."},"customerTimeZone":{"type":"string","description":"The time zone of the customer. For a list of possible values, see dateTimeTimeZone.","nullable":true},"duration":{"pattern":"^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$","type":"string","description":"The length of the appointment, denoted in ISO8601 format.","format":"duration","readOnly":true},"endDateTime":{"$ref":"#/components/schemas/microsoft.graph.dateTimeTimeZone"},"filledAttendeesCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The current number of customers in the appointment.","format":"int32","readOnly":true},"isCustomerAllowedToManageBooking":{"type":"boolean","description":"Indicates that the customer can manage bookings created by the staff. The default value is false.","nullable":true},"isLocationOnline":{"type":"boolean","description":"Indicates that the appointment is held online. The default value is false."},"joinWebUrl":{"type":"string","description":"The URL of the online meeting for the appointment.","nullable":true},"lastUpdatedDateTime":{"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, time, and time zone when the booking business was last updated. 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","nullable":true},"maximumAttendeesCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The maximum number of customers allowed in an appointment. If maximumAttendeesCount of the service is greater than 1, pass valid customer IDs while creating or updating an appointment. To create a customer, use the Create bookingCustomer operation.","format":"int32"},"optOutOfCustomerEmail":{"type":"boolean","description":"If true indicates that the bookingCustomer for this appointment doesn't wish to receive a confirmation for this appointment."},"postBuffer":{"pattern":"^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$","type":"string","description":"The amount of time to reserve after the appointment ends, for cleaning up, as an example. The value is expressed in ISO8601 format.","format":"duration"},"preBuffer":{"pattern":"^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$","type":"string","description":"The amount of time to reserve before the appointment begins, for preparation, as an example. The value is expressed in ISO8601 format.","format":"duration"},"price":{"oneOf":[{"type":"number","format":"double","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"The regular price for an appointment for the specified bookingService."},"priceType":{"$ref":"#/components/schemas/microsoft.graph.bookingPriceType"},"reminders":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.bookingReminder"},"description":"The collection of customer reminders sent for this appointment. The value of this property is available only when reading this bookingAppointment by its ID."},"selfServiceAppointmentId":{"type":"string","description":"Another tracking ID for the appointment, if the appointment was created directly by the customer on the scheduling page, as opposed to by a staff member on behalf of the customer.","nullable":true},"serviceId":{"type":"string","description":"The ID of the bookingService associated with this appointment.","nullable":true},"serviceLocation":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.location"},{"type":"object","nullable":true}],"description":"The location where the service is delivered."},"serviceName":{"type":"string","description":"The name of the bookingService associated with this appointment.This property is optional when creating a new appointment. If not specified, it's computed from the service associated with the appointment by the serviceId property."},"serviceNotes":{"type":"string","description":"Notes from a bookingStaffMember. The value of this property is available only when reading this bookingAppointment by its ID.","nullable":true},"smsNotificationsEnabled":{"type":"boolean","description":"If true, indicates SMS notifications will be sent to the customers for the appointment. Default value is false."},"staffMemberIds":{"type":"array","items":{"type":"string","nullable":true},"description":"The ID of each bookingStaffMember who is scheduled in this appointment."},"startDateTime":{"$ref":"#/components/schemas/microsoft.graph.dateTimeTimeZone"},"@odata.type":{"type":"string"}},"description":"Represents a booked appointment of a service by a customer in a business."}],"x-ms-discriminator-value":"#microsoft.graph.bookingAppointment"},"microsoft.graph.bookingBusiness":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"bookingBusiness","required":["@odata.type"],"type":"object","properties":{"address":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.physicalAddress"},{"type":"object","nullable":true}],"description":"The street address of the business. The address property, together with phone and webSiteUrl, appear in the footer of a business scheduling page. The attribute type of physicalAddress is not supported in v1.0. Internally we map the addresses to the type others."},"bookingPageSettings":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.bookingPageSettings"},{"type":"object","nullable":true}],"description":"Settings for the published booking page."},"businessHours":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.bookingWorkHours"},"description":"The hours of operation for the business."},"businessType":{"type":"string","description":"The type of business.","nullable":true},"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","description":"The date, time, and time zone when the booking business was created. 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","nullable":true},"defaultCurrencyIso":{"type":"string","description":"The code for the currency that the business operates in on Microsoft Bookings.","nullable":true},"displayName":{"type":"string","description":"The name of the business, which interfaces with customers. This name appears at the top of the business scheduling page."},"email":{"type":"string","description":"The email address for the business.","nullable":true},"isPublished":{"type":"boolean","description":"The scheduling page has been made available to external customers. Use the publish and unpublish actions to set this property. Read-only.","nullable":true,"readOnly":true},"languageTag":{"type":"string","description":"The language of the self-service booking page.","nullable":true},"lastUpdatedDateTime":{"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, time, and time zone when the booking business was last updated. 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","nullable":true},"phone":{"type":"string","description":"The telephone number for the business. The phone property, together with address and webSiteUrl, appear in the footer of a business scheduling page.","nullable":true},"publicUrl":{"type":"string","description":"The URL for the scheduling page, which is set after you publish or unpublish the page. Read-only.","nullable":true,"readOnly":true},"schedulingPolicy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.bookingSchedulingPolicy"},{"type":"object","nullable":true}],"description":"Specifies how bookings can be created for this business."},"webSiteUrl":{"type":"string","description":"The URL of the business web site. The webSiteUrl property, together with address, phone, appear in the footer of a business scheduling page.","nullable":true},"appointments":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.bookingAppointment"},"description":"All the appointments of this business. Read-only. Nullable.","x-ms-navigationProperty":true},"calendarView":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.bookingAppointment"},"description":"The set of appointments of this business in a specified date range. Read-only. Nullable.","x-ms-navigationProperty":true},"customers":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.bookingCustomerBase"},"description":"All the customers of this business. Read-only. Nullable.","x-ms-navigationProperty":true},"customQuestions":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.bookingCustomQuestion"},"description":"All the custom questions of this business. Read-only. Nullable.","x-ms-navigationProperty":true},"services":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.bookingService"},"description":"All the services offered by this business. Read-only. Nullable.","x-ms-navigationProperty":true},"staffMembers":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.bookingStaffMemberBase"},"description":"All the staff members that provide services in this business. Read-only. Nullable.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}},"description":"Represents a Microsoft Bookings Business."}],"x-ms-discriminator-value":"#microsoft.graph.bookingBusiness"},"microsoft.graph.bookingCurrency":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"bookingCurrency","required":["@odata.type"],"type":"object","properties":{"symbol":{"type":"string","description":"The currency symbol. For example, the currency symbol for the US dollar and for the Australian dollar is $."},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.bookingCurrency"},"microsoft.graph.bookingCustomerBase":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"bookingCustomerBase","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}},"description":"Booking entities that provide a display name.","discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.bookingCustomer":"#/components/schemas/microsoft.graph.bookingCustomer"}}}]},"microsoft.graph.bookingCustomer":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.bookingCustomerBase"},{"title":"bookingCustomer","required":["@odata.type"],"type":"object","properties":{"addresses":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.physicalAddress"},"description":"Addresses associated with the customer. The attribute type of physicalAddress isn't supported in v1.0. Internally we map the addresses to the type others."},"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","description":"The date, time, and time zone when the customer was created. 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","nullable":true},"displayName":{"type":"string","description":"The name of the customer."},"emailAddress":{"type":"string","description":"The SMTP address of the customer.","nullable":true},"lastUpdatedDateTime":{"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, time, and time zone when the customer was last updated. 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","nullable":true},"phones":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.phone"},"description":"Phone numbers associated with the customer, including home, business, and mobile numbers."},"@odata.type":{"type":"string","default":"#microsoft.graph.bookingCustomer"}},"description":"Represents a customer of the business."}],"x-ms-discriminator-value":"#microsoft.graph.bookingCustomer"},"microsoft.graph.bookingCustomQuestion":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"bookingCustomQuestion","required":["@odata.type"],"type":"object","properties":{"answerInputType":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.answerInputType"},{"type":"object","nullable":true}],"description":"The expected answer type. The possible values are: text, radioButton, unknownFutureValue."},"answerOptions":{"type":"array","items":{"type":"string","nullable":true},"description":"List of possible answer values."},"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","description":"The date, time, and time zone when the custom question was created. 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","nullable":true},"displayName":{"type":"string","description":"The question."},"lastUpdatedDateTime":{"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, time, and time zone when the custom question was last updated. 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","nullable":true},"@odata.type":{"type":"string"}},"description":"Represents a custom question of the business."}],"x-ms-discriminator-value":"#microsoft.graph.bookingCustomQuestion"},"microsoft.graph.bookingService":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"bookingService","required":["@odata.type"],"type":"object","properties":{"additionalInformation":{"type":"string","description":"Additional information that is sent to the customer when an appointment is confirmed.","nullable":true},"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","description":"The date, time, and time zone when the service was created. 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","nullable":true},"customQuestions":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.bookingQuestionAssignment"},"description":"Contains the set of custom questions associated with a particular service."},"defaultDuration":{"pattern":"^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$","type":"string","description":"The default length of the service, represented in numbers of days, hours, minutes, and seconds. For example, P11D23H59M59.999999999999S.","format":"duration"},"defaultLocation":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.location"},{"type":"object","nullable":true}],"description":"The default physical location for the service."},"defaultPrice":{"oneOf":[{"type":"number","format":"double","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"The default monetary price for the service."},"defaultPriceType":{"$ref":"#/components/schemas/microsoft.graph.bookingPriceType"},"defaultReminders":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.bookingReminder"},"description":"The default set of reminders for an appointment of this service. The value of this property is available only when reading this bookingService by its ID."},"description":{"type":"string","description":"A text description for the service.","nullable":true},"displayName":{"type":"string","description":"A service name."},"isAnonymousJoinEnabled":{"type":"boolean","description":"Indicates if an anonymousJoinWebUrl(webrtcUrl) is generated for the appointment booked for this service. The default value is false."},"isCustomerAllowedToManageBooking":{"type":"boolean","description":"Indicates that the customer can manage bookings created by the staff. The default value is false.","nullable":true},"isHiddenFromCustomers":{"type":"boolean","description":"True indicates that this service isn't available to customers for booking."},"isLocationOnline":{"type":"boolean","description":"Indicates that the appointments for the service are held online. The default value is false."},"languageTag":{"type":"string","description":"The language of the self-service booking page."},"lastUpdatedDateTime":{"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, time, and time zone when the service was last updated. 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","nullable":true},"maximumAttendeesCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The maximum number of customers allowed in a service. If maximumAttendeesCount of the service is greater than 1, pass valid customer IDs while creating or updating an appointment. To create a customer, use the Create bookingCustomer operation.","format":"int32"},"notes":{"type":"string","description":"Additional information about this service.","nullable":true},"postBuffer":{"pattern":"^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$","type":"string","description":"The time to buffer after an appointment for this service ends, and before the next customer appointment can be booked.","format":"duration"},"preBuffer":{"pattern":"^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$","type":"string","description":"The time to buffer before an appointment for this service can start.","format":"duration"},"schedulingPolicy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.bookingSchedulingPolicy"},{"type":"object","nullable":true}],"description":"The set of policies that determine how appointments for this type of service should be created and managed."},"smsNotificationsEnabled":{"type":"boolean","description":"True indicates SMS notifications can be sent to the customers for the appointment of the service. Default value is false."},"staffMemberIds":{"type":"array","items":{"type":"string","nullable":true},"description":"Represents those staff members who provide this service."},"webUrl":{"type":"string","description":"The URL a customer uses to access the service.","nullable":true,"readOnly":true},"@odata.type":{"type":"string"}},"description":"Represents a particular service offered by a booking business."}],"x-ms-discriminator-value":"#microsoft.graph.bookingService"},"microsoft.graph.bookingStaffMemberBase":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"bookingStaffMemberBase","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}},"description":"Booking entities that provide a display name.","discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.bookingStaffMember":"#/components/schemas/microsoft.graph.bookingStaffMember"}}}]},"microsoft.graph.bookingStaffMember":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.bookingStaffMemberBase"},{"title":"bookingStaffMember","required":["@odata.type"],"type":"object","properties":{"availabilityIsAffectedByPersonalCalendar":{"type":"boolean","description":"True means that if the staff member is a Microsoft 365 user, the Bookings API would verify the staff member's availability in their personal calendar in Microsoft 365, before making a booking."},"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","description":"The date, time, and time zone when the staff member was created. 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","nullable":true},"displayName":{"type":"string","description":"The name of the staff member, as displayed to customers. Required."},"emailAddress":{"type":"string","description":"The email address of the staff member. This email address can be in the same Microsoft 365 tenant as the business, or in a different email domain. This email address can be used if the sendConfirmationsToOwner property is set to true in the scheduling policy of the business. Required.","nullable":true},"isEmailNotificationEnabled":{"type":"boolean","description":"Indicates that a staff member is notified via email when a booking assigned to them is created or changed. The default value is true."},"lastUpdatedDateTime":{"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, time, and time zone when the staff member was last updated. 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","nullable":true},"membershipStatus":{"$ref":"#/components/schemas/microsoft.graph.bookingStaffMembershipStatus"},"role":{"$ref":"#/components/schemas/microsoft.graph.bookingStaffRole"},"timeZone":{"type":"string","description":"The time zone of the staff member. For a list of possible values, see dateTimeTimeZone.","nullable":true},"useBusinessHours":{"type":"boolean","description":"True means the staff member's availability is as specified in the businessHours property of the business. False means the availability is determined by the staff member's workingHours property setting."},"workingHours":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.bookingWorkHours"},"description":"The range of hours each day of the week that the staff member is available for booking. By default, they're initialized to be the same as the businessHours property of the business."},"@odata.type":{"type":"string","default":"#microsoft.graph.bookingStaffMember"}},"description":"Represents a staff member who provides services in a business."}],"x-ms-discriminator-value":"#microsoft.graph.bookingStaffMember"},"microsoft.graph.browseSessionBase":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"browseSessionBase","required":["@odata.type"],"type":"object","properties":{"backupSizeInBytes":{"type":"string","description":"The size of the backup in bytes.","nullable":true},"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","description":"The date and time when the browse session was created. 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","nullable":true},"error":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.publicError"},{"type":"object","nullable":true}],"description":"Contains the error details if the browse session creation fails."},"expirationDateTime":{"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 after which the browse session is deleted automatically.","format":"date-time","nullable":true},"restorePointDateTime":{"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 of the restore point on which the browse session is created.","format":"date-time","nullable":true},"restorePointId":{"type":"string","nullable":true},"status":{"$ref":"#/components/schemas/microsoft.graph.browseSessionStatus"},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.oneDriveForBusinessBrowseSession":"#/components/schemas/microsoft.graph.oneDriveForBusinessBrowseSession","#microsoft.graph.sharePointBrowseSession":"#/components/schemas/microsoft.graph.sharePointBrowseSession"}}}]},"microsoft.graph.oneDriveForBusinessBrowseSession":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.browseSessionBase"},{"title":"oneDriveForBusinessBrowseSession","required":["@odata.type"],"type":"object","properties":{"directoryObjectId":{"type":"string","description":"Id of the backed-up OneDrive.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.oneDriveForBusinessBrowseSession"}}}],"x-ms-discriminator-value":"#microsoft.graph.oneDriveForBusinessBrowseSession"},"microsoft.graph.sharePointBrowseSession":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.browseSessionBase"},{"title":"sharePointBrowseSession","required":["@odata.type"],"type":"object","properties":{"siteId":{"type":"string","description":"Id of the backed-up SharePoint site.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.sharePointBrowseSession"}}}],"x-ms-discriminator-value":"#microsoft.graph.sharePointBrowseSession"},"microsoft.graph.bulkUpload":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"bulkUpload","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.bulkUpload"},"microsoft.graph.calendarPermission":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"calendarPermission","required":["@odata.type"],"type":"object","properties":{"allowedRoles":{"type":"array","items":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.calendarRoleType"},{"type":"object","nullable":true}]},"description":"List of allowed sharing or delegating permission levels for the calendar. The possible values are: none, freeBusyRead, limitedRead, read, write, delegateWithoutPrivateEventAccess, delegateWithPrivateEventAccess, custom."},"emailAddress":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.emailAddress"},{"type":"object","nullable":true}],"description":"Represents a share recipient or delegate who has access to the calendar. For the 'My Organization' share recipient, the address property is null. Read-only."},"isInsideOrganization":{"type":"boolean","description":"True if the user in context (recipient or delegate) is inside the same organization as the calendar owner.","nullable":true},"isRemovable":{"type":"boolean","description":"True if the user can be removed from the list of recipients or delegates for the specified calendar, false otherwise. The 'My organization' user determines the permissions other people within your organization have to the given calendar. You can't remove 'My organization' as a share recipient to a calendar.","nullable":true},"role":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.calendarRoleType"},{"type":"object","nullable":true}],"description":"Current permission level of the calendar share recipient or delegate."},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.calendarPermission"},"microsoft.graph.call":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"call","required":["@odata.type"],"type":"object","properties":{"callbackUri":{"type":"string","description":"The callback URL on which callbacks are delivered. Must be an HTTPS URL."},"callChainId":{"type":"string","description":"A unique identifier for all the participant calls in a conference or a unique identifier for two participant calls in a P2P call.  This identifier must be copied over from Microsoft.Graph.Call.CallChainId.","nullable":true},"callOptions":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.callOptions"},{"type":"object","nullable":true}],"description":"Contains the optional features for the call."},"callRoutes":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.callRoute"},"description":"The routing information on how the call was retargeted. Read-only."},"chatInfo":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.chatInfo"},{"type":"object","nullable":true}],"description":"The chat information. Required information for joining a meeting."},"direction":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.callDirection"},{"type":"object","nullable":true}],"description":"The direction of the call. The possible values are incoming or outgoing. Read-only."},"incomingContext":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.incomingContext"},{"type":"object","nullable":true}],"description":"Call context associated with an incoming call."},"mediaConfig":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.mediaConfig"},{"type":"object","nullable":true}],"description":"The media configuration. Required."},"mediaState":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.callMediaState"},{"type":"object","nullable":true}],"description":"Read-only. The call media state."},"meetingInfo":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.meetingInfo"},{"type":"object","nullable":true}],"description":"The meeting information. Required information for meeting scenarios."},"myParticipantId":{"type":"string","nullable":true},"requestedModalities":{"type":"array","items":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.modality"},{"type":"object","nullable":true}]},"description":"The list of requested modalities. The possible values are: unknown, audio, video, videoBasedScreenSharing, data."},"resultInfo":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.resultInfo"},{"type":"object","nullable":true}],"description":"The result information. For example, the result can hold termination reason. Read-only."},"source":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.participantInfo"},{"type":"object","nullable":true}],"description":"The originator of the call."},"state":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.callState"},{"type":"object","nullable":true}],"description":"The call state. The possible values are: incoming, establishing, ringing, established, hold, transferring, transferAccepted, redirecting, terminating, terminated. Read-only."},"subject":{"type":"string","description":"The subject of the conversation.","nullable":true},"targets":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.invitationParticipantInfo"},"description":"The targets of the call. Required information for creating peer to peer call."},"tenantId":{"type":"string","nullable":true},"toneInfo":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.toneInfo"},{"type":"object","nullable":true}]},"transcription":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.callTranscriptionInfo"},{"type":"object","nullable":true}],"description":"The transcription information for the call. Read-only."},"audioRoutingGroups":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.audioRoutingGroup"},"x-ms-navigationProperty":true},"contentSharingSessions":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.contentSharingSession"},"x-ms-navigationProperty":true},"operations":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.commsOperation"},"x-ms-navigationProperty":true},"participants":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.participant"},"x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.call"},"microsoft.graph.callAiInsight":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"callAiInsight","required":["@odata.type"],"type":"object","properties":{"actionItems":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.actionItem"}},"callId":{"type":"string","nullable":true},"contentCorrelationId":{"type":"string","nullable":true},"createdDateTime":{"pattern":"^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$","type":"string","format":"date-time","nullable":true},"endDateTime":{"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},"meetingNotes":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.meetingNote"}},"viewpoint":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.callAiInsightViewPoint"},{"type":"object","nullable":true}]},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.callAiInsight"},"microsoft.graph.callEvent":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"callEvent","required":["@odata.type"],"type":"object","properties":{"callEventType":{"$ref":"#/components/schemas/microsoft.graph.callEventType"},"eventDateTime":{"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 event occurred. 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","nullable":true},"participants":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.participant"},"description":"Participants collection for the call event.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.emergencyCallEvent":"#/components/schemas/microsoft.graph.emergencyCallEvent"}}}]},"microsoft.graph.emergencyCallEvent":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.callEvent"},{"title":"emergencyCallEvent","required":["@odata.type"],"type":"object","properties":{"callerInfo":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.emergencyCallerInfo"},{"type":"object","nullable":true}],"description":"The information of the emergency caller."},"emergencyNumberDialed":{"type":"string","description":"The emergency number dialed.","nullable":true},"policyName":{"type":"string","description":"The policy name for the emergency call event.","nullable":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.emergencyCallEvent"},"microsoft.graph.callRecording":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"callRecording","required":["@odata.type"],"type":"object","properties":{"callId":{"type":"string","description":"The unique identifier for the call that is related to this recording. Read-only.","nullable":true},"content":{"type":"string","description":"The content of the recording. Read-only.","format":"base64url","nullable":true},"contentCorrelationId":{"type":"string","description":"The unique identifier that links the transcript with its corresponding recording. Read-only.","nullable":true},"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","description":"Date and time at which the recording was created. 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. Read-only.","format":"date-time","nullable":true},"endDateTime":{"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":"Date and time at which the recording ends. 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. Read-only.","format":"date-time","nullable":true},"meetingId":{"type":"string","description":"The unique identifier of the onlineMeeting related to this recording. Read-only.","nullable":true},"meetingOrganizer":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"type":"object","nullable":true}],"description":"The identity information of the organizer of the onlineMeeting related to this recording. Read-only."},"recordingContentUrl":{"type":"string","description":"The URL that can be used to access the content of the recording. Read-only.","nullable":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.callRecording"},"microsoft.graph.callTranscript":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"callTranscript","required":["@odata.type"],"type":"object","properties":{"callId":{"type":"string","description":"The unique identifier for the call that is related to this transcript. Read-only.","nullable":true},"content":{"type":"string","description":"The content of the transcript. Read-only.","format":"base64url","nullable":true},"contentCorrelationId":{"type":"string","description":"The unique identifier that links the transcript with its corresponding recording. Read-only.","nullable":true},"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","description":"Date and time at which the transcript was created. 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. Read-only.","format":"date-time","nullable":true},"endDateTime":{"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":"Date and time at which the transcription ends. 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. Read-only.","format":"date-time","nullable":true},"meetingId":{"type":"string","description":"The unique identifier of the online meeting related to this transcript. Read-only.","nullable":true},"meetingOrganizer":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"type":"object","nullable":true}],"description":"The identity information of the organizer of the onlineMeeting related to this transcript. Read-only."},"metadataContent":{"type":"string","description":"The time-aligned metadata of the utterances in the transcript. Read-only.","format":"base64url","nullable":true},"transcriptContentUrl":{"type":"string","description":"The URL that can be used to access the content of the transcript. Read-only.","nullable":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.callTranscript"},"microsoft.graph.canvasLayout":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"canvasLayout","required":["@odata.type"],"type":"object","properties":{"horizontalSections":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.horizontalSection"},"description":"Collection of horizontal sections on the SharePoint page.","x-ms-navigationProperty":true},"verticalSection":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.verticalSection"},{"type":"object","nullable":true}],"description":"Vertical section on the SharePoint page.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.canvasLayout"},"microsoft.graph.caPoliciesDeletableRoot":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"caPoliciesDeletableRoot","required":["@odata.type"],"type":"object","properties":{"namedLocations":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.namedLocation"},"x-ms-navigationProperty":true},"policies":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.conditionalAccessPolicy"},"x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.caPoliciesDeletableRoot"},"microsoft.graph.changeTrackedEntity":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"changeTrackedEntity","required":["@odata.type"],"type":"object","properties":{"createdBy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"type":"object","nullable":true}],"description":"Identity of the creator of the entity."},"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","description":"The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z","format":"date-time","nullable":true,"readOnly":true},"lastModifiedBy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"type":"object","nullable":true}],"description":"Identity of the person who last modified the entity.","readOnly":true},"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":"The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z","format":"date-time","nullable":true,"readOnly":true},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.dayNote":"#/components/schemas/microsoft.graph.dayNote","#microsoft.graph.openShift":"#/components/schemas/microsoft.graph.openShift","#microsoft.graph.scheduleChangeRequest":"#/components/schemas/microsoft.graph.scheduleChangeRequest","#microsoft.graph.offerShiftRequest":"#/components/schemas/microsoft.graph.offerShiftRequest","#microsoft.graph.swapShiftsChangeRequest":"#/components/schemas/microsoft.graph.swapShiftsChangeRequest","#microsoft.graph.openShiftChangeRequest":"#/components/schemas/microsoft.graph.openShiftChangeRequest","#microsoft.graph.timeOffRequest":"#/components/schemas/microsoft.graph.timeOffRequest","#microsoft.graph.schedulingGroup":"#/components/schemas/microsoft.graph.schedulingGroup","#microsoft.graph.shift":"#/components/schemas/microsoft.graph.shift","#microsoft.graph.shiftPreferences":"#/components/schemas/microsoft.graph.shiftPreferences","#microsoft.graph.timeCard":"#/components/schemas/microsoft.graph.timeCard","#microsoft.graph.timeOff":"#/components/schemas/microsoft.graph.timeOff","#microsoft.graph.timeOffReason":"#/components/schemas/microsoft.graph.timeOffReason","#microsoft.graph.workforceIntegration":"#/components/schemas/microsoft.graph.workforceIntegration"}}}]},"microsoft.graph.dayNote":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.changeTrackedEntity"},{"title":"dayNote","required":["@odata.type"],"type":"object","properties":{"dayNoteDate":{"pattern":"^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$","type":"string","description":"The date of the day note.","format":"date","nullable":true},"draftDayNote":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.itemBody"},{"type":"object","nullable":true}],"description":"The draft version of this day note that is viewable by managers. Only contentType text is supported."},"sharedDayNote":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.itemBody"},{"type":"object","nullable":true}],"description":"The shared version of this day note that is viewable by both employees and managers. Only contentType text is supported."},"@odata.type":{"type":"string","default":"#microsoft.graph.dayNote"}}}],"x-ms-discriminator-value":"#microsoft.graph.dayNote"},"microsoft.graph.openShift":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.changeTrackedEntity"},{"title":"openShift","required":["@odata.type"],"type":"object","properties":{"draftOpenShift":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.openShiftItem"},{"type":"object","nullable":true}],"description":"Draft changes in the openShift are only visible to managers until they're shared."},"isStagedForDeletion":{"type":"boolean","description":"The openShift is marked for deletion, a process that is finalized when the schedule is shared.","nullable":true},"schedulingGroupId":{"type":"string","description":"The ID of the schedulingGroup that contains the openShift.","nullable":true},"sharedOpenShift":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.openShiftItem"},{"type":"object","nullable":true}],"description":"The shared version of this openShift that is viewable by both employees and managers."},"@odata.type":{"type":"string","default":"#microsoft.graph.openShift"}}}],"x-ms-discriminator-value":"#microsoft.graph.openShift"},"microsoft.graph.scheduleChangeRequest":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.changeTrackedEntity"},{"title":"scheduleChangeRequest","required":["@odata.type"],"type":"object","properties":{"assignedTo":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.scheduleChangeRequestActor"},{"type":"object","nullable":true}],"description":"Indicates who the request is assigned to. The possible values are: sender, recipient, manager, system, unknownFutureValue."},"managerActionDateTime":{"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 manager approved or declined the scheduleChangeRequest. 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","nullable":true,"readOnly":true},"managerActionMessage":{"type":"string","description":"The message sent by the manager regarding the scheduleChangeRequest. Optional.","nullable":true},"managerUserId":{"type":"string","description":"The user ID of the manager who approved or declined the scheduleChangeRequest.","nullable":true,"readOnly":true},"senderDateTime":{"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 sender sent the scheduleChangeRequest. 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","nullable":true,"readOnly":true},"senderMessage":{"type":"string","description":"The message sent by the sender of the scheduleChangeRequest. Optional.","nullable":true},"senderUserId":{"type":"string","description":"The user ID of the sender of the scheduleChangeRequest.","nullable":true,"readOnly":true},"state":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.scheduleChangeState"},{"type":"object","nullable":true}],"description":"The state of the scheduleChangeRequest. The possible values are: pending, approved, declined, unknownFutureValue."},"@odata.type":{"type":"string","default":"#microsoft.graph.scheduleChangeRequest"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.offerShiftRequest":"#/components/schemas/microsoft.graph.offerShiftRequest","#microsoft.graph.swapShiftsChangeRequest":"#/components/schemas/microsoft.graph.swapShiftsChangeRequest","#microsoft.graph.openShiftChangeRequest":"#/components/schemas/microsoft.graph.openShiftChangeRequest","#microsoft.graph.timeOffRequest":"#/components/schemas/microsoft.graph.timeOffRequest"}}}]},"microsoft.graph.offerShiftRequest":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.scheduleChangeRequest"},{"title":"offerShiftRequest","required":["@odata.type"],"type":"object","properties":{"recipientActionDateTime":{"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 recipient approved or declined the request.","format":"date-time","nullable":true,"readOnly":true},"recipientActionMessage":{"type":"string","description":"The message sent by the recipient regarding the request.","nullable":true},"recipientUserId":{"type":"string","description":"The recipient's user ID.","nullable":true},"senderShiftId":{"type":"string","description":"The sender's shift ID.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.offerShiftRequest"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.swapShiftsChangeRequest":"#/components/schemas/microsoft.graph.swapShiftsChangeRequest"}}}]},"microsoft.graph.swapShiftsChangeRequest":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.offerShiftRequest"},{"title":"swapShiftsChangeRequest","required":["@odata.type"],"type":"object","properties":{"recipientShiftId":{"type":"string","description":"The recipient's Shift ID","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.swapShiftsChangeRequest"}}}],"x-ms-discriminator-value":"#microsoft.graph.swapShiftsChangeRequest"},"microsoft.graph.openShiftChangeRequest":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.scheduleChangeRequest"},{"title":"openShiftChangeRequest","required":["@odata.type"],"type":"object","properties":{"openShiftId":{"type":"string","description":"ID for the open shift.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.openShiftChangeRequest"}}}],"x-ms-discriminator-value":"#microsoft.graph.openShiftChangeRequest"},"microsoft.graph.timeOffRequest":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.scheduleChangeRequest"},{"title":"timeOffRequest","required":["@odata.type"],"type":"object","properties":{"endDateTime":{"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 the time off ends in ISO 8601 format and in UTC time.","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 date and time the time off starts in ISO 8601 format and in UTC time.","format":"date-time","nullable":true},"timeOffReasonId":{"type":"string","description":"The reason for the time off.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.timeOffRequest"}}}],"x-ms-discriminator-value":"#microsoft.graph.timeOffRequest"},"microsoft.graph.schedulingGroup":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.changeTrackedEntity"},{"title":"schedulingGroup","required":["@odata.type"],"type":"object","properties":{"code":{"type":"string","description":"The code for the schedulingGroup to represent an external identifier. This field must be unique within the team in Microsoft Teams and uses an alphanumeric format, with a maximum of 100 characters.","nullable":true},"displayName":{"type":"string","description":"The display name for the schedulingGroup. Required.","nullable":true},"isActive":{"type":"boolean","description":"Indicates whether the schedulingGroup can be used when creating new entities or updating existing ones. Required.","nullable":true,"readOnly":true},"userIds":{"type":"array","items":{"type":"string","nullable":true},"description":"The list of user IDs that are a member of the schedulingGroup. Required."},"@odata.type":{"type":"string","default":"#microsoft.graph.schedulingGroup"}}}],"x-ms-discriminator-value":"#microsoft.graph.schedulingGroup"},"microsoft.graph.shift":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.changeTrackedEntity"},{"title":"shift","required":["@odata.type"],"type":"object","properties":{"draftShift":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.shiftItem"},{"type":"object","nullable":true}],"description":"Draft changes in the shift. Draft changes are only visible to managers. The changes are visible to employees when they're shared, which copies the changes from the draftShift to the sharedShift property."},"isStagedForDeletion":{"type":"boolean","description":"The shift is marked for deletion, a process that is finalized when the schedule is shared.","nullable":true},"schedulingGroupId":{"type":"string","description":"ID of the scheduling group the shift is part of. Required.","nullable":true},"sharedShift":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.shiftItem"},{"type":"object","nullable":true}],"description":"The shared version of this shift that is viewable by both employees and managers. Updates to the sharedShift property send notifications to users in the Teams client."},"userId":{"type":"string","description":"ID of the user assigned to the shift. Required.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.shift"}}}],"x-ms-discriminator-value":"#microsoft.graph.shift"},"microsoft.graph.shiftPreferences":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.changeTrackedEntity"},{"title":"shiftPreferences","required":["@odata.type"],"type":"object","properties":{"availability":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.shiftAvailability"},"description":"Availability of the user to be scheduled for work and its recurrence pattern."},"@odata.type":{"type":"string","default":"#microsoft.graph.shiftPreferences"}}}],"x-ms-discriminator-value":"#microsoft.graph.shiftPreferences"},"microsoft.graph.timeCard":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.changeTrackedEntity"},{"title":"timeCard","required":["@odata.type"],"type":"object","properties":{"breaks":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.timeCardBreak"},"description":"The list of breaks associated with the timeCard."},"clockInEvent":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.timeCardEvent"},{"type":"object","nullable":true}],"description":"The clock-in event of the timeCard."},"clockOutEvent":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.timeCardEvent"},{"type":"object","nullable":true}],"description":"The clock-out event of the timeCard."},"confirmedBy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.confirmedBy"},{"type":"object","nullable":true}],"description":"Indicates whether this timeCard entry is confirmed. The possible values are: none, user, manager, unknownFutureValue."},"notes":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.itemBody"},{"type":"object","nullable":true}],"description":"Notes about the timeCard."},"originalEntry":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.timeCardEntry"},{"type":"object","nullable":true}],"description":"The original timeCardEntry of the timeCard before it was edited."},"state":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.timeCardState"},{"type":"object","nullable":true}],"description":"The current state of the timeCard during its life cycle. The possible values are: clockedIn, onBreak, clockedOut, unknownFutureValue."},"userId":{"type":"string","description":"User ID to which the timeCard belongs.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.timeCard"}}}],"x-ms-discriminator-value":"#microsoft.graph.timeCard"},"microsoft.graph.timeOff":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.changeTrackedEntity"},{"title":"timeOff","required":["@odata.type"],"type":"object","properties":{"draftTimeOff":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.timeOffItem"},{"type":"object","nullable":true}],"description":"The draft version of this timeOff item that is viewable by managers. It must be shared before it's visible to team members. Required."},"isStagedForDeletion":{"type":"boolean","description":"The timeOff is marked for deletion, a process that is finalized when the schedule is shared.","nullable":true},"sharedTimeOff":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.timeOffItem"},{"type":"object","nullable":true}],"description":"The shared version of this timeOff that is viewable by both employees and managers. Updates to the sharedTimeOff property send notifications to users in the Teams client. Required."},"userId":{"type":"string","description":"ID of the user assigned to the timeOff. Required.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.timeOff"}}}],"x-ms-discriminator-value":"#microsoft.graph.timeOff"},"microsoft.graph.timeOffReason":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.changeTrackedEntity"},{"title":"timeOffReason","required":["@odata.type"],"type":"object","properties":{"code":{"type":"string","description":"The code of the timeOffReason to represent an external identifier. This field must be unique within the team in Microsoft Teams and uses an alphanumeric format, with a maximum of 100 characters.","nullable":true},"displayName":{"type":"string","description":"The name of the timeOffReason. Required.","nullable":true},"iconType":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.timeOffReasonIconType"},{"type":"object","nullable":true}],"description":"Supported icon types are: none, car, calendar, running, plane, firstAid, doctor, notWorking, clock, juryDuty, globe, cup, phone, weather, umbrella, piggyBank, dog, cake, trafficCone, pin, sunny. Required."},"isActive":{"type":"boolean","description":"Indicates whether the timeOffReason can be used when creating new entities or updating existing ones. Required.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.timeOffReason"}}}],"x-ms-discriminator-value":"#microsoft.graph.timeOffReason"},"microsoft.graph.workforceIntegration":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.changeTrackedEntity"},{"title":"workforceIntegration","required":["@odata.type"],"type":"object","properties":{"apiVersion":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"API version for the callback URL. Start with 1.","format":"int32","nullable":true},"displayName":{"type":"string","description":"Name of the workforce integration.","nullable":true},"eligibilityFilteringEnabledEntities":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.eligibilityFilteringEnabledEntities"},{"type":"object","nullable":true}],"description":"Support to view eligibility-filtered results. The possible values are: none, swapRequest, offerShiftRequest, unknownFutureValue, timeOffReason. Use the Prefer: include-unknown-enum-members request header to get the following members in this evolvable enum: timeOffReason."},"encryption":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.workforceIntegrationEncryption"},{"type":"object","nullable":true}],"description":"The workforce integration encryption resource."},"isActive":{"type":"boolean","description":"Indicates whether this workforce integration is currently active and available.","nullable":true},"supportedEntities":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.workforceIntegrationSupportedEntities"},{"type":"object","nullable":true}],"description":"The Shifts entities supported for synchronous change notifications. Shifts call back to the provided URL when client changes occur to the entities specified in this property. By default, no entities are supported for change notifications. The possible values are: none, shift, swapRequest, userShiftPreferences, openShift, openShiftRequest, offerShiftRequest, unknownFutureValue, timeCard, timeOffReason, timeOff, timeOffRequest. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: timeCard , timeOffReason , timeOff , timeOffRequest."},"url":{"type":"string","description":"Workforce Integration URL for callbacks from the Shifts service.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.workforceIntegration"}}}],"x-ms-discriminator-value":"#microsoft.graph.workforceIntegration"},"microsoft.graph.channel":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"channel","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","description":"Read-only. Timestamp at which the channel was created.","format":"date-time","nullable":true},"description":{"type":"string","description":"Optional textual description for the channel.","nullable":true},"displayName":{"type":"string","description":"Channel name as it will appear to the user in Microsoft Teams. The maximum length is 50 characters."},"email":{"type":"string","description":"The email address for sending messages to the channel. Read-only.","nullable":true},"isArchived":{"type":"boolean","description":"Indicates whether the channel is archived. Read-only.","nullable":true},"isFavoriteByDefault":{"type":"boolean","description":"Indicates whether the channel should be marked as recommended for all members of the team to show in their channel list. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false.","nullable":true},"layoutType":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.channelLayoutType"},{"type":"object","nullable":true}],"description":"The layout type of the channel. It can be set during creation and updated later. The possible values are: post, chat, unknownFutureValue. The default value is post. Channels with the post layout use a traditional post‑reply conversation format, and channels with the chat layout provide a chat‑like threading experience similar to group chats."},"membershipType":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.channelMembershipType"},{"type":"object","nullable":true}],"description":"The type of the channel. Can be set during creation and can't be changed. The possible values are: standard, private, unknownFutureValue, shared. The default value is standard. Use the Prefer: include-unknown-enum-members request header to get the following members in this evolvable enum: shared."},"migrationMode":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.migrationMode"},{"type":"object","nullable":true}],"description":"Indicates whether a channel is in migration mode. This value is null for channels that never entered migration mode. The possible values are: inProgress, completed, unknownFutureValue."},"originalCreatedDateTime":{"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":"Timestamp of the original creation time for the channel. The value is null if the channel never entered migration mode.","format":"date-time","nullable":true},"summary":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.channelSummary"},{"type":"object","nullable":true}],"description":"Contains summary information about the channel, including number of owners, members, guests, and an indicator for members from other tenants. The summary property will only be returned if it is specified in the $select clause of the Get channel method."},"tenantId":{"type":"string","description":"The ID of the Microsoft Entra tenant.","nullable":true},"webUrl":{"type":"string","description":"A hyperlink that will go to the channel in Microsoft Teams. This is the URL that you get when you right-click a channel in Microsoft Teams and select Get link to channel. This URL should be treated as an opaque blob, and not parsed. Read-only.","nullable":true},"allMembers":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.conversationMember"},"description":"A collection of membership records associated with the channel, including both direct and indirect members of shared channels.","x-ms-navigationProperty":true},"enabledApps":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.teamsApp"},"description":"A collection of enabled apps in the channel.","x-ms-navigationProperty":true},"filesFolder":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.driveItem"},{"type":"object","nullable":true}],"description":"Metadata for the location where the channel's files are stored.","x-ms-navigationProperty":true},"members":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.conversationMember"},"description":"A collection of membership records associated with the channel.","x-ms-navigationProperty":true},"messages":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.chatMessage"},"description":"A collection of all the messages in the channel. A navigation property. Nullable.","x-ms-navigationProperty":true},"sharedWithTeams":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.sharedWithChannelTeamInfo"},"description":"A collection of teams with which a channel is shared.","x-ms-navigationProperty":true},"tabs":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.teamsTab"},"description":"A collection of all the tabs in the channel. A navigation property.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.channel"},"microsoft.graph.chatMessage":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"chatMessage","required":["@odata.type"],"type":"object","properties":{"attachments":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.chatMessageAttachment"},"description":"References to attached objects like files, tabs, meetings etc."},"body":{"$ref":"#/components/schemas/microsoft.graph.itemBody"},"channelIdentity":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.channelIdentity"},{"type":"object","nullable":true}],"description":"If the message was sent in a channel, represents identity of the channel."},"chatId":{"type":"string","description":"If the message was sent in a chat, represents the identity of the chat.","nullable":true},"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","description":"Timestamp of when the chat message was created.","format":"date-time","nullable":true},"deletedDateTime":{"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":"Read-only. Timestamp at which the chat message was deleted, or null if not deleted.","format":"date-time","nullable":true},"etag":{"type":"string","description":"Read-only. Version number of the chat message.","nullable":true},"eventDetail":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.eventMessageDetail"},{"type":"object","nullable":true}],"description":"Read-only. If present, represents details of an event that happened in a chat, a channel, or a team, for example, adding new members. For event messages, the messageType property will be set to systemEventMessage."},"from":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.chatMessageFromIdentitySet"},{"type":"object","nullable":true}],"description":"Details of the sender of the chat message. Can only be set during migration."},"importance":{"$ref":"#/components/schemas/microsoft.graph.chatMessageImportance"},"lastEditedDateTime":{"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":"Read-only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null.","format":"date-time","nullable":true},"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":"Read-only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed.","format":"date-time","nullable":true},"locale":{"type":"string","description":"Locale of the chat message set by the client. Always set to en-us."},"mentions":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.chatMessageMention"},"description":"List of entities mentioned in the chat message. Supported entities are: user, bot, team, channel, chat, and tag."},"messageHistory":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.chatMessageHistoryItem"},"description":"List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message."},"messageType":{"$ref":"#/components/schemas/microsoft.graph.chatMessageType"},"policyViolation":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.chatMessagePolicyViolation"},{"type":"object","nullable":true}],"description":"Defines the properties of a policy violation set by a data loss prevention (DLP) application."},"reactions":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.chatMessageReaction"},"description":"Reactions for this chat message (for example, Like)."},"replyToId":{"type":"string","description":"Read-only. ID of the parent chat message or root chat message of the thread. (Only applies to chat messages in channels, not chats.)","nullable":true},"subject":{"type":"string","description":"The subject of the chat message, in plaintext.","nullable":true},"summary":{"type":"string","description":"Summary text of the chat message that could be used for push notifications and summary views or fall back views. Only applies to channel chat messages, not chat messages in a chat.","nullable":true},"webUrl":{"type":"string","description":"Read-only. Link to the message in Microsoft Teams.","nullable":true},"hostedContents":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.chatMessageHostedContent"},"description":"Content in a message hosted by Microsoft Teams - for example, images or code snippets.","x-ms-navigationProperty":true},"replies":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.chatMessage"},"description":"Replies for a specified message. Supports $expand for channel messages.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.targetedChatMessage":"#/components/schemas/microsoft.graph.targetedChatMessage"}}}]},"microsoft.graph.targetedChatMessage":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.chatMessage"},{"title":"targetedChatMessage","required":["@odata.type"],"type":"object","properties":{"recipient":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identity"},{"type":"object","nullable":true}],"description":"The intended recipient of the targeted message."},"@odata.type":{"type":"string","default":"#microsoft.graph.targetedChatMessage"}}}],"x-ms-discriminator-value":"#microsoft.graph.targetedChatMessage"},"microsoft.graph.chatMessageInfo":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"chatMessageInfo","required":["@odata.type"],"type":"object","properties":{"body":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.itemBody"},{"type":"object","nullable":true}],"description":"Body of the chatMessage. This will still contain markers for @mentions and attachments even though the object doesn't return @mentions and attachments."},"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","description":"Date time object representing the time at which message was created.","format":"date-time","nullable":true},"eventDetail":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.eventMessageDetail"},{"type":"object","nullable":true}],"description":"Read-only.  If present, represents details of an event that happened in a chat, a channel, or a team, for example, members were added, and so on. For event messages, the messageType property is set to systemEventMessage."},"from":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.chatMessageFromIdentitySet"},{"type":"object","nullable":true}],"description":"Information about the sender of the message."},"isDeleted":{"type":"boolean","description":"If set to true, the original message has been deleted.","nullable":true},"messageType":{"$ref":"#/components/schemas/microsoft.graph.chatMessageType"},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.chatMessageInfo"},"microsoft.graph.checklistItem":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"checklistItem","required":["@odata.type"],"type":"object","properties":{"checkedDateTime":{"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 checklistItem was finished.","format":"date-time","nullable":true},"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","description":"The date and time when the checklistItem was created.","format":"date-time"},"displayName":{"type":"string","description":"Indicates the title of the checklistItem.","nullable":true},"isChecked":{"type":"boolean","description":"State that indicates whether the item is checked off or not.","nullable":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.checklistItem"},"microsoft.graph.cloudClipboardItem":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"cloudClipboardItem","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","description":"Set by the server. DateTime in UTC when the object was created on the server.","format":"date-time"},"expirationDateTime":{"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":"Set by the server. DateTime in UTC when the object expires and after that the object is no longer available. The default and also maximum TTL is 12 hours after the creation, but it might change for performance optimization.","format":"date-time"},"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":"Set by the server if not provided in the client's request. DateTime in UTC when the object was modified by the client.","format":"date-time","nullable":true},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.cloudClipboardItemPayload"},"description":"A cloudClipboardItem can have multiple cloudClipboardItemPayload objects in the payloads. A window can place more than one clipboard object on the clipboard. Each one represents the same information in a different clipboard format."},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.cloudClipboardItem"},"microsoft.graph.cloudPcAuditEvent":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"cloudPcAuditEvent","required":["@odata.type"],"type":"object","properties":{"activity":{"type":"string","description":"The friendly name of the audit activity.","nullable":true},"activityDateTime":{"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 time in UTC when the activity was performed. Read-only.","format":"date-time"},"activityOperationType":{"$ref":"#/components/schemas/microsoft.graph.cloudPcAuditActivityOperationType"},"activityResult":{"$ref":"#/components/schemas/microsoft.graph.cloudPcAuditActivityResult"},"activityType":{"type":"string","description":"The type of activity that was performed. Read-only."},"actor":{"$ref":"#/components/schemas/microsoft.graph.cloudPcAuditActor"},"category":{"$ref":"#/components/schemas/microsoft.graph.cloudPcAuditCategory"},"componentName":{"type":"string","description":"The component name for the audit event. Read-only."},"correlationId":{"type":"string","description":"The client request ID that is used to correlate activity within the system. Read-only."},"displayName":{"type":"string","description":"The display name for the audit event. Read-only."},"resources":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.cloudPcAuditResource"},"description":"The list of cloudPcAuditResource objects. Read-only."},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.cloudPcAuditEvent"},"microsoft.graph.cloudPcDeviceImage":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"cloudPcDeviceImage","required":["@odata.type"],"type":"object","properties":{"displayName":{"type":"string","description":"The display name of the associated device image. The device image display name and the version are used to uniquely identify the Cloud PC device image. Read-only.","nullable":true},"errorCode":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.cloudPcDeviceImageErrorCode"},{"type":"object","nullable":true}],"description":"The error code of the status of the image that indicates why the upload failed, if applicable. The possible values are: internalServerError, sourceImageNotFound, osVersionNotSupported, sourceImageInvalid, sourceImageNotGeneralized, unknownFutureValue, vmAlreadyAzureAdJoined, paidSourceImageNotSupport, sourceImageNotSupportCustomizeVMName, sourceImageSizeExceedsLimitation. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: vmAlreadyAzureAdJoined, paidSourceImageNotSupport, sourceImageNotSupportCustomizeVMName, sourceImageSizeExceedsLimitation. Read-only."},"expirationDate":{"pattern":"^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$","type":"string","description":"The date when the image became unavailable. Read-only.","format":"date","nullable":true},"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":"The data and time when the image was last modified. The timestamp 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. Read-only.","format":"date-time","nullable":true},"operatingSystem":{"type":"string","description":"The operating system (OS) of the image. For example, Windows 11 Enterprise. Read-only.","nullable":true},"osBuildNumber":{"type":"string","description":"The OS build version of the image. For example, 1909. Read-only.","nullable":true},"osStatus":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.cloudPcDeviceImageOsStatus"},{"type":"object","nullable":true}],"description":"The OS status of this image. The possible values are: supported, supportedWithWarning, unknown, unknownFutureValue. The default value is unknown. Read-only."},"osVersionNumber":{"type":"string","description":"The operating system version of this image. For example, 10.0.22000.296. Read-only.","nullable":true},"sizeInGB":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The size of the image in GB. For example, 64. Read-only.","format":"int32","nullable":true},"sourceImageResourceId":{"type":"string","description":"The unique identifier (ID) of the source image resource on Azure. The required ID format is: '/subscriptions/{subscription-id}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/images/{imageName}'. Read-only.","nullable":true},"status":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.cloudPcDeviceImageStatus"},{"type":"object","nullable":true}],"description":"The status of the image on the Cloud PC. The possible values are: pending, ready, failed, unknownFutureValue. Read-only."},"version":{"type":"string","description":"The image version. For example, 0.0.1 and 1.5.13. Read-only.","nullable":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.cloudPcDeviceImage"},"microsoft.graph.cloudPcGalleryImage":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"cloudPcGalleryImage","required":["@odata.type"],"type":"object","properties":{"displayName":{"type":"string","description":"The display name of this gallery image. For example, Windows 11 Enterprise + Microsoft 365 Apps 22H2. Read-only.","nullable":true},"endDate":{"pattern":"^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$","type":"string","description":"The date when the status of the image becomes supportedWithWarning. Users can still provision new Cloud PCs if the current time is later than endDate and earlier than expirationDate. For example, assume the endDate of a gallery image is 2023-9-14 and expirationDate is 2024-3-14, users are able to provision new Cloud PCs if today is 2023-10-01. Read-only.","format":"date","nullable":true},"expirationDate":{"pattern":"^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$","type":"string","description":"The date when the image is no longer available. Users are unable to provision new Cloud PCs if the current time is later than expirationDate. The value is usually endDate plus six months. For example, if the startDate is 2025-10-14, the expirationDate is usually 2026-04-14. Read-only.","format":"date","nullable":true},"offerName":{"type":"string","description":"The offer name of this gallery image that is passed to Azure Resource Manager (ARM) to retrieve the image resource. Read-only.","nullable":true},"osVersionNumber":{"type":"string","description":"The operating system version of this gallery image. For example, 10.0.22000.296. Read-only.","nullable":true},"publisherName":{"type":"string","description":"The publisher name of this gallery image that is passed to Azure Resource Manager (ARM) to retrieve the image resource. Read-only.","nullable":true},"sizeInGB":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Indicates the size of this image in gigabytes. For example, 64. Read-only.","format":"int32","nullable":true},"skuName":{"type":"string","description":"The SKU name of this image that is passed to Azure Resource Manager (ARM) to retrieve the image resource. Read-only.","nullable":true},"startDate":{"pattern":"^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$","type":"string","description":"The date when the Cloud PC image is available for provisioning new Cloud PCs. For example, 2022-09-20. Read-only.","format":"date","nullable":true},"status":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.cloudPcGalleryImageStatus"},{"type":"object","nullable":true}],"description":"The status of the gallery image on the Cloud PC. The possible values are: supported, supportedWithWarning, notSupported, unknownFutureValue. The default value is supported. Read-only."},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.cloudPcGalleryImage"},"microsoft.graph.cloudPcOnPremisesConnection":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"cloudPcOnPremisesConnection","required":["@odata.type"],"type":"object","properties":{"adDomainName":{"type":"string","description":"The fully qualified domain name (FQDN) of the Active Directory domain you want to join. Maximum length is 255. Optional.","nullable":true},"adDomainPassword":{"type":"string","description":"The password associated with the username of an Active Directory account (adDomainUsername).","nullable":true},"adDomainUsername":{"type":"string","description":"The username of an Active Directory account (user or service account) that has permission to create computer objects in Active Directory. Required format: admin@contoso.com. Optional.","nullable":true},"alternateResourceUrl":{"type":"string","description":"The interface URL of the partner service's resource that links to this Azure network connection. Requires $select to retrieve.","nullable":true},"connectionType":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.cloudPcOnPremisesConnectionType"},{"type":"object","nullable":true}],"description":"Specifies how the provisioned Cloud PC joins to Microsoft Entra. It includes different types, one is Microsoft Entra ID join, which means there's no on-premises Active Directory (AD) in the current tenant, and the Cloud PC device is joined by Microsoft Entra. Another one is hybridAzureADJoin, which means there's also an on-premises Active Directory (AD) in the current tenant and the Cloud PC device joins to on-premises Active Directory (AD) and Microsoft Entra. The type also determines which types of users can be assigned and can sign into a Cloud PC. The azureADJoin type indicates that cloud-only and hybrid users can be assigned and signed into the Cloud PC. hybridAzureADJoin indicates only hybrid users can be assigned and signed into the Cloud PC. The default value is hybridAzureADJoin."},"displayName":{"type":"string","description":"The display name for the Azure network connection."},"healthCheckPaused":{"type":"boolean","description":"Indicates whether regular health checks on the network or domain configuration are paused or active. false if the regular health checks on the network or domain configuration are currently active. true if the checks are paused. If you perform a create or update operation on a onPremisesNetworkConnection resource, this value is set to false for four weeks. If you retry a health check on network or domain configuration, this value is set to false for two weeks. If the onPremisesNetworkConnection resource is attached in a provisioningPolicy or used by a Cloud PC in the past four weeks, healthCheckPaused is set to false. Read-only. Default is false.","nullable":true},"healthCheckStatus":{"$ref":"#/components/schemas/microsoft.graph.cloudPcOnPremisesConnectionStatus"},"healthCheckStatusDetail":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.cloudPcOnPremisesConnectionStatusDetail"},{"type":"object","nullable":true}],"description":"Indicates the results of health checks performed on the on-premises connection. Read-only. Requires $select to retrieve. For an example that shows how to get the inUse property, see Example 2: Get the selected properties of an Azure network connection, including healthCheckStatusDetail. Read-only."},"inUse":{"type":"boolean","description":"When true, the Azure network connection is in use. When false, the connection isn't in use. You can't delete a connection that’s in use. Returned only on $select. For an example that shows how to get the inUse property, see Example 2: Get the selected properties of an Azure network connection, including healthCheckStatusDetail. Read-only.","nullable":true},"inUseByCloudPc":{"type":"boolean","description":"Indicates whether a Cloud PC is using this on-premises network connection. true if at least one Cloud PC is using it. Otherwise, false. Read-only. Default is false.","nullable":true},"organizationalUnit":{"type":"string","description":"The organizational unit (OU) in which the computer account is created. If left null, the OU configured as the default (a well-known computer object container) in the tenant's Active Directory domain (OU) is used. Optional.","nullable":true},"resourceGroupId":{"type":"string","description":"The unique identifier of the target resource group used associated with the on-premises network connectivity for Cloud PCs. Required format: '/subscriptions/{subscription-id}/resourceGroups/{resourceGroupName}'"},"scopeIds":{"type":"array","items":{"type":"string","nullable":true},"description":"The scope IDs of the corresponding permission. Currently, it's the Intune scope tag ID."},"subnetId":{"type":"string","description":"The unique identifier of the target subnet used associated with the on-premises network connectivity for Cloud PCs. Required format: '/subscriptions/{subscription-id}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkId}/subnets/{subnetName}'"},"subscriptionId":{"type":"string","description":"The unique identifier of the Azure subscription associated with the tenant."},"subscriptionName":{"type":"string","description":"The name of the Azure subscription is used to create an Azure network connection. Read-only.","nullable":true},"virtualNetworkId":{"type":"string","description":"The unique identifier of the target virtual network used associated with the on-premises network connectivity for Cloud PCs. Required format: '/subscriptions/{subscription-id}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}'"},"virtualNetworkLocation":{"type":"string","description":"Indicates the resource location of the target virtual network. For example, the location can be eastus2, westeurope, etc. Read-only (computed value).","nullable":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.cloudPcOnPremisesConnection"},"microsoft.graph.cloudPcProvisioningPolicy":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"cloudPcProvisioningPolicy","required":["@odata.type"],"type":"object","properties":{"alternateResourceUrl":{"type":"string","description":"The URL of the alternate resource that links to this provisioning policy. Read-only.","nullable":true},"autopatch":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.cloudPcProvisioningPolicyAutopatch"},{"type":"object","nullable":true}],"description":"Indicates the Windows Autopatch settings for Cloud PCs using this provisioning policy. The settings take effect when the tenant enrolls in Autopatch and the managedType of the microsoftManagedDesktop property is set as starterManaged. Supports $select."},"cloudPcGroupDisplayName":{"type":"string","description":"The display name of the Cloud PC group that the Cloud PCs reside in. Read-only.","nullable":true},"cloudPcNamingTemplate":{"type":"string","description":"The template used to name Cloud PCs provisioned using this policy. The template can contain custom text and replacement tokens, including %USERNAME:x% and %RAND:x%, which represent the user's name and a randomly generated number, respectively. For example, CPC-%USERNAME:4%-%RAND:5% means that the name of the Cloud PC starts with CPC-, followed by a four-character username, a - character, and then five random characters. The total length of the text generated by the template can't exceed 15 characters. Supports $filter, $select, and $orderby.","nullable":true},"description":{"type":"string","description":"The provisioning policy description. Supports $filter, $select, and $orderBy.","nullable":true},"displayName":{"type":"string","description":"The display name for the provisioning policy."},"domainJoinConfigurations":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.cloudPcDomainJoinConfiguration"},"description":"Specifies a list ordered by priority on how Cloud PCs join Microsoft Entra ID (Azure AD). Supports $select."},"enableSingleSignOn":{"type":"boolean","description":"True if the provisioned Cloud PC can be accessed by single sign-on. False indicates that the provisioned Cloud PC doesn't support this feature. The default value is false. Windows 365 users can use single sign-on to authenticate to Microsoft Entra ID with passwordless options (for example, FIDO keys) to access their Cloud PC. Optional.","nullable":true},"gracePeriodInHours":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The number of hours to wait before reprovisioning/deprovisioning happens. Read-only.","format":"int32","nullable":true},"imageDisplayName":{"type":"string","description":"The display name of the operating system image that is used for provisioning. For example, Windows 11 Preview + Microsoft 365 Apps 23H2 23H2. Supports $filter, $select, and $orderBy."},"imageId":{"type":"string","description":"The unique identifier that represents an operating system image that is used for provisioning new Cloud PCs. The format for a gallery type image is: {publisherNameofferNameskuName}. Supported values for each of the parameters are:publisher: Microsoftwindowsdesktop offer: windows-ent-cpc sku: 21h1-ent-cpc-m365, 21h1-ent-cpc-os, 20h2-ent-cpc-m365, 20h2-ent-cpc-os, 20h1-ent-cpc-m365, 20h1-ent-cpc-os, 19h2-ent-cpc-m365, and 19h2-ent-cpc-os Supports $filter, $select, and $orderBy."},"imageType":{"$ref":"#/components/schemas/microsoft.graph.cloudPcProvisioningPolicyImageType"},"localAdminEnabled":{"type":"boolean","description":"When true, the local admin is enabled for Cloud PCs; false indicates that the local admin isn't enabled for Cloud PCs. The default value is false. Supports $filter, $select, and $orderBy.","nullable":true},"microsoftManagedDesktop":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.microsoftManagedDesktop"},{"type":"object","nullable":true}],"description":"The specific settings to microsoftManagedDesktop that enables Microsoft Managed Desktop customers to get device managed experience for Cloud PC. To enable microsoftManagedDesktop to provide more value, an admin needs to specify certain settings in it. Supports $filter, $select, and $orderBy."},"provisioningType":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.cloudPcProvisioningType"},{"type":"object","nullable":true}],"description":"Specifies the type of license used when provisioning Cloud PCs using this policy. By default, the license type is dedicated if the provisioningType isn't specified when you create the cloudPcProvisioningPolicy. You can't change this property after the cloudPcProvisioningPolicy was created. The possible values are: dedicated, shared, unknownFutureValue."},"windowsSetting":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.cloudPcWindowsSetting"},{"type":"object","nullable":true}],"description":"Indicates a specific Windows setting to configure during the creation of Cloud PCs for this provisioning policy. Supports $select."},"assignments":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.cloudPcProvisioningPolicyAssignment"},"description":"A defined collection of provisioning policy assignments. Represents the set of Microsoft 365 groups and security groups in Microsoft Entra ID that have provisioning policy assigned. Returned only on $expand. For an example about how to get the assignments relationship, see Get cloudPcProvisioningPolicy.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.cloudPcProvisioningPolicy"},"microsoft.graph.cloudPcProvisioningPolicyAssignment":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"cloudPcProvisioningPolicyAssignment","required":["@odata.type"],"type":"object","properties":{"target":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.cloudPcManagementAssignmentTarget"},{"type":"object","nullable":true}],"description":"The assignment target for the provisioning policy. Currently, the only target supported for this policy is a user group. For details, see cloudPcManagementGroupAssignmentTarget."},"assignedUsers":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.user"},"description":"The assignment targeted users for the provisioning policy. This list of users is computed based on assignments, licenses, group memberships, and policies. Read-only. Supports$expand.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.cloudPcProvisioningPolicyAssignment"},"microsoft.graph.cloudPcReport":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"cloudPcReport","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.cloudPcReport"},"microsoft.graph.cloudPcServicePlan":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"cloudPcServicePlan","required":["@odata.type"],"type":"object","properties":{"displayName":{"type":"string","description":"The name for the service plan. Read-only."},"ramInGB":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The size of the RAM in GB. Read-only.","format":"int32"},"storageInGB":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The size of the operating system disk in GB. Read-only.","format":"int32"},"vCpuCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The number of vCPUs. Read-only.","format":"int32"},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.cloudPcServicePlan"},"microsoft.graph.cloudPcUserSetting":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"cloudPcUserSetting","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","description":"The date and time when the setting was created. The timestamp type represents the 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","nullable":true},"displayName":{"type":"string","description":"The setting name displayed in the user interface.","nullable":true},"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":"The date and time when the setting was last modified. The timestamp type represents the 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","nullable":true},"localAdminEnabled":{"type":"boolean","description":"Indicates whether the local admin option is enabled. The default value is false. To enable the local admin option, change the setting to true. If the local admin option is enabled, the end user can be an admin of the Cloud PC device.","nullable":true},"resetEnabled":{"type":"boolean","description":"Indicates whether an end user is allowed to reset their Cloud PC. When true, the user is allowed to reset their Cloud PC. When false, end-user initiated reset is not allowed. The default value is false.","nullable":true},"restorePointSetting":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.cloudPcRestorePointSetting"},{"type":"object","nullable":true}],"description":"Defines how frequently a restore point is created that is, a snapshot is taken) for users' provisioned Cloud PCs (default is 12 hours), and whether the user is allowed to restore their own Cloud PCs to a backup made at a specific point in time."},"assignments":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.cloudPcUserSettingAssignment"},"description":"Represents the set of Microsoft 365 groups and security groups in Microsoft Entra ID that have cloudPCUserSetting assigned. Returned only on $expand. For an example, see Get cloudPcUserSetting.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.cloudPcUserSetting"},"microsoft.graph.cloudPcUserSettingAssignment":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"cloudPcUserSettingAssignment","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","description":"The date and time when this assignment was created. The timestamp type represents the 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","nullable":true},"target":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.cloudPcManagementAssignmentTarget"},{"type":"object","nullable":true}],"description":"The assignment target for the user setting. Currently, the only target supported for this user setting is a user group. For details, see cloudPcManagementGroupAssignmentTarget."},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.cloudPcUserSettingAssignment"},"microsoft.graph.columnDefinition":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"columnDefinition","required":["@odata.type"],"type":"object","properties":{"boolean":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.booleanColumn"},{"type":"object","nullable":true}],"description":"This column stores Boolean values."},"calculated":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.calculatedColumn"},{"type":"object","nullable":true}],"description":"This column's data is calculated based on other columns."},"choice":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.choiceColumn"},{"type":"object","nullable":true}],"description":"This column stores data from a list of choices."},"columnGroup":{"type":"string","description":"For site columns, the name of the group this column belongs to. Helps organize related columns.","nullable":true},"contentApprovalStatus":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.contentApprovalStatusColumn"},{"type":"object","nullable":true}],"description":"This column stores content approval status."},"currency":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.currencyColumn"},{"type":"object","nullable":true}],"description":"This column stores currency values."},"dateTime":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.dateTimeColumn"},{"type":"object","nullable":true}],"description":"This column stores DateTime values."},"defaultValue":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.defaultColumnValue"},{"type":"object","nullable":true}],"description":"The default value for this column."},"description":{"type":"string","description":"The user-facing description of the column.","nullable":true},"displayName":{"type":"string","description":"The user-facing name of the column.","nullable":true},"enforceUniqueValues":{"type":"boolean","description":"If true, no two list items may have the same value for this column.","nullable":true},"geolocation":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.geolocationColumn"},{"type":"object","nullable":true}],"description":"This column stores a geolocation."},"hidden":{"type":"boolean","description":"Specifies whether the column is displayed in the user interface.","nullable":true},"hyperlinkOrPicture":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.hyperlinkOrPictureColumn"},{"type":"object","nullable":true}],"description":"This column stores hyperlink or picture values."},"indexed":{"type":"boolean","description":"Specifies whether the column values can be used for sorting and searching.","nullable":true},"isDeletable":{"type":"boolean","description":"Indicates whether this column can be deleted.","nullable":true},"isReorderable":{"type":"boolean","description":"Indicates whether values in the column can be reordered. Read-only.","nullable":true},"isSealed":{"type":"boolean","description":"Specifies whether the column can be changed.","nullable":true},"lookup":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.lookupColumn"},{"type":"object","nullable":true}],"description":"This column's data is looked up from another source in the site."},"name":{"type":"string","description":"The API-facing name of the column as it appears in the fields on a listItem. For the user-facing name, see displayName.","nullable":true},"number":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.numberColumn"},{"type":"object","nullable":true}],"description":"This column stores number values."},"personOrGroup":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.personOrGroupColumn"},{"type":"object","nullable":true}],"description":"This column stores Person or Group values."},"propagateChanges":{"type":"boolean","description":"If 'true', changes to this column will be propagated to lists that implement the column.","nullable":true},"readOnly":{"type":"boolean","description":"Specifies whether the column values can be modified.","nullable":true},"required":{"type":"boolean","description":"Specifies whether the column value isn't optional.","nullable":true},"sourceContentType":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.contentTypeInfo"},{"type":"object","nullable":true}],"description":"ContentType from which this column is inherited from. Present only in contentTypes columns response. Read-only."},"term":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.termColumn"},{"type":"object","nullable":true}],"description":"This column stores taxonomy terms."},"text":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.textColumn"},{"type":"object","nullable":true}],"description":"This column stores text values."},"thumbnail":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.thumbnailColumn"},{"type":"object","nullable":true}],"description":"This column stores thumbnail values."},"type":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.columnTypes"},{"type":"object","nullable":true}],"description":"For site columns, the type of column. Read-only."},"validation":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.columnValidation"},{"type":"object","nullable":true}],"description":"This column stores validation formula and message for the column."},"sourceColumn":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.columnDefinition"},{"type":"object","nullable":true}],"description":"The source column for the content type column.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.columnDefinition"},"microsoft.graph.columnLink":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"columnLink","required":["@odata.type"],"type":"object","properties":{"name":{"type":"string","description":"The name of the column  in this content type.","nullable":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.columnLink"},"microsoft.graph.commsOperation":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"commsOperation","required":["@odata.type"],"type":"object","properties":{"clientContext":{"type":"string","description":"Unique Client Context string. Max limit is 256 chars.","nullable":true},"resultInfo":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.resultInfo"},{"type":"object","nullable":true}],"description":"The result information. Read-only."},"status":{"$ref":"#/components/schemas/microsoft.graph.operationStatus"},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.addLargeGalleryViewOperation":"#/components/schemas/microsoft.graph.addLargeGalleryViewOperation","#microsoft.graph.cancelMediaProcessingOperation":"#/components/schemas/microsoft.graph.cancelMediaProcessingOperation","#microsoft.graph.inviteParticipantsOperation":"#/components/schemas/microsoft.graph.inviteParticipantsOperation","#microsoft.graph.muteParticipantOperation":"#/components/schemas/microsoft.graph.muteParticipantOperation","#microsoft.graph.playPromptOperation":"#/components/schemas/microsoft.graph.playPromptOperation","#microsoft.graph.recordOperation":"#/components/schemas/microsoft.graph.recordOperation","#microsoft.graph.sendDtmfTonesOperation":"#/components/schemas/microsoft.graph.sendDtmfTonesOperation","#microsoft.graph.startHoldMusicOperation":"#/components/schemas/microsoft.graph.startHoldMusicOperation","#microsoft.graph.stopHoldMusicOperation":"#/components/schemas/microsoft.graph.stopHoldMusicOperation","#microsoft.graph.subscribeToToneOperation":"#/components/schemas/microsoft.graph.subscribeToToneOperation","#microsoft.graph.unmuteParticipantOperation":"#/components/schemas/microsoft.graph.unmuteParticipantOperation","#microsoft.graph.updateRecordingStatusOperation":"#/components/schemas/microsoft.graph.updateRecordingStatusOperation"}}}]},"microsoft.graph.addLargeGalleryViewOperation":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.commsOperation"},{"title":"addLargeGalleryViewOperation","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.addLargeGalleryViewOperation"},"microsoft.graph.cancelMediaProcessingOperation":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.commsOperation"},{"title":"cancelMediaProcessingOperation","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.cancelMediaProcessingOperation"},"microsoft.graph.inviteParticipantsOperation":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.commsOperation"},{"title":"inviteParticipantsOperation","required":["@odata.type"],"type":"object","properties":{"participants":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.invitationParticipantInfo"},"description":"The participants to invite."},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.inviteParticipantsOperation"},"microsoft.graph.muteParticipantOperation":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.commsOperation"},{"title":"muteParticipantOperation","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.muteParticipantOperation"},"microsoft.graph.playPromptOperation":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.commsOperation"},{"title":"playPromptOperation","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.playPromptOperation"},"microsoft.graph.recordOperation":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.commsOperation"},{"title":"recordOperation","required":["@odata.type"],"type":"object","properties":{"recordingAccessToken":{"type":"string","description":"The access token required to retrieve the recording.","nullable":true},"recordingLocation":{"type":"string","description":"The location where the recording is located.","nullable":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.recordOperation"},"microsoft.graph.sendDtmfTonesOperation":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.commsOperation"},{"title":"sendDtmfTonesOperation","required":["@odata.type"],"type":"object","properties":{"completionReason":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.sendDtmfCompletionReason"},{"type":"object","nullable":true}],"description":"The results of the action. The possible values are: unknown, completedSuccessfully, mediaOperationCanceled, unknownfutureValue."},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.sendDtmfTonesOperation"},"microsoft.graph.startHoldMusicOperation":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.commsOperation"},{"title":"startHoldMusicOperation","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.startHoldMusicOperation"},"microsoft.graph.stopHoldMusicOperation":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.commsOperation"},{"title":"stopHoldMusicOperation","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.stopHoldMusicOperation"},"microsoft.graph.subscribeToToneOperation":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.commsOperation"},{"title":"subscribeToToneOperation","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.subscribeToToneOperation"},"microsoft.graph.unmuteParticipantOperation":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.commsOperation"},{"title":"unmuteParticipantOperation","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.unmuteParticipantOperation"},"microsoft.graph.updateRecordingStatusOperation":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.commsOperation"},{"title":"updateRecordingStatusOperation","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.updateRecordingStatusOperation"},"microsoft.graph.community":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"community","required":["@odata.type"],"type":"object","properties":{"description":{"type":"string","description":"The description of the community. The maximum length is 1,024 characters."},"displayName":{"type":"string","description":"The name of the community. The maximum length is 255 characters."},"groupId":{"type":"string","description":"The ID of the Microsoft 365 group that manages the membership of this community.","nullable":true},"privacy":{"$ref":"#/components/schemas/microsoft.graph.communityPrivacy"},"group":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.group"},{"type":"object","nullable":true}],"description":"The Microsoft 365 group that manages the membership of this community.","x-ms-navigationProperty":true},"owners":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.user"},"description":"The admins of the community. Limited to 100 users. If this property isn't specified when you create the community, the calling user is automatically assigned as the community owner.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}},"description":"Represents a community in Viva Engage that is a central place for conversations,\nfiles, events, and updates for people sharing a common interest or goal."}],"x-ms-discriminator-value":"#microsoft.graph.community"},"microsoft.graph.companySubscription":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"companySubscription","required":["@odata.type"],"type":"object","properties":{"commerceSubscriptionId":{"type":"string","description":"The ID of this subscription in the commerce system. Alternate key.","nullable":true},"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","description":"The date and time when this subscription was created. 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 is 2014-01-01T00:00:00Z.","format":"date-time","nullable":true},"isTrial":{"type":"boolean","description":"Whether the subscription is a free trial or purchased.","nullable":true},"nextLifecycleDateTime":{"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 subscription will move to the next state (as defined by the status property) if not renewed by the tenant. 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 is 2014-01-01T00:00:00Z.","format":"date-time","nullable":true},"ownerId":{"type":"string","description":"The object ID of the account admin.","nullable":true},"ownerTenantId":{"type":"string","description":"The unique identifier for the Microsoft partner tenant that created the subscription on a customer tenant.","nullable":true},"ownerType":{"type":"string","description":"Indicates the entity that ownerId belongs to, for example, 'User'.","nullable":true},"serviceStatus":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.servicePlanInfo"},"description":"The provisioning status of each service included in this subscription."},"skuId":{"type":"string","description":"The object ID of the SKU associated with this subscription.","nullable":true},"skuPartNumber":{"type":"string","description":"The SKU associated with this subscription.","nullable":true},"status":{"type":"string","description":"The status of this subscription. The possible values are: Enabled, Deleted, Suspended, Warning, LockedOut.","nullable":true},"totalLicenses":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The number of licenses included in this subscription.","format":"int32","nullable":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.companySubscription"},"microsoft.graph.complianceManagementPartner":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"complianceManagementPartner","required":["@odata.type"],"type":"object","properties":{"androidEnrollmentAssignments":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.complianceManagementPartnerAssignment"},"description":"User groups which enroll Android devices through partner."},"androidOnboarded":{"type":"boolean","description":"Partner onboarded for Android devices."},"displayName":{"type":"string","description":"Partner display name","nullable":true},"iosEnrollmentAssignments":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.complianceManagementPartnerAssignment"},"description":"User groups which enroll ios devices through partner."},"iosOnboarded":{"type":"boolean","description":"Partner onboarded for ios devices."},"lastHeartbeatDateTime":{"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":"Timestamp of last heartbeat after admin onboarded to the compliance management partner","format":"date-time"},"macOsEnrollmentAssignments":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.complianceManagementPartnerAssignment"},"description":"User groups which enroll Mac devices through partner."},"macOsOnboarded":{"type":"boolean","description":"Partner onboarded for Mac devices."},"partnerState":{"$ref":"#/components/schemas/microsoft.graph.deviceManagementPartnerTenantState"},"@odata.type":{"type":"string"}},"description":"Compliance management partner for all platforms"}],"x-ms-discriminator-value":"#microsoft.graph.complianceManagementPartner"},"microsoft.graph.conditionalAccessRoot":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"conditionalAccessRoot","required":["@odata.type"],"type":"object","properties":{"authenticationContextClassReferences":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.authenticationContextClassReference"},"description":"Read-only. Nullable. Returns a collection of the specified authentication context class references.","x-ms-navigationProperty":true},"authenticationStrength":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.authenticationStrengthRoot"},{"type":"object","nullable":true}],"x-ms-navigationProperty":true},"deletedItems":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.caPoliciesDeletableRoot"},{"type":"object","nullable":true}],"x-ms-navigationProperty":true},"namedLocations":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.namedLocation"},"description":"Read-only. Nullable. Returns a collection of the specified named locations.","x-ms-navigationProperty":true},"policies":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.conditionalAccessPolicy"},"description":"Read-only. Nullable. Returns a collection of the specified Conditional Access (CA) policies.","x-ms-navigationProperty":true},"templates":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.conditionalAccessTemplate"},"description":"Read-only. Nullable. Returns a collection of the specified Conditional Access templates.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.conditionalAccessRoot"},"microsoft.graph.conditionalAccessTemplate":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"conditionalAccessTemplate","required":["@odata.type"],"type":"object","properties":{"description":{"type":"string","description":"The user-friendly name of the template."},"details":{"$ref":"#/components/schemas/microsoft.graph.conditionalAccessPolicyDetail"},"name":{"type":"string","description":"The user-friendly name of the template."},"scenarios":{"$ref":"#/components/schemas/microsoft.graph.templateScenarios"},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.conditionalAccessTemplate"},"microsoft.graph.connectedOrganization":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"connectedOrganization","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","description":"The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.","format":"date-time","nullable":true},"description":{"type":"string","description":"The description of the connected organization.","nullable":true},"displayName":{"type":"string","description":"The display name of the connected organization. Supports $filter (eq).","nullable":true},"identitySources":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.identitySource"},"description":"The identity sources in this connected organization, one of azureActiveDirectoryTenant, crossCloudAzureActiveDirectoryTenant, domainIdentitySource, externalDomainFederation, or socialIdentitySource. Nullable."},"modifiedDateTime":{"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 Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.","format":"date-time","nullable":true},"state":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.connectedOrganizationState"},{"type":"object","nullable":true}],"description":"The state of a connected organization defines whether assignment policies with requestor scope type AllConfiguredConnectedOrganizationSubjects are applicable or not.  The possible values are: configured, proposed, unknownFutureValue."},"externalSponsors":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.directoryObject"},"x-ms-navigationProperty":true},"internalSponsors":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.directoryObject"},"x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.connectedOrganization"},"microsoft.graph.contentActivity":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"contentActivity","required":["@odata.type"],"type":"object","properties":{"contentMetadata":{"$ref":"#/components/schemas/microsoft.graph.processContentRequest"},"scopeIdentifier":{"type":"string","description":"The scope identified from computed protection scopes.","nullable":true},"userId":{"type":"string","description":"ID of the user.","nullable":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.contentActivity"},"microsoft.graph.contentSharingSession":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"contentSharingSession","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.contentSharingSession"},"microsoft.graph.contentType":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"contentType","required":["@odata.type"],"type":"object","properties":{"associatedHubsUrls":{"type":"array","items":{"type":"string","nullable":true},"description":"List of canonical URLs for hub sites with which this content type is associated to. This will contain all hub sites where this content type is queued to be enforced or is already enforced. Enforcing a content type means that the content type is applied to the lists in the enforced sites."},"description":{"type":"string","description":"The descriptive text for the item.","nullable":true},"documentSet":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.documentSet"},{"type":"object","nullable":true}],"description":"Document Set metadata."},"documentTemplate":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.documentSetContent"},{"type":"object","nullable":true}],"description":"Document template metadata. To make sure that documents have consistent content across a site and its subsites, you can associate a Word, Excel, or PowerPoint template with a site content type."},"group":{"type":"string","description":"The name of the group this content type belongs to. Helps organize related content types.","nullable":true},"hidden":{"type":"boolean","description":"Indicates whether the content type is hidden in the list's 'New' menu.","nullable":true},"inheritedFrom":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.itemReference"},{"type":"object","nullable":true}],"description":"If this content type is inherited from another scope (like a site), provides a reference to the item where the content type is defined."},"isBuiltIn":{"type":"boolean","description":"Specifies if a content type is a built-in content type.","nullable":true},"name":{"type":"string","description":"The name of the content type.","nullable":true},"order":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.contentTypeOrder"},{"type":"object","nullable":true}],"description":"Specifies the order in which the content type appears in the selection UI."},"parentId":{"type":"string","description":"The unique identifier of the content type.","nullable":true},"propagateChanges":{"type":"boolean","description":"If true, any changes made to the content type are pushed to inherited content types and lists that implement the content type.","nullable":true},"readOnly":{"type":"boolean","description":"If true, the content type can't be modified unless this value is first set to false.","nullable":true},"sealed":{"type":"boolean","description":"If true, the content type can't be modified by users or through push-down operations. Only site collection administrators can seal or unseal content types.","nullable":true},"base":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.contentType"},{"type":"object","nullable":true}],"description":"Parent contentType from which this content type is derived.","x-ms-navigationProperty":true},"baseTypes":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.contentType"},"description":"The collection of content types that are ancestors of this content type.","x-ms-navigationProperty":true},"columnLinks":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.columnLink"},"description":"The collection of columns that are required by this content type.","x-ms-navigationProperty":true},"columnPositions":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.columnDefinition"},"description":"Column order information in a content type.","x-ms-navigationProperty":true},"columns":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.columnDefinition"},"description":"The collection of column definitions for this content type.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.contentType"},"microsoft.graph.controlConfiguration":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"controlConfiguration","required":["@odata.type"],"type":"object","properties":{"createdBy":{"type":"string","description":"The userPrincipalName of the user or identity that created the control configuration.","nullable":true},"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","description":"The date and time the control configuration was created.","format":"date-time","nullable":true},"isEnabled":{"type":"boolean","description":"Determines whether or not the control configuration is enabled."},"modifiedBy":{"type":"string","description":"The userPrincipalName of the user or identity that modified the control configuration.","nullable":true},"modifiedDateTime":{"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 the control configuration was modified.","format":"date-time","nullable":true},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.endUserSettings":"#/components/schemas/microsoft.graph.endUserSettings"}}}]},"microsoft.graph.endUserSettings":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.controlConfiguration"},{"title":"endUserSettings","required":["@odata.type"],"type":"object","properties":{"relatedPeopleInsightLevel":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.accessPackageSuggestionRelatedPeopleInsightLevel"},{"type":"object","nullable":true}],"description":"The level of related people insights to show in access package suggestions. The possible values are: disabled, count, countAndNames, unknownFutureValue."},"showApproverDetailsToMembers":{"type":"boolean","description":"Indicates whether approver details are shown to end users. When true, approver information is visible to members."},"@odata.type":{"type":"string","default":"#microsoft.graph.endUserSettings"}}}],"x-ms-discriminator-value":"#microsoft.graph.endUserSettings"},"microsoft.graph.conversation":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"conversation","required":["@odata.type"],"type":"object","properties":{"hasAttachments":{"type":"boolean","description":"Indicates whether any of the posts within this Conversation has at least one attachment. Supports $filter (eq, ne) and $search."},"lastDeliveredDateTime":{"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 Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z","format":"date-time"},"preview":{"type":"string","description":"A short summary from the body of the latest post in this conversation. Supports $filter (eq, ne, le, ge)."},"topic":{"type":"string","description":"The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated."},"uniqueSenders":{"type":"array","items":{"type":"string"},"description":"All the users that sent a message to this Conversation."},"threads":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.conversationThread"},"description":"A collection of all the conversation threads in the conversation. A navigation property. Read-only. Nullable.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.conversation"},"microsoft.graph.conversationMember":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"conversationMember","required":["@odata.type"],"type":"object","properties":{"displayName":{"type":"string","description":"The display name of the user.","nullable":true},"roles":{"type":"array","items":{"type":"string","nullable":true},"description":"The roles for that user. This property contains more qualifiers only when relevant - for example, if the member has owner privileges, the roles property contains owner as one of the values. Similarly, if the member is an in-tenant guest, the roles property contains guest as one of the values. A basic member shouldn't have any values specified in the roles property. An Out-of-tenant external member is assigned the owner role."},"visibleHistoryStartDateTime":{"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 timestamp denoting how far back a conversation's history is shared with the conversation member. This property is settable only for members of a chat.","format":"date-time","nullable":true},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.aadUserConversationMember":"#/components/schemas/microsoft.graph.aadUserConversationMember","#microsoft.graph.anonymousGuestConversationMember":"#/components/schemas/microsoft.graph.anonymousGuestConversationMember","#microsoft.graph.azureCommunicationServicesUserConversationMember":"#/components/schemas/microsoft.graph.azureCommunicationServicesUserConversationMember","#microsoft.graph.microsoftAccountUserConversationMember":"#/components/schemas/microsoft.graph.microsoftAccountUserConversationMember","#microsoft.graph.phoneUserConversationMember":"#/components/schemas/microsoft.graph.phoneUserConversationMember","#microsoft.graph.skypeForBusinessUserConversationMember":"#/components/schemas/microsoft.graph.skypeForBusinessUserConversationMember","#microsoft.graph.skypeUserConversationMember":"#/components/schemas/microsoft.graph.skypeUserConversationMember"}}}]},"microsoft.graph.aadUserConversationMember":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.conversationMember"},{"title":"aadUserConversationMember","required":["@odata.type"],"type":"object","properties":{"email":{"type":"string","description":"The email address of the user.","nullable":true},"tenantId":{"type":"string","description":"The tenant ID of the Microsoft Entra user.","nullable":true},"userId":{"type":"string","description":"The user ID of the Microsoft Entra user.","nullable":true},"user":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.user"},{"type":"object","nullable":true}],"x-ms-navigationProperty":true},"@odata.type":{"type":"string","default":"#microsoft.graph.aadUserConversationMember"}}}],"x-ms-discriminator-value":"#microsoft.graph.aadUserConversationMember"},"microsoft.graph.anonymousGuestConversationMember":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.conversationMember"},{"title":"anonymousGuestConversationMember","required":["@odata.type"],"type":"object","properties":{"anonymousGuestId":{"type":"string","description":"Unique ID that represents the user. Note: This ID can change if the user leaves and rejoins the meeting, or joins from a different device.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.anonymousGuestConversationMember"}}}],"x-ms-discriminator-value":"#microsoft.graph.anonymousGuestConversationMember"},"microsoft.graph.azureCommunicationServicesUserConversationMember":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.conversationMember"},{"title":"azureCommunicationServicesUserConversationMember","required":["@odata.type"],"type":"object","properties":{"azureCommunicationServicesId":{"type":"string","description":"Azure Communication Services ID of the user.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.azureCommunicationServicesUserConversationMember"}}}],"x-ms-discriminator-value":"#microsoft.graph.azureCommunicationServicesUserConversationMember"},"microsoft.graph.microsoftAccountUserConversationMember":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.conversationMember"},{"title":"microsoftAccountUserConversationMember","required":["@odata.type"],"type":"object","properties":{"userId":{"type":"string","description":"Microsoft Account ID of the user.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.microsoftAccountUserConversationMember"}}}],"x-ms-discriminator-value":"#microsoft.graph.microsoftAccountUserConversationMember"},"microsoft.graph.phoneUserConversationMember":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.conversationMember"},{"title":"phoneUserConversationMember","required":["@odata.type"],"type":"object","properties":{"phoneNumber":{"type":"string","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.phoneUserConversationMember"}}}],"x-ms-discriminator-value":"#microsoft.graph.phoneUserConversationMember"},"microsoft.graph.skypeForBusinessUserConversationMember":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.conversationMember"},{"title":"skypeForBusinessUserConversationMember","required":["@odata.type"],"type":"object","properties":{"tenantId":{"type":"string","description":"ID of the tenant that the user belongs to.","nullable":true},"userId":{"type":"string","description":"Microsoft Entra ID of the user.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.skypeForBusinessUserConversationMember"}}}],"x-ms-discriminator-value":"#microsoft.graph.skypeForBusinessUserConversationMember"},"microsoft.graph.skypeUserConversationMember":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.conversationMember"},{"title":"skypeUserConversationMember","required":["@odata.type"],"type":"object","properties":{"skypeId":{"type":"string","description":"Skype ID of the user.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.skypeUserConversationMember"}}}],"x-ms-discriminator-value":"#microsoft.graph.skypeUserConversationMember"},"microsoft.graph.conversationThread":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"conversationThread","required":["@odata.type"],"type":"object","properties":{"ccRecipients":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.recipient"},"description":"The Cc: recipients for the thread. Requires $select to retrieve."},"hasAttachments":{"type":"boolean","description":"Indicates whether any of the posts within this thread has at least one attachment. Returned by default."},"isLocked":{"type":"boolean","description":"Indicates if the thread is locked. Returned by default."},"lastDeliveredDateTime":{"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 Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.Returned by default.","format":"date-time"},"preview":{"type":"string","description":"A short summary from the body of the latest post in this conversation. Returned by default."},"topic":{"type":"string","description":"The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default."},"toRecipients":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.recipient"},"description":"The To: recipients for the thread. Requires $select to retrieve."},"uniqueSenders":{"type":"array","items":{"type":"string"},"description":"All the users that sent a message to this thread. Returned by default."},"posts":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.post"},"x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.conversationThread"},"microsoft.graph.copilotAdmin":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"copilotAdmin","required":["@odata.type"],"type":"object","properties":{"catalog":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.copilotAdminCatalog"},{"type":"object","nullable":true}],"x-ms-navigationProperty":true},"settings":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.copilotAdminSetting"},{"type":"object","nullable":true}],"x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.copilotAdmin"},"microsoft.graph.copilotAdminCatalog":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"copilotAdminCatalog","required":["@odata.type"],"type":"object","properties":{"packages":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.copilotPackageDetail"},"x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.copilotAdminCatalog"},"microsoft.graph.copilotAdminLimitedMode":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"copilotAdminLimitedMode","required":["@odata.type"],"type":"object","properties":{"groupId":{"type":"string","nullable":true},"isEnabledForGroup":{"type":"boolean","nullable":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.copilotAdminLimitedMode"},"microsoft.graph.copilotAdminSetting":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"copilotAdminSetting","required":["@odata.type"],"type":"object","properties":{"limitedMode":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.copilotAdminLimitedMode"},{"type":"object","nullable":true}],"x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.copilotAdminSetting"},"microsoft.graph.copilotPackage":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"copilotPackage","required":["@odata.type"],"type":"object","properties":{"appId":{"type":"string","nullable":true},"assetId":{"type":"string","nullable":true},"availableTo":{"$ref":"#/components/schemas/microsoft.graph.packageStatus"},"createdDateTime":{"pattern":"^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$","type":"string","format":"date-time","nullable":true},"deployedTo":{"$ref":"#/components/schemas/microsoft.graph.packageStatus"},"displayName":{"type":"string","nullable":true},"elementTypes":{"type":"array","items":{"type":"string"}},"isBlocked":{"type":"boolean"},"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","format":"date-time","nullable":true},"manifestId":{"type":"string","nullable":true},"manifestVersion":{"type":"string","nullable":true},"ownerId":{"type":"string","nullable":true},"platform":{"type":"string","nullable":true},"publisher":{"type":"string","nullable":true},"shortDescription":{"type":"string","nullable":true},"supportedHosts":{"type":"array","items":{"type":"string"}},"type":{"$ref":"#/components/schemas/microsoft.graph.packageType"},"version":{"type":"string","nullable":true},"zipFile":{"type":"string","format":"base64url","nullable":true},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.copilotPackageDetail":"#/components/schemas/microsoft.graph.copilotPackageDetail"}}}]},"microsoft.graph.copilotPackageDetail":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.copilotPackage"},{"title":"copilotPackageDetail","required":["@odata.type"],"type":"object","properties":{"acquireUsersAndGroups":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.packageAccessEntity"}},"allowedUsersAndGroups":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.packageAccessEntity"}},"categories":{"type":"array","items":{"type":"string"}},"elementDetails":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.packageElementDetail"}},"longDescription":{"type":"string","nullable":true},"sensitivity":{"type":"string","nullable":true},"sharedWithUsersAndGroups":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.packageAccessEntity"}},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.copilotPackageDetail"},"microsoft.graph.copilotReportRoot":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"copilotReportRoot","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.copilotReportRoot"},"microsoft.graph.crossTenantAccessPolicyConfigurationDefault":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"crossTenantAccessPolicyConfigurationDefault","required":["@odata.type"],"type":"object","properties":{"appServiceConnectInbound":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.crossTenantAccessPolicyAppServiceConnectSetting"},{"type":"object","nullable":true}],"description":"Defines your default configuration for inbound app service connect settings that control which applications can connect across tenant boundaries."},"automaticUserConsentSettings":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.inboundOutboundPolicyConfiguration"},{"type":"object","nullable":true}],"description":"Determines the default configuration for automatic user consent settings. The inboundAllowed and outboundAllowed properties are always false and can't be updated in the default configuration. Read-only."},"b2bCollaborationInbound":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.crossTenantAccessPolicyB2BSetting"},{"type":"object","nullable":true}],"description":"Defines your default configuration for users from other organizations accessing your resources via Microsoft Entra B2B collaboration."},"b2bCollaborationOutbound":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.crossTenantAccessPolicyB2BSetting"},{"type":"object","nullable":true}],"description":"Defines your default configuration for users in your organization going outbound to access resources in another organization via Microsoft Entra B2B collaboration."},"b2bDirectConnectInbound":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.crossTenantAccessPolicyB2BSetting"},{"type":"object","nullable":true}],"description":"Defines your default configuration for users from other organizations accessing your resources via Microsoft Entra B2B direct connect."},"b2bDirectConnectOutbound":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.crossTenantAccessPolicyB2BSetting"},{"type":"object","nullable":true}],"description":"Defines your default configuration for users in your organization going outbound to access resources in another organization via Microsoft Entra B2B direct connect."},"inboundTrust":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.crossTenantAccessPolicyInboundTrust"},{"type":"object","nullable":true}],"description":"Determines the default configuration for trusting other Conditional Access claims from external Microsoft Entra organizations."},"invitationRedemptionIdentityProviderConfiguration":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.defaultInvitationRedemptionIdentityProviderConfiguration"},{"type":"object","nullable":true}],"description":"Defines the priority order based on which an identity provider is selected during invitation redemption for a guest user."},"isServiceDefault":{"type":"boolean","description":"If true, the default configuration is set to the system default configuration. If false, the default settings are customized.","nullable":true},"m365CollaborationInbound":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.crossTenantAccessPolicyM365CollaborationInboundSetting"},{"type":"object","nullable":true}],"description":"Defines your default configuration for inbound Microsoft 365 collaboration settings that determine which users from other organizations can collaborate with your organization using Microsoft 365 apps."},"m365CollaborationOutbound":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.crossTenantAccessPolicyM365CollaborationOutboundSetting"},{"type":"object","nullable":true}],"description":"Defines your default configuration for outbound Microsoft 365 collaboration settings that determine which users in your organization can collaborate with other organizations using Microsoft 365 apps."},"tenantRestrictions":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.crossTenantAccessPolicyTenantRestrictions"},{"type":"object","nullable":true}],"description":"Defines the default tenant restrictions configuration for users in your organization who access an external organization on your network or devices."},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.crossTenantAccessPolicyConfigurationDefault"},"microsoft.graph.customCalloutExtension":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"customCalloutExtension","required":["@odata.type"],"type":"object","properties":{"authenticationConfiguration":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.customExtensionAuthenticationConfiguration"},{"type":"object","nullable":true}],"description":"Configuration for securing the API call to the logic app. For example, using OAuth client credentials flow."},"clientConfiguration":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.customExtensionClientConfiguration"},{"type":"object","nullable":true}],"description":"HTTP connection settings that define how long Microsoft Entra ID can wait for a connection to a logic app, how many times you can retry a timed-out connection and the exception scenarios when retries are allowed."},"description":{"type":"string","description":"Description for the customCalloutExtension object.","nullable":true},"displayName":{"type":"string","description":"Display name for the customCalloutExtension object.","nullable":true},"endpointConfiguration":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.customExtensionEndpointConfiguration"},{"type":"object","nullable":true}],"description":"The type and details for configuring the endpoint to call the logic app's workflow."},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.accessPackageAssignmentRequestWorkflowExtension":"#/components/schemas/microsoft.graph.accessPackageAssignmentRequestWorkflowExtension","#microsoft.graph.accessPackageAssignmentWorkflowExtension":"#/components/schemas/microsoft.graph.accessPackageAssignmentWorkflowExtension","#microsoft.graph.customAuthenticationExtension":"#/components/schemas/microsoft.graph.customAuthenticationExtension","#microsoft.graph.onAttributeCollectionStartCustomExtension":"#/components/schemas/microsoft.graph.onAttributeCollectionStartCustomExtension","#microsoft.graph.onAttributeCollectionSubmitCustomExtension":"#/components/schemas/microsoft.graph.onAttributeCollectionSubmitCustomExtension","#microsoft.graph.onOtpSendCustomExtension":"#/components/schemas/microsoft.graph.onOtpSendCustomExtension","#microsoft.graph.onPasswordSubmitCustomExtension":"#/components/schemas/microsoft.graph.onPasswordSubmitCustomExtension","#microsoft.graph.onTokenIssuanceStartCustomExtension":"#/components/schemas/microsoft.graph.onTokenIssuanceStartCustomExtension","#microsoft.graph.onVerifiedIdClaimValidationCustomExtension":"#/components/schemas/microsoft.graph.onVerifiedIdClaimValidationCustomExtension","#microsoft.graph.identityGovernance.customTaskExtension":"#/components/schemas/microsoft.graph.identityGovernance.customTaskExtension"}}}]},"microsoft.graph.accessPackageAssignmentRequestWorkflowExtension":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.customCalloutExtension"},{"title":"accessPackageAssignmentRequestWorkflowExtension","required":["@odata.type"],"type":"object","properties":{"callbackConfiguration":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.customExtensionCallbackConfiguration"},{"type":"object","nullable":true}],"description":"The callback configuration for a custom extension."},"createdBy":{"type":"string","description":"The userPrincipalName of the user or identity of the subject that created this resource. Read-only.","nullable":true},"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","description":"When the object was created.","format":"date-time","nullable":true},"lastModifiedBy":{"type":"string","description":"The userPrincipalName of the identity that last modified the object.","nullable":true},"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":"When the object was last modified.","format":"date-time","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.accessPackageAssignmentRequestWorkflowExtension"}}}],"x-ms-discriminator-value":"#microsoft.graph.accessPackageAssignmentRequestWorkflowExtension"},"microsoft.graph.accessPackageAssignmentWorkflowExtension":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.customCalloutExtension"},{"title":"accessPackageAssignmentWorkflowExtension","required":["@odata.type"],"type":"object","properties":{"callbackConfiguration":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.customExtensionCallbackConfiguration"},{"type":"object","nullable":true}],"description":"The callback configuration for a custom extension."},"createdBy":{"type":"string","description":"The userPrincipalName of the user or identity of the subject that created this resource. Read-only.","nullable":true},"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","description":"When the entity was created.","format":"date-time","nullable":true},"lastModifiedBy":{"type":"string","description":"The userPrincipalName of the identity that last modified the entity.","nullable":true},"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":"When the entity was last modified.","format":"date-time","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.accessPackageAssignmentWorkflowExtension"}}}],"x-ms-discriminator-value":"#microsoft.graph.accessPackageAssignmentWorkflowExtension"},"microsoft.graph.customAuthenticationExtension":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.customCalloutExtension"},{"title":"customAuthenticationExtension","required":["@odata.type"],"type":"object","properties":{"behaviorOnError":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.customExtensionBehaviorOnError"},{"type":"object","nullable":true}],"description":"The behaviour on error for the custom authentication extension."},"@odata.type":{"type":"string","default":"#microsoft.graph.customAuthenticationExtension"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.onAttributeCollectionStartCustomExtension":"#/components/schemas/microsoft.graph.onAttributeCollectionStartCustomExtension","#microsoft.graph.onAttributeCollectionSubmitCustomExtension":"#/components/schemas/microsoft.graph.onAttributeCollectionSubmitCustomExtension","#microsoft.graph.onOtpSendCustomExtension":"#/components/schemas/microsoft.graph.onOtpSendCustomExtension","#microsoft.graph.onPasswordSubmitCustomExtension":"#/components/schemas/microsoft.graph.onPasswordSubmitCustomExtension","#microsoft.graph.onTokenIssuanceStartCustomExtension":"#/components/schemas/microsoft.graph.onTokenIssuanceStartCustomExtension","#microsoft.graph.onVerifiedIdClaimValidationCustomExtension":"#/components/schemas/microsoft.graph.onVerifiedIdClaimValidationCustomExtension"}}}]},"microsoft.graph.onAttributeCollectionStartCustomExtension":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.customAuthenticationExtension"},{"title":"onAttributeCollectionStartCustomExtension","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.onAttributeCollectionStartCustomExtension"}}}],"x-ms-discriminator-value":"#microsoft.graph.onAttributeCollectionStartCustomExtension"},"microsoft.graph.onAttributeCollectionSubmitCustomExtension":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.customAuthenticationExtension"},{"title":"onAttributeCollectionSubmitCustomExtension","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.onAttributeCollectionSubmitCustomExtension"}}}],"x-ms-discriminator-value":"#microsoft.graph.onAttributeCollectionSubmitCustomExtension"},"microsoft.graph.onOtpSendCustomExtension":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.customAuthenticationExtension"},{"title":"onOtpSendCustomExtension","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.onOtpSendCustomExtension"}}}],"x-ms-discriminator-value":"#microsoft.graph.onOtpSendCustomExtension"},"microsoft.graph.onPasswordSubmitCustomExtension":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.customAuthenticationExtension"},{"title":"onPasswordSubmitCustomExtension","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.onPasswordSubmitCustomExtension"}}}],"x-ms-discriminator-value":"#microsoft.graph.onPasswordSubmitCustomExtension"},"microsoft.graph.onTokenIssuanceStartCustomExtension":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.customAuthenticationExtension"},{"title":"onTokenIssuanceStartCustomExtension","required":["@odata.type"],"type":"object","properties":{"claimsForTokenConfiguration":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.onTokenIssuanceStartReturnClaim"},"description":"Collection of claims to be returned by the API called by this custom authentication extension. Used to populate claims mapping experience in Microsoft Entra admin center. Optional."},"@odata.type":{"type":"string","default":"#microsoft.graph.onTokenIssuanceStartCustomExtension"}}}],"x-ms-discriminator-value":"#microsoft.graph.onTokenIssuanceStartCustomExtension"},"microsoft.graph.onVerifiedIdClaimValidationCustomExtension":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.customAuthenticationExtension"},{"title":"onVerifiedIdClaimValidationCustomExtension","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.onVerifiedIdClaimValidationCustomExtension"}}}],"x-ms-discriminator-value":"#microsoft.graph.onVerifiedIdClaimValidationCustomExtension"},"microsoft.graph.identityGovernance.customTaskExtension":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.customCalloutExtension"},{"title":"customTaskExtension","required":["@odata.type"],"type":"object","properties":{"callbackConfiguration":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.customExtensionCallbackConfiguration"},{"type":"object","nullable":true}],"description":"The callback configuration for a custom task extension."},"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","description":"When the custom task extension was created.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby.","format":"date-time","nullable":true},"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":"When the custom extension was last modified.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby.","format":"date-time","nullable":true},"createdBy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.user"},{"type":"object","nullable":true}],"description":"The unique identifier of the Microsoft Entra user that created the custom task extension.Supports $filter(eq, ne) and $expand.","x-ms-navigationProperty":true},"lastModifiedBy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.user"},{"type":"object","nullable":true}],"description":"The unique identifier of the Microsoft Entra user that modified the custom task extension last.Supports $filter(eq, ne) and $expand.","x-ms-navigationProperty":true},"@odata.type":{"type":"string","default":"#microsoft.graph.identityGovernance.customTaskExtension"}}}],"x-ms-discriminator-value":"#microsoft.graph.identityGovernance.customTaskExtension"},"microsoft.graph.customDataProvidedResourceFile":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"customDataProvidedResourceFile","required":["@odata.type"],"type":"object","properties":{"name":{"type":"string","description":"Name of the uploaded file, including the file extension. Required.  Supports $filter (eq, ne)  and $orderby."},"size":{"type":"number","description":"Size of the file in bytes. Read-only.  Supports $filter (eq, ne, gt, ge, lt, le) and $orderby.","format":"int64"},"uploadedDateTime":{"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":"Timestamp when the file was uploaded. Read-only.  Supports $filter (eq, ne, gt, ge, lt, le) and $orderby.","format":"date-time"},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.customDataProvidedResourceFile"},"microsoft.graph.customDataProvidedResourceUploadSession":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"customDataProvidedResourceUploadSession","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","description":"DateTime when the upload session was created. Read-only. Supports $orderby.","format":"date-time"},"data":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.customDataProvidedResourcePayloads.data"},{"type":"object","nullable":true}],"description":"An object containing the context for which this data is being uploaded."},"isUploadDone":{"type":"boolean","description":"Indicates if all the necessary files have been uploaded to this session."},"referenceId":{"type":"string","description":"The ID of the context for which data is being uploaded, for example, the Access Review instance ID. Supports $filter (eq).","nullable":true},"stats":{"$ref":"#/components/schemas/microsoft.graph.customDataProvidedResourceUploadStats"},"status":{"$ref":"#/components/schemas/microsoft.graph.customDataProvidedResourceUploadStatus"},"files":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.customDataProvidedResourceFile"},"description":"The files uploaded during this upload session. Supports $expand and $expand with nested $filter and $orderby.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.customDataProvidedResourceAccessReviewUploadSession":"#/components/schemas/microsoft.graph.customDataProvidedResourceAccessReviewUploadSession"}}}]},"microsoft.graph.customDataProvidedResourceAccessReviewUploadSession":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.customDataProvidedResourceUploadSession"},{"title":"customDataProvidedResourceAccessReviewUploadSession","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.customDataProvidedResourceAccessReviewUploadSession"}}}],"x-ms-discriminator-value":"#microsoft.graph.customDataProvidedResourceAccessReviewUploadSession"},"microsoft.graph.customExtensionStageSetting":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"customExtensionStageSetting","required":["@odata.type"],"type":"object","properties":{"stage":{"$ref":"#/components/schemas/microsoft.graph.accessPackageCustomExtensionStage"},"customExtension":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.customCalloutExtension"},{"type":"object","nullable":true}],"description":"Indicates the custom workflow extension that will be executed at this stage. Nullable. Supports $expand.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.customExtensionStageSetting"},"microsoft.graph.customSecurityAttributeDefinition":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"customSecurityAttributeDefinition","required":["@odata.type"],"type":"object","properties":{"attributeSet":{"type":"string","description":"Name of the attribute set. Case insensitive."},"description":{"type":"string","description":"Description of the custom security attribute. Can be up to 128 characters long and include Unicode characters. Can be changed later.","nullable":true},"isCollection":{"type":"boolean","description":"Indicates whether multiple values can be assigned to the custom security attribute. Cannot be changed later. If type is set to Boolean, isCollection cannot be set to true."},"isSearchable":{"type":"boolean","description":"Indicates whether custom security attribute values are indexed for searching on objects that are assigned attribute values. Cannot be changed later.","nullable":true},"name":{"type":"string","description":"Name of the custom security attribute. Must be unique within an attribute set. Can be up to 32 characters long and include Unicode characters. Cannot contain spaces or special characters. Cannot be changed later. Case insensitive."},"status":{"type":"string","description":"Specifies whether the custom security attribute is active or deactivated. Acceptable values are: Available and Deprecated. Can be changed later."},"type":{"type":"string","description":"Data type for the custom security attribute values. Supported types are: Boolean, Integer, and String. Cannot be changed later."},"usePreDefinedValuesOnly":{"type":"boolean","description":"Indicates whether only predefined values can be assigned to the custom security attribute. If set to false, free-form values are allowed. Can later be changed from true to false, but cannot be changed from false to true. If type is set to Boolean, usePreDefinedValuesOnly cannot be set to true.","nullable":true},"allowedValues":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.allowedValue"},"description":"Values that are predefined for this custom security attribute. This navigation property is not returned by default and must be specified in an $expand query. For example, /directory/customSecurityAttributeDefinitions?$expand=allowedValues.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.customSecurityAttributeDefinition"},"microsoft.graph.dataPolicyOperation":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"dataPolicyOperation","required":["@odata.type"],"type":"object","properties":{"completedDateTime":{"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":"Represents when the request for this data policy operation was completed, in UTC time, using the ISO 8601 format. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Null until the operation completes.","format":"date-time","nullable":true},"progress":{"oneOf":[{"type":"number","format":"double","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"Specifies the progress of an operation."},"status":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.dataPolicyOperationStatus"},{"type":"object","nullable":true}],"description":"The possible values are: notStarted, running, complete, failed, unknownFutureValue."},"storageLocation":{"type":"string","description":"The URL location to where data is being exported for export requests.","nullable":true},"submittedDateTime":{"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":"Represents when the request for this data operation was submitted, in UTC time, using the ISO 8601 format. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z","format":"date-time"},"userId":{"type":"string","description":"The id for the user on whom the operation is performed."},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.dataPolicyOperation"},"microsoft.graph.dataSecurityAndGovernance":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"dataSecurityAndGovernance","required":["@odata.type"],"type":"object","properties":{"sensitivityLabels":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.sensitivityLabel"},"x-ms-navigationProperty":true},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.tenantDataSecurityAndGovernance":"#/components/schemas/microsoft.graph.tenantDataSecurityAndGovernance","#microsoft.graph.userDataSecurityAndGovernance":"#/components/schemas/microsoft.graph.userDataSecurityAndGovernance"}}}]},"microsoft.graph.tenantDataSecurityAndGovernance":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.dataSecurityAndGovernance"},{"title":"tenantDataSecurityAndGovernance","required":["@odata.type"],"type":"object","properties":{"protectionScopes":{"$ref":"#/components/schemas/microsoft.graph.tenantProtectionScopeContainer"},"@odata.type":{"type":"string","default":"#microsoft.graph.tenantDataSecurityAndGovernance"}}}],"x-ms-discriminator-value":"#microsoft.graph.tenantDataSecurityAndGovernance"},"microsoft.graph.delegatedPermissionClassification":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"delegatedPermissionClassification","required":["@odata.type"],"type":"object","properties":{"classification":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.permissionClassificationType"},{"type":"object","nullable":true}],"description":"The classification value. Possible values: low, medium (preview), high (preview). Doesn't support $filter."},"permissionId":{"type":"string","description":"The unique identifier (id) for the delegated permission listed in the oauth2PermissionScopes collection of the servicePrincipal. Required on create. Doesn't support $filter.","nullable":true},"permissionName":{"type":"string","description":"The claim value (value) for the delegated permission listed in the oauth2PermissionScopes collection of the servicePrincipal. Doesn't support $filter.","nullable":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.delegatedPermissionClassification"},"microsoft.graph.deletedChat":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"deletedChat","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.deletedChat"},"microsoft.graph.deletedItemContainer":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"deletedItemContainer","required":["@odata.type"],"type":"object","properties":{"workflows":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.identityGovernance.workflow"},"description":"Deleted workflows that end up in the deletedItemsContainer.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.deletedItemContainer"},"microsoft.graph.deletedTeam":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"deletedTeam","required":["@odata.type"],"type":"object","properties":{"channels":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.channel"},"description":"The channels that are either shared with this deleted team or created in this deleted team.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.deletedTeam"},"microsoft.graph.deltaParticipants":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"deltaParticipants","required":["@odata.type"],"type":"object","properties":{"sequenceNumber":{"type":"number","description":"The sequence number for the roster update that is used to identify the notification order.","format":"int64","nullable":true},"participants":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.participant"},"description":"The collection of participants that were updated since the last roster update.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.deltaParticipants"},"microsoft.graph.detectedApp":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"detectedApp","required":["@odata.type"],"type":"object","properties":{"deviceCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The number of devices that have installed this application","format":"int32"},"displayName":{"type":"string","description":"Name of the discovered application. Read-only","nullable":true},"platform":{"$ref":"#/components/schemas/microsoft.graph.detectedAppPlatformType"},"publisher":{"type":"string","description":"Indicates the publisher of the discovered application. For example: 'Microsoft'.  The default value is an empty string.","nullable":true},"sizeInByte":{"type":"number","description":"Discovered application size in bytes. Read-only","format":"int64"},"version":{"type":"string","description":"Version of the discovered application. Read-only","nullable":true},"managedDevices":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.managedDevice"},"description":"The devices that have the discovered application installed","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}},"description":"A managed or unmanaged app that is installed on a managed device. Unmanaged apps will only appear for devices marked as corporate owned."}],"x-ms-discriminator-value":"#microsoft.graph.detectedApp"},"microsoft.graph.deviceAppManagement":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"deviceAppManagement","required":["@odata.type"],"type":"object","properties":{"isEnabledForMicrosoftStoreForBusiness":{"type":"boolean","description":"Whether the account is enabled for syncing applications from the Microsoft Store for Business."},"microsoftStoreForBusinessLanguage":{"type":"string","description":"The locale information used to sync applications from the Microsoft Store for Business. Cultures that are specific to a country/region. The names of these cultures follow RFC 4646 (Windows Vista and later). The format is -<country/regioncode2>, where  is a lowercase two-letter code derived from ISO 639-1 and <country/regioncode2> is an uppercase two-letter code derived from ISO 3166. For example, en-US for English (United States) is a specific culture.","nullable":true},"microsoftStoreForBusinessLastCompletedApplicationSyncTime":{"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 last time an application sync from the Microsoft Store for Business was completed.","format":"date-time"},"microsoftStoreForBusinessLastSuccessfulSyncDateTime":{"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 last time the apps from the Microsoft Store for Business were synced successfully for the account.","format":"date-time"},"androidManagedAppProtections":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.androidManagedAppProtection"},"description":"Android managed app policies.","x-ms-navigationProperty":true},"defaultManagedAppProtections":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.defaultManagedAppProtection"},"description":"Default managed app policies.","x-ms-navigationProperty":true},"iosManagedAppProtections":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.iosManagedAppProtection"},"description":"iOS managed app policies.","x-ms-navigationProperty":true},"managedAppPolicies":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.managedAppPolicy"},"description":"Managed app policies.","x-ms-navigationProperty":true},"managedAppRegistrations":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.managedAppRegistration"},"description":"The managed app registrations.","x-ms-navigationProperty":true},"managedAppStatuses":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.managedAppStatus"},"description":"The managed app statuses.","x-ms-navigationProperty":true},"managedEBooks":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.managedEBook"},"description":"The Managed eBook.","x-ms-navigationProperty":true},"mdmWindowsInformationProtectionPolicies":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.mdmWindowsInformationProtectionPolicy"},"description":"Windows information protection for apps running on devices which are MDM enrolled.","x-ms-navigationProperty":true},"mobileAppCategories":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.mobileAppCategory"},"description":"The mobile app categories.","x-ms-navigationProperty":true},"mobileAppConfigurations":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.managedDeviceMobileAppConfiguration"},"description":"The Managed Device Mobile Application Configurations.","x-ms-navigationProperty":true},"mobileAppRelationships":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.mobileAppRelationship"},"description":"The mobile app relationship represents the dependency or supersedence relationship between two Intune mobile LOB applications.","x-ms-navigationProperty":true},"mobileApps":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.mobileApp"},"description":"The mobile apps.","x-ms-navigationProperty":true},"targetedManagedAppConfigurations":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.targetedManagedAppConfiguration"},"description":"Targeted managed app configurations.","x-ms-navigationProperty":true},"vppTokens":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.vppToken"},"description":"List of Vpp tokens for this organization.","x-ms-navigationProperty":true},"windowsInformationProtectionPolicies":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.windowsInformationProtectionPolicy"},"description":"Windows information protection for apps running on devices which are not MDM enrolled.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}},"description":"Singleton entity that acts as a container for all device app management functionality."}],"x-ms-discriminator-value":"#microsoft.graph.deviceAppManagement"},"microsoft.graph.deviceCategory":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"deviceCategory","required":["@odata.type"],"type":"object","properties":{"description":{"type":"string","description":"Optional description for the device category.","nullable":true},"displayName":{"type":"string","description":"Display name for the device category.","nullable":true},"@odata.type":{"type":"string"}},"description":"Device categories provides a way to organize your devices. Using device categories, company administrators can define their own categories that make sense to their company. These categories can then be applied to a device in the Intune Azure console or selected by a user during device enrollment. You can filter reports and create dynamic Azure Active Directory device groups based on device categories."}],"x-ms-discriminator-value":"#microsoft.graph.deviceCategory"},"microsoft.graph.deviceComplianceActionItem":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"deviceComplianceActionItem","required":["@odata.type"],"type":"object","properties":{"actionType":{"$ref":"#/components/schemas/microsoft.graph.deviceComplianceActionType"},"gracePeriodHours":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of hours to wait till the action will be enforced. Valid values 0 to 8760","format":"int32"},"notificationMessageCCList":{"type":"array","items":{"type":"string","nullable":true},"description":"A list of group IDs to speicify who to CC this notification message to."},"notificationTemplateId":{"type":"string","description":"What notification Message template to use","nullable":true},"@odata.type":{"type":"string"}},"description":"Scheduled Action Configuration"}],"x-ms-discriminator-value":"#microsoft.graph.deviceComplianceActionItem"},"microsoft.graph.deviceComplianceDeviceOverview":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"deviceComplianceDeviceOverview","required":["@odata.type"],"type":"object","properties":{"configurationVersion":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Version of the policy for that overview","format":"int32"},"errorCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of error devices","format":"int32"},"failedCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of failed devices","format":"int32"},"lastUpdateDateTime":{"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 update time","format":"date-time"},"notApplicableCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of not applicable devices","format":"int32"},"pendingCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of pending devices","format":"int32"},"successCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of succeeded devices","format":"int32"},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.deviceComplianceDeviceOverview"},"microsoft.graph.deviceComplianceDeviceStatus":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"deviceComplianceDeviceStatus","required":["@odata.type"],"type":"object","properties":{"complianceGracePeriodExpirationDateTime":{"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 DateTime when device compliance grace period expires","format":"date-time"},"deviceDisplayName":{"type":"string","description":"Device name of the DevicePolicyStatus.","nullable":true},"deviceModel":{"type":"string","description":"The device model that is being reported","nullable":true},"lastReportedDateTime":{"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 modified date time of the policy report.","format":"date-time"},"status":{"$ref":"#/components/schemas/microsoft.graph.complianceStatus"},"userName":{"type":"string","description":"The User Name that is being reported","nullable":true},"userPrincipalName":{"type":"string","description":"UserPrincipalName.","nullable":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.deviceComplianceDeviceStatus"},"microsoft.graph.deviceCompliancePolicy":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"deviceCompliancePolicy","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","description":"DateTime the object was created.","format":"date-time"},"description":{"type":"string","description":"Admin provided description of the Device Configuration.","nullable":true},"displayName":{"type":"string","description":"Admin provided name of the device configuration."},"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":"DateTime the object was last modified.","format":"date-time"},"version":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Version of the device configuration.","format":"int32"},"assignments":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.deviceCompliancePolicyAssignment"},"description":"The collection of assignments for this compliance policy.","x-ms-navigationProperty":true},"deviceSettingStateSummaries":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.settingStateDeviceSummary"},"description":"Compliance Setting State Device Summary","x-ms-navigationProperty":true},"deviceStatuses":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.deviceComplianceDeviceStatus"},"description":"List of DeviceComplianceDeviceStatus.","x-ms-navigationProperty":true},"deviceStatusOverview":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.deviceComplianceDeviceOverview"},{"type":"object","nullable":true}],"description":"Device compliance devices status overview","x-ms-navigationProperty":true},"scheduledActionsForRule":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.deviceComplianceScheduledActionForRule"},"description":"The list of scheduled action per rule for this compliance policy. This is a required property when creating any individual per-platform compliance policies.","x-ms-navigationProperty":true},"userStatuses":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.deviceComplianceUserStatus"},"description":"List of DeviceComplianceUserStatus.","x-ms-navigationProperty":true},"userStatusOverview":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.deviceComplianceUserOverview"},{"type":"object","nullable":true}],"description":"Device compliance users status overview","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}},"description":"This is the base class for Compliance policy. Compliance policies are platform specific and individual per-platform compliance policies inherit from here. ","discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.androidCompliancePolicy":"#/components/schemas/microsoft.graph.androidCompliancePolicy","#microsoft.graph.androidWorkProfileCompliancePolicy":"#/components/schemas/microsoft.graph.androidWorkProfileCompliancePolicy","#microsoft.graph.iosCompliancePolicy":"#/components/schemas/microsoft.graph.iosCompliancePolicy","#microsoft.graph.macOSCompliancePolicy":"#/components/schemas/microsoft.graph.macOSCompliancePolicy","#microsoft.graph.windows10CompliancePolicy":"#/components/schemas/microsoft.graph.windows10CompliancePolicy","#microsoft.graph.windows10MobileCompliancePolicy":"#/components/schemas/microsoft.graph.windows10MobileCompliancePolicy","#microsoft.graph.windows81CompliancePolicy":"#/components/schemas/microsoft.graph.windows81CompliancePolicy","#microsoft.graph.windowsPhone81CompliancePolicy":"#/components/schemas/microsoft.graph.windowsPhone81CompliancePolicy"}}}]},"microsoft.graph.androidCompliancePolicy":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.deviceCompliancePolicy"},{"title":"androidCompliancePolicy","required":["@odata.type"],"type":"object","properties":{"deviceThreatProtectionEnabled":{"type":"boolean","description":"Require that devices have enabled device threat protection."},"deviceThreatProtectionRequiredSecurityLevel":{"$ref":"#/components/schemas/microsoft.graph.deviceThreatProtectionLevel"},"minAndroidSecurityPatchLevel":{"type":"string","description":"Minimum Android security patch level.","nullable":true},"osMaximumVersion":{"type":"string","description":"Maximum Android version.","nullable":true},"osMinimumVersion":{"type":"string","description":"Minimum Android version.","nullable":true},"passwordExpirationDays":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of days before the password expires. Valid values 1 to 365","format":"int32","nullable":true},"passwordMinimumLength":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Minimum password length. Valid values 4 to 16","format":"int32","nullable":true},"passwordMinutesOfInactivityBeforeLock":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Minutes of inactivity before a password is required.","format":"int32","nullable":true},"passwordPreviousPasswordBlockCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of previous passwords to block. Valid values 1 to 24","format":"int32","nullable":true},"passwordRequired":{"type":"boolean","description":"Require a password to unlock device."},"passwordRequiredType":{"$ref":"#/components/schemas/microsoft.graph.androidRequiredPasswordType"},"securityBlockJailbrokenDevices":{"type":"boolean","description":"Indicates the device should not be rooted. When TRUE, if the device is detected as rooted it will be reported non-compliant. When FALSE, the device is not reported as non-compliant regardless of device rooted state. Default is FALSE."},"securityDisableUsbDebugging":{"type":"boolean","description":"Disable USB debugging on Android devices."},"securityPreventInstallAppsFromUnknownSources":{"type":"boolean","description":"Require that devices disallow installation of apps from unknown sources."},"securityRequireCompanyPortalAppIntegrity":{"type":"boolean","description":"Require the device to pass the Company Portal client app runtime integrity check."},"securityRequireGooglePlayServices":{"type":"boolean","description":"Require Google Play Services to be installed and enabled on the device."},"securityRequireSafetyNetAttestationBasicIntegrity":{"type":"boolean","description":"Require the device to pass the SafetyNet basic integrity check."},"securityRequireSafetyNetAttestationCertifiedDevice":{"type":"boolean","description":"Require the device to pass the SafetyNet certified device check."},"securityRequireUpToDateSecurityProviders":{"type":"boolean","description":"Require the device to have up to date security providers. The device will require Google Play Services to be enabled and up to date."},"securityRequireVerifyApps":{"type":"boolean","description":"Require the Android Verify apps feature is turned on."},"storageRequireEncryption":{"type":"boolean","description":"Require encryption on Android devices."},"@odata.type":{"type":"string","default":"#microsoft.graph.androidCompliancePolicy"}},"description":"This class contains compliance settings for Android."}],"x-ms-discriminator-value":"#microsoft.graph.androidCompliancePolicy"},"microsoft.graph.androidWorkProfileCompliancePolicy":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.deviceCompliancePolicy"},{"title":"androidWorkProfileCompliancePolicy","required":["@odata.type"],"type":"object","properties":{"deviceThreatProtectionEnabled":{"type":"boolean","description":"Require that devices have enabled device threat protection."},"deviceThreatProtectionRequiredSecurityLevel":{"$ref":"#/components/schemas/microsoft.graph.deviceThreatProtectionLevel"},"minAndroidSecurityPatchLevel":{"type":"string","description":"Minimum Android security patch level.","nullable":true},"osMaximumVersion":{"type":"string","description":"Maximum Android version.","nullable":true},"osMinimumVersion":{"type":"string","description":"Minimum Android version.","nullable":true},"passwordExpirationDays":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of days before the password expires. Valid values 1 to 365","format":"int32","nullable":true},"passwordMinimumLength":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Minimum password length. Valid values 4 to 16","format":"int32","nullable":true},"passwordMinutesOfInactivityBeforeLock":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Minutes of inactivity before a password is required.","format":"int32","nullable":true},"passwordPreviousPasswordBlockCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of previous passwords to block. Valid values 1 to 24","format":"int32","nullable":true},"passwordRequired":{"type":"boolean","description":"Require a password to unlock device."},"passwordRequiredType":{"$ref":"#/components/schemas/microsoft.graph.androidRequiredPasswordType"},"securityBlockJailbrokenDevices":{"type":"boolean","description":"Indicates the device should not be rooted. When TRUE, if the device is detected as rooted it will be reported non-compliant. When FALSE, the device is not reported as non-compliant regardless of device rooted state. Default is FALSE."},"securityDisableUsbDebugging":{"type":"boolean","description":"Disable USB debugging on Android devices."},"securityPreventInstallAppsFromUnknownSources":{"type":"boolean","description":"Require that devices disallow installation of apps from unknown sources."},"securityRequireCompanyPortalAppIntegrity":{"type":"boolean","description":"Require the device to pass the Company Portal client app runtime integrity check."},"securityRequireGooglePlayServices":{"type":"boolean","description":"Require Google Play Services to be installed and enabled on the device."},"securityRequireSafetyNetAttestationBasicIntegrity":{"type":"boolean","description":"Require the device to pass the Play Integrity basic integrity check."},"securityRequireSafetyNetAttestationCertifiedDevice":{"type":"boolean","description":"Require the device to pass the Play Integrity device integrity check."},"securityRequireUpToDateSecurityProviders":{"type":"boolean","description":"Require the device to have up to date security providers. The device will require Google Play Services to be enabled and up to date."},"securityRequireVerifyApps":{"type":"boolean","description":"Require the Android Verify apps feature is turned on."},"storageRequireEncryption":{"type":"boolean","description":"Require encryption on Android devices."},"@odata.type":{"type":"string","default":"#microsoft.graph.androidWorkProfileCompliancePolicy"}},"description":"This class contains compliance settings for Android Work Profile."}],"x-ms-discriminator-value":"#microsoft.graph.androidWorkProfileCompliancePolicy"},"microsoft.graph.iosCompliancePolicy":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.deviceCompliancePolicy"},{"title":"iosCompliancePolicy","required":["@odata.type"],"type":"object","properties":{"deviceThreatProtectionEnabled":{"type":"boolean","description":"Require that devices have enabled device threat protection ."},"deviceThreatProtectionRequiredSecurityLevel":{"$ref":"#/components/schemas/microsoft.graph.deviceThreatProtectionLevel"},"managedEmailProfileRequired":{"type":"boolean","description":"Indicates whether or not to require a managed email profile."},"osMaximumVersion":{"type":"string","description":"Maximum IOS version.","nullable":true},"osMinimumVersion":{"type":"string","description":"Minimum IOS version.","nullable":true},"passcodeBlockSimple":{"type":"boolean","description":"Indicates whether or not to block simple passcodes."},"passcodeExpirationDays":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of days before the passcode expires. Valid values 1 to 65535","format":"int32","nullable":true},"passcodeMinimumCharacterSetCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The number of character sets required in the password.","format":"int32","nullable":true},"passcodeMinimumLength":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Minimum length of passcode. Valid values 4 to 14","format":"int32","nullable":true},"passcodeMinutesOfInactivityBeforeLock":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Minutes of inactivity before a passcode is required.","format":"int32","nullable":true},"passcodePreviousPasscodeBlockCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of previous passcodes to block. Valid values 1 to 24","format":"int32","nullable":true},"passcodeRequired":{"type":"boolean","description":"Indicates whether or not to require a passcode."},"passcodeRequiredType":{"$ref":"#/components/schemas/microsoft.graph.requiredPasswordType"},"securityBlockJailbrokenDevices":{"type":"boolean","description":"Indicates the device should not be jailbroken. When TRUE, if the device is detected as jailbroken it will be reported non-compliant. When FALSE, the device is not reported as non-compliant regardless of device jailbroken state. Default is FALSE."},"@odata.type":{"type":"string","default":"#microsoft.graph.iosCompliancePolicy"}},"description":"This class contains compliance settings for IOS."}],"x-ms-discriminator-value":"#microsoft.graph.iosCompliancePolicy"},"microsoft.graph.macOSCompliancePolicy":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.deviceCompliancePolicy"},{"title":"macOSCompliancePolicy","required":["@odata.type"],"type":"object","properties":{"deviceThreatProtectionEnabled":{"type":"boolean","description":"Require that devices have enabled device threat protection."},"deviceThreatProtectionRequiredSecurityLevel":{"$ref":"#/components/schemas/microsoft.graph.deviceThreatProtectionLevel"},"firewallBlockAllIncoming":{"type":"boolean","description":"Corresponds to the 'Block all incoming connections' option."},"firewallEnabled":{"type":"boolean","description":"Whether the firewall should be enabled or not."},"firewallEnableStealthMode":{"type":"boolean","description":"Corresponds to 'Enable stealth mode.'"},"osMaximumVersion":{"type":"string","description":"Maximum MacOS version.","nullable":true},"osMinimumVersion":{"type":"string","description":"Minimum MacOS version.","nullable":true},"passwordBlockSimple":{"type":"boolean","description":"Indicates whether or not to block simple passwords."},"passwordExpirationDays":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of days before the password expires. Valid values 1 to 65535","format":"int32","nullable":true},"passwordMinimumCharacterSetCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The number of character sets required in the password.","format":"int32","nullable":true},"passwordMinimumLength":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Minimum length of password. Valid values 4 to 14","format":"int32","nullable":true},"passwordMinutesOfInactivityBeforeLock":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Minutes of inactivity before a password is required.","format":"int32","nullable":true},"passwordPreviousPasswordBlockCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of previous passwords to block. Valid values 1 to 24","format":"int32","nullable":true},"passwordRequired":{"type":"boolean","description":"Whether or not to require a password."},"passwordRequiredType":{"$ref":"#/components/schemas/microsoft.graph.requiredPasswordType"},"storageRequireEncryption":{"type":"boolean","description":"Require encryption on Mac OS devices."},"systemIntegrityProtectionEnabled":{"type":"boolean","description":"Require that devices have enabled system integrity protection."},"@odata.type":{"type":"string","default":"#microsoft.graph.macOSCompliancePolicy"}},"description":"This class contains compliance settings for Mac OS."}],"x-ms-discriminator-value":"#microsoft.graph.macOSCompliancePolicy"},"microsoft.graph.windows10CompliancePolicy":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.deviceCompliancePolicy"},{"title":"windows10CompliancePolicy","required":["@odata.type"],"type":"object","properties":{"bitLockerEnabled":{"type":"boolean","description":"Require devices to be reported healthy by Windows Device Health Attestation - bit locker is enabled"},"codeIntegrityEnabled":{"type":"boolean","description":"Require devices to be reported as healthy by Windows Device Health Attestation."},"earlyLaunchAntiMalwareDriverEnabled":{"type":"boolean","description":"Require devices to be reported as healthy by Windows Device Health Attestation - early launch antimalware driver is enabled."},"mobileOsMaximumVersion":{"type":"string","description":"Maximum Windows Phone version.","nullable":true},"mobileOsMinimumVersion":{"type":"string","description":"Minimum Windows Phone version.","nullable":true},"osMaximumVersion":{"type":"string","description":"Maximum Windows 10 version.","nullable":true},"osMinimumVersion":{"type":"string","description":"Minimum Windows 10 version.","nullable":true},"passwordBlockSimple":{"type":"boolean","description":"Indicates whether or not to block simple password."},"passwordExpirationDays":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The password expiration in days.","format":"int32","nullable":true},"passwordMinimumCharacterSetCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The number of character sets required in the password.","format":"int32","nullable":true},"passwordMinimumLength":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The minimum password length.","format":"int32","nullable":true},"passwordMinutesOfInactivityBeforeLock":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Minutes of inactivity before a password is required.","format":"int32","nullable":true},"passwordPreviousPasswordBlockCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The number of previous passwords to prevent re-use of.","format":"int32","nullable":true},"passwordRequired":{"type":"boolean","description":"Require a password to unlock Windows device."},"passwordRequiredToUnlockFromIdle":{"type":"boolean","description":"Require a password to unlock an idle device."},"passwordRequiredType":{"$ref":"#/components/schemas/microsoft.graph.requiredPasswordType"},"requireHealthyDeviceReport":{"type":"boolean","description":"Require devices to be reported as healthy by Windows Device Health Attestation."},"secureBootEnabled":{"type":"boolean","description":"Require devices to be reported as healthy by Windows Device Health Attestation - secure boot is enabled."},"storageRequireEncryption":{"type":"boolean","description":"Require encryption on windows devices."},"@odata.type":{"type":"string","default":"#microsoft.graph.windows10CompliancePolicy"}},"description":"This class contains compliance settings for Windows 10."}],"x-ms-discriminator-value":"#microsoft.graph.windows10CompliancePolicy"},"microsoft.graph.windows10MobileCompliancePolicy":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.deviceCompliancePolicy"},{"title":"windows10MobileCompliancePolicy","required":["@odata.type"],"type":"object","properties":{"bitLockerEnabled":{"type":"boolean","description":"Require devices to be reported healthy by Windows Device Health Attestation - bit locker is enabled"},"codeIntegrityEnabled":{"type":"boolean","description":"Require devices to be reported as healthy by Windows Device Health Attestation."},"earlyLaunchAntiMalwareDriverEnabled":{"type":"boolean","description":"Require devices to be reported as healthy by Windows Device Health Attestation - early launch antimalware driver is enabled."},"osMaximumVersion":{"type":"string","description":"Maximum Windows Phone version.","nullable":true},"osMinimumVersion":{"type":"string","description":"Minimum Windows Phone version.","nullable":true},"passwordBlockSimple":{"type":"boolean","description":"Whether or not to block syncing the calendar."},"passwordExpirationDays":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of days before password expiration. Valid values 1 to 255","format":"int32","nullable":true},"passwordMinimumCharacterSetCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The number of character sets required in the password.","format":"int32","nullable":true},"passwordMinimumLength":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Minimum password length. Valid values 4 to 16","format":"int32","nullable":true},"passwordMinutesOfInactivityBeforeLock":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Minutes of inactivity before a password is required.","format":"int32","nullable":true},"passwordPreviousPasswordBlockCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The number of previous passwords to prevent re-use of.","format":"int32","nullable":true},"passwordRequired":{"type":"boolean","description":"Require a password to unlock Windows Phone device."},"passwordRequiredType":{"$ref":"#/components/schemas/microsoft.graph.requiredPasswordType"},"passwordRequireToUnlockFromIdle":{"type":"boolean","description":"Require a password to unlock an idle device."},"secureBootEnabled":{"type":"boolean","description":"Require devices to be reported as healthy by Windows Device Health Attestation - secure boot is enabled."},"storageRequireEncryption":{"type":"boolean","description":"Require encryption on windows devices."},"@odata.type":{"type":"string","default":"#microsoft.graph.windows10MobileCompliancePolicy"}},"description":"This class contains compliance settings for Windows 10 Mobile."}],"x-ms-discriminator-value":"#microsoft.graph.windows10MobileCompliancePolicy"},"microsoft.graph.windows81CompliancePolicy":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.deviceCompliancePolicy"},{"title":"windows81CompliancePolicy","required":["@odata.type"],"type":"object","properties":{"osMaximumVersion":{"type":"string","description":"Maximum Windows 8.1 version.","nullable":true},"osMinimumVersion":{"type":"string","description":"Minimum Windows 8.1 version.","nullable":true},"passwordBlockSimple":{"type":"boolean","description":"Indicates whether or not to block simple password."},"passwordExpirationDays":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Password expiration in days.","format":"int32","nullable":true},"passwordMinimumCharacterSetCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The number of character sets required in the password.","format":"int32","nullable":true},"passwordMinimumLength":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The minimum password length.","format":"int32","nullable":true},"passwordMinutesOfInactivityBeforeLock":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Minutes of inactivity before a password is required.","format":"int32","nullable":true},"passwordPreviousPasswordBlockCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The number of previous passwords to prevent re-use of. Valid values 0 to 24","format":"int32","nullable":true},"passwordRequired":{"type":"boolean","description":"Require a password to unlock Windows device."},"passwordRequiredType":{"$ref":"#/components/schemas/microsoft.graph.requiredPasswordType"},"storageRequireEncryption":{"type":"boolean","description":"Indicates whether or not to require encryption on a windows 8.1 device."},"@odata.type":{"type":"string","default":"#microsoft.graph.windows81CompliancePolicy"}},"description":"This class contains compliance settings for Windows 8.1."}],"x-ms-discriminator-value":"#microsoft.graph.windows81CompliancePolicy"},"microsoft.graph.windowsPhone81CompliancePolicy":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.deviceCompliancePolicy"},{"title":"windowsPhone81CompliancePolicy","required":["@odata.type"],"type":"object","properties":{"osMaximumVersion":{"type":"string","description":"Maximum Windows Phone version.","nullable":true},"osMinimumVersion":{"type":"string","description":"Minimum Windows Phone version.","nullable":true},"passwordBlockSimple":{"type":"boolean","description":"Whether or not to block syncing the calendar."},"passwordExpirationDays":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of days before the password expires.","format":"int32","nullable":true},"passwordMinimumCharacterSetCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The number of character sets required in the password.","format":"int32","nullable":true},"passwordMinimumLength":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Minimum length of passwords.","format":"int32","nullable":true},"passwordMinutesOfInactivityBeforeLock":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Minutes of inactivity before a password is required.","format":"int32","nullable":true},"passwordPreviousPasswordBlockCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of previous passwords to block. Valid values 0 to 24","format":"int32","nullable":true},"passwordRequired":{"type":"boolean","description":"Whether or not to require a password."},"passwordRequiredType":{"$ref":"#/components/schemas/microsoft.graph.requiredPasswordType"},"storageRequireEncryption":{"type":"boolean","description":"Require encryption on windows phone devices."},"@odata.type":{"type":"string","default":"#microsoft.graph.windowsPhone81CompliancePolicy"}},"description":"This class contains compliance settings for Windows 8.1 Mobile."}],"x-ms-discriminator-value":"#microsoft.graph.windowsPhone81CompliancePolicy"},"microsoft.graph.deviceCompliancePolicyAssignment":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"deviceCompliancePolicyAssignment","required":["@odata.type"],"type":"object","properties":{"target":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.deviceAndAppManagementAssignmentTarget"},{"type":"object","nullable":true}],"description":"Target for the compliance policy assignment."},"@odata.type":{"type":"string"}},"description":"Device compliance policy assignment."}],"x-ms-discriminator-value":"#microsoft.graph.deviceCompliancePolicyAssignment"},"microsoft.graph.deviceCompliancePolicyDeviceStateSummary":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"deviceCompliancePolicyDeviceStateSummary","required":["@odata.type"],"type":"object","properties":{"compliantDeviceCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of compliant devices","format":"int32"},"configManagerCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of devices that have compliance managed by System Center Configuration Manager","format":"int32"},"conflictDeviceCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of conflict devices","format":"int32"},"errorDeviceCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of error devices","format":"int32"},"inGracePeriodCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of devices that are in grace period","format":"int32"},"nonCompliantDeviceCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of NonCompliant devices","format":"int32"},"notApplicableDeviceCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of not applicable devices","format":"int32"},"remediatedDeviceCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of remediated devices","format":"int32"},"unknownDeviceCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of unknown devices","format":"int32"},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.deviceCompliancePolicyDeviceStateSummary"},"microsoft.graph.deviceCompliancePolicySettingStateSummary":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"deviceCompliancePolicySettingStateSummary","required":["@odata.type"],"type":"object","properties":{"compliantDeviceCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of compliant devices","format":"int32"},"conflictDeviceCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of conflict devices","format":"int32"},"errorDeviceCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of error devices","format":"int32"},"nonCompliantDeviceCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of NonCompliant devices","format":"int32"},"notApplicableDeviceCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of not applicable devices","format":"int32"},"platformType":{"$ref":"#/components/schemas/microsoft.graph.policyPlatformType"},"remediatedDeviceCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of remediated devices","format":"int32"},"setting":{"type":"string","description":"The setting class name and property name.","nullable":true},"settingName":{"type":"string","description":"Name of the setting.","nullable":true},"unknownDeviceCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of unknown devices","format":"int32"},"deviceComplianceSettingStates":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.deviceComplianceSettingState"},"x-ms-navigationProperty":true},"@odata.type":{"type":"string"}},"description":"Device Compilance Policy Setting State summary across the account."}],"x-ms-discriminator-value":"#microsoft.graph.deviceCompliancePolicySettingStateSummary"},"microsoft.graph.deviceCompliancePolicyState":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"deviceCompliancePolicyState","required":["@odata.type"],"type":"object","properties":{"displayName":{"type":"string","description":"The name of the policy for this policyBase","nullable":true},"platformType":{"$ref":"#/components/schemas/microsoft.graph.policyPlatformType"},"settingCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Count of how many setting a policy holds","format":"int32"},"settingStates":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.deviceCompliancePolicySettingState"}},"state":{"$ref":"#/components/schemas/microsoft.graph.complianceStatus"},"version":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The version of the policy","format":"int32"},"@odata.type":{"type":"string"}},"description":"Device Compliance Policy State for a given device."}],"x-ms-discriminator-value":"#microsoft.graph.deviceCompliancePolicyState"},"microsoft.graph.deviceComplianceScheduledActionForRule":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"deviceComplianceScheduledActionForRule","required":["@odata.type"],"type":"object","properties":{"ruleName":{"type":"string","description":"Name of the rule which this scheduled action applies to. Currently scheduled actions are created per policy instead of per rule, thus RuleName is always set to default value PasswordRequired.","nullable":true},"scheduledActionConfigurations":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.deviceComplianceActionItem"},"description":"The list of scheduled action configurations for this compliance policy. Compliance policy must have one and only one block scheduled action.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}},"description":"Scheduled Action for Rule"}],"x-ms-discriminator-value":"#microsoft.graph.deviceComplianceScheduledActionForRule"},"microsoft.graph.deviceComplianceSettingState":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"deviceComplianceSettingState","required":["@odata.type"],"type":"object","properties":{"complianceGracePeriodExpirationDateTime":{"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 DateTime when device compliance grace period expires","format":"date-time"},"deviceId":{"type":"string","description":"The Device Id that is being reported","nullable":true},"deviceModel":{"type":"string","description":"The device model that is being reported","nullable":true},"deviceName":{"type":"string","description":"The Device Name that is being reported","nullable":true},"setting":{"type":"string","description":"The setting class name and property name.","nullable":true},"settingName":{"type":"string","description":"The Setting Name that is being reported","nullable":true},"state":{"$ref":"#/components/schemas/microsoft.graph.complianceStatus"},"userEmail":{"type":"string","description":"The User email address that is being reported","nullable":true},"userId":{"type":"string","description":"The user Id that is being reported","nullable":true},"userName":{"type":"string","description":"The User Name that is being reported","nullable":true},"userPrincipalName":{"type":"string","description":"The User PrincipalName that is being reported","nullable":true},"@odata.type":{"type":"string"}},"description":"Device compliance setting State for a given device."}],"x-ms-discriminator-value":"#microsoft.graph.deviceComplianceSettingState"},"microsoft.graph.deviceComplianceUserOverview":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"deviceComplianceUserOverview","required":["@odata.type"],"type":"object","properties":{"configurationVersion":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Version of the policy for that overview","format":"int32"},"errorCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of error Users","format":"int32"},"failedCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of failed Users","format":"int32"},"lastUpdateDateTime":{"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 update time","format":"date-time"},"notApplicableCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of not applicable users","format":"int32"},"pendingCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of pending Users","format":"int32"},"successCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of succeeded Users","format":"int32"},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.deviceComplianceUserOverview"},"microsoft.graph.deviceComplianceUserStatus":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"deviceComplianceUserStatus","required":["@odata.type"],"type":"object","properties":{"devicesCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Devices count for that user.","format":"int32"},"lastReportedDateTime":{"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 modified date time of the policy report.","format":"date-time"},"status":{"$ref":"#/components/schemas/microsoft.graph.complianceStatus"},"userDisplayName":{"type":"string","description":"User name of the DevicePolicyStatus.","nullable":true},"userPrincipalName":{"type":"string","description":"UserPrincipalName.","nullable":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.deviceComplianceUserStatus"},"microsoft.graph.deviceConfiguration":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"deviceConfiguration","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","description":"DateTime the object was created.","format":"date-time"},"description":{"type":"string","description":"Admin provided description of the Device Configuration.","nullable":true},"displayName":{"type":"string","description":"Admin provided name of the device configuration."},"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":"DateTime the object was last modified.","format":"date-time"},"version":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Version of the device configuration.","format":"int32"},"assignments":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.deviceConfigurationAssignment"},"description":"The list of assignments for the device configuration profile.","x-ms-navigationProperty":true},"deviceSettingStateSummaries":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.settingStateDeviceSummary"},"description":"Device Configuration Setting State Device Summary","x-ms-navigationProperty":true},"deviceStatuses":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.deviceConfigurationDeviceStatus"},"description":"Device configuration installation status by device.","x-ms-navigationProperty":true},"deviceStatusOverview":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.deviceConfigurationDeviceOverview"},{"type":"object","nullable":true}],"description":"Device Configuration devices status overview","x-ms-navigationProperty":true},"userStatuses":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.deviceConfigurationUserStatus"},"description":"Device configuration installation status by user.","x-ms-navigationProperty":true},"userStatusOverview":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.deviceConfigurationUserOverview"},{"type":"object","nullable":true}],"description":"Device Configuration users status overview","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}},"description":"Device Configuration.","discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.androidCustomConfiguration":"#/components/schemas/microsoft.graph.androidCustomConfiguration","#microsoft.graph.androidGeneralDeviceConfiguration":"#/components/schemas/microsoft.graph.androidGeneralDeviceConfiguration","#microsoft.graph.androidWorkProfileCustomConfiguration":"#/components/schemas/microsoft.graph.androidWorkProfileCustomConfiguration","#microsoft.graph.androidWorkProfileGeneralDeviceConfiguration":"#/components/schemas/microsoft.graph.androidWorkProfileGeneralDeviceConfiguration","#microsoft.graph.appleDeviceFeaturesConfigurationBase":"#/components/schemas/microsoft.graph.appleDeviceFeaturesConfigurationBase","#microsoft.graph.iosDeviceFeaturesConfiguration":"#/components/schemas/microsoft.graph.iosDeviceFeaturesConfiguration","#microsoft.graph.macOSDeviceFeaturesConfiguration":"#/components/schemas/microsoft.graph.macOSDeviceFeaturesConfiguration","#microsoft.graph.editionUpgradeConfiguration":"#/components/schemas/microsoft.graph.editionUpgradeConfiguration","#microsoft.graph.iosCertificateProfile":"#/components/schemas/microsoft.graph.iosCertificateProfile","#microsoft.graph.iosCustomConfiguration":"#/components/schemas/microsoft.graph.iosCustomConfiguration","#microsoft.graph.iosGeneralDeviceConfiguration":"#/components/schemas/microsoft.graph.iosGeneralDeviceConfiguration","#microsoft.graph.iosUpdateConfiguration":"#/components/schemas/microsoft.graph.iosUpdateConfiguration","#microsoft.graph.macOSCustomConfiguration":"#/components/schemas/microsoft.graph.macOSCustomConfiguration","#microsoft.graph.macOSGeneralDeviceConfiguration":"#/components/schemas/microsoft.graph.macOSGeneralDeviceConfiguration","#microsoft.graph.sharedPCConfiguration":"#/components/schemas/microsoft.graph.sharedPCConfiguration","#microsoft.graph.windows10CustomConfiguration":"#/components/schemas/microsoft.graph.windows10CustomConfiguration","#microsoft.graph.windows10EndpointProtectionConfiguration":"#/components/schemas/microsoft.graph.windows10EndpointProtectionConfiguration","#microsoft.graph.windows10EnterpriseModernAppManagementConfiguration":"#/components/schemas/microsoft.graph.windows10EnterpriseModernAppManagementConfiguration","#microsoft.graph.windows10GeneralConfiguration":"#/components/schemas/microsoft.graph.windows10GeneralConfiguration","#microsoft.graph.windows10SecureAssessmentConfiguration":"#/components/schemas/microsoft.graph.windows10SecureAssessmentConfiguration","#microsoft.graph.windows10TeamGeneralConfiguration":"#/components/schemas/microsoft.graph.windows10TeamGeneralConfiguration","#microsoft.graph.windows81GeneralConfiguration":"#/components/schemas/microsoft.graph.windows81GeneralConfiguration","#microsoft.graph.windowsDefenderAdvancedThreatProtectionConfiguration":"#/components/schemas/microsoft.graph.windowsDefenderAdvancedThreatProtectionConfiguration","#microsoft.graph.windowsPhone81CustomConfiguration":"#/components/schemas/microsoft.graph.windowsPhone81CustomConfiguration","#microsoft.graph.windowsPhone81GeneralConfiguration":"#/components/schemas/microsoft.graph.windowsPhone81GeneralConfiguration","#microsoft.graph.windowsUpdateForBusinessConfiguration":"#/components/schemas/microsoft.graph.windowsUpdateForBusinessConfiguration"}}}]},"microsoft.graph.androidCustomConfiguration":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.deviceConfiguration"},{"title":"androidCustomConfiguration","required":["@odata.type"],"type":"object","properties":{"omaSettings":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.omaSetting"},"description":"OMA settings. This collection can contain a maximum of 1000 elements."},"@odata.type":{"type":"string","default":"#microsoft.graph.androidCustomConfiguration"}},"description":"This topic provides descriptions of the declared methods, properties and relationships exposed by the androidCustomConfiguration resource."}],"x-ms-discriminator-value":"#microsoft.graph.androidCustomConfiguration"},"microsoft.graph.androidGeneralDeviceConfiguration":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.deviceConfiguration"},{"title":"androidGeneralDeviceConfiguration","required":["@odata.type"],"type":"object","properties":{"appsBlockClipboardSharing":{"type":"boolean","description":"Indicates whether or not to block clipboard sharing to copy and paste between applications."},"appsBlockCopyPaste":{"type":"boolean","description":"Indicates whether or not to block copy and paste within applications."},"appsBlockYouTube":{"type":"boolean","description":"Indicates whether or not to block the YouTube app."},"appsHideList":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.appListItem"},"description":"List of apps to be hidden on the KNOX device. This collection can contain a maximum of 500 elements."},"appsInstallAllowList":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.appListItem"},"description":"List of apps which can be installed on the KNOX device. This collection can contain a maximum of 500 elements."},"appsLaunchBlockList":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.appListItem"},"description":"List of apps which are blocked from being launched on the KNOX device. This collection can contain a maximum of 500 elements."},"bluetoothBlocked":{"type":"boolean","description":"Indicates whether or not to block Bluetooth."},"cameraBlocked":{"type":"boolean","description":"Indicates whether or not to block the use of the camera."},"cellularBlockDataRoaming":{"type":"boolean","description":"Indicates whether or not to block data roaming."},"cellularBlockMessaging":{"type":"boolean","description":"Indicates whether or not to block SMS/MMS messaging."},"cellularBlockVoiceRoaming":{"type":"boolean","description":"Indicates whether or not to block voice roaming."},"cellularBlockWiFiTethering":{"type":"boolean","description":"Indicates whether or not to block syncing Wi-Fi tethering."},"compliantAppListType":{"$ref":"#/components/schemas/microsoft.graph.appListType"},"compliantAppsList":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.appListItem"},"description":"List of apps in the compliance (either allow list or block list, controlled by CompliantAppListType). This collection can contain a maximum of 10000 elements."},"deviceSharingAllowed":{"type":"boolean","description":"Indicates whether or not to allow device sharing mode."},"diagnosticDataBlockSubmission":{"type":"boolean","description":"Indicates whether or not to block diagnostic data submission."},"factoryResetBlocked":{"type":"boolean","description":"Indicates whether or not to block user performing a factory reset."},"googleAccountBlockAutoSync":{"type":"boolean","description":"Indicates whether or not to block Google account auto sync."},"googlePlayStoreBlocked":{"type":"boolean","description":"Indicates whether or not to block the Google Play store."},"kioskModeApps":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.appListItem"},"description":"A list of apps that will be allowed to run when the device is in Kiosk Mode. This collection can contain a maximum of 500 elements."},"kioskModeBlockSleepButton":{"type":"boolean","description":"Indicates whether or not to block the screen sleep button while in Kiosk Mode."},"kioskModeBlockVolumeButtons":{"type":"boolean","description":"Indicates whether or not to block the volume buttons while in Kiosk Mode."},"locationServicesBlocked":{"type":"boolean","description":"Indicates whether or not to block location services."},"nfcBlocked":{"type":"boolean","description":"Indicates whether or not to block Near-Field Communication."},"passwordBlockFingerprintUnlock":{"type":"boolean","description":"Indicates whether or not to block fingerprint unlock."},"passwordBlockTrustAgents":{"type":"boolean","description":"Indicates whether or not to block Smart Lock and other trust agents."},"passwordExpirationDays":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of days before the password expires. Valid values 1 to 365","format":"int32","nullable":true},"passwordMinimumLength":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Minimum length of passwords. Valid values 4 to 16","format":"int32","nullable":true},"passwordMinutesOfInactivityBeforeScreenTimeout":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Minutes of inactivity before the screen times out.","format":"int32","nullable":true},"passwordPreviousPasswordBlockCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of previous passwords to block. Valid values 0 to 24","format":"int32","nullable":true},"passwordRequired":{"type":"boolean","description":"Indicates whether or not to require a password."},"passwordRequiredType":{"$ref":"#/components/schemas/microsoft.graph.androidRequiredPasswordType"},"passwordSignInFailureCountBeforeFactoryReset":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of sign in failures allowed before factory reset. Valid values 1 to 16","format":"int32","nullable":true},"powerOffBlocked":{"type":"boolean","description":"Indicates whether or not to block powering off the device."},"screenCaptureBlocked":{"type":"boolean","description":"Indicates whether or not to block screenshots."},"securityRequireVerifyApps":{"type":"boolean","description":"Require the Android Verify apps feature is turned on."},"storageBlockGoogleBackup":{"type":"boolean","description":"Indicates whether or not to block Google Backup."},"storageBlockRemovableStorage":{"type":"boolean","description":"Indicates whether or not to block removable storage usage."},"storageRequireDeviceEncryption":{"type":"boolean","description":"Indicates whether or not to require device encryption."},"storageRequireRemovableStorageEncryption":{"type":"boolean","description":"Indicates whether or not to require removable storage encryption."},"voiceAssistantBlocked":{"type":"boolean","description":"Indicates whether or not to block the use of the Voice Assistant."},"voiceDialingBlocked":{"type":"boolean","description":"Indicates whether or not to block voice dialing."},"webBrowserBlockAutofill":{"type":"boolean","description":"Indicates whether or not to block the web browser's auto fill feature."},"webBrowserBlocked":{"type":"boolean","description":"Indicates whether or not to block the web browser."},"webBrowserBlockJavaScript":{"type":"boolean","description":"Indicates whether or not to block JavaScript within the web browser."},"webBrowserBlockPopups":{"type":"boolean","description":"Indicates whether or not to block popups within the web browser."},"webBrowserCookieSettings":{"$ref":"#/components/schemas/microsoft.graph.webBrowserCookieSettings"},"wiFiBlocked":{"type":"boolean","description":"Indicates whether or not to block syncing Wi-Fi."},"@odata.type":{"type":"string","default":"#microsoft.graph.androidGeneralDeviceConfiguration"}},"description":"This topic provides descriptions of the declared methods, properties and relationships exposed by the androidGeneralDeviceConfiguration resource."}],"x-ms-discriminator-value":"#microsoft.graph.androidGeneralDeviceConfiguration"},"microsoft.graph.androidWorkProfileCustomConfiguration":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.deviceConfiguration"},{"title":"androidWorkProfileCustomConfiguration","required":["@odata.type"],"type":"object","properties":{"omaSettings":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.omaSetting"},"description":"OMA settings. This collection can contain a maximum of 500 elements."},"@odata.type":{"type":"string","default":"#microsoft.graph.androidWorkProfileCustomConfiguration"}},"description":"Android Work Profile custom configuration"}],"x-ms-discriminator-value":"#microsoft.graph.androidWorkProfileCustomConfiguration"},"microsoft.graph.androidWorkProfileGeneralDeviceConfiguration":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.deviceConfiguration"},{"title":"androidWorkProfileGeneralDeviceConfiguration","required":["@odata.type"],"type":"object","properties":{"passwordBlockFingerprintUnlock":{"type":"boolean","description":"Indicates whether or not to block fingerprint unlock."},"passwordBlockTrustAgents":{"type":"boolean","description":"Indicates whether or not to block Smart Lock and other trust agents."},"passwordExpirationDays":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of days before the password expires. Valid values 1 to 365","format":"int32","nullable":true},"passwordMinimumLength":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Minimum length of passwords. Valid values 4 to 16","format":"int32","nullable":true},"passwordMinutesOfInactivityBeforeScreenTimeout":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Minutes of inactivity before the screen times out.","format":"int32","nullable":true},"passwordPreviousPasswordBlockCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of previous passwords to block. Valid values 0 to 24","format":"int32","nullable":true},"passwordRequiredType":{"$ref":"#/components/schemas/microsoft.graph.androidWorkProfileRequiredPasswordType"},"passwordSignInFailureCountBeforeFactoryReset":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of sign in failures allowed before factory reset. Valid values 1 to 16","format":"int32","nullable":true},"securityRequireVerifyApps":{"type":"boolean","description":"Require the Android Verify apps feature is turned on."},"workProfileBlockAddingAccounts":{"type":"boolean","description":"Block users from adding/removing accounts in work profile."},"workProfileBlockCamera":{"type":"boolean","description":"Block work profile camera."},"workProfileBlockCrossProfileCallerId":{"type":"boolean","description":"Block display work profile caller ID in personal profile."},"workProfileBlockCrossProfileContactsSearch":{"type":"boolean","description":"Block work profile contacts availability in personal profile."},"workProfileBlockCrossProfileCopyPaste":{"type":"boolean","description":"Boolean that indicates if the setting disallow cross profile copy/paste is enabled."},"workProfileBlockNotificationsWhileDeviceLocked":{"type":"boolean","description":"Indicates whether or not to block notifications while device locked."},"workProfileBlockScreenCapture":{"type":"boolean","description":"Block screen capture in work profile."},"workProfileBluetoothEnableContactSharing":{"type":"boolean","description":"Allow bluetooth devices to access enterprise contacts."},"workProfileDataSharingType":{"$ref":"#/components/schemas/microsoft.graph.androidWorkProfileCrossProfileDataSharingType"},"workProfileDefaultAppPermissionPolicy":{"$ref":"#/components/schemas/microsoft.graph.androidWorkProfileDefaultAppPermissionPolicyType"},"workProfilePasswordBlockFingerprintUnlock":{"type":"boolean","description":"Indicates whether or not to block fingerprint unlock for work profile."},"workProfilePasswordBlockTrustAgents":{"type":"boolean","description":"Indicates whether or not to block Smart Lock and other trust agents for work profile."},"workProfilePasswordExpirationDays":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of days before the work profile password expires. Valid values 1 to 365","format":"int32","nullable":true},"workProfilePasswordMinimumLength":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Minimum length of work profile password. Valid values 4 to 16","format":"int32","nullable":true},"workProfilePasswordMinLetterCharacters":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Minimum # of letter characters required in work profile password. Valid values 1 to 10","format":"int32","nullable":true},"workProfilePasswordMinLowerCaseCharacters":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Minimum # of lower-case characters required in work profile password. Valid values 1 to 10","format":"int32","nullable":true},"workProfilePasswordMinNonLetterCharacters":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Minimum # of non-letter characters required in work profile password. Valid values 1 to 10","format":"int32","nullable":true},"workProfilePasswordMinNumericCharacters":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Minimum # of numeric characters required in work profile password. Valid values 1 to 10","format":"int32","nullable":true},"workProfilePasswordMinSymbolCharacters":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Minimum # of symbols required in work profile password. Valid values 1 to 10","format":"int32","nullable":true},"workProfilePasswordMinUpperCaseCharacters":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Minimum # of upper-case characters required in work profile password. Valid values 1 to 10","format":"int32","nullable":true},"workProfilePasswordMinutesOfInactivityBeforeScreenTimeout":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Minutes of inactivity before the screen times out.","format":"int32","nullable":true},"workProfilePasswordPreviousPasswordBlockCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of previous work profile passwords to block. Valid values 0 to 24","format":"int32","nullable":true},"workProfilePasswordRequiredType":{"$ref":"#/components/schemas/microsoft.graph.androidWorkProfileRequiredPasswordType"},"workProfilePasswordSignInFailureCountBeforeFactoryReset":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of sign in failures allowed before work profile is removed and all corporate data deleted. Valid values 1 to 16","format":"int32","nullable":true},"workProfileRequirePassword":{"type":"boolean","description":"Password is required or not for work profile"},"@odata.type":{"type":"string","default":"#microsoft.graph.androidWorkProfileGeneralDeviceConfiguration"}},"description":"Android Work Profile general device configuration."}],"x-ms-discriminator-value":"#microsoft.graph.androidWorkProfileGeneralDeviceConfiguration"},"microsoft.graph.appleDeviceFeaturesConfigurationBase":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.deviceConfiguration"},{"title":"appleDeviceFeaturesConfigurationBase","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.appleDeviceFeaturesConfigurationBase"}},"description":"Apple device features configuration profile.","discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.iosDeviceFeaturesConfiguration":"#/components/schemas/microsoft.graph.iosDeviceFeaturesConfiguration","#microsoft.graph.macOSDeviceFeaturesConfiguration":"#/components/schemas/microsoft.graph.macOSDeviceFeaturesConfiguration"}}}]},"microsoft.graph.iosDeviceFeaturesConfiguration":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.appleDeviceFeaturesConfigurationBase"},{"title":"iosDeviceFeaturesConfiguration","required":["@odata.type"],"type":"object","properties":{"assetTagTemplate":{"type":"string","description":"Asset tag information for the device, displayed on the login window and lock screen.","nullable":true},"homeScreenDockIcons":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.iosHomeScreenItem"},"description":"A list of app and folders to appear on the Home Screen Dock. This collection can contain a maximum of 500 elements."},"homeScreenPages":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.iosHomeScreenPage"},"description":"A list of pages on the Home Screen. This collection can contain a maximum of 500 elements."},"lockScreenFootnote":{"type":"string","description":"A footnote displayed on the login window and lock screen. Available in iOS 9.3.1 and later.","nullable":true},"notificationSettings":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.iosNotificationSettings"},"description":"Notification settings for each bundle id. Applicable to devices in supervised mode only (iOS 9.3 and later). This collection can contain a maximum of 500 elements."},"@odata.type":{"type":"string","default":"#microsoft.graph.iosDeviceFeaturesConfiguration"}},"description":"iOS Device Features Configuration Profile."}],"x-ms-discriminator-value":"#microsoft.graph.iosDeviceFeaturesConfiguration"},"microsoft.graph.macOSDeviceFeaturesConfiguration":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.appleDeviceFeaturesConfigurationBase"},{"title":"macOSDeviceFeaturesConfiguration","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.macOSDeviceFeaturesConfiguration"}},"description":"MacOS device features configuration profile."}],"x-ms-discriminator-value":"#microsoft.graph.macOSDeviceFeaturesConfiguration"},"microsoft.graph.editionUpgradeConfiguration":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.deviceConfiguration"},{"title":"editionUpgradeConfiguration","required":["@odata.type"],"type":"object","properties":{"license":{"type":"string","description":"Edition Upgrade License File Content.","nullable":true},"licenseType":{"$ref":"#/components/schemas/microsoft.graph.editionUpgradeLicenseType"},"productKey":{"type":"string","description":"Edition Upgrade Product Key.","nullable":true},"targetEdition":{"$ref":"#/components/schemas/microsoft.graph.windows10EditionType"},"@odata.type":{"type":"string","default":"#microsoft.graph.editionUpgradeConfiguration"}},"description":"Windows 10 Edition Upgrade configuration."}],"x-ms-discriminator-value":"#microsoft.graph.editionUpgradeConfiguration"},"microsoft.graph.iosCertificateProfile":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.deviceConfiguration"},{"title":"iosCertificateProfile","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.iosCertificateProfile"}},"description":"Device Configuration."}],"x-ms-discriminator-value":"#microsoft.graph.iosCertificateProfile"},"microsoft.graph.iosCustomConfiguration":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.deviceConfiguration"},{"title":"iosCustomConfiguration","required":["@odata.type"],"type":"object","properties":{"payload":{"type":"string","description":"Payload. (UTF8 encoded byte array)","format":"base64url"},"payloadFileName":{"type":"string","description":"Payload file name (.mobileconfig","nullable":true},"payloadName":{"type":"string","description":"Name that is displayed to the user."},"@odata.type":{"type":"string","default":"#microsoft.graph.iosCustomConfiguration"}},"description":"This topic provides descriptions of the declared methods, properties and relationships exposed by the iosCustomConfiguration resource."}],"x-ms-discriminator-value":"#microsoft.graph.iosCustomConfiguration"},"microsoft.graph.iosGeneralDeviceConfiguration":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.deviceConfiguration"},{"title":"iosGeneralDeviceConfiguration","required":["@odata.type"],"type":"object","properties":{"accountBlockModification":{"type":"boolean","description":"Indicates whether or not to allow account modification when the device is in supervised mode."},"activationLockAllowWhenSupervised":{"type":"boolean","description":"Indicates whether or not to allow activation lock when the device is in the supervised mode."},"airDropBlocked":{"type":"boolean","description":"Indicates whether or not to allow AirDrop when the device is in supervised mode."},"airDropForceUnmanagedDropTarget":{"type":"boolean","description":"Indicates whether or not to cause AirDrop to be considered an unmanaged drop target (iOS 9.0 and later)."},"airPlayForcePairingPasswordForOutgoingRequests":{"type":"boolean","description":"Indicates whether or not to enforce all devices receiving AirPlay requests from this device to use a pairing password."},"appleNewsBlocked":{"type":"boolean","description":"Indicates whether or not to block the user from using News when the device is in supervised mode (iOS 9.0 and later)."},"appleWatchBlockPairing":{"type":"boolean","description":"Indicates whether or not to allow Apple Watch pairing when the device is in supervised mode (iOS 9.0 and later)."},"appleWatchForceWristDetection":{"type":"boolean","description":"Indicates whether or not to force a paired Apple Watch to use Wrist Detection (iOS 8.2 and later)."},"appsSingleAppModeList":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.appListItem"},"description":"Gets or sets the list of iOS apps allowed to autonomously enter Single App Mode. Supervised only. iOS 7.0 and later. This collection can contain a maximum of 500 elements."},"appStoreBlockAutomaticDownloads":{"type":"boolean","description":"Indicates whether or not to block the automatic downloading of apps purchased on other devices when the device is in supervised mode (iOS 9.0 and later)."},"appStoreBlocked":{"type":"boolean","description":"Indicates whether or not to block the user from using the App Store. Requires a supervised device for iOS 13 and later."},"appStoreBlockInAppPurchases":{"type":"boolean","description":"Indicates whether or not to block the user from making in app purchases."},"appStoreBlockUIAppInstallation":{"type":"boolean","description":"Indicates whether or not to block the App Store app, not restricting installation through Host apps. Applies to supervised mode only (iOS 9.0 and later)."},"appStoreRequirePassword":{"type":"boolean","description":"Indicates whether or not to require a password when using the app store."},"appsVisibilityList":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.appListItem"},"description":"List of apps in the visibility list (either visible/launchable apps list or hidden/unlaunchable apps list, controlled by AppsVisibilityListType) (iOS 9.3 and later). This collection can contain a maximum of 10000 elements."},"appsVisibilityListType":{"$ref":"#/components/schemas/microsoft.graph.appListType"},"bluetoothBlockModification":{"type":"boolean","description":"Indicates whether or not to allow modification of Bluetooth settings when the device is in supervised mode (iOS 10.0 and later)."},"cameraBlocked":{"type":"boolean","description":"Indicates whether or not to block the user from accessing the camera of the device. Requires a supervised device for iOS 13 and later."},"cellularBlockDataRoaming":{"type":"boolean","description":"Indicates whether or not to block data roaming."},"cellularBlockGlobalBackgroundFetchWhileRoaming":{"type":"boolean","description":"Indicates whether or not to block global background fetch while roaming."},"cellularBlockPerAppDataModification":{"type":"boolean","description":"Indicates whether or not to allow changes to cellular app data usage settings when the device is in supervised mode."},"cellularBlockPersonalHotspot":{"type":"boolean","description":"Indicates whether or not to block Personal Hotspot."},"cellularBlockVoiceRoaming":{"type":"boolean","description":"Indicates whether or not to block voice roaming."},"certificatesBlockUntrustedTlsCertificates":{"type":"boolean","description":"Indicates whether or not to block untrusted TLS certificates."},"classroomAppBlockRemoteScreenObservation":{"type":"boolean","description":"Indicates whether or not to allow remote screen observation by Classroom app when the device is in supervised mode (iOS 9.3 and later)."},"classroomAppForceUnpromptedScreenObservation":{"type":"boolean","description":"Indicates whether or not to automatically give permission to the teacher of a managed course on the Classroom app to view a student's screen without prompting when the device is in supervised mode."},"compliantAppListType":{"$ref":"#/components/schemas/microsoft.graph.appListType"},"compliantAppsList":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.appListItem"},"description":"List of apps in the compliance (either allow list or block list, controlled by CompliantAppListType). This collection can contain a maximum of 10000 elements."},"configurationProfileBlockChanges":{"type":"boolean","description":"Indicates whether or not to block the user from installing configuration profiles and certificates interactively when the device is in supervised mode."},"definitionLookupBlocked":{"type":"boolean","description":"Indicates whether or not to block definition lookup when the device is in supervised mode (iOS 8.1.3 and later )."},"deviceBlockEnableRestrictions":{"type":"boolean","description":"Indicates whether or not to allow the user to enables restrictions in the device settings when the device is in supervised mode."},"deviceBlockEraseContentAndSettings":{"type":"boolean","description":"Indicates whether or not to allow the use of the 'Erase all content and settings' option on the device when the device is in supervised mode."},"deviceBlockNameModification":{"type":"boolean","description":"Indicates whether or not to allow device name modification when the device is in supervised mode (iOS 9.0 and later)."},"diagnosticDataBlockSubmission":{"type":"boolean","description":"Indicates whether or not to block diagnostic data submission."},"diagnosticDataBlockSubmissionModification":{"type":"boolean","description":"Indicates whether or not to allow diagnostics submission settings modification when the device is in supervised mode (iOS 9.3.2 and later)."},"documentsBlockManagedDocumentsInUnmanagedApps":{"type":"boolean","description":"Indicates whether or not to block the user from viewing managed documents in unmanaged apps."},"documentsBlockUnmanagedDocumentsInManagedApps":{"type":"boolean","description":"Indicates whether or not to block the user from viewing unmanaged documents in managed apps."},"emailInDomainSuffixes":{"type":"array","items":{"type":"string","nullable":true},"description":"An email address lacking a suffix that matches any of these strings will be considered out-of-domain."},"enterpriseAppBlockTrust":{"type":"boolean","description":"Indicates whether or not to block the user from trusting an enterprise app."},"enterpriseAppBlockTrustModification":{"type":"boolean","description":"[Deprecated] Configuring this setting and setting the value to 'true' has no effect on the device."},"faceTimeBlocked":{"type":"boolean","description":"Indicates whether or not to block the user from using FaceTime. Requires a supervised device for iOS 13 and later."},"findMyFriendsBlocked":{"type":"boolean","description":"Indicates whether or not to block changes to Find My Friends when the device is in supervised mode."},"gameCenterBlocked":{"type":"boolean","description":"Indicates whether or not to block the user from using Game Center when the device is in supervised mode."},"gamingBlockGameCenterFriends":{"type":"boolean","description":"Indicates whether or not to block the user from having friends in Game Center. Requires a supervised device for iOS 13 and later."},"gamingBlockMultiplayer":{"type":"boolean","description":"Indicates whether or not to block the user from using multiplayer gaming. Requires a supervised device for iOS 13 and later."},"hostPairingBlocked":{"type":"boolean","description":"indicates whether or not to allow host pairing to control the devices an iOS device can pair with when the iOS device is in supervised mode."},"iBooksStoreBlocked":{"type":"boolean","description":"Indicates whether or not to block the user from using the iBooks Store when the device is in supervised mode."},"iBooksStoreBlockErotica":{"type":"boolean","description":"Indicates whether or not to block the user from downloading media from the iBookstore that has been tagged as erotica."},"iCloudBlockActivityContinuation":{"type":"boolean","description":"Indicates whether or not to block the user from continuing work they started on iOS device to another iOS or macOS device."},"iCloudBlockBackup":{"type":"boolean","description":"Indicates whether or not to block iCloud backup. Requires a supervised device for iOS 13 and later."},"iCloudBlockDocumentSync":{"type":"boolean","description":"Indicates whether or not to block iCloud document sync. Requires a supervised device for iOS 13 and later."},"iCloudBlockManagedAppsSync":{"type":"boolean","description":"Indicates whether or not to block Managed Apps Cloud Sync."},"iCloudBlockPhotoLibrary":{"type":"boolean","description":"Indicates whether or not to block iCloud Photo Library."},"iCloudBlockPhotoStreamSync":{"type":"boolean","description":"Indicates whether or not to block iCloud Photo Stream Sync."},"iCloudBlockSharedPhotoStream":{"type":"boolean","description":"Indicates whether or not to block Shared Photo Stream."},"iCloudRequireEncryptedBackup":{"type":"boolean","description":"Indicates whether or not to require backups to iCloud be encrypted."},"iTunesBlockExplicitContent":{"type":"boolean","description":"Indicates whether or not to block the user from accessing explicit content in iTunes and the App Store. Requires a supervised device for iOS 13 and later."},"iTunesBlockMusicService":{"type":"boolean","description":"Indicates whether or not to block Music service and revert Music app to classic mode when the device is in supervised mode (iOS 9.3 and later and macOS 10.12 and later)."},"iTunesBlockRadio":{"type":"boolean","description":"Indicates whether or not to block the user from using iTunes Radio when the device is in supervised mode (iOS 9.3 and later)."},"keyboardBlockAutoCorrect":{"type":"boolean","description":"Indicates whether or not to block keyboard auto-correction when the device is in supervised mode (iOS 8.1.3 and later)."},"keyboardBlockDictation":{"type":"boolean","description":"Indicates whether or not to block the user from using dictation input when the device is in supervised mode."},"keyboardBlockPredictive":{"type":"boolean","description":"Indicates whether or not to block predictive keyboards when device is in supervised mode (iOS 8.1.3 and later)."},"keyboardBlockShortcuts":{"type":"boolean","description":"Indicates whether or not to block keyboard shortcuts when the device is in supervised mode (iOS 9.0 and later)."},"keyboardBlockSpellCheck":{"type":"boolean","description":"Indicates whether or not to block keyboard spell-checking when the device is in supervised mode (iOS 8.1.3 and later)."},"kioskModeAllowAssistiveSpeak":{"type":"boolean","description":"Indicates whether or not to allow assistive speak while in kiosk mode."},"kioskModeAllowAssistiveTouchSettings":{"type":"boolean","description":"Indicates whether or not to allow access to the Assistive Touch Settings while in kiosk mode."},"kioskModeAllowAutoLock":{"type":"boolean","description":"Indicates whether or not to allow device auto lock while in kiosk mode. This property's functionality is redundant with the OS default and is deprecated. Use KioskModeBlockAutoLock instead."},"kioskModeAllowColorInversionSettings":{"type":"boolean","description":"Indicates whether or not to allow access to the Color Inversion Settings while in kiosk mode."},"kioskModeAllowRingerSwitch":{"type":"boolean","description":"Indicates whether or not to allow use of the ringer switch while in kiosk mode. This property's functionality is redundant with the OS default and is deprecated. Use KioskModeBlockRingerSwitch instead."},"kioskModeAllowScreenRotation":{"type":"boolean","description":"Indicates whether or not to allow screen rotation while in kiosk mode. This property's functionality is redundant with the OS default and is deprecated. Use KioskModeBlockScreenRotation instead."},"kioskModeAllowSleepButton":{"type":"boolean","description":"Indicates whether or not to allow use of the sleep button while in kiosk mode. This property's functionality is redundant with the OS default and is deprecated. Use KioskModeBlockSleepButton instead."},"kioskModeAllowTouchscreen":{"type":"boolean","description":"Indicates whether or not to allow use of the touchscreen while in kiosk mode. This property's functionality is redundant with the OS default and is deprecated. Use KioskModeBlockTouchscreen instead."},"kioskModeAllowVoiceOverSettings":{"type":"boolean","description":"Indicates whether or not to allow access to the voice over settings while in kiosk mode."},"kioskModeAllowVolumeButtons":{"type":"boolean","description":"Indicates whether or not to allow use of the volume buttons while in kiosk mode. This property's functionality is redundant with the OS default and is deprecated. Use KioskModeBlockVolumeButtons instead."},"kioskModeAllowZoomSettings":{"type":"boolean","description":"Indicates whether or not to allow access to the zoom settings while in kiosk mode."},"kioskModeAppStoreUrl":{"type":"string","description":"URL in the app store to the app to use for kiosk mode. Use if KioskModeManagedAppId is not known.","nullable":true},"kioskModeBuiltInAppId":{"type":"string","description":"ID for built-in apps to use for kiosk mode. Used when KioskModeManagedAppId and KioskModeAppStoreUrl are not set.","nullable":true},"kioskModeManagedAppId":{"type":"string","description":"Managed app id of the app to use for kiosk mode. If KioskModeManagedAppId is specified then KioskModeAppStoreUrl will be ignored.","nullable":true},"kioskModeRequireAssistiveTouch":{"type":"boolean","description":"Indicates whether or not to require assistive touch while in kiosk mode."},"kioskModeRequireColorInversion":{"type":"boolean","description":"Indicates whether or not to require color inversion while in kiosk mode."},"kioskModeRequireMonoAudio":{"type":"boolean","description":"Indicates whether or not to require mono audio while in kiosk mode."},"kioskModeRequireVoiceOver":{"type":"boolean","description":"Indicates whether or not to require voice over while in kiosk mode."},"kioskModeRequireZoom":{"type":"boolean","description":"Indicates whether or not to require zoom while in kiosk mode."},"lockScreenBlockControlCenter":{"type":"boolean","description":"Indicates whether or not to block the user from using control center on the lock screen."},"lockScreenBlockNotificationView":{"type":"boolean","description":"Indicates whether or not to block the user from using the notification view on the lock screen."},"lockScreenBlockPassbook":{"type":"boolean","description":"Indicates whether or not to block the user from using passbook when the device is locked."},"lockScreenBlockTodayView":{"type":"boolean","description":"Indicates whether or not to block the user from using the Today View on the lock screen."},"mediaContentRatingApps":{"$ref":"#/components/schemas/microsoft.graph.ratingAppsType"},"mediaContentRatingAustralia":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.mediaContentRatingAustralia"},{"type":"object","nullable":true}],"description":"Media content rating settings for Australia"},"mediaContentRatingCanada":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.mediaContentRatingCanada"},{"type":"object","nullable":true}],"description":"Media content rating settings for Canada"},"mediaContentRatingFrance":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.mediaContentRatingFrance"},{"type":"object","nullable":true}],"description":"Media content rating settings for France"},"mediaContentRatingGermany":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.mediaContentRatingGermany"},{"type":"object","nullable":true}],"description":"Media content rating settings for Germany"},"mediaContentRatingIreland":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.mediaContentRatingIreland"},{"type":"object","nullable":true}],"description":"Media content rating settings for Ireland"},"mediaContentRatingJapan":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.mediaContentRatingJapan"},{"type":"object","nullable":true}],"description":"Media content rating settings for Japan"},"mediaContentRatingNewZealand":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.mediaContentRatingNewZealand"},{"type":"object","nullable":true}],"description":"Media content rating settings for New Zealand"},"mediaContentRatingUnitedKingdom":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.mediaContentRatingUnitedKingdom"},{"type":"object","nullable":true}],"description":"Media content rating settings for United Kingdom"},"mediaContentRatingUnitedStates":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.mediaContentRatingUnitedStates"},{"type":"object","nullable":true}],"description":"Media content rating settings for United States"},"messagesBlocked":{"type":"boolean","description":"Indicates whether or not to block the user from using the Messages app on the supervised device."},"networkUsageRules":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.iosNetworkUsageRule"},"description":"List of managed apps and the network rules that applies to them. This collection can contain a maximum of 1000 elements."},"notificationsBlockSettingsModification":{"type":"boolean","description":"Indicates whether or not to allow notifications settings modification (iOS 9.3 and later)."},"passcodeBlockFingerprintModification":{"type":"boolean","description":"Block modification of registered Touch ID fingerprints when in supervised mode."},"passcodeBlockFingerprintUnlock":{"type":"boolean","description":"Indicates whether or not to block fingerprint unlock."},"passcodeBlockModification":{"type":"boolean","description":"Indicates whether or not to allow passcode modification on the supervised device (iOS 9.0 and later)."},"passcodeBlockSimple":{"type":"boolean","description":"Indicates whether or not to block simple passcodes."},"passcodeExpirationDays":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of days before the passcode expires. Valid values 1 to 65535","format":"int32","nullable":true},"passcodeMinimumCharacterSetCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of character sets a passcode must contain. Valid values 0 to 4","format":"int32","nullable":true},"passcodeMinimumLength":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Minimum length of passcode. Valid values 4 to 14","format":"int32","nullable":true},"passcodeMinutesOfInactivityBeforeLock":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Minutes of inactivity before a passcode is required.","format":"int32","nullable":true},"passcodeMinutesOfInactivityBeforeScreenTimeout":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Minutes of inactivity before the screen times out.","format":"int32","nullable":true},"passcodePreviousPasscodeBlockCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of previous passcodes to block. Valid values 1 to 24","format":"int32","nullable":true},"passcodeRequired":{"type":"boolean","description":"Indicates whether or not to require a passcode."},"passcodeRequiredType":{"$ref":"#/components/schemas/microsoft.graph.requiredPasswordType"},"passcodeSignInFailureCountBeforeWipe":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of sign in failures allowed before wiping the device. Valid values 2 to 11","format":"int32","nullable":true},"podcastsBlocked":{"type":"boolean","description":"Indicates whether or not to block the user from using podcasts on the supervised device (iOS 8.0 and later)."},"safariBlockAutofill":{"type":"boolean","description":"Indicates whether or not to block the user from using Auto fill in Safari. Requires a supervised device for iOS 13 and later."},"safariBlocked":{"type":"boolean","description":"Indicates whether or not to block the user from using Safari. Requires a supervised device for iOS 13 and later."},"safariBlockJavaScript":{"type":"boolean","description":"Indicates whether or not to block JavaScript in Safari."},"safariBlockPopups":{"type":"boolean","description":"Indicates whether or not to block popups in Safari."},"safariCookieSettings":{"$ref":"#/components/schemas/microsoft.graph.webBrowserCookieSettings"},"safariManagedDomains":{"type":"array","items":{"type":"string","nullable":true},"description":"URLs matching the patterns listed here will be considered managed."},"safariPasswordAutoFillDomains":{"type":"array","items":{"type":"string","nullable":true},"description":"Users can save passwords in Safari only from URLs matching the patterns listed here. Applies to devices in supervised mode (iOS 9.3 and later)."},"safariRequireFraudWarning":{"type":"boolean","description":"Indicates whether or not to require fraud warning in Safari."},"screenCaptureBlocked":{"type":"boolean","description":"Indicates whether or not to block the user from taking Screenshots."},"siriBlocked":{"type":"boolean","description":"Indicates whether or not to block the user from using Siri."},"siriBlockedWhenLocked":{"type":"boolean","description":"Indicates whether or not to block the user from using Siri when locked."},"siriBlockUserGeneratedContent":{"type":"boolean","description":"Indicates whether or not to block Siri from querying user-generated content when used on a supervised device."},"siriRequireProfanityFilter":{"type":"boolean","description":"Indicates whether or not to prevent Siri from dictating, or speaking profane language on supervised device."},"spotlightBlockInternetResults":{"type":"boolean","description":"Indicates whether or not to block Spotlight search from returning internet results on supervised device."},"voiceDialingBlocked":{"type":"boolean","description":"Indicates whether or not to block voice dialing."},"wallpaperBlockModification":{"type":"boolean","description":"Indicates whether or not to allow wallpaper modification on supervised device (iOS 9.0 and later) ."},"wiFiConnectOnlyToConfiguredNetworks":{"type":"boolean","description":"Indicates whether or not to force the device to use only Wi-Fi networks from configuration profiles when the device is in supervised mode. Available for devices running iOS and iPadOS versions 14.4 and earlier. Devices running 14.5+ should use the setting, 'WiFiConnectToAllowedNetworksOnlyForced."},"@odata.type":{"type":"string","default":"#microsoft.graph.iosGeneralDeviceConfiguration"}},"description":"This topic provides descriptions of the declared methods, properties and relationships exposed by the iosGeneralDeviceConfiguration resource."}],"x-ms-discriminator-value":"#microsoft.graph.iosGeneralDeviceConfiguration"},"microsoft.graph.iosUpdateConfiguration":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.deviceConfiguration"},{"title":"iosUpdateConfiguration","required":["@odata.type"],"type":"object","properties":{"activeHoursEnd":{"pattern":"^([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?$","type":"string","description":"Active Hours End (active hours mean the time window when updates install should not happen)","format":"time"},"activeHoursStart":{"pattern":"^([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?$","type":"string","description":"Active Hours Start (active hours mean the time window when updates install should not happen)","format":"time"},"scheduledInstallDays":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.dayOfWeek"},"description":"Days in week for which active hours are configured. This collection can contain a maximum of 7 elements."},"utcTimeOffsetInMinutes":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"UTC Time Offset indicated in minutes","format":"int32","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.iosUpdateConfiguration"}},"description":"IOS Update Configuration, allows you to configure time window within week to install iOS updates"}],"x-ms-discriminator-value":"#microsoft.graph.iosUpdateConfiguration"},"microsoft.graph.macOSCustomConfiguration":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.deviceConfiguration"},{"title":"macOSCustomConfiguration","required":["@odata.type"],"type":"object","properties":{"payload":{"type":"string","description":"Payload. (UTF8 encoded byte array)","format":"base64url"},"payloadFileName":{"type":"string","description":"Payload file name (.mobileconfig","nullable":true},"payloadName":{"type":"string","description":"Name that is displayed to the user."},"@odata.type":{"type":"string","default":"#microsoft.graph.macOSCustomConfiguration"}},"description":"This topic provides descriptions of the declared methods, properties and relationships exposed by the macOSCustomConfiguration resource."}],"x-ms-discriminator-value":"#microsoft.graph.macOSCustomConfiguration"},"microsoft.graph.macOSGeneralDeviceConfiguration":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.deviceConfiguration"},{"title":"macOSGeneralDeviceConfiguration","required":["@odata.type"],"type":"object","properties":{"compliantAppListType":{"$ref":"#/components/schemas/microsoft.graph.appListType"},"compliantAppsList":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.appListItem"},"description":"List of apps in the compliance (either allow list or block list, controlled by CompliantAppListType). This collection can contain a maximum of 10000 elements."},"emailInDomainSuffixes":{"type":"array","items":{"type":"string","nullable":true},"description":"An email address lacking a suffix that matches any of these strings will be considered out-of-domain."},"passwordBlockSimple":{"type":"boolean","description":"Block simple passwords."},"passwordExpirationDays":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of days before the password expires.","format":"int32","nullable":true},"passwordMinimumCharacterSetCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of character sets a password must contain. Valid values 0 to 4","format":"int32","nullable":true},"passwordMinimumLength":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Minimum length of passwords.","format":"int32","nullable":true},"passwordMinutesOfInactivityBeforeLock":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Minutes of inactivity required before a password is required.","format":"int32","nullable":true},"passwordMinutesOfInactivityBeforeScreenTimeout":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Minutes of inactivity required before the screen times out.","format":"int32","nullable":true},"passwordPreviousPasswordBlockCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of previous passwords to block.","format":"int32","nullable":true},"passwordRequired":{"type":"boolean","description":"Whether or not to require a password."},"passwordRequiredType":{"$ref":"#/components/schemas/microsoft.graph.requiredPasswordType"},"@odata.type":{"type":"string","default":"#microsoft.graph.macOSGeneralDeviceConfiguration"}},"description":"This topic provides descriptions of the declared methods, properties and relationships exposed by the macOSGeneralDeviceConfiguration resource."}],"x-ms-discriminator-value":"#microsoft.graph.macOSGeneralDeviceConfiguration"},"microsoft.graph.sharedPCConfiguration":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.deviceConfiguration"},{"title":"sharedPCConfiguration","required":["@odata.type"],"type":"object","properties":{"accountManagerPolicy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.sharedPCAccountManagerPolicy"},{"type":"object","nullable":true}],"description":"Specifies how accounts are managed on a shared PC. Only applies when disableAccountManager is false."},"allowedAccounts":{"$ref":"#/components/schemas/microsoft.graph.sharedPCAllowedAccountType"},"allowLocalStorage":{"type":"boolean","description":"Specifies whether local storage is allowed on a shared PC."},"disableAccountManager":{"type":"boolean","description":"Disables the account manager for shared PC mode."},"disableEduPolicies":{"type":"boolean","description":"Specifies whether the default shared PC education environment policies should be disabled. For Windows 10 RS2 and later, this policy will be applied without setting Enabled to true."},"disablePowerPolicies":{"type":"boolean","description":"Specifies whether the default shared PC power policies should be disabled."},"disableSignInOnResume":{"type":"boolean","description":"Disables the requirement to sign in whenever the device wakes up from sleep mode."},"enabled":{"type":"boolean","description":"Enables shared PC mode and applies the shared pc policies."},"idleTimeBeforeSleepInSeconds":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Specifies the time in seconds that a device must sit idle before the PC goes to sleep. Setting this value to 0 prevents the sleep timeout from occurring.","format":"int32","nullable":true},"kioskAppDisplayName":{"type":"string","description":"Specifies the display text for the account shown on the sign-in screen which launches the app specified by SetKioskAppUserModelId. Only applies when KioskAppUserModelId is set.","nullable":true},"kioskAppUserModelId":{"type":"string","description":"Specifies the application user model ID of the app to use with assigned access.","nullable":true},"maintenanceStartTime":{"pattern":"^([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?$","type":"string","description":"Specifies the daily start time of maintenance hour.","format":"time","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.sharedPCConfiguration"}},"description":"This topic provides descriptions of the declared methods, properties and relationships exposed by the sharedPCConfiguration resource."}],"x-ms-discriminator-value":"#microsoft.graph.sharedPCConfiguration"},"microsoft.graph.windows10CustomConfiguration":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.deviceConfiguration"},{"title":"windows10CustomConfiguration","required":["@odata.type"],"type":"object","properties":{"omaSettings":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.omaSetting"},"description":"OMA settings. This collection can contain a maximum of 1000 elements."},"@odata.type":{"type":"string","default":"#microsoft.graph.windows10CustomConfiguration"}},"description":"This topic provides descriptions of the declared methods, properties and relationships exposed by the windows10CustomConfiguration resource."}],"x-ms-discriminator-value":"#microsoft.graph.windows10CustomConfiguration"},"microsoft.graph.windows10EndpointProtectionConfiguration":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.deviceConfiguration"},{"title":"windows10EndpointProtectionConfiguration","required":["@odata.type"],"type":"object","properties":{"applicationGuardAllowPersistence":{"type":"boolean","description":"Allow persisting user generated data inside the App Guard Containter (favorites, cookies, web passwords, etc.)"},"applicationGuardAllowPrintToLocalPrinters":{"type":"boolean","description":"Allow printing to Local Printers from Container"},"applicationGuardAllowPrintToNetworkPrinters":{"type":"boolean","description":"Allow printing to Network Printers from Container"},"applicationGuardAllowPrintToPDF":{"type":"boolean","description":"Allow printing to PDF from Container"},"applicationGuardAllowPrintToXPS":{"type":"boolean","description":"Allow printing to XPS from Container"},"applicationGuardBlockClipboardSharing":{"$ref":"#/components/schemas/microsoft.graph.applicationGuardBlockClipboardSharingType"},"applicationGuardBlockFileTransfer":{"$ref":"#/components/schemas/microsoft.graph.applicationGuardBlockFileTransferType"},"applicationGuardBlockNonEnterpriseContent":{"type":"boolean","description":"Block enterprise sites to load non-enterprise content, such as third party plug-ins"},"applicationGuardEnabled":{"type":"boolean","description":"Enable Windows Defender Application Guard"},"applicationGuardForceAuditing":{"type":"boolean","description":"Force auditing will persist Windows logs and events to meet security/compliance criteria (sample events are user login-logoff, use of privilege rights, software installation, system changes, etc.)"},"appLockerApplicationControl":{"$ref":"#/components/schemas/microsoft.graph.appLockerApplicationControlType"},"bitLockerDisableWarningForOtherDiskEncryption":{"type":"boolean","description":"Allows the Admin to disable the warning prompt for other disk encryption on the user machines."},"bitLockerEnableStorageCardEncryptionOnMobile":{"type":"boolean","description":"Allows the admin to require encryption to be turned on using BitLocker. This policy is valid only for a mobile SKU."},"bitLockerEncryptDevice":{"type":"boolean","description":"Allows the admin to require encryption to be turned on using BitLocker."},"bitLockerRemovableDrivePolicy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.bitLockerRemovableDrivePolicy"},{"type":"object","nullable":true}],"description":"BitLocker Removable Drive Policy."},"defenderAdditionalGuardedFolders":{"type":"array","items":{"type":"string","nullable":true},"description":"List of folder paths to be added to the list of protected folders"},"defenderAttackSurfaceReductionExcludedPaths":{"type":"array","items":{"type":"string","nullable":true},"description":"List of exe files and folders to be excluded from attack surface reduction rules"},"defenderExploitProtectionXml":{"type":"string","description":"Xml content containing information regarding exploit protection details.","format":"base64url","nullable":true},"defenderExploitProtectionXmlFileName":{"type":"string","description":"Name of the file from which DefenderExploitProtectionXml was obtained.","nullable":true},"defenderGuardedFoldersAllowedAppPaths":{"type":"array","items":{"type":"string","nullable":true},"description":"List of paths to exe that are allowed to access protected folders"},"defenderSecurityCenterBlockExploitProtectionOverride":{"type":"boolean","description":"Indicates whether or not to block user from overriding Exploit Protection settings."},"firewallBlockStatefulFTP":{"type":"boolean","description":"Blocks stateful FTP connections to the device","nullable":true},"firewallCertificateRevocationListCheckMethod":{"$ref":"#/components/schemas/microsoft.graph.firewallCertificateRevocationListCheckMethodType"},"firewallIdleTimeoutForSecurityAssociationInSeconds":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Configures the idle timeout for security associations, in seconds, from 300 to 3600 inclusive. This is the period after which security associations will expire and be deleted. Valid values 300 to 3600","format":"int32","nullable":true},"firewallIPSecExemptionsAllowDHCP":{"type":"boolean","description":"Configures IPSec exemptions to allow both IPv4 and IPv6 DHCP traffic"},"firewallIPSecExemptionsAllowICMP":{"type":"boolean","description":"Configures IPSec exemptions to allow ICMP"},"firewallIPSecExemptionsAllowNeighborDiscovery":{"type":"boolean","description":"Configures IPSec exemptions to allow neighbor discovery IPv6 ICMP type-codes"},"firewallIPSecExemptionsAllowRouterDiscovery":{"type":"boolean","description":"Configures IPSec exemptions to allow router discovery IPv6 ICMP type-codes"},"firewallMergeKeyingModuleSettings":{"type":"boolean","description":"If an authentication set is not fully supported by a keying module, direct the module to ignore only unsupported authentication suites rather than the entire set","nullable":true},"firewallPacketQueueingMethod":{"$ref":"#/components/schemas/microsoft.graph.firewallPacketQueueingMethodType"},"firewallPreSharedKeyEncodingMethod":{"$ref":"#/components/schemas/microsoft.graph.firewallPreSharedKeyEncodingMethodType"},"firewallProfileDomain":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.windowsFirewallNetworkProfile"},{"type":"object","nullable":true}],"description":"Configures the firewall profile settings for domain networks"},"firewallProfilePrivate":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.windowsFirewallNetworkProfile"},{"type":"object","nullable":true}],"description":"Configures the firewall profile settings for private networks"},"firewallProfilePublic":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.windowsFirewallNetworkProfile"},{"type":"object","nullable":true}],"description":"Configures the firewall profile settings for public networks"},"smartScreenBlockOverrideForFiles":{"type":"boolean","description":"Allows IT Admins to control whether users can can ignore SmartScreen warnings and run malicious files."},"smartScreenEnableInShell":{"type":"boolean","description":"Allows IT Admins to configure SmartScreen for Windows."},"@odata.type":{"type":"string","default":"#microsoft.graph.windows10EndpointProtectionConfiguration"}},"description":"This topic provides descriptions of the declared methods, properties and relationships exposed by the Windows10EndpointProtectionConfiguration resource."}],"x-ms-discriminator-value":"#microsoft.graph.windows10EndpointProtectionConfiguration"},"microsoft.graph.windows10EnterpriseModernAppManagementConfiguration":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.deviceConfiguration"},{"title":"windows10EnterpriseModernAppManagementConfiguration","required":["@odata.type"],"type":"object","properties":{"uninstallBuiltInApps":{"type":"boolean","description":"Indicates whether or not to uninstall a fixed list of built-in Windows apps."},"@odata.type":{"type":"string","default":"#microsoft.graph.windows10EnterpriseModernAppManagementConfiguration"}},"description":"Windows10 Enterprise Modern App Management Configuration."}],"x-ms-discriminator-value":"#microsoft.graph.windows10EnterpriseModernAppManagementConfiguration"},"microsoft.graph.windows10GeneralConfiguration":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.deviceConfiguration"},{"title":"windows10GeneralConfiguration","required":["@odata.type"],"type":"object","properties":{"accountsBlockAddingNonMicrosoftAccountEmail":{"type":"boolean","description":"Indicates whether or not to Block the user from adding email accounts to the device that are not associated with a Microsoft account."},"antiTheftModeBlocked":{"type":"boolean","description":"Indicates whether or not to block the user from selecting an AntiTheft mode preference (Windows 10 Mobile only)."},"appsAllowTrustedAppsSideloading":{"$ref":"#/components/schemas/microsoft.graph.stateManagementSetting"},"appsBlockWindowsStoreOriginatedApps":{"type":"boolean","description":"Indicates whether or not to disable the launch of all apps from Windows Store that came pre-installed or were downloaded."},"bluetoothAllowedServices":{"type":"array","items":{"type":"string","nullable":true},"description":"Specify a list of allowed Bluetooth services and profiles in hex formatted strings."},"bluetoothBlockAdvertising":{"type":"boolean","description":"Whether or not to Block the user from using bluetooth advertising."},"bluetoothBlockDiscoverableMode":{"type":"boolean","description":"Whether or not to Block the user from using bluetooth discoverable mode."},"bluetoothBlocked":{"type":"boolean","description":"Whether or not to Block the user from using bluetooth."},"bluetoothBlockPrePairing":{"type":"boolean","description":"Whether or not to block specific bundled Bluetooth peripherals to automatically pair with the host device."},"cameraBlocked":{"type":"boolean","description":"Whether or not to Block the user from accessing the camera of the device."},"cellularBlockDataWhenRoaming":{"type":"boolean","description":"Whether or not to Block the user from using data over cellular while roaming."},"cellularBlockVpn":{"type":"boolean","description":"Whether or not to Block the user from using VPN over cellular."},"cellularBlockVpnWhenRoaming":{"type":"boolean","description":"Whether or not to Block the user from using VPN when roaming over cellular."},"certificatesBlockManualRootCertificateInstallation":{"type":"boolean","description":"Whether or not to Block the user from doing manual root certificate installation."},"connectedDevicesServiceBlocked":{"type":"boolean","description":"Whether or not to block Connected Devices Service which enables discovery and connection to other devices, remote messaging, remote app sessions and other cross-device experiences."},"copyPasteBlocked":{"type":"boolean","description":"Whether or not to Block the user from using copy paste."},"cortanaBlocked":{"type":"boolean","description":"Whether or not to Block the user from using Cortana."},"defenderBlockEndUserAccess":{"type":"boolean","description":"Whether or not to block end user access to Defender."},"defenderCloudBlockLevel":{"$ref":"#/components/schemas/microsoft.graph.defenderCloudBlockLevelType"},"defenderDaysBeforeDeletingQuarantinedMalware":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of days before deleting quarantined malware. Valid values 0 to 90","format":"int32","nullable":true},"defenderDetectedMalwareActions":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.defenderDetectedMalwareActions"},{"type":"object","nullable":true}],"description":"Gets or sets Defender’s actions to take on detected Malware per threat level."},"defenderFileExtensionsToExclude":{"type":"array","items":{"type":"string","nullable":true},"description":"File extensions to exclude from scans and real time protection."},"defenderFilesAndFoldersToExclude":{"type":"array","items":{"type":"string","nullable":true},"description":"Files and folder to exclude from scans and real time protection."},"defenderMonitorFileActivity":{"$ref":"#/components/schemas/microsoft.graph.defenderMonitorFileActivity"},"defenderProcessesToExclude":{"type":"array","items":{"type":"string","nullable":true},"description":"Processes to exclude from scans and real time protection."},"defenderPromptForSampleSubmission":{"$ref":"#/components/schemas/microsoft.graph.defenderPromptForSampleSubmission"},"defenderRequireBehaviorMonitoring":{"type":"boolean","description":"Indicates whether or not to require behavior monitoring."},"defenderRequireCloudProtection":{"type":"boolean","description":"Indicates whether or not to require cloud protection."},"defenderRequireNetworkInspectionSystem":{"type":"boolean","description":"Indicates whether or not to require network inspection system."},"defenderRequireRealTimeMonitoring":{"type":"boolean","description":"Indicates whether or not to require real time monitoring."},"defenderScanArchiveFiles":{"type":"boolean","description":"Indicates whether or not to scan archive files."},"defenderScanDownloads":{"type":"boolean","description":"Indicates whether or not to scan downloads."},"defenderScanIncomingMail":{"type":"boolean","description":"Indicates whether or not to scan incoming mail messages."},"defenderScanMappedNetworkDrivesDuringFullScan":{"type":"boolean","description":"Indicates whether or not to scan mapped network drives during full scan."},"defenderScanMaxCpu":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Max CPU usage percentage during scan. Valid values 0 to 100","format":"int32","nullable":true},"defenderScanNetworkFiles":{"type":"boolean","description":"Indicates whether or not to scan files opened from a network folder."},"defenderScanRemovableDrivesDuringFullScan":{"type":"boolean","description":"Indicates whether or not to scan removable drives during full scan."},"defenderScanScriptsLoadedInInternetExplorer":{"type":"boolean","description":"Indicates whether or not to scan scripts loaded in Internet Explorer browser."},"defenderScanType":{"$ref":"#/components/schemas/microsoft.graph.defenderScanType"},"defenderScheduledQuickScanTime":{"pattern":"^([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?$","type":"string","description":"The time to perform a daily quick scan.","format":"time","nullable":true},"defenderScheduledScanTime":{"pattern":"^([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?$","type":"string","description":"The defender time for the system scan.","format":"time","nullable":true},"defenderSignatureUpdateIntervalInHours":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The signature update interval in hours. Specify 0 not to check. Valid values 0 to 24","format":"int32","nullable":true},"defenderSystemScanSchedule":{"$ref":"#/components/schemas/microsoft.graph.weeklySchedule"},"developerUnlockSetting":{"$ref":"#/components/schemas/microsoft.graph.stateManagementSetting"},"deviceManagementBlockFactoryResetOnMobile":{"type":"boolean","description":"Indicates whether or not to Block the user from resetting their phone."},"deviceManagementBlockManualUnenroll":{"type":"boolean","description":"Indicates whether or not to Block the user from doing manual un-enrollment from device management."},"diagnosticsDataSubmissionMode":{"$ref":"#/components/schemas/microsoft.graph.diagnosticDataSubmissionMode"},"edgeAllowStartPagesModification":{"type":"boolean","description":"Allow users to change Start pages on Edge. Use the EdgeHomepageUrls to specify the Start pages that the user would see by default when they open Edge."},"edgeBlockAccessToAboutFlags":{"type":"boolean","description":"Indicates whether or not to prevent access to about flags on Edge browser."},"edgeBlockAddressBarDropdown":{"type":"boolean","description":"Block the address bar dropdown functionality in Microsoft Edge. Disable this settings to minimize network connections from Microsoft Edge to Microsoft services."},"edgeBlockAutofill":{"type":"boolean","description":"Indicates whether or not to block auto fill."},"edgeBlockCompatibilityList":{"type":"boolean","description":"Block Microsoft compatibility list in Microsoft Edge. This list from Microsoft helps Edge properly display sites with known compatibility issues."},"edgeBlockDeveloperTools":{"type":"boolean","description":"Indicates whether or not to block developer tools in the Edge browser."},"edgeBlocked":{"type":"boolean","description":"Indicates whether or not to Block the user from using the Edge browser."},"edgeBlockExtensions":{"type":"boolean","description":"Indicates whether or not to block extensions in the Edge browser."},"edgeBlockInPrivateBrowsing":{"type":"boolean","description":"Indicates whether or not to block InPrivate browsing on corporate networks, in the Edge browser."},"edgeBlockJavaScript":{"type":"boolean","description":"Indicates whether or not to Block the user from using JavaScript."},"edgeBlockLiveTileDataCollection":{"type":"boolean","description":"Block the collection of information by Microsoft for live tile creation when users pin a site to Start from Microsoft Edge."},"edgeBlockPasswordManager":{"type":"boolean","description":"Indicates whether or not to Block password manager."},"edgeBlockPopups":{"type":"boolean","description":"Indicates whether or not to block popups."},"edgeBlockSearchSuggestions":{"type":"boolean","description":"Indicates whether or not to block the user from using the search suggestions in the address bar."},"edgeBlockSendingDoNotTrackHeader":{"type":"boolean","description":"Indicates whether or not to Block the user from sending the do not track header."},"edgeBlockSendingIntranetTrafficToInternetExplorer":{"type":"boolean","description":"Indicates whether or not to switch the intranet traffic from Edge to Internet Explorer. Note: the name of this property is misleading; the property is obsolete, use EdgeSendIntranetTrafficToInternetExplorer instead."},"edgeClearBrowsingDataOnExit":{"type":"boolean","description":"Clear browsing data on exiting Microsoft Edge."},"edgeCookiePolicy":{"$ref":"#/components/schemas/microsoft.graph.edgeCookiePolicy"},"edgeDisableFirstRunPage":{"type":"boolean","description":"Block the Microsoft web page that opens on the first use of Microsoft Edge. This policy allows enterprises, like those enrolled in zero emissions configurations, to block this page."},"edgeEnterpriseModeSiteListLocation":{"type":"string","description":"Indicates the enterprise mode site list location. Could be a local file, local network or http location.","nullable":true},"edgeFirstRunUrl":{"type":"string","description":"The first run URL for when Edge browser is opened for the first time.","nullable":true},"edgeHomepageUrls":{"type":"array","items":{"type":"string","nullable":true},"description":"The list of URLs for homepages shodwn on MDM-enrolled devices on Edge browser."},"edgeRequireSmartScreen":{"type":"boolean","description":"Indicates whether or not to Require the user to use the smart screen filter."},"edgeSearchEngine":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.edgeSearchEngineBase"},{"type":"object","nullable":true}],"description":"Allows IT admins to set a default search engine for MDM-Controlled devices. Users can override this and change their default search engine provided the AllowSearchEngineCustomization policy is not set."},"edgeSendIntranetTrafficToInternetExplorer":{"type":"boolean","description":"Indicates whether or not to switch the intranet traffic from Edge to Internet Explorer."},"edgeSyncFavoritesWithInternetExplorer":{"type":"boolean","description":"Enable favorites sync between Internet Explorer and Microsoft Edge. Additions, deletions, modifications and order changes to favorites are shared between browsers."},"enterpriseCloudPrintDiscoveryEndPoint":{"type":"string","description":"Endpoint for discovering cloud printers.","nullable":true},"enterpriseCloudPrintDiscoveryMaxLimit":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Maximum number of printers that should be queried from a discovery endpoint. This is a mobile only setting. Valid values 1 to 65535","format":"int32","nullable":true},"enterpriseCloudPrintMopriaDiscoveryResourceIdentifier":{"type":"string","description":"OAuth resource URI for printer discovery service as configured in Azure portal.","nullable":true},"enterpriseCloudPrintOAuthAuthority":{"type":"string","description":"Authentication endpoint for acquiring OAuth tokens.","nullable":true},"enterpriseCloudPrintOAuthClientIdentifier":{"type":"string","description":"GUID of a client application authorized to retrieve OAuth tokens from the OAuth Authority.","nullable":true},"enterpriseCloudPrintResourceIdentifier":{"type":"string","description":"OAuth resource URI for print service as configured in the Azure portal.","nullable":true},"experienceBlockDeviceDiscovery":{"type":"boolean","description":"Indicates whether or not to enable device discovery UX."},"experienceBlockErrorDialogWhenNoSIM":{"type":"boolean","description":"Indicates whether or not to allow the error dialog from displaying if no SIM card is detected."},"experienceBlockTaskSwitcher":{"type":"boolean","description":"Indicates whether or not to enable task switching on the device."},"gameDvrBlocked":{"type":"boolean","description":"Indicates whether or not to block DVR and broadcasting."},"internetSharingBlocked":{"type":"boolean","description":"Indicates whether or not to Block the user from using internet sharing."},"locationServicesBlocked":{"type":"boolean","description":"Indicates whether or not to Block the user from location services."},"lockScreenAllowTimeoutConfiguration":{"type":"boolean","description":"Specify whether to show a user-configurable setting to control the screen timeout while on the lock screen of Windows 10 Mobile devices. If this policy is set to Allow, the value set by lockScreenTimeoutInSeconds is ignored."},"lockScreenBlockActionCenterNotifications":{"type":"boolean","description":"Indicates whether or not to block action center notifications over lock screen."},"lockScreenBlockCortana":{"type":"boolean","description":"Indicates whether or not the user can interact with Cortana using speech while the system is locked."},"lockScreenBlockToastNotifications":{"type":"boolean","description":"Indicates whether to allow toast notifications above the device lock screen."},"lockScreenTimeoutInSeconds":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Set the duration (in seconds) from the screen locking to the screen turning off for Windows 10 Mobile devices. Supported values are 11-1800. Valid values 11 to 1800","format":"int32","nullable":true},"logonBlockFastUserSwitching":{"type":"boolean","description":"Disables the ability to quickly switch between users that are logged on simultaneously without logging off."},"microsoftAccountBlocked":{"type":"boolean","description":"Indicates whether or not to Block a Microsoft account."},"microsoftAccountBlockSettingsSync":{"type":"boolean","description":"Indicates whether or not to Block Microsoft account settings sync."},"networkProxyApplySettingsDeviceWide":{"type":"boolean","description":"If set, proxy settings will be applied to all processes and accounts in the device. Otherwise, it will be applied to the user account that’s enrolled into MDM."},"networkProxyAutomaticConfigurationUrl":{"type":"string","description":"Address to the proxy auto-config (PAC) script you want to use.","nullable":true},"networkProxyDisableAutoDetect":{"type":"boolean","description":"Disable automatic detection of settings. If enabled, the system will try to find the path to a proxy auto-config (PAC) script."},"networkProxyServer":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.windows10NetworkProxyServer"},{"type":"object","nullable":true}],"description":"Specifies manual proxy server settings."},"nfcBlocked":{"type":"boolean","description":"Indicates whether or not to Block the user from using near field communication."},"oneDriveDisableFileSync":{"type":"boolean","description":"Gets or sets a value allowing IT admins to prevent apps and features from working with files on OneDrive."},"passwordBlockSimple":{"type":"boolean","description":"Specify whether PINs or passwords such as '1111' or '1234' are allowed. For Windows 10 desktops, it also controls the use of picture passwords."},"passwordExpirationDays":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The password expiration in days. Valid values 0 to 730","format":"int32","nullable":true},"passwordMinimumCharacterSetCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The number of character sets required in the password.","format":"int32","nullable":true},"passwordMinimumLength":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The minimum password length. Valid values 4 to 16","format":"int32","nullable":true},"passwordMinutesOfInactivityBeforeScreenTimeout":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The minutes of inactivity before the screen times out.","format":"int32","nullable":true},"passwordPreviousPasswordBlockCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The number of previous passwords to prevent reuse of. Valid values 0 to 50","format":"int32","nullable":true},"passwordRequired":{"type":"boolean","description":"Indicates whether or not to require the user to have a password."},"passwordRequiredType":{"$ref":"#/components/schemas/microsoft.graph.requiredPasswordType"},"passwordRequireWhenResumeFromIdleState":{"type":"boolean","description":"Indicates whether or not to require a password upon resuming from an idle state."},"passwordSignInFailureCountBeforeFactoryReset":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The number of sign in failures before factory reset. Valid values 0 to 999","format":"int32","nullable":true},"personalizationDesktopImageUrl":{"type":"string","description":"A http or https Url to a jpg, jpeg or png image that needs to be downloaded and used as the Desktop Image or a file Url to a local image on the file system that needs to used as the Desktop Image.","nullable":true},"personalizationLockScreenImageUrl":{"type":"string","description":"A http or https Url to a jpg, jpeg or png image that neeeds to be downloaded and used as the Lock Screen Image or a file Url to a local image on the file system that needs to be used as the Lock Screen Image.","nullable":true},"privacyAdvertisingId":{"$ref":"#/components/schemas/microsoft.graph.stateManagementSetting"},"privacyAutoAcceptPairingAndConsentPrompts":{"type":"boolean","description":"Indicates whether or not to allow the automatic acceptance of the pairing and privacy user consent dialog when launching apps."},"privacyBlockInputPersonalization":{"type":"boolean","description":"Indicates whether or not to block the usage of cloud based speech services for Cortana, Dictation, or Store applications."},"resetProtectionModeBlocked":{"type":"boolean","description":"Indicates whether or not to Block the user from reset protection mode."},"safeSearchFilter":{"$ref":"#/components/schemas/microsoft.graph.safeSearchFilterType"},"screenCaptureBlocked":{"type":"boolean","description":"Indicates whether or not to Block the user from taking Screenshots."},"searchBlockDiacritics":{"type":"boolean","description":"Specifies if search can use diacritics."},"searchDisableAutoLanguageDetection":{"type":"boolean","description":"Specifies whether to use automatic language detection when indexing content and properties."},"searchDisableIndexerBackoff":{"type":"boolean","description":"Indicates whether or not to disable the search indexer backoff feature."},"searchDisableIndexingEncryptedItems":{"type":"boolean","description":"Indicates whether or not to block indexing of WIP-protected items to prevent them from appearing in search results for Cortana or Explorer."},"searchDisableIndexingRemovableDrive":{"type":"boolean","description":"Indicates whether or not to allow users to add locations on removable drives to libraries and to be indexed."},"searchEnableAutomaticIndexSizeManangement":{"type":"boolean","description":"Specifies minimum amount of hard drive space on the same drive as the index location before indexing stops."},"searchEnableRemoteQueries":{"type":"boolean","description":"Indicates whether or not to block remote queries of this computer’s index."},"settingsBlockAccountsPage":{"type":"boolean","description":"Indicates whether or not to block access to Accounts in Settings app."},"settingsBlockAddProvisioningPackage":{"type":"boolean","description":"Indicates whether or not to block the user from installing provisioning packages."},"settingsBlockAppsPage":{"type":"boolean","description":"Indicates whether or not to block access to Apps in Settings app."},"settingsBlockChangeLanguage":{"type":"boolean","description":"Indicates whether or not to block the user from changing the language settings."},"settingsBlockChangePowerSleep":{"type":"boolean","description":"Indicates whether or not to block the user from changing power and sleep settings."},"settingsBlockChangeRegion":{"type":"boolean","description":"Indicates whether or not to block the user from changing the region settings."},"settingsBlockChangeSystemTime":{"type":"boolean","description":"Indicates whether or not to block the user from changing date and time settings."},"settingsBlockDevicesPage":{"type":"boolean","description":"Indicates whether or not to block access to Devices in Settings app."},"settingsBlockEaseOfAccessPage":{"type":"boolean","description":"Indicates whether or not to block access to Ease of Access in Settings app."},"settingsBlockEditDeviceName":{"type":"boolean","description":"Indicates whether or not to block the user from editing the device name."},"settingsBlockGamingPage":{"type":"boolean","description":"Indicates whether or not to block access to Gaming in Settings app."},"settingsBlockNetworkInternetPage":{"type":"boolean","description":"Indicates whether or not to block access to Network & Internet in Settings app."},"settingsBlockPersonalizationPage":{"type":"boolean","description":"Indicates whether or not to block access to Personalization in Settings app."},"settingsBlockPrivacyPage":{"type":"boolean","description":"Indicates whether or not to block access to Privacy in Settings app."},"settingsBlockRemoveProvisioningPackage":{"type":"boolean","description":"Indicates whether or not to block the runtime configuration agent from removing provisioning packages."},"settingsBlockSettingsApp":{"type":"boolean","description":"Indicates whether or not to block access to Settings app."},"settingsBlockSystemPage":{"type":"boolean","description":"Indicates whether or not to block access to System in Settings app."},"settingsBlockTimeLanguagePage":{"type":"boolean","description":"Indicates whether or not to block access to Time & Language in Settings app."},"settingsBlockUpdateSecurityPage":{"type":"boolean","description":"Indicates whether or not to block access to Update & Security in Settings app."},"sharedUserAppDataAllowed":{"type":"boolean","description":"Indicates whether or not to block multiple users of the same app to share data."},"smartScreenBlockPromptOverride":{"type":"boolean","description":"Indicates whether or not users can override SmartScreen Filter warnings about potentially malicious websites."},"smartScreenBlockPromptOverrideForFiles":{"type":"boolean","description":"Indicates whether or not users can override the SmartScreen Filter warnings about downloading unverified files"},"smartScreenEnableAppInstallControl":{"type":"boolean","description":"This property will be deprecated in July 2019 and will be replaced by property SmartScreenAppInstallControl. Allows IT Admins to control whether users are allowed to install apps from places other than the Store."},"startBlockUnpinningAppsFromTaskbar":{"type":"boolean","description":"Indicates whether or not to block the user from unpinning apps from taskbar."},"startMenuAppListVisibility":{"$ref":"#/components/schemas/microsoft.graph.windowsStartMenuAppListVisibilityType"},"startMenuHideChangeAccountSettings":{"type":"boolean","description":"Enabling this policy hides the change account setting from appearing in the user tile in the start menu."},"startMenuHideFrequentlyUsedApps":{"type":"boolean","description":"Enabling this policy hides the most used apps from appearing on the start menu and disables the corresponding toggle in the Settings app."},"startMenuHideHibernate":{"type":"boolean","description":"Enabling this policy hides hibernate from appearing in the power button in the start menu."},"startMenuHideLock":{"type":"boolean","description":"Enabling this policy hides lock from appearing in the user tile in the start menu."},"startMenuHidePowerButton":{"type":"boolean","description":"Enabling this policy hides the power button from appearing in the start menu."},"startMenuHideRecentJumpLists":{"type":"boolean","description":"Enabling this policy hides recent jump lists from appearing on the start menu/taskbar and disables the corresponding toggle in the Settings app."},"startMenuHideRecentlyAddedApps":{"type":"boolean","description":"Enabling this policy hides recently added apps from appearing on the start menu and disables the corresponding toggle in the Settings app."},"startMenuHideRestartOptions":{"type":"boolean","description":"Enabling this policy hides 'Restart/Update and Restart' from appearing in the power button in the start menu."},"startMenuHideShutDown":{"type":"boolean","description":"Enabling this policy hides shut down/update and shut down from appearing in the power button in the start menu."},"startMenuHideSignOut":{"type":"boolean","description":"Enabling this policy hides sign out from appearing in the user tile in the start menu."},"startMenuHideSleep":{"type":"boolean","description":"Enabling this policy hides sleep from appearing in the power button in the start menu."},"startMenuHideSwitchAccount":{"type":"boolean","description":"Enabling this policy hides switch account from appearing in the user tile in the start menu."},"startMenuHideUserTile":{"type":"boolean","description":"Enabling this policy hides the user tile from appearing in the start menu."},"startMenuLayoutEdgeAssetsXml":{"type":"string","description":"This policy setting allows you to import Edge assets to be used with startMenuLayoutXml policy. Start layout can contain secondary tile from Edge app which looks for Edge local asset file. Edge local asset would not exist and cause Edge secondary tile to appear empty in this case. This policy only gets applied when startMenuLayoutXml policy is modified. The value should be a UTF-8 Base64 encoded byte array.","format":"base64url","nullable":true},"startMenuLayoutXml":{"type":"string","description":"Allows admins to override the default Start menu layout and prevents the user from changing it. The layout is modified by specifying an XML file based on a layout modification schema. XML needs to be in a UTF8 encoded byte array format.","format":"base64url","nullable":true},"startMenuMode":{"$ref":"#/components/schemas/microsoft.graph.windowsStartMenuModeType"},"startMenuPinnedFolderDocuments":{"$ref":"#/components/schemas/microsoft.graph.visibilitySetting"},"startMenuPinnedFolderDownloads":{"$ref":"#/components/schemas/microsoft.graph.visibilitySetting"},"startMenuPinnedFolderFileExplorer":{"$ref":"#/components/schemas/microsoft.graph.visibilitySetting"},"startMenuPinnedFolderHomeGroup":{"$ref":"#/components/schemas/microsoft.graph.visibilitySetting"},"startMenuPinnedFolderMusic":{"$ref":"#/components/schemas/microsoft.graph.visibilitySetting"},"startMenuPinnedFolderNetwork":{"$ref":"#/components/schemas/microsoft.graph.visibilitySetting"},"startMenuPinnedFolderPersonalFolder":{"$ref":"#/components/schemas/microsoft.graph.visibilitySetting"},"startMenuPinnedFolderPictures":{"$ref":"#/components/schemas/microsoft.graph.visibilitySetting"},"startMenuPinnedFolderSettings":{"$ref":"#/components/schemas/microsoft.graph.visibilitySetting"},"startMenuPinnedFolderVideos":{"$ref":"#/components/schemas/microsoft.graph.visibilitySetting"},"storageBlockRemovableStorage":{"type":"boolean","description":"Indicates whether or not to Block the user from using removable storage."},"storageRequireMobileDeviceEncryption":{"type":"boolean","description":"Indicating whether or not to require encryption on a mobile device."},"storageRestrictAppDataToSystemVolume":{"type":"boolean","description":"Indicates whether application data is restricted to the system drive."},"storageRestrictAppInstallToSystemVolume":{"type":"boolean","description":"Indicates whether the installation of applications is restricted to the system drive."},"tenantLockdownRequireNetworkDuringOutOfBoxExperience":{"type":"boolean","description":"Whether the device is required to connect to the network."},"usbBlocked":{"type":"boolean","description":"Indicates whether or not to Block the user from USB connection."},"voiceRecordingBlocked":{"type":"boolean","description":"Indicates whether or not to Block the user from voice recording."},"webRtcBlockLocalhostIpAddress":{"type":"boolean","description":"Indicates whether or not user's localhost IP address is displayed while making phone calls using the WebRTC"},"wiFiBlockAutomaticConnectHotspots":{"type":"boolean","description":"Indicating whether or not to block automatically connecting to Wi-Fi hotspots. Has no impact if Wi-Fi is blocked."},"wiFiBlocked":{"type":"boolean","description":"Indicates whether or not to Block the user from using Wi-Fi."},"wiFiBlockManualConfiguration":{"type":"boolean","description":"Indicates whether or not to Block the user from using Wi-Fi manual configuration."},"wiFiScanInterval":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Specify how often devices scan for Wi-Fi networks. Supported values are 1-500, where 100 = default, and 500 = low frequency. Valid values 1 to 500","format":"int32","nullable":true},"windowsSpotlightBlockConsumerSpecificFeatures":{"type":"boolean","description":"Allows IT admins to block experiences that are typically for consumers only, such as Start suggestions, Membership notifications, Post-OOBE app install and redirect tiles."},"windowsSpotlightBlocked":{"type":"boolean","description":"Allows IT admins to turn off all Windows Spotlight features"},"windowsSpotlightBlockOnActionCenter":{"type":"boolean","description":"Block suggestions from Microsoft that show after each OS clean install, upgrade or in an on-going basis to introduce users to what is new or changed"},"windowsSpotlightBlockTailoredExperiences":{"type":"boolean","description":"Block personalized content in Windows spotlight based on user’s device usage."},"windowsSpotlightBlockThirdPartyNotifications":{"type":"boolean","description":"Block third party content delivered via Windows Spotlight"},"windowsSpotlightBlockWelcomeExperience":{"type":"boolean","description":"Block Windows Spotlight Windows welcome experience"},"windowsSpotlightBlockWindowsTips":{"type":"boolean","description":"Allows IT admins to turn off the popup of Windows Tips."},"windowsSpotlightConfigureOnLockScreen":{"$ref":"#/components/schemas/microsoft.graph.windowsSpotlightEnablementSettings"},"windowsStoreBlockAutoUpdate":{"type":"boolean","description":"Indicates whether or not to block automatic update of apps from Windows Store."},"windowsStoreBlocked":{"type":"boolean","description":"Indicates whether or not to Block the user from using the Windows store."},"windowsStoreEnablePrivateStoreOnly":{"type":"boolean","description":"Indicates whether or not to enable Private Store Only."},"wirelessDisplayBlockProjectionToThisDevice":{"type":"boolean","description":"Indicates whether or not to allow other devices from discovering this PC for projection."},"wirelessDisplayBlockUserInputFromReceiver":{"type":"boolean","description":"Indicates whether or not to allow user input from wireless display receiver."},"wirelessDisplayRequirePinForPairing":{"type":"boolean","description":"Indicates whether or not to require a PIN for new devices to initiate pairing."},"@odata.type":{"type":"string","default":"#microsoft.graph.windows10GeneralConfiguration"}},"description":"This topic provides descriptions of the declared methods, properties and relationships exposed by the windows10GeneralConfiguration resource."}],"x-ms-discriminator-value":"#microsoft.graph.windows10GeneralConfiguration"},"microsoft.graph.windows10SecureAssessmentConfiguration":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.deviceConfiguration"},{"title":"windows10SecureAssessmentConfiguration","required":["@odata.type"],"type":"object","properties":{"allowPrinting":{"type":"boolean","description":"Indicates whether or not to allow the app from printing during the test."},"allowScreenCapture":{"type":"boolean","description":"Indicates whether or not to allow screen capture capability during a test."},"allowTextSuggestion":{"type":"boolean","description":"Indicates whether or not to allow text suggestions during the test."},"configurationAccount":{"type":"string","description":"The account used to configure the Windows device for taking the test. The user can be a domain account (domain/user), an AAD account (username@tenant.com) or a local account (username).","nullable":true},"launchUri":{"type":"string","description":"Url link to an assessment that's automatically loaded when the secure assessment browser is launched. It has to be a valid Url (http[s]://msdn.microsoft.com/).","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.windows10SecureAssessmentConfiguration"}},"description":"This topic provides descriptions of the declared methods, properties and relationships exposed by the secureAssessment resource."}],"x-ms-discriminator-value":"#microsoft.graph.windows10SecureAssessmentConfiguration"},"microsoft.graph.windows10TeamGeneralConfiguration":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.deviceConfiguration"},{"title":"windows10TeamGeneralConfiguration","required":["@odata.type"],"type":"object","properties":{"azureOperationalInsightsBlockTelemetry":{"type":"boolean","description":"Indicates whether or not to Block Azure Operational Insights."},"azureOperationalInsightsWorkspaceId":{"type":"string","description":"The Azure Operational Insights workspace id.","nullable":true},"azureOperationalInsightsWorkspaceKey":{"type":"string","description":"The Azure Operational Insights Workspace key.","nullable":true},"connectAppBlockAutoLaunch":{"type":"boolean","description":"Specifies whether to automatically launch the Connect app whenever a projection is initiated."},"maintenanceWindowBlocked":{"type":"boolean","description":"Indicates whether or not to Block setting a maintenance window for device updates."},"maintenanceWindowDurationInHours":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Maintenance window duration for device updates. Valid values 0 to 5","format":"int32","nullable":true},"maintenanceWindowStartTime":{"pattern":"^([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?$","type":"string","description":"Maintenance window start time for device updates.","format":"time","nullable":true},"miracastBlocked":{"type":"boolean","description":"Indicates whether or not to Block wireless projection."},"miracastChannel":{"$ref":"#/components/schemas/microsoft.graph.miracastChannel"},"miracastRequirePin":{"type":"boolean","description":"Indicates whether or not to require a pin for wireless projection."},"settingsBlockMyMeetingsAndFiles":{"type":"boolean","description":"Specifies whether to disable the 'My meetings and files' feature in the Start menu, which shows the signed-in user's meetings and files from Office 365."},"settingsBlockSessionResume":{"type":"boolean","description":"Specifies whether to allow the ability to resume a session when the session times out."},"settingsBlockSigninSuggestions":{"type":"boolean","description":"Specifies whether to disable auto-populating of the sign-in dialog with invitees from scheduled meetings."},"settingsDefaultVolume":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Specifies the default volume value for a new session. Permitted values are 0-100. The default is 45. Valid values 0 to 100","format":"int32","nullable":true},"settingsScreenTimeoutInMinutes":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Specifies the number of minutes until the Hub screen turns off.","format":"int32","nullable":true},"settingsSessionTimeoutInMinutes":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Specifies the number of minutes until the session times out.","format":"int32","nullable":true},"settingsSleepTimeoutInMinutes":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Specifies the number of minutes until the Hub enters sleep mode.","format":"int32","nullable":true},"welcomeScreenBackgroundImageUrl":{"type":"string","description":"The welcome screen background image URL. The URL must use the HTTPS protocol and return a PNG image.","nullable":true},"welcomeScreenBlockAutomaticWakeUp":{"type":"boolean","description":"Indicates whether or not to Block the welcome screen from waking up automatically when someone enters the room."},"welcomeScreenMeetingInformation":{"$ref":"#/components/schemas/microsoft.graph.welcomeScreenMeetingInformation"},"@odata.type":{"type":"string","default":"#microsoft.graph.windows10TeamGeneralConfiguration"}},"description":"This topic provides descriptions of the declared methods, properties and relationships exposed by the windows10TeamGeneralConfiguration resource."}],"x-ms-discriminator-value":"#microsoft.graph.windows10TeamGeneralConfiguration"},"microsoft.graph.windows81GeneralConfiguration":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.deviceConfiguration"},{"title":"windows81GeneralConfiguration","required":["@odata.type"],"type":"object","properties":{"accountsBlockAddingNonMicrosoftAccountEmail":{"type":"boolean","description":"Indicates whether or not to Block the user from adding email accounts to the device that are not associated with a Microsoft account."},"applyOnlyToWindows81":{"type":"boolean","description":"Value indicating whether this policy only applies to Windows 8.1. This property is read-only.","readOnly":true},"browserBlockAutofill":{"type":"boolean","description":"Indicates whether or not to block auto fill."},"browserBlockAutomaticDetectionOfIntranetSites":{"type":"boolean","description":"Indicates whether or not to block automatic detection of Intranet sites."},"browserBlockEnterpriseModeAccess":{"type":"boolean","description":"Indicates whether or not to block enterprise mode access."},"browserBlockJavaScript":{"type":"boolean","description":"Indicates whether or not to Block the user from using JavaScript."},"browserBlockPlugins":{"type":"boolean","description":"Indicates whether or not to block plug-ins."},"browserBlockPopups":{"type":"boolean","description":"Indicates whether or not to block popups."},"browserBlockSendingDoNotTrackHeader":{"type":"boolean","description":"Indicates whether or not to Block the user from sending the do not track header."},"browserBlockSingleWordEntryOnIntranetSites":{"type":"boolean","description":"Indicates whether or not to block a single word entry on Intranet sites."},"browserEnterpriseModeSiteListLocation":{"type":"string","description":"The enterprise mode site list location. Could be a local file, local network or http location.","nullable":true},"browserInternetSecurityLevel":{"$ref":"#/components/schemas/microsoft.graph.internetSiteSecurityLevel"},"browserIntranetSecurityLevel":{"$ref":"#/components/schemas/microsoft.graph.siteSecurityLevel"},"browserLoggingReportLocation":{"type":"string","description":"The logging report location.","nullable":true},"browserRequireFirewall":{"type":"boolean","description":"Indicates whether or not to require a firewall."},"browserRequireFraudWarning":{"type":"boolean","description":"Indicates whether or not to require fraud warning."},"browserRequireHighSecurityForRestrictedSites":{"type":"boolean","description":"Indicates whether or not to require high security for restricted sites."},"browserRequireSmartScreen":{"type":"boolean","description":"Indicates whether or not to require the user to use the smart screen filter."},"browserTrustedSitesSecurityLevel":{"$ref":"#/components/schemas/microsoft.graph.siteSecurityLevel"},"cellularBlockDataRoaming":{"type":"boolean","description":"Indicates whether or not to block data roaming."},"diagnosticsBlockDataSubmission":{"type":"boolean","description":"Indicates whether or not to block diagnostic data submission."},"passwordBlockPicturePasswordAndPin":{"type":"boolean","description":"Indicates whether or not to Block the user from using a pictures password and pin."},"passwordExpirationDays":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Password expiration in days.","format":"int32","nullable":true},"passwordMinimumCharacterSetCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The number of character sets required in the password.","format":"int32","nullable":true},"passwordMinimumLength":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The minimum password length.","format":"int32","nullable":true},"passwordMinutesOfInactivityBeforeScreenTimeout":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The minutes of inactivity before the screen times out.","format":"int32","nullable":true},"passwordPreviousPasswordBlockCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The number of previous passwords to prevent re-use of. Valid values 0 to 24","format":"int32","nullable":true},"passwordRequiredType":{"$ref":"#/components/schemas/microsoft.graph.requiredPasswordType"},"passwordSignInFailureCountBeforeFactoryReset":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The number of sign in failures before factory reset.","format":"int32","nullable":true},"storageRequireDeviceEncryption":{"type":"boolean","description":"Indicates whether or not to require encryption on a mobile device."},"updatesRequireAutomaticUpdates":{"type":"boolean","description":"Indicates whether or not to require automatic updates."},"userAccountControlSettings":{"$ref":"#/components/schemas/microsoft.graph.windowsUserAccountControlSettings"},"workFoldersUrl":{"type":"string","description":"The work folders url.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.windows81GeneralConfiguration"}},"description":"This topic provides descriptions of the declared methods, properties and relationships exposed by the windows81GeneralConfiguration resource."}],"x-ms-discriminator-value":"#microsoft.graph.windows81GeneralConfiguration"},"microsoft.graph.windowsDefenderAdvancedThreatProtectionConfiguration":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.deviceConfiguration"},{"title":"windowsDefenderAdvancedThreatProtectionConfiguration","required":["@odata.type"],"type":"object","properties":{"allowSampleSharing":{"type":"boolean","description":"Windows Defender AdvancedThreatProtection 'Allow Sample Sharing' Rule"},"enableExpeditedTelemetryReporting":{"type":"boolean","description":"Expedite Windows Defender Advanced Threat Protection telemetry reporting frequency."},"@odata.type":{"type":"string","default":"#microsoft.graph.windowsDefenderAdvancedThreatProtectionConfiguration"}},"description":"Windows Defender AdvancedThreatProtection Configuration."}],"x-ms-discriminator-value":"#microsoft.graph.windowsDefenderAdvancedThreatProtectionConfiguration"},"microsoft.graph.windowsPhone81CustomConfiguration":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.deviceConfiguration"},{"title":"windowsPhone81CustomConfiguration","required":["@odata.type"],"type":"object","properties":{"omaSettings":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.omaSetting"},"description":"OMA settings. This collection can contain a maximum of 1000 elements."},"@odata.type":{"type":"string","default":"#microsoft.graph.windowsPhone81CustomConfiguration"}},"description":"This topic provides descriptions of the declared methods, properties and relationships exposed by the windowsPhone81CustomConfiguration resource."}],"x-ms-discriminator-value":"#microsoft.graph.windowsPhone81CustomConfiguration"},"microsoft.graph.windowsPhone81GeneralConfiguration":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.deviceConfiguration"},{"title":"windowsPhone81GeneralConfiguration","required":["@odata.type"],"type":"object","properties":{"applyOnlyToWindowsPhone81":{"type":"boolean","description":"Value indicating whether this policy only applies to Windows Phone 8.1. This property is read-only.","readOnly":true},"appsBlockCopyPaste":{"type":"boolean","description":"Indicates whether or not to block copy paste."},"bluetoothBlocked":{"type":"boolean","description":"Indicates whether or not to block bluetooth."},"cameraBlocked":{"type":"boolean","description":"Indicates whether or not to block camera."},"cellularBlockWifiTethering":{"type":"boolean","description":"Indicates whether or not to block Wi-Fi tethering. Has no impact if Wi-Fi is blocked."},"compliantAppListType":{"$ref":"#/components/schemas/microsoft.graph.appListType"},"compliantAppsList":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.appListItem"},"description":"List of apps in the compliance (either allow list or block list, controlled by CompliantAppListType). This collection can contain a maximum of 10000 elements."},"diagnosticDataBlockSubmission":{"type":"boolean","description":"Indicates whether or not to block diagnostic data submission."},"emailBlockAddingAccounts":{"type":"boolean","description":"Indicates whether or not to block custom email accounts."},"locationServicesBlocked":{"type":"boolean","description":"Indicates whether or not to block location services."},"microsoftAccountBlocked":{"type":"boolean","description":"Indicates whether or not to block using a Microsoft Account."},"nfcBlocked":{"type":"boolean","description":"Indicates whether or not to block Near-Field Communication."},"passwordBlockSimple":{"type":"boolean","description":"Indicates whether or not to block syncing the calendar."},"passwordExpirationDays":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of days before the password expires.","format":"int32","nullable":true},"passwordMinimumCharacterSetCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of character sets a password must contain.","format":"int32","nullable":true},"passwordMinimumLength":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Minimum length of passwords.","format":"int32","nullable":true},"passwordMinutesOfInactivityBeforeScreenTimeout":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Minutes of inactivity before screen timeout.","format":"int32","nullable":true},"passwordPreviousPasswordBlockCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of previous passwords to block. Valid values 0 to 24","format":"int32","nullable":true},"passwordRequired":{"type":"boolean","description":"Indicates whether or not to require a password."},"passwordRequiredType":{"$ref":"#/components/schemas/microsoft.graph.requiredPasswordType"},"passwordSignInFailureCountBeforeFactoryReset":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of sign in failures allowed before factory reset.","format":"int32","nullable":true},"screenCaptureBlocked":{"type":"boolean","description":"Indicates whether or not to block screenshots."},"storageBlockRemovableStorage":{"type":"boolean","description":"Indicates whether or not to block removable storage."},"storageRequireEncryption":{"type":"boolean","description":"Indicates whether or not to require encryption."},"webBrowserBlocked":{"type":"boolean","description":"Indicates whether or not to block the web browser."},"wifiBlockAutomaticConnectHotspots":{"type":"boolean","description":"Indicates whether or not to block automatically connecting to Wi-Fi hotspots. Has no impact if Wi-Fi is blocked."},"wifiBlocked":{"type":"boolean","description":"Indicates whether or not to block Wi-Fi."},"wifiBlockHotspotReporting":{"type":"boolean","description":"Indicates whether or not to block Wi-Fi hotspot reporting. Has no impact if Wi-Fi is blocked."},"windowsStoreBlocked":{"type":"boolean","description":"Indicates whether or not to block the Windows Store."},"@odata.type":{"type":"string","default":"#microsoft.graph.windowsPhone81GeneralConfiguration"}},"description":"This topic provides descriptions of the declared methods, properties and relationships exposed by the windowsPhone81GeneralConfiguration resource."}],"x-ms-discriminator-value":"#microsoft.graph.windowsPhone81GeneralConfiguration"},"microsoft.graph.windowsUpdateForBusinessConfiguration":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.deviceConfiguration"},{"title":"windowsUpdateForBusinessConfiguration","required":["@odata.type"],"type":"object","properties":{"allowWindows11Upgrade":{"type":"boolean","description":"When TRUE, allows eligible Windows 10 devices to upgrade to Windows 11. When FALSE, implies the device stays on the existing operating system. Returned by default. Query parameters are not supported."},"automaticUpdateMode":{"$ref":"#/components/schemas/microsoft.graph.automaticUpdateMode"},"autoRestartNotificationDismissal":{"$ref":"#/components/schemas/microsoft.graph.autoRestartNotificationDismissalMethod"},"businessReadyUpdatesOnly":{"$ref":"#/components/schemas/microsoft.graph.windowsUpdateType"},"deadlineForFeatureUpdatesInDays":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of days before feature updates are installed automatically with valid range from 0 to 30 days. Returned by default. Query parameters are not supported.","format":"int32","nullable":true},"deadlineForQualityUpdatesInDays":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of days before quality updates are installed automatically with valid range from 0 to 30 days. Returned by default. Query parameters are not supported.","format":"int32","nullable":true},"deadlineGracePeriodInDays":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of days after deadline until restarts occur automatically with valid range from 0 to 7 days. Returned by default. Query parameters are not supported.","format":"int32","nullable":true},"deliveryOptimizationMode":{"$ref":"#/components/schemas/microsoft.graph.windowsDeliveryOptimizationMode"},"driversExcluded":{"type":"boolean","description":"When TRUE, excludes Windows update Drivers. When FALSE, does not exclude Windows update Drivers. Returned by default. Query parameters are not supported."},"engagedRestartDeadlineInDays":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Deadline in days before automatically scheduling and executing a pending restart outside of active hours, with valid range from 2 to 30 days. Returned by default. Query parameters are not supported.","format":"int32","nullable":true},"engagedRestartSnoozeScheduleInDays":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of days a user can snooze Engaged Restart reminder notifications with valid range from 1 to 3 days. Returned by default. Query parameters are not supported.","format":"int32","nullable":true},"engagedRestartTransitionScheduleInDays":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of days before transitioning from Auto Restarts scheduled outside of active hours to Engaged Restart, which requires the user to schedule, with valid range from 0 to 30 days. Returned by default. Query parameters are not supported.","format":"int32","nullable":true},"featureUpdatesDeferralPeriodInDays":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Defer Feature Updates by these many days with valid range from 0 to 30 days. Returned by default. Query parameters are not supported.","format":"int32"},"featureUpdatesPaused":{"type":"boolean","description":"When TRUE, assigned devices are paused from receiving feature updates for up to 35 days from the time you pause the ring. When FALSE, does not pause Feature Updates. Returned by default. Query parameters are not supported.s"},"featureUpdatesPauseExpiryDateTime":{"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 Feature Updates Pause Expiry datetime. This value is 35 days from the time admin paused or extended the pause for the ring. Returned by default. Query parameters are not supported.","format":"date-time"},"featureUpdatesPauseStartDate":{"pattern":"^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$","type":"string","description":"The Feature Updates Pause start date. This value is the time when the admin paused or extended the pause for the ring. Returned by default. Query parameters are not supported. This property is read-only.","format":"date","nullable":true,"readOnly":true},"featureUpdatesRollbackStartDateTime":{"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 Feature Updates Rollback Start datetime.This value is the time when the admin rolled back the Feature update for the ring.Returned by default.Query parameters are not supported.","format":"date-time"},"featureUpdatesRollbackWindowInDays":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The number of days after a Feature Update for which a rollback is valid with valid range from 2 to 60 days. Returned by default. Query parameters are not supported.","format":"int32","nullable":true},"featureUpdatesWillBeRolledBack":{"type":"boolean","description":"When TRUE, rollback Feature Updates on the next device check in. When FALSE, do not rollback Feature Updates on the next device check in. Returned by default.Query parameters are not supported.","nullable":true},"installationSchedule":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.windowsUpdateInstallScheduleType"},{"type":"object","nullable":true}],"description":"The Installation Schedule. The possible values are: ActiveHoursStart, ActiveHoursEnd, ScheduledInstallDay, ScheduledInstallTime. Returned by default. Query parameters are not supported."},"microsoftUpdateServiceAllowed":{"type":"boolean","description":"When TRUE, allows Microsoft Update Service. When FALSE, does not allow Microsoft Update Service. Returned by default. Query parameters are not supported."},"postponeRebootUntilAfterDeadline":{"type":"boolean","description":"When TRUE the device should wait until deadline for rebooting outside of active hours. When FALSE the device should not wait until deadline for rebooting outside of active hours. Returned by default. Query parameters are not supported.","nullable":true},"prereleaseFeatures":{"$ref":"#/components/schemas/microsoft.graph.prereleaseFeatures"},"qualityUpdatesDeferralPeriodInDays":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Defer Quality Updates by these many days with valid range from 0 to 30 days. Returned by default. Query parameters are not supported.","format":"int32"},"qualityUpdatesPaused":{"type":"boolean","description":"When TRUE, assigned devices are paused from receiving quality updates for up to 35 days from the time you pause the ring. When FALSE, does not pause Quality Updates. Returned by default. Query parameters are not supported."},"qualityUpdatesPauseExpiryDateTime":{"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 Quality Updates Pause Expiry datetime. This value is 35 days from the time admin paused or extended the pause for the ring. Returned by default. Query parameters are not supported.","format":"date-time"},"qualityUpdatesPauseStartDate":{"pattern":"^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$","type":"string","description":"The Quality Updates Pause start date. This value is the time when the admin paused or extended the pause for the ring. Returned by default. Query parameters are not supported. This property is read-only.","format":"date","nullable":true,"readOnly":true},"qualityUpdatesRollbackStartDateTime":{"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 Quality Updates Rollback Start datetime. This value is the time when the admin rolled back the Quality update for the ring. Returned by default. Query parameters are not supported.","format":"date-time"},"qualityUpdatesWillBeRolledBack":{"type":"boolean","description":"When TRUE, rollback Quality Updates on the next device check in. When FALSE, do not rollback Quality Updates on the next device check in. Returned by default. Query parameters are not supported.","nullable":true},"scheduleImminentRestartWarningInMinutes":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Specify the period for auto-restart imminent warning notifications. Supported values: 15, 30 or 60 (minutes). Returned by default. Query parameters are not supported.","format":"int32","nullable":true},"scheduleRestartWarningInHours":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Specify the period for auto-restart warning reminder notifications. Supported values: 2, 4, 8, 12 or 24 (hours). Returned by default. Query parameters are not supported.","format":"int32","nullable":true},"skipChecksBeforeRestart":{"type":"boolean","description":"When TRUE, skips all checks before restart: Battery level = 40%, User presence, Display Needed, Presentation mode, Full screen mode, phone call state, game mode etc. When FALSE, does not skip all checks before restart. Returned by default. Query parameters are not supported."},"updateNotificationLevel":{"$ref":"#/components/schemas/microsoft.graph.windowsUpdateNotificationDisplayOption"},"updateWeeks":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.windowsUpdateForBusinessUpdateWeeks"},{"type":"object","nullable":true}],"description":"Schedule the update installation on the weeks of the month. The possible values are: UserDefined, FirstWeek, SecondWeek, ThirdWeek, FourthWeek, EveryWeek. Returned by default. Query parameters are not supported. The possible values are: userDefined, firstWeek, secondWeek, thirdWeek, fourthWeek, everyWeek, unknownFutureValue."},"userPauseAccess":{"$ref":"#/components/schemas/microsoft.graph.enablement"},"userWindowsUpdateScanAccess":{"$ref":"#/components/schemas/microsoft.graph.enablement"},"@odata.type":{"type":"string","default":"#microsoft.graph.windowsUpdateForBusinessConfiguration"}},"description":"Windows Update for business configuration, allows you to specify how and when Windows as a Service updates your Windows 10/11 devices with feature and quality updates. Supports ODATA clauses that DeviceConfiguration entity supports: $filter by types of DeviceConfiguration, $top, $select only DeviceConfiguration base properties, $orderby only DeviceConfiguration base properties, and $skip. The query parameter '$search' is not supported."}],"x-ms-discriminator-value":"#microsoft.graph.windowsUpdateForBusinessConfiguration"},"microsoft.graph.deviceConfigurationAssignment":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"deviceConfigurationAssignment","required":["@odata.type"],"type":"object","properties":{"target":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.deviceAndAppManagementAssignmentTarget"},{"type":"object","nullable":true}],"description":"The assignment target for the device configuration."},"@odata.type":{"type":"string"}},"description":"The device configuration assignment entity assigns an AAD group to a specific device configuration."}],"x-ms-discriminator-value":"#microsoft.graph.deviceConfigurationAssignment"},"microsoft.graph.deviceConfigurationDeviceOverview":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"deviceConfigurationDeviceOverview","required":["@odata.type"],"type":"object","properties":{"configurationVersion":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Version of the policy for that overview","format":"int32"},"errorCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of error devices","format":"int32"},"failedCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of failed devices","format":"int32"},"lastUpdateDateTime":{"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 update time","format":"date-time"},"notApplicableCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of not applicable devices","format":"int32"},"pendingCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of pending devices","format":"int32"},"successCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of succeeded devices","format":"int32"},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.deviceConfigurationDeviceOverview"},"microsoft.graph.deviceConfigurationDeviceStateSummary":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"deviceConfigurationDeviceStateSummary","required":["@odata.type"],"type":"object","properties":{"compliantDeviceCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of compliant devices","format":"int32"},"conflictDeviceCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of conflict devices","format":"int32"},"errorDeviceCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of error devices","format":"int32"},"nonCompliantDeviceCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of NonCompliant devices","format":"int32"},"notApplicableDeviceCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of not applicable devices","format":"int32"},"remediatedDeviceCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of remediated devices","format":"int32"},"unknownDeviceCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of unknown devices","format":"int32"},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.deviceConfigurationDeviceStateSummary"},"microsoft.graph.deviceConfigurationDeviceStatus":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"deviceConfigurationDeviceStatus","required":["@odata.type"],"type":"object","properties":{"complianceGracePeriodExpirationDateTime":{"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 DateTime when device compliance grace period expires","format":"date-time"},"deviceDisplayName":{"type":"string","description":"Device name of the DevicePolicyStatus.","nullable":true},"deviceModel":{"type":"string","description":"The device model that is being reported","nullable":true},"lastReportedDateTime":{"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 modified date time of the policy report.","format":"date-time"},"status":{"$ref":"#/components/schemas/microsoft.graph.complianceStatus"},"userName":{"type":"string","description":"The User Name that is being reported","nullable":true},"userPrincipalName":{"type":"string","description":"UserPrincipalName.","nullable":true},"@odata.type":{"type":"string"}},"description":"Support for this Entity is being deprecated starting May 2026 & will no longer be supported."}],"x-ms-discriminator-value":"#microsoft.graph.deviceConfigurationDeviceStatus"},"microsoft.graph.deviceConfigurationState":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"deviceConfigurationState","required":["@odata.type"],"type":"object","properties":{"displayName":{"type":"string","description":"The name of the policy for this policyBase","nullable":true},"platformType":{"$ref":"#/components/schemas/microsoft.graph.policyPlatformType"},"settingCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Count of how many setting a policy holds","format":"int32"},"settingStates":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.deviceConfigurationSettingState"}},"state":{"$ref":"#/components/schemas/microsoft.graph.complianceStatus"},"version":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The version of the policy","format":"int32"},"@odata.type":{"type":"string"}},"description":"Support for this Entity is being deprecated starting May 2026 & will no longer be supported."}],"x-ms-discriminator-value":"#microsoft.graph.deviceConfigurationState"},"microsoft.graph.deviceConfigurationUserOverview":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"deviceConfigurationUserOverview","required":["@odata.type"],"type":"object","properties":{"configurationVersion":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Version of the policy for that overview","format":"int32"},"errorCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of error Users","format":"int32"},"failedCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of failed Users","format":"int32"},"lastUpdateDateTime":{"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 update time","format":"date-time"},"notApplicableCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of not applicable users","format":"int32"},"pendingCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of pending Users","format":"int32"},"successCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of succeeded Users","format":"int32"},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.deviceConfigurationUserOverview"},"microsoft.graph.deviceConfigurationUserStatus":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"deviceConfigurationUserStatus","required":["@odata.type"],"type":"object","properties":{"devicesCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Devices count for that user.","format":"int32"},"lastReportedDateTime":{"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 modified date time of the policy report.","format":"date-time"},"status":{"$ref":"#/components/schemas/microsoft.graph.complianceStatus"},"userDisplayName":{"type":"string","description":"User name of the DevicePolicyStatus.","nullable":true},"userPrincipalName":{"type":"string","description":"UserPrincipalName.","nullable":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.deviceConfigurationUserStatus"},"microsoft.graph.deviceEnrollmentConfiguration":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"deviceEnrollmentConfiguration","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","description":"Created date time in UTC of the device enrollment configuration","format":"date-time"},"description":{"type":"string","description":"The description of the device enrollment configuration","nullable":true},"displayName":{"type":"string","description":"The display name of the device enrollment configuration","nullable":true},"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 modified date time in UTC of the device enrollment configuration","format":"date-time"},"priority":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Priority is used when a user exists in multiple groups that are assigned enrollment configuration. Users are subject only to the configuration with the lowest priority value.","format":"int32"},"version":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The version of the device enrollment configuration","format":"int32"},"assignments":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.enrollmentConfigurationAssignment"},"description":"The list of group assignments for the device configuration profile","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}},"description":"The Base Class of Device Enrollment Configuration","discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.deviceEnrollmentLimitConfiguration":"#/components/schemas/microsoft.graph.deviceEnrollmentLimitConfiguration","#microsoft.graph.deviceEnrollmentPlatformRestrictionsConfiguration":"#/components/schemas/microsoft.graph.deviceEnrollmentPlatformRestrictionsConfiguration","#microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration":"#/components/schemas/microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration","#microsoft.graph.windows10EnrollmentCompletionPageConfiguration":"#/components/schemas/microsoft.graph.windows10EnrollmentCompletionPageConfiguration"}}}]},"microsoft.graph.deviceEnrollmentLimitConfiguration":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.deviceEnrollmentConfiguration"},{"title":"deviceEnrollmentLimitConfiguration","required":["@odata.type"],"type":"object","properties":{"limit":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The maximum number of devices that a user can enroll","format":"int32"},"@odata.type":{"type":"string","default":"#microsoft.graph.deviceEnrollmentLimitConfiguration"}},"description":"Device Enrollment Configuration that restricts the number of devices a user can enroll"}],"x-ms-discriminator-value":"#microsoft.graph.deviceEnrollmentLimitConfiguration"},"microsoft.graph.deviceEnrollmentPlatformRestrictionsConfiguration":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.deviceEnrollmentConfiguration"},{"title":"deviceEnrollmentPlatformRestrictionsConfiguration","required":["@odata.type"],"type":"object","properties":{"androidRestriction":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.deviceEnrollmentPlatformRestriction"},{"type":"object","nullable":true}],"description":"Indicates restrictions for Android platform."},"iosRestriction":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.deviceEnrollmentPlatformRestriction"},{"type":"object","nullable":true}],"description":"Indicates restrictions for IOS platform."},"macOSRestriction":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.deviceEnrollmentPlatformRestriction"},{"type":"object","nullable":true}],"description":"Indicates restrictions for MacOS platform."},"windowsMobileRestriction":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.deviceEnrollmentPlatformRestriction"},{"type":"object","nullable":true}],"description":"Indicates restrictions for Windows Mobile platform."},"windowsRestriction":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.deviceEnrollmentPlatformRestriction"},{"type":"object","nullable":true}],"description":"Indicates restrictions for Windows platform."},"@odata.type":{"type":"string","default":"#microsoft.graph.deviceEnrollmentPlatformRestrictionsConfiguration"}},"description":"Default Device Enrollment Platform Restrictions Configuration that restricts the types of devices a user can enroll"}],"x-ms-discriminator-value":"#microsoft.graph.deviceEnrollmentPlatformRestrictionsConfiguration"},"microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.deviceEnrollmentConfiguration"},{"title":"deviceEnrollmentWindowsHelloForBusinessConfiguration","required":["@odata.type"],"type":"object","properties":{"enhancedBiometricsState":{"$ref":"#/components/schemas/microsoft.graph.enablement"},"pinExpirationInDays":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Controls the period of time (in days) that a PIN can be used before the system requires the user to change it. This must be set between 0 and 730, inclusive. If set to 0, the user's PIN will never expire","format":"int32"},"pinLowercaseCharactersUsage":{"$ref":"#/components/schemas/microsoft.graph.windowsHelloForBusinessPinUsage"},"pinMaximumLength":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Controls the maximum number of characters allowed for the Windows Hello for Business PIN. This value must be between 4 and 127, inclusive. This value must be greater than or equal to the value set for the minimum PIN.","format":"int32"},"pinMinimumLength":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Controls the minimum number of characters required for the Windows Hello for Business PIN.  This value must be between 4 and 127, inclusive, and less than or equal to the value set for the maximum PIN.","format":"int32"},"pinPreviousBlockCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Controls the ability to prevent users from using past PINs. This must be set between 0 and 50, inclusive, and the current PIN of the user is included in that count. If set to 0, previous PINs are not stored. PIN history is not preserved through a PIN reset.","format":"int32"},"pinSpecialCharactersUsage":{"$ref":"#/components/schemas/microsoft.graph.windowsHelloForBusinessPinUsage"},"pinUppercaseCharactersUsage":{"$ref":"#/components/schemas/microsoft.graph.windowsHelloForBusinessPinUsage"},"remotePassportEnabled":{"type":"boolean","description":"Controls the use of Remote Windows Hello for Business. Remote Windows Hello for Business provides the ability for a portable, registered device to be usable as a companion for desktop authentication. The desktop must be Azure AD joined and the companion device must have a Windows Hello for Business PIN."},"securityDeviceRequired":{"type":"boolean","description":"Controls whether to require a Trusted Platform Module (TPM) for provisioning Windows Hello for Business. A TPM provides an additional security benefit in that data stored on it cannot be used on other devices. If set to False, all devices can provision Windows Hello for Business even if there is not a usable TPM."},"state":{"$ref":"#/components/schemas/microsoft.graph.enablement"},"unlockWithBiometricsEnabled":{"type":"boolean","description":"Controls the use of biometric gestures, such as face and fingerprint, as an alternative to the Windows Hello for Business PIN.  If set to False, biometric gestures are not allowed. Users must still configure a PIN as a backup in case of failures."},"@odata.type":{"type":"string","default":"#microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration"}},"description":"Windows Hello for Business settings lets users access their devices using a gesture, such as biometric authentication, or a PIN. Configure settings for enrolled Windows 10, Windows 10 Mobile and later."}],"x-ms-discriminator-value":"#microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration"},"microsoft.graph.windows10EnrollmentCompletionPageConfiguration":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.deviceEnrollmentConfiguration"},{"title":"windows10EnrollmentCompletionPageConfiguration","required":["@odata.type"],"type":"object","properties":{"allowNonBlockingAppInstallation":{"type":"boolean","description":"When TRUE, ESP (Enrollment Status Page) installs all required apps targeted during technician phase and ignores any failures for non-blocking apps. When FALSE, ESP fails on any error during app install. The default is false."},"@odata.type":{"type":"string","default":"#microsoft.graph.windows10EnrollmentCompletionPageConfiguration"}},"description":"Windows 10 Enrollment Status Page Configuration"}],"x-ms-discriminator-value":"#microsoft.graph.windows10EnrollmentCompletionPageConfiguration"},"microsoft.graph.deviceInstallState":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"deviceInstallState","required":["@odata.type"],"type":"object","properties":{"deviceId":{"type":"string","description":"Device Id.","nullable":true},"deviceName":{"type":"string","description":"Device name.","nullable":true},"errorCode":{"type":"string","description":"The error code for install failures.","nullable":true},"installState":{"$ref":"#/components/schemas/microsoft.graph.installState"},"lastSyncDateTime":{"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 sync date and time.","format":"date-time"},"osDescription":{"type":"string","description":"OS Description.","nullable":true},"osVersion":{"type":"string","description":"OS Version.","nullable":true},"userName":{"type":"string","description":"Device User Name.","nullable":true},"@odata.type":{"type":"string"}},"description":"Contains properties for the installation state for a device."}],"x-ms-discriminator-value":"#microsoft.graph.deviceInstallState"},"microsoft.graph.deviceLocalCredentialInfo":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"deviceLocalCredentialInfo","required":["@odata.type"],"type":"object","properties":{"credentials":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.deviceLocalCredential"},"description":"The credentials of the device's local administrator account backed up to Azure Active Directory."},"deviceName":{"type":"string","description":"Display name of the device that the local credentials are associated with."},"lastBackupDateTime":{"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":"When the local administrator account credential was backed up to Azure Active Directory.","format":"date-time"},"refreshDateTime":{"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":"When the local administrator account credential will be refreshed and backed up to Azure Active Directory.","format":"date-time"},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.deviceLocalCredentialInfo"},"microsoft.graph.deviceLogCollectionResponse":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"deviceLogCollectionResponse","required":["@odata.type"],"type":"object","properties":{"enrolledByUser":{"type":"string","description":"The User Principal Name (UPN) of the user that enrolled the device.","nullable":true},"expirationDateTimeUTC":{"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 DateTime of the expiration of the logs.","format":"date-time","nullable":true},"initiatedByUserPrincipalName":{"type":"string","description":"The UPN for who initiated the request.","nullable":true},"managedDeviceId":{"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","description":"Indicates Intune device unique identifier.","format":"uuid"},"receivedDateTimeUTC":{"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 DateTime the request was received.","format":"date-time","nullable":true},"requestedDateTimeUTC":{"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 DateTime of the request.","format":"date-time","nullable":true},"sizeInKB":{"oneOf":[{"type":"number","format":"double","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"The size of the logs in KB. Valid values -1.79769313486232E+308 to 1.79769313486232E+308"},"status":{"$ref":"#/components/schemas/microsoft.graph.appLogUploadState"},"@odata.type":{"type":"string"}},"description":"Windows Log Collection request entity."}],"x-ms-discriminator-value":"#microsoft.graph.deviceLogCollectionResponse"},"microsoft.graph.deviceManagement":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"deviceManagement","required":["@odata.type"],"type":"object","properties":{"deviceProtectionOverview":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.deviceProtectionOverview"},{"type":"object","nullable":true}],"description":"Device protection overview."},"intuneAccountId":{"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","description":"Intune Account Id for given tenant","format":"uuid"},"intuneBrand":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.intuneBrand"},{"type":"object","nullable":true}],"description":"intuneBrand contains data which is used in customizing the appearance of the Company Portal applications as well as the end user web portal."},"settings":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.deviceManagementSettings"},{"type":"object","nullable":true}],"description":"Account level settings."},"subscriptionState":{"$ref":"#/components/schemas/microsoft.graph.deviceManagementSubscriptionState"},"userExperienceAnalyticsSettings":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.userExperienceAnalyticsSettings"},{"type":"object","nullable":true}],"description":"User experience analytics device settings"},"windowsMalwareOverview":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.windowsMalwareOverview"},{"type":"object","nullable":true}],"description":"Malware overview for windows devices."},"applePushNotificationCertificate":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.applePushNotificationCertificate"},{"type":"object","nullable":true}],"description":"Apple push notification certificate.","x-ms-navigationProperty":true},"auditEvents":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.auditEvent"},"description":"The Audit Events","x-ms-navigationProperty":true},"complianceManagementPartners":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.complianceManagementPartner"},"description":"The list of Compliance Management Partners configured by the tenant.","x-ms-navigationProperty":true},"conditionalAccessSettings":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.onPremisesConditionalAccessSettings"},{"type":"object","nullable":true}],"description":"The Exchange on premises conditional access settings. On premises conditional access will require devices to be both enrolled and compliant for mail access","x-ms-navigationProperty":true},"detectedApps":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.detectedApp"},"description":"The list of detected apps associated with a device.","x-ms-navigationProperty":true},"deviceCategories":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.deviceCategory"},"description":"The list of device categories with the tenant.","x-ms-navigationProperty":true},"deviceCompliancePolicies":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.deviceCompliancePolicy"},"description":"The device compliance policies.","x-ms-navigationProperty":true},"deviceCompliancePolicyDeviceStateSummary":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.deviceCompliancePolicyDeviceStateSummary"},{"type":"object","nullable":true}],"description":"The device compliance state summary for this account.","x-ms-navigationProperty":true},"deviceCompliancePolicySettingStateSummaries":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.deviceCompliancePolicySettingStateSummary"},"description":"The summary states of compliance policy settings for this account.","x-ms-navigationProperty":true},"deviceConfigurationDeviceStateSummaries":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.deviceConfigurationDeviceStateSummary"},{"type":"object","nullable":true}],"description":"The device configuration device state summary for this account.","x-ms-navigationProperty":true},"deviceConfigurations":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.deviceConfiguration"},"description":"The device configurations.","x-ms-navigationProperty":true},"deviceEnrollmentConfigurations":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.deviceEnrollmentConfiguration"},"description":"The list of device enrollment configurations","x-ms-navigationProperty":true},"deviceManagementPartners":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.deviceManagementPartner"},"description":"The list of Device Management Partners configured by the tenant.","x-ms-navigationProperty":true},"exchangeConnectors":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.deviceManagementExchangeConnector"},"description":"The list of Exchange Connectors configured by the tenant.","x-ms-navigationProperty":true},"importedWindowsAutopilotDeviceIdentities":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.importedWindowsAutopilotDeviceIdentity"},"description":"Collection of imported Windows autopilot devices.","x-ms-navigationProperty":true},"iosUpdateStatuses":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.iosUpdateDeviceStatus"},"description":"The IOS software update installation statuses for this account.","x-ms-navigationProperty":true},"managedDeviceOverview":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.managedDeviceOverview"},{"type":"object","nullable":true}],"description":"Device overview","x-ms-navigationProperty":true},"managedDevices":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.managedDevice"},"description":"The list of managed devices.","x-ms-navigationProperty":true},"mobileAppTroubleshootingEvents":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.mobileAppTroubleshootingEvent"},"description":"The collection property of MobileAppTroubleshootingEvent.","x-ms-navigationProperty":true},"mobileThreatDefenseConnectors":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.mobileThreatDefenseConnector"},"description":"The list of Mobile threat Defense connectors configured by the tenant.","x-ms-navigationProperty":true},"notificationMessageTemplates":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.notificationMessageTemplate"},"description":"The Notification Message Templates.","x-ms-navigationProperty":true},"remoteAssistancePartners":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.remoteAssistancePartner"},"description":"The remote assist partners.","x-ms-navigationProperty":true},"reports":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.deviceManagementReports"},{"type":"object","nullable":true}],"x-ms-navigationProperty":true},"resourceOperations":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.resourceOperation"},"description":"The Resource Operations.","x-ms-navigationProperty":true},"roleAssignments":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.deviceAndAppManagementRoleAssignment"},"description":"The Role Assignments.","x-ms-navigationProperty":true},"roleDefinitions":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.roleDefinition"},"description":"The Role Definitions.","x-ms-navigationProperty":true},"softwareUpdateStatusSummary":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.softwareUpdateStatusSummary"},{"type":"object","nullable":true}],"description":"The software update status summary.","x-ms-navigationProperty":true},"termsAndConditions":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.termsAndConditions"},"description":"The terms and conditions associated with device management of the company.","x-ms-navigationProperty":true},"troubleshootingEvents":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.deviceManagementTroubleshootingEvent"},"description":"The list of troubleshooting events for the tenant.","x-ms-navigationProperty":true},"userExperienceAnalyticsAppHealthApplicationPerformance":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.userExperienceAnalyticsAppHealthApplicationPerformance"},"description":"User experience analytics appHealth Application Performance","x-ms-navigationProperty":true},"userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails"},"description":"User experience analytics appHealth Application Performance by App Version details","x-ms-navigationProperty":true},"userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId"},"description":"User experience analytics appHealth Application Performance by App Version Device Id","x-ms-navigationProperty":true},"userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.userExperienceAnalyticsAppHealthAppPerformanceByOSVersion"},"description":"User experience analytics appHealth Application Performance by OS Version","x-ms-navigationProperty":true},"userExperienceAnalyticsAppHealthDeviceModelPerformance":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.userExperienceAnalyticsAppHealthDeviceModelPerformance"},"description":"User experience analytics appHealth Model Performance","x-ms-navigationProperty":true},"userExperienceAnalyticsAppHealthDevicePerformance":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.userExperienceAnalyticsAppHealthDevicePerformance"},"description":"User experience analytics appHealth Device Performance","x-ms-navigationProperty":true},"userExperienceAnalyticsAppHealthDevicePerformanceDetails":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.userExperienceAnalyticsAppHealthDevicePerformanceDetails"},"description":"User experience analytics device performance details","x-ms-navigationProperty":true},"userExperienceAnalyticsAppHealthOSVersionPerformance":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.userExperienceAnalyticsAppHealthOSVersionPerformance"},"description":"User experience analytics appHealth OS version Performance","x-ms-navigationProperty":true},"userExperienceAnalyticsAppHealthOverview":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.userExperienceAnalyticsCategory"},{"type":"object","nullable":true}],"description":"User experience analytics appHealth overview","x-ms-navigationProperty":true},"userExperienceAnalyticsBaselines":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.userExperienceAnalyticsBaseline"},"description":"User experience analytics baselines","x-ms-navigationProperty":true},"userExperienceAnalyticsCategories":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.userExperienceAnalyticsCategory"},"description":"User experience analytics categories","x-ms-navigationProperty":true},"userExperienceAnalyticsDevicePerformance":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.userExperienceAnalyticsDevicePerformance"},"description":"User experience analytics device performance","x-ms-navigationProperty":true},"userExperienceAnalyticsDeviceScores":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.userExperienceAnalyticsDeviceScores"},"description":"User experience analytics device scores","x-ms-navigationProperty":true},"userExperienceAnalyticsDeviceStartupHistory":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.userExperienceAnalyticsDeviceStartupHistory"},"description":"User experience analytics device Startup History","x-ms-navigationProperty":true},"userExperienceAnalyticsDeviceStartupProcesses":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.userExperienceAnalyticsDeviceStartupProcess"},"description":"User experience analytics device Startup Processes","x-ms-navigationProperty":true},"userExperienceAnalyticsDeviceStartupProcessPerformance":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.userExperienceAnalyticsDeviceStartupProcessPerformance"},"description":"User experience analytics device Startup Process Performance","x-ms-navigationProperty":true},"userExperienceAnalyticsMetricHistory":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.userExperienceAnalyticsMetricHistory"},"description":"User experience analytics metric history","x-ms-navigationProperty":true},"userExperienceAnalyticsModelScores":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.userExperienceAnalyticsModelScores"},"description":"User experience analytics model scores","x-ms-navigationProperty":true},"userExperienceAnalyticsOverview":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.userExperienceAnalyticsOverview"},{"type":"object","nullable":true}],"description":"User experience analytics overview","x-ms-navigationProperty":true},"userExperienceAnalyticsScoreHistory":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.userExperienceAnalyticsScoreHistory"},"description":"User experience analytics device Startup Score History","x-ms-navigationProperty":true},"userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric"},{"type":"object","nullable":true}],"description":"User experience analytics work from anywhere hardware readiness metrics.","x-ms-navigationProperty":true},"userExperienceAnalyticsWorkFromAnywhereMetrics":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.userExperienceAnalyticsWorkFromAnywhereMetric"},"description":"User experience analytics work from anywhere metrics.","x-ms-navigationProperty":true},"userExperienceAnalyticsWorkFromAnywhereModelPerformance":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.userExperienceAnalyticsWorkFromAnywhereModelPerformance"},"description":"The user experience analytics work from anywhere model performance","x-ms-navigationProperty":true},"virtualEndpoint":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.virtualEndpoint"},{"type":"object","nullable":true}],"x-ms-navigationProperty":true},"windowsAutopilotDeviceIdentities":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.windowsAutopilotDeviceIdentity"},"description":"The Windows autopilot device identities contained collection.","x-ms-navigationProperty":true},"windowsInformationProtectionAppLearningSummaries":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.windowsInformationProtectionAppLearningSummary"},"description":"The windows information protection app learning summaries.","x-ms-navigationProperty":true},"windowsInformationProtectionNetworkLearningSummaries":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.windowsInformationProtectionNetworkLearningSummary"},"description":"The windows information protection network learning summaries.","x-ms-navigationProperty":true},"windowsMalwareInformation":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.windowsMalwareInformation"},"description":"The list of affected malware in the tenant.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.deviceManagement"},"microsoft.graph.deviceManagementCachedReportConfiguration":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"deviceManagementCachedReportConfiguration","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}},"description":"Entity representing the configuration of a cached report."}],"x-ms-discriminator-value":"#microsoft.graph.deviceManagementCachedReportConfiguration"},"microsoft.graph.deviceManagementExchangeConnector":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"deviceManagementExchangeConnector","required":["@odata.type"],"type":"object","properties":{"connectorServerName":{"type":"string","description":"The name of the server hosting the Exchange Connector.","nullable":true},"exchangeAlias":{"type":"string","description":"An alias assigned to the Exchange server","nullable":true},"exchangeConnectorType":{"$ref":"#/components/schemas/microsoft.graph.deviceManagementExchangeConnectorType"},"exchangeOrganization":{"type":"string","description":"Exchange Organization to the Exchange server","nullable":true},"lastSyncDateTime":{"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 sync time for the Exchange Connector","format":"date-time"},"primarySmtpAddress":{"type":"string","description":"Email address used to configure the Service To Service Exchange Connector.","nullable":true},"serverName":{"type":"string","description":"The name of the Exchange server.","nullable":true},"status":{"$ref":"#/components/schemas/microsoft.graph.deviceManagementExchangeConnectorStatus"},"version":{"type":"string","description":"The version of the ExchangeConnectorAgent","nullable":true},"@odata.type":{"type":"string"}},"description":"Entity which represents a connection to an Exchange environment."}],"x-ms-discriminator-value":"#microsoft.graph.deviceManagementExchangeConnector"},"microsoft.graph.deviceManagementExportJob":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"deviceManagementExportJob","required":["@odata.type"],"type":"object","properties":{"expirationDateTime":{"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":"Time that the exported report expires.","format":"date-time"},"filter":{"type":"string","description":"Filters applied on the report. The maximum length allowed for this property is 2000 characters.","nullable":true},"format":{"$ref":"#/components/schemas/microsoft.graph.deviceManagementReportFileFormat"},"localizationType":{"$ref":"#/components/schemas/microsoft.graph.deviceManagementExportJobLocalizationType"},"reportName":{"type":"string","description":"Name of the report. The maximum length allowed for this property is 2000 characters."},"requestDateTime":{"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":"Time that the exported report was requested.","format":"date-time"},"select":{"type":"array","items":{"type":"string","nullable":true},"description":"Columns selected from the report. The maximum number of allowed columns names is 256. The maximum length allowed for each column name in this property is 1000 characters."},"snapshotId":{"type":"string","description":"A snapshot is an identifiable subset of the dataset represented by the ReportName. A sessionId or CachedReportConfiguration id can be used here. If a sessionId is specified, Filter, Select, and OrderBy are applied to the data represented by the sessionId. Filter, Select, and OrderBy cannot be specified together with a CachedReportConfiguration id. The maximum length allowed for this property is 128 characters.","nullable":true},"status":{"$ref":"#/components/schemas/microsoft.graph.deviceManagementReportStatus"},"url":{"type":"string","description":"Temporary location of the exported report.","nullable":true},"@odata.type":{"type":"string"}},"description":"Entity representing a job to export a report."}],"x-ms-discriminator-value":"#microsoft.graph.deviceManagementExportJob"},"microsoft.graph.deviceManagementPartner":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"deviceManagementPartner","required":["@odata.type"],"type":"object","properties":{"displayName":{"type":"string","description":"Partner display name","nullable":true},"groupsRequiringPartnerEnrollment":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.deviceManagementPartnerAssignment"},"description":"User groups that specifies whether enrollment is through partner."},"isConfigured":{"type":"boolean","description":"Whether device management partner is configured or not"},"lastHeartbeatDateTime":{"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":"Timestamp of last heartbeat after admin enabled option Connect to Device management Partner","format":"date-time"},"partnerAppType":{"$ref":"#/components/schemas/microsoft.graph.deviceManagementPartnerAppType"},"partnerState":{"$ref":"#/components/schemas/microsoft.graph.deviceManagementPartnerTenantState"},"singleTenantAppId":{"type":"string","description":"Partner Single tenant App id","nullable":true},"whenPartnerDevicesWillBeMarkedAsNonCompliantDateTime":{"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":"DateTime in UTC when PartnerDevices will be marked as NonCompliant","format":"date-time","nullable":true},"whenPartnerDevicesWillBeRemovedDateTime":{"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":"DateTime in UTC when PartnerDevices will be removed","format":"date-time","nullable":true},"@odata.type":{"type":"string"}},"description":"Entity which represents a connection to device management partner."}],"x-ms-discriminator-value":"#microsoft.graph.deviceManagementPartner"},"microsoft.graph.deviceManagementReports":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"deviceManagementReports","required":["@odata.type"],"type":"object","properties":{"exportJobs":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.deviceManagementExportJob"},"description":"Entity representing a job to export a report.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.deviceManagementReports"},"microsoft.graph.enrollmentTroubleshootingEvent":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.deviceManagementTroubleshootingEvent"},{"title":"enrollmentTroubleshootingEvent","required":["@odata.type"],"type":"object","properties":{"deviceId":{"type":"string","description":"Azure AD device identifier.","nullable":true},"enrollmentType":{"$ref":"#/components/schemas/microsoft.graph.deviceEnrollmentType"},"failureCategory":{"$ref":"#/components/schemas/microsoft.graph.deviceEnrollmentFailureReason"},"failureReason":{"type":"string","description":"Detailed failure reason.","nullable":true},"managedDeviceIdentifier":{"type":"string","description":"Device identifier created or collected by Intune.","nullable":true},"operatingSystem":{"type":"string","description":"Operating System.","nullable":true},"osVersion":{"type":"string","description":"OS Version.","nullable":true},"userId":{"type":"string","description":"Identifier for the user that tried to enroll the device.","nullable":true},"@odata.type":{"type":"string"}},"description":"Event representing an enrollment failure."}],"x-ms-discriminator-value":"#microsoft.graph.enrollmentTroubleshootingEvent"},"microsoft.graph.deviceRegistrationPolicy":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"deviceRegistrationPolicy","required":["@odata.type"],"type":"object","properties":{"azureADJoin":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.azureADJoinPolicy"},{"type":"object","nullable":true}],"description":"Specifies the authorization policy for controlling registration of new devices using Microsoft Entra join within your organization. Required. For more information, see What is a device identity?."},"azureADRegistration":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.azureADRegistrationPolicy"},{"type":"object","nullable":true}],"description":"Specifies the authorization policy for controlling registration of new devices using Microsoft Entra registered within your organization. Required. For more information, see What is a device identity?."},"description":{"type":"string","description":"The description of the device registration policy. Always set to Tenant-wide policy that manages intial provisioning controls using quota restrictions, additional authentication and authorization checks. Read-only.","nullable":true},"displayName":{"type":"string","description":"The name of the device registration policy. Always set to Device Registration Policy. Read-only.","nullable":true},"localAdminPassword":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.localAdminPasswordSettings"},{"type":"object","nullable":true}],"description":"Specifies the setting for Local Admin Password Solution (LAPS) within your organization."},"multiFactorAuthConfiguration":{"$ref":"#/components/schemas/microsoft.graph.multiFactorAuthConfiguration"},"userDeviceQuota":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Specifies the maximum number of devices that a user can have within your organization before blocking new device registrations. The default value is set to 50. If this property isn't specified during the policy update operation, it's automatically reset to 0 to indicate that users aren't allowed to join any devices.","format":"int32"},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.deviceRegistrationPolicy"},"microsoft.graph.directory":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"directory","required":["@odata.type"],"type":"object","properties":{"administrativeUnits":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.administrativeUnit"},"description":"Conceptual container for user and group directory objects.","x-ms-navigationProperty":true},"attributeSets":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.attributeSet"},"description":"Group of related custom security attribute definitions.","x-ms-navigationProperty":true},"customSecurityAttributeDefinitions":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.customSecurityAttributeDefinition"},"description":"Schema of a custom security attributes (key-value pairs).","x-ms-navigationProperty":true},"deletedItems":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.directoryObject"},"description":"Recently deleted items. Read-only. Nullable.","x-ms-navigationProperty":true},"deviceLocalCredentials":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.deviceLocalCredentialInfo"},"description":"The credentials of the device's local administrator account backed up to Microsoft Entra ID.","x-ms-navigationProperty":true},"federationConfigurations":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.identityProviderBase"},"description":"Configure domain federation with organizations whose identity provider (IdP) supports either the SAML or WS-Fed protocol.","x-ms-navigationProperty":true},"onPremisesSynchronization":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.onPremisesDirectorySynchronization"},"description":"A container for on-premises directory synchronization functionalities that are available for the organization.","x-ms-navigationProperty":true},"publicKeyInfrastructure":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.publicKeyInfrastructureRoot"},{"type":"object","nullable":true}],"description":"The collection of public key infrastructure instances for the certificate-based authentication feature for users in a Microsoft Entra tenant.","x-ms-navigationProperty":true},"recovery":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.entraRecoveryServices.recovery"},{"type":"object","nullable":true}],"x-ms-navigationProperty":true},"remoteTenantGroups":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.remoteTenantGroup"},"description":"Collection of groups in remote Microsoft Entra tenants that are available in the directory.","x-ms-navigationProperty":true},"subscriptions":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.companySubscription"},"description":"List of commercial subscriptions that an organization acquired.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.directory"},"microsoft.graph.directoryDefinition":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"directoryDefinition","required":["@odata.type"],"type":"object","properties":{"discoverabilities":{"$ref":"#/components/schemas/microsoft.graph.directoryDefinitionDiscoverabilities"},"discoveryDateTime":{"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":"Represents the discovery date and time using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.","format":"date-time","nullable":true},"name":{"type":"string","description":"Name of the directory. Must be unique within the synchronization schema. Not nullable.","nullable":true},"objects":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.objectDefinition"},"description":"Collection of objects supported by the directory."},"readOnly":{"type":"boolean","description":"Whether this object is read-only."},"version":{"type":"string","description":"Read only value that indicates version discovered. null if discovery hasn't yet occurred.","nullable":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.directoryDefinition"},"microsoft.graph.eBookInstallSummary":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"eBookInstallSummary","required":["@odata.type"],"type":"object","properties":{"failedDeviceCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of Devices that have failed to install this book.","format":"int32"},"failedUserCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of Users that have 1 or more device that failed to install this book.","format":"int32"},"installedDeviceCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of Devices that have successfully installed this book.","format":"int32"},"installedUserCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of Users whose devices have all succeeded to install this book.","format":"int32"},"notInstalledDeviceCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of Devices that does not have this book installed.","format":"int32"},"notInstalledUserCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of Users that did not install this book.","format":"int32"},"@odata.type":{"type":"string"}},"description":"Contains properties for the installation summary of a book for a device."}],"x-ms-discriminator-value":"#microsoft.graph.eBookInstallSummary"},"microsoft.graph.educationAssignment":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"educationAssignment","required":["@odata.type"],"type":"object","properties":{"addedStudentAction":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.educationAddedStudentAction"},{"type":"object","nullable":true}],"description":"Optional field to control the assignment behavior for students who are added after the assignment is published. If not specified, defaults to none. Supported values are: none, assignIfOpen. For example, a teacher can use assignIfOpen to indicate that an assignment should be assigned to any new student who joins the class while the assignment is still open, and none to indicate that an assignment shouldn't be assigned to new students."},"addToCalendarAction":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.educationAddToCalendarOptions"},{"type":"object","nullable":true}],"description":"Optional field to control the assignment behavior  for adding assignments to students' and teachers' calendars when the assignment is published. The possible values are: none, studentsAndPublisher, studentsAndTeamOwners, unknownFutureValue, and studentsOnly. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: studentsOnly. The default value is none."},"allowLateSubmissions":{"type":"boolean","description":"Identifies whether students can submit after the due date. If this property isn't specified during create, it defaults to true.","nullable":true},"allowStudentsToAddResourcesToSubmission":{"type":"boolean","description":"Identifies whether students can add their own resources to a submission or if they can only modify resources added by the teacher.","nullable":true},"assignDateTime":{"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 when the assignment should become active. If in the future, the assignment isn't shown to the student until this date. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z","format":"date-time","nullable":true,"readOnly":true},"assignedDateTime":{"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 moment that the assignment was published to students and the assignment shows up on the students timeline. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z","format":"date-time","nullable":true,"readOnly":true},"assignTo":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.educationAssignmentRecipient"},{"type":"object","nullable":true}],"description":"Which users, or whole class should receive a submission object once the assignment is published."},"classId":{"type":"string","description":"Class to which this assignment belongs.","nullable":true},"closeDateTime":{"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":"Date when the assignment is closed for submissions. This is an optional field that can be null if the assignment doesn't allowLateSubmissions or when the closeDateTime is the same as the dueDateTime. But if specified, then the closeDateTime must be greater than or equal to the dueDateTime. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z","format":"date-time","nullable":true},"createdBy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"type":"object","nullable":true}],"description":"Who created the assignment.","readOnly":true},"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","description":"Moment when the assignment was created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z","format":"date-time","nullable":true,"readOnly":true},"displayName":{"type":"string","description":"Name of the assignment.","nullable":true},"dueDateTime":{"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":"Date when the students assignment is due. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z","format":"date-time","nullable":true},"feedbackResourcesFolderUrl":{"type":"string","description":"Folder URL where all the feedback file resources for this assignment are stored.","nullable":true,"readOnly":true},"grading":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.educationAssignmentGradeType"},{"type":"object","nullable":true}],"description":"How the assignment will be graded."},"instructions":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.educationItemBody"},{"type":"object","nullable":true}],"description":"Instructions for the assignment. The instructions and the display name tell the student what to do."},"languageTag":{"type":"string","description":"Specifies the language in which UI notifications for the assignment are displayed. If languageTag isn't provided, the default language is en-US. Optional.","nullable":true},"lastModifiedBy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"type":"object","nullable":true}],"description":"Who last modified the assignment.","readOnly":true},"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":"The date and time on which the assignment was modified. A student submission doesn't modify the assignment; only teachers can update assignments. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z","format":"date-time","nullable":true,"readOnly":true},"moduleUrl":{"type":"string","description":"The URL of the module from which to access the assignment.","nullable":true},"notificationChannelUrl":{"type":"string","description":"Optional field to specify the URL of the channel to post the assignment publish notification. If not specified or null, defaults to the General channel. This field only applies to assignments where the assignTo value is educationAssignmentClassRecipient. Updating the notificationChannelUrl isn't allowed after the assignment is published.","nullable":true},"resourcesFolderUrl":{"type":"string","description":"Folder URL where all the file resources for this assignment are stored.","nullable":true,"readOnly":true},"status":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.educationAssignmentStatus"},{"type":"object","nullable":true}],"description":"Status of the assignment.  You can't PATCH this value. The possible values are: draft, scheduled, published, assigned, unknownFutureValue, inactive. Use the Prefer: include-unknown-enum-members request header to get the following members in this evolvable enum: inactive.","readOnly":true},"webUrl":{"type":"string","description":"The deep link URL for the given assignment.","nullable":true,"readOnly":true},"categories":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.educationCategory"},"description":"When set, enables users to easily find assignments of a given type. Read-only. Nullable.","x-ms-navigationProperty":true},"gradingCategory":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.educationGradingCategory"},{"type":"object","nullable":true}],"description":"When set, enables users to weight assignments differently when computing a class average grade.","x-ms-navigationProperty":true},"gradingScheme":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.educationGradingScheme"},{"type":"object","nullable":true}],"description":"When set, enables users to configure custom string grades based on the percentage of total points earned on this assignment.","x-ms-navigationProperty":true},"resources":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.educationAssignmentResource"},"description":"Learning objects that are associated with this assignment. Only teachers can modify this list. Nullable.","x-ms-navigationProperty":true},"rubric":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.educationRubric"},{"type":"object","nullable":true}],"description":"When set, the grading rubric attached to this assignment.","x-ms-navigationProperty":true},"submissions":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.educationSubmission"},"description":"Once published, there's a submission object for each student representing their work and grade. Read-only. Nullable.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.educationAssignment"},"microsoft.graph.educationAssignmentDefaults":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"educationAssignmentDefaults","required":["@odata.type"],"type":"object","properties":{"addedStudentAction":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.educationAddedStudentAction"},{"type":"object","nullable":true}],"description":"Class-level default behavior for handling students who are added after the assignment is published. The possible values are: none, assignIfOpen."},"addToCalendarAction":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.educationAddToCalendarOptions"},{"type":"object","nullable":true}],"description":"Optional field to control adding assignments to students' and teachers' calendars when the assignment is published. The possible values are: none, studentsAndPublisher, studentsAndTeamOwners, unknownFutureValue, and studentsOnly. Use the Prefer: include-unknown-enum-members request header to get the following members in this evolvable enum: studentsOnly. The default value is none."},"dueTime":{"pattern":"^([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?$","type":"string","description":"Class-level default value for due time field. Default value is 23:59:00.","format":"time","nullable":true},"notificationChannelUrl":{"type":"string","description":"Default Teams channel to which notifications are sent. Default value is null.","nullable":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.educationAssignmentDefaults"},"microsoft.graph.educationAssignmentResource":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"educationAssignmentResource","required":["@odata.type"],"type":"object","properties":{"distributeForStudentWork":{"type":"boolean","description":"Indicates whether this resource should be copied to each student submission for modification and submission. Required","nullable":true},"resource":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.educationResource"},{"type":"object","nullable":true}],"description":"Resource object that has been associated with this assignment."},"dependentResources":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.educationAssignmentResource"},"description":"A collection of assignment resources that depend on the parent educationAssignmentResource.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.educationAssignmentResource"},"microsoft.graph.educationAssignmentSettings":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"educationAssignmentSettings","required":["@odata.type"],"type":"object","properties":{"submissionAnimationDisabled":{"type":"boolean","description":"Indicates whether to show the turn-in celebration animation. If true, indicates to skip the animation. The default value is false.","nullable":true},"defaultGradingScheme":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.educationGradingScheme"},{"type":"object","nullable":true}],"description":"The default grading scheme for assignments created in this class.","x-ms-navigationProperty":true},"gradingCategories":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.educationGradingCategory"},"description":"When set, enables users to weight assignments differently when computing a class average grade.","x-ms-navigationProperty":true},"gradingSchemes":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.educationGradingScheme"},"description":"The grading schemes that can be attached to assignments created in this class.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.educationAssignmentSettings"},"microsoft.graph.educationCategory":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"educationCategory","required":["@odata.type"],"type":"object","properties":{"displayName":{"type":"string","description":"Unique identifier for the category.","nullable":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.educationCategory"},"microsoft.graph.educationClass":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"educationClass","required":["@odata.type"],"type":"object","properties":{"classCode":{"type":"string","description":"Class code used by the school to identify the class.","nullable":true},"course":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.educationCourse"},{"type":"object","nullable":true}]},"createdBy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"type":"object","nullable":true}],"description":"Entity who created the class"},"description":{"type":"string","description":"Description of the class.","nullable":true},"displayName":{"type":"string","description":"Name of the class."},"externalId":{"type":"string","description":"ID of the class from the syncing system.","nullable":true},"externalName":{"type":"string","description":"Name of the class in the syncing system.","nullable":true},"externalSource":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.educationExternalSource"},{"type":"object","nullable":true}],"description":"How this class was created. The possible values are: sis, manual."},"externalSourceDetail":{"type":"string","description":"The name of the external source this resource was generated from.","nullable":true},"grade":{"type":"string","description":"Grade level of the class.","nullable":true},"mailNickname":{"type":"string","description":"Mail name for sending email to all members, if this is enabled."},"term":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.educationTerm"},{"type":"object","nullable":true}],"description":"Term for this class."},"assignmentCategories":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.educationCategory"},"description":"All categories associated with this class. Nullable.","x-ms-navigationProperty":true},"assignmentDefaults":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.educationAssignmentDefaults"},{"type":"object","nullable":true}],"description":"Specifies class-level defaults respected by new assignments created in the class.","x-ms-navigationProperty":true},"assignments":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.educationAssignment"},"description":"All assignments associated with this class. Nullable.","x-ms-navigationProperty":true},"assignmentSettings":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.educationAssignmentSettings"},{"type":"object","nullable":true}],"description":"Specifies class-level assignments settings.","x-ms-navigationProperty":true},"group":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.group"},{"type":"object","nullable":true}],"description":"The underlying Microsoft 365 group object.","x-ms-navigationProperty":true},"members":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.educationUser"},"description":"All users in the class. Nullable.","x-ms-navigationProperty":true},"modules":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.educationModule"},"description":"All modules in the class. Nullable.","x-ms-navigationProperty":true},"schools":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.educationSchool"},"description":"All schools that this class is associated with. Nullable.","x-ms-navigationProperty":true},"teachers":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.educationUser"},"description":"All teachers in the class. Nullable.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.educationClass"},"microsoft.graph.educationGradingCategory":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"educationGradingCategory","required":["@odata.type"],"type":"object","properties":{"displayName":{"type":"string","description":"The name of the grading category."},"percentageWeight":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The weight of the category; an integer between 0 and 100.","format":"int32"},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.educationGradingCategory"},"microsoft.graph.educationGradingScheme":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"educationGradingScheme","required":["@odata.type"],"type":"object","properties":{"displayName":{"type":"string","description":"The name of the grading scheme."},"grades":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.educationGradingSchemeGrade"},"description":"The grades that make up the scheme."},"hidePointsDuringGrading":{"type":"boolean","description":"The display setting for the UI. Indicates whether teachers can grade with points in addition to letter grades."},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.educationGradingScheme"},"microsoft.graph.educationModule":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"educationModule","required":["@odata.type"],"type":"object","properties":{"createdBy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"type":"object","nullable":true}],"description":"The display name of the user that created the module.","readOnly":true},"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","description":"Date time the module was created. 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","nullable":true,"readOnly":true},"description":{"type":"string","description":"Description of the module.","nullable":true},"displayName":{"type":"string","description":"Name of the module.","nullable":true},"isPinned":{"type":"boolean","description":"Indicates whether the module is pinned or not.","nullable":true},"lastModifiedBy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"type":"object","nullable":true}],"description":"The last user that modified the module.","readOnly":true},"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":"Date time the module was last modified. 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","nullable":true,"readOnly":true},"resourcesFolderUrl":{"type":"string","description":"Folder URL where all the file resources for this module are stored.","nullable":true,"readOnly":true},"status":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.educationModuleStatus"},{"type":"object","nullable":true}],"description":"Status of the module. You can't use a PATCH operation to update this value. The possible values are: draft and published.","readOnly":true},"resources":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.educationModuleResource"},"description":"Learning objects that are associated with this module. Only teachers can modify this list. Nullable.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.educationModule"},"microsoft.graph.educationModuleResource":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"educationModuleResource","required":["@odata.type"],"type":"object","properties":{"resource":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.educationResource"},{"type":"object","nullable":true}],"description":"Resource object that is with this module."},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.educationModuleResource"},"microsoft.graph.educationOrganization":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"educationOrganization","required":["@odata.type"],"type":"object","properties":{"description":{"type":"string","description":"Organization description.","nullable":true},"displayName":{"type":"string","description":"Organization display name."},"externalSource":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.educationExternalSource"},{"type":"object","nullable":true}],"description":"Source where this organization was created from. The possible values are: sis, manual."},"externalSourceDetail":{"type":"string","description":"The name of the external source this resource was generated from.","nullable":true},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.educationSchool":"#/components/schemas/microsoft.graph.educationSchool"}}}]},"microsoft.graph.educationSchool":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.educationOrganization"},{"title":"educationSchool","required":["@odata.type"],"type":"object","properties":{"address":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.physicalAddress"},{"type":"object","nullable":true}],"description":"Address of the school."},"createdBy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"type":"object","nullable":true}],"description":"Entity who created the school."},"externalId":{"type":"string","description":"ID of school in syncing system.","nullable":true},"externalPrincipalId":{"type":"string","description":"ID of principal in syncing system.","nullable":true},"fax":{"type":"string","nullable":true},"highestGrade":{"type":"string","description":"Highest grade taught.","nullable":true},"lowestGrade":{"type":"string","description":"Lowest grade taught.","nullable":true},"phone":{"type":"string","description":"Phone number of school.","nullable":true},"principalEmail":{"type":"string","description":"Email address of the principal.","nullable":true},"principalName":{"type":"string","description":"Name of the principal.","nullable":true},"schoolNumber":{"type":"string","description":"School Number.","nullable":true},"administrativeUnit":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.administrativeUnit"},{"type":"object","nullable":true}],"description":"The underlying administrativeUnit for this school.","x-ms-navigationProperty":true},"classes":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.educationClass"},"description":"Classes taught at the school. Nullable.","x-ms-navigationProperty":true},"users":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.educationUser"},"description":"Users in the school. Nullable.","x-ms-navigationProperty":true},"@odata.type":{"type":"string","default":"#microsoft.graph.educationSchool"}}}],"x-ms-discriminator-value":"#microsoft.graph.educationSchool"},"microsoft.graph.educationOutcome":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"educationOutcome","required":["@odata.type"],"type":"object","properties":{"lastModifiedBy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"type":"object","nullable":true}],"description":"The individual who updated the resource."},"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":"The moment in time when the resource was last modified. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2021 is 2021-01-01T00:00:00Z.","format":"date-time","nullable":true},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.educationFeedbackOutcome":"#/components/schemas/microsoft.graph.educationFeedbackOutcome","#microsoft.graph.educationFeedbackResourceOutcome":"#/components/schemas/microsoft.graph.educationFeedbackResourceOutcome","#microsoft.graph.educationPointsOutcome":"#/components/schemas/microsoft.graph.educationPointsOutcome","#microsoft.graph.educationRubricOutcome":"#/components/schemas/microsoft.graph.educationRubricOutcome"}}}]},"microsoft.graph.educationFeedbackOutcome":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.educationOutcome"},{"title":"educationFeedbackOutcome","required":["@odata.type"],"type":"object","properties":{"feedback":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.educationFeedback"},{"type":"object","nullable":true}],"description":"Teacher's written feedback to the student."},"publishedFeedback":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.educationFeedback"},{"type":"object","nullable":true}],"description":"A copy of the feedback property that is made when the grade is released to the student."},"@odata.type":{"type":"string","default":"#microsoft.graph.educationFeedbackOutcome"}}}],"x-ms-discriminator-value":"#microsoft.graph.educationFeedbackOutcome"},"microsoft.graph.educationFeedbackResourceOutcome":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.educationOutcome"},{"title":"educationFeedbackResourceOutcome","required":["@odata.type"],"type":"object","properties":{"feedbackResource":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.educationResource"},{"type":"object","nullable":true}],"description":"The actual feedback resource."},"resourceStatus":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.educationFeedbackResourceOutcomeStatus"},{"type":"object","nullable":true}],"description":"The status of the feedback resource. The possible values are: notPublished, pendingPublish, published, failedPublish, unknownFutureValue."},"@odata.type":{"type":"string","default":"#microsoft.graph.educationFeedbackResourceOutcome"}}}],"x-ms-discriminator-value":"#microsoft.graph.educationFeedbackResourceOutcome"},"microsoft.graph.educationPointsOutcome":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.educationOutcome"},{"title":"educationPointsOutcome","required":["@odata.type"],"type":"object","properties":{"points":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.educationAssignmentPointsGrade"},{"type":"object","nullable":true}],"description":"The numeric grade the teacher has given the student for this assignment."},"publishedPoints":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.educationAssignmentPointsGrade"},{"type":"object","nullable":true}],"description":"A copy of the points property that is made when the grade is released to the student."},"@odata.type":{"type":"string","default":"#microsoft.graph.educationPointsOutcome"}}}],"x-ms-discriminator-value":"#microsoft.graph.educationPointsOutcome"},"microsoft.graph.educationRubricOutcome":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.educationOutcome"},{"title":"educationRubricOutcome","required":["@odata.type"],"type":"object","properties":{"publishedRubricQualityFeedback":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.rubricQualityFeedbackModel"},"description":"A copy of the rubricQualityFeedback property that is made when the grade is released to the student."},"publishedRubricQualitySelectedLevels":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.rubricQualitySelectedColumnModel"},"description":"A copy of the rubricQualitySelectedLevels property that is made when the grade is released to the student."},"rubricQualityFeedback":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.rubricQualityFeedbackModel"},"description":"A collection of specific feedback for each quality of this rubric."},"rubricQualitySelectedLevels":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.rubricQualitySelectedColumnModel"},"description":"The level that the teacher has selected for each quality while grading this assignment."},"@odata.type":{"type":"string","default":"#microsoft.graph.educationRubricOutcome"}}}],"x-ms-discriminator-value":"#microsoft.graph.educationRubricOutcome"},"microsoft.graph.educationRubric":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"educationRubric","required":["@odata.type"],"type":"object","properties":{"createdBy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"type":"object","nullable":true}],"description":"The user who created this resource.","readOnly":true},"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","description":"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","nullable":true,"readOnly":true},"description":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.educationItemBody"},{"type":"object","nullable":true}],"description":"The description of this rubric."},"displayName":{"type":"string","description":"The name of this rubric.","nullable":true},"grading":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.educationAssignmentGradeType"},{"type":"object","nullable":true}],"description":"The grading type of this rubric. You can use null for a no-points rubric or educationAssignmentPointsGradeType for a points rubric."},"lastModifiedBy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"type":"object","nullable":true}],"description":"The last user to modify the resource.","readOnly":true},"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":"Moment in time when the resource was last modified. 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","nullable":true,"readOnly":true},"levels":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.rubricLevel"},"description":"The collection of levels making up this rubric."},"qualities":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.rubricQuality"},"description":"The collection of qualities making up this rubric."},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.educationRubric"},"microsoft.graph.educationSubmission":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"educationSubmission","required":["@odata.type"],"type":"object","properties":{"assignmentId":{"type":"string","description":"The unique identifier for the assignment with which this submission is associated. A submission is always associated with one and only one assignment.","nullable":true,"readOnly":true},"excusedBy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"type":"object","nullable":true}],"description":"The user that marked the submission as excused.","readOnly":true},"excusedDateTime":{"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 that the submission was excused. 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","nullable":true,"readOnly":true},"lastModifiedBy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"type":"object","nullable":true}],"description":"The identities of those who modified the submission.","readOnly":true},"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":"The date and time the submission was modified.","format":"date-time","nullable":true,"readOnly":true},"reassignedBy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"type":"object","nullable":true}],"description":"User who moved the status of this submission to reassigned.","readOnly":true},"reassignedDateTime":{"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":"Moment in time when the submission was reassigned. 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","nullable":true,"readOnly":true},"recipient":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.educationSubmissionRecipient"},{"type":"object","nullable":true}],"description":"Who this submission is assigned to."},"resourcesFolderUrl":{"type":"string","description":"Folder where all file resources for this submission need to be stored.","nullable":true,"readOnly":true},"returnedBy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"type":"object","nullable":true}],"description":"User who moved the status of this submission to returned.","readOnly":true},"returnedDateTime":{"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":"Moment in time when the submission was returned. 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","nullable":true,"readOnly":true},"status":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.educationSubmissionStatus"},{"type":"object","nullable":true}],"description":"Read-only. The possible values are: excused, reassigned, returned, submitted and working. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: excused and reassigned.","readOnly":true},"submittedBy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"type":"object","nullable":true}],"description":"User who moved the resource into the submitted state.","readOnly":true},"submittedDateTime":{"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":"Moment in time when the submission was moved into the submitted state. 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","nullable":true,"readOnly":true},"unsubmittedBy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"type":"object","nullable":true}],"description":"User who moved the resource from submitted into the working state.","readOnly":true},"unsubmittedDateTime":{"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":"Moment in time when the submission was moved from submitted into the working state. 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","nullable":true,"readOnly":true},"webUrl":{"type":"string","description":"The deep link URL for the given submission.","nullable":true,"readOnly":true},"outcomes":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.educationOutcome"},"x-ms-navigationProperty":true},"resources":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.educationSubmissionResource"},"x-ms-navigationProperty":true},"submittedResources":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.educationSubmissionResource"},"x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.educationSubmission"},"microsoft.graph.educationSubmissionResource":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"educationSubmissionResource","required":["@odata.type"],"type":"object","properties":{"assignmentResourceUrl":{"type":"string","description":"Pointer to the assignment from which the resource was copied. If the value is null, the student uploaded the resource.","nullable":true},"resource":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.educationResource"},{"type":"object","nullable":true}],"description":"Resource object."},"dependentResources":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.educationSubmissionResource"},"description":"A collection of submission resources that depend on the parent educationSubmissionResource.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.educationSubmissionResource"},"microsoft.graph.educationUser":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"educationUser","required":["@odata.type"],"type":"object","properties":{"accountEnabled":{"type":"boolean","description":"True if the account is enabled; otherwise, false. This property is required when a user is created. Supports $filter.","nullable":true},"assignedLicenses":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.assignedLicense"},"description":"The licenses that are assigned to the user. Not nullable."},"assignedPlans":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.assignedPlan"},"description":"The plans that are assigned to the user. Read-only. Not nullable."},"businessPhones":{"type":"array","items":{"type":"string"},"description":"The telephone numbers for the user. Note: Although this is a string collection, only one number can be set for this property."},"createdBy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"type":"object","nullable":true}],"description":"The entity who created the user."},"department":{"type":"string","description":"The name for the department in which the user works. Supports $filter.","nullable":true},"displayName":{"type":"string","description":"The name displayed in the address book for the user. This is usually the combination of the user's first name, middle initial, and last name. This property is required when a user is created and it cannot be cleared during updates. Supports $filter and $orderby.","nullable":true},"externalSource":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.educationExternalSource"},{"type":"object","nullable":true}],"description":"Where this user was created from. The possible values are: sis, manual."},"externalSourceDetail":{"type":"string","description":"The name of the external source this resource was generated from.","nullable":true},"givenName":{"type":"string","description":"The given name (first name) of the user. Supports $filter.","nullable":true},"mail":{"type":"string","description":"The SMTP address for the user, for example, jeff@contoso.com. Read-Only. Supports $filter.","nullable":true},"mailingAddress":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.physicalAddress"},{"type":"object","nullable":true}],"description":"The mail address of the user."},"mailNickname":{"type":"string","description":"The mail alias for the user. This property must be specified when a user is created. Supports $filter.","nullable":true},"middleName":{"type":"string","description":"The middle name of the user.","nullable":true},"mobilePhone":{"type":"string","description":"The primary cellular telephone number for the user.","nullable":true},"officeLocation":{"type":"string","description":"The office location for the user.","nullable":true},"onPremisesInfo":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.educationOnPremisesInfo"},{"type":"object","nullable":true}],"description":"Additional information used to associate the Microsoft Entra user with its Active Directory counterpart."},"passwordPolicies":{"type":"string","description":"Specifies password policies for the user. This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two can be specified together; for example: DisablePasswordExpiration, DisableStrongPassword.","nullable":true},"passwordProfile":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.passwordProfile"},{"type":"object","nullable":true}],"description":"Specifies the password profile for the user. The profile contains the user's password. This property is required when a user is created. The password in the profile must satisfy minimum requirements as specified by the passwordPolicies property. By default, a strong password is required."},"preferredLanguage":{"type":"string","description":"The preferred language for the user that should follow the ISO 639-1 code, for example, en-US.","nullable":true},"primaryRole":{"$ref":"#/components/schemas/microsoft.graph.educationUserRole"},"provisionedPlans":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.provisionedPlan"},"description":"The plans that are provisioned for the user. Read-only. Not nullable."},"refreshTokensValidFromDateTime":{"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":"Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph).  If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Requires $select to retrieve. Read-only.","format":"date-time","nullable":true},"relatedContacts":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.relatedContact"},"description":"Related records associated with the user. Read-only."},"residenceAddress":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.physicalAddress"},{"type":"object","nullable":true}],"description":"The address where the user lives."},"showInAddressList":{"type":"boolean","description":"True if the Outlook Global Address List should contain this user; otherwise, false. If not set, this will be treated as true. For users invited through the invitation manager, this property will be set to false.","nullable":true},"student":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.educationStudent"},{"type":"object","nullable":true}],"description":"If the primary role is student, this block will contain student specific data."},"surname":{"type":"string","description":"The user's surname (family name or last name). Supports $filter.","nullable":true},"teacher":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.educationTeacher"},{"type":"object","nullable":true}],"description":"If the primary role is teacher, this block will contain teacher specific data."},"usageLocation":{"type":"string","description":"A two-letter country code (ISO standard 3166). Required for users who will be assigned licenses due to a legal requirement to check for availability of services in countries or regions. Examples include: US, JP, and GB. Not nullable. Supports $filter.","nullable":true},"userPrincipalName":{"type":"string","description":"The user principal name (UPN) of the user. The UPN is an internet-style login name for the user based on the internet standard RFC 822. By convention, this should map to the user's email name. The general format is alias@domain, where domain must be present in the tenant's collection of verified domains. This property is required when a user is created. The verified domains for the tenant can be accessed from the verifiedDomains property of the organization. Supports $filter and $orderby.","nullable":true},"userType":{"type":"string","description":"A string value that can be used to classify user types in your directory, such as Member and Guest. Supports $filter.","nullable":true},"assignments":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.educationAssignment"},"description":"Assignments belonging to the user.","x-ms-navigationProperty":true},"classes":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.educationClass"},"description":"Classes to which the user belongs. Nullable.","x-ms-navigationProperty":true},"rubrics":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.educationRubric"},"description":"When set, the grading rubric attached to the assignment.","x-ms-navigationProperty":true},"schools":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.educationSchool"},"description":"Schools to which the user belongs. Nullable.","x-ms-navigationProperty":true},"taughtClasses":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.educationClass"},"description":"Classes for which the user is a teacher.","x-ms-navigationProperty":true},"user":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.user"},{"type":"object","nullable":true}],"description":"The directory user that corresponds to this user.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.educationUser"},"microsoft.graph.emailNotificationsSetting":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"emailNotificationsSetting","required":["@odata.type"],"type":"object","properties":{"additionalEvents":{"$ref":"#/components/schemas/microsoft.graph.notificationEventsType"},"isEnabled":{"type":"boolean","description":"Indicates whether notifications are enabled."},"recipients":{"$ref":"#/components/schemas/microsoft.graph.notificationRecipients"},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.emailNotificationsSetting"},"microsoft.graph.endUserNotification":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"endUserNotification","required":["@odata.type"],"type":"object","properties":{"createdBy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.emailIdentity"},{"type":"object","nullable":true}],"description":"Identity of the user who created the notification."},"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","description":"Date and time when the notification was created. 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","nullable":true},"description":{"type":"string","description":"Description of the notification as defined by the user.","nullable":true},"displayName":{"type":"string","description":"Name of the notification as defined by the user.","nullable":true},"lastModifiedBy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.emailIdentity"},{"type":"object","nullable":true}],"description":"Identity of the user who last modified the notification."},"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":"Date and time when the notification was last modified. 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","nullable":true},"notificationType":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.endUserNotificationType"},{"type":"object","nullable":true}],"description":"Type of notification. The possible values are: unknown, positiveReinforcement, noTraining, trainingAssignment, trainingReminder, unknownFutureValue."},"source":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.simulationContentSource"},{"type":"object","nullable":true}],"description":"The source of the content. The possible values are: unknown, global, tenant, unknownFutureValue."},"status":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.simulationContentStatus"},{"type":"object","nullable":true}],"description":"The status of the notification. The possible values are: unknown, draft, ready, archive, delete, unknownFutureValue."},"supportedLocales":{"type":"array","items":{"type":"string","nullable":true},"description":"Supported locales for endUserNotification content."},"details":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.endUserNotificationDetail"},"x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.endUserNotification"},"microsoft.graph.endUserNotificationDetail":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"endUserNotificationDetail","required":["@odata.type"],"type":"object","properties":{"emailContent":{"type":"string","description":"Email HTML content."},"isDefaultLangauge":{"type":"boolean","description":"Indicates whether this language is default.","nullable":true},"language":{"type":"string","description":"Notification language."},"locale":{"type":"string","description":"Notification locale."},"sentFrom":{"$ref":"#/components/schemas/microsoft.graph.emailIdentity"},"subject":{"type":"string","description":"Mail subject."},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.endUserNotificationDetail"},"microsoft.graph.engagementConversation":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"engagementConversation","required":["@odata.type"],"type":"object","properties":{"creationMode":{"$ref":"#/components/schemas/microsoft.graph.engagementCreationMode"},"starterId":{"type":"string","description":"The unique ID of the first message in a Viva Engage conversation."},"messages":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.engagementConversationMessage"},"description":"The messages in a Viva Engage conversation.","x-ms-navigationProperty":true},"starter":{"$ref":"#/components/schemas/microsoft.graph.engagementConversationMessage"},"@odata.type":{"type":"string"}},"description":"Represents a conversation in Viva Engage.","discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.onlineMeetingEngagementConversation":"#/components/schemas/microsoft.graph.onlineMeetingEngagementConversation"}}}]},"microsoft.graph.onlineMeetingEngagementConversation":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.engagementConversation"},{"title":"onlineMeetingEngagementConversation","required":["@odata.type"],"type":"object","properties":{"moderationState":{"$ref":"#/components/schemas/microsoft.graph.engagementConversationModerationState"},"onlineMeetingId":{"type":"string","description":"The unique identifier of the online meeting associated with this conversation. The online meeting ID links the conversation to a specific meeting instance."},"organizer":{"$ref":"#/components/schemas/microsoft.graph.engagementIdentitySet"},"upvoteCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The number of upvotes the conversation received.","format":"int32","readOnly":true},"onlineMeeting":{"$ref":"#/components/schemas/microsoft.graph.onlineMeeting"},"@odata.type":{"type":"string","default":"#microsoft.graph.onlineMeetingEngagementConversation"}},"description":"A conversation for Teams QA online meeting."}],"x-ms-discriminator-value":"#microsoft.graph.onlineMeetingEngagementConversation"},"microsoft.graph.engagementConversationMessage":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"engagementConversationMessage","required":["@odata.type"],"type":"object","properties":{"body":{"$ref":"#/components/schemas/microsoft.graph.itemBody"},"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","description":"The date and time when the message was created. 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","readOnly":true},"creationMode":{"$ref":"#/components/schemas/microsoft.graph.engagementCreationMode"},"from":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.engagementIdentitySet"},{"type":"object","nullable":true}],"description":"Identity of the sender of the message."},"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":"The date and time when message was last modified. 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","readOnly":true},"replyToId":{"type":"string","description":"The ID of the parent message to which this message is a reply, if applicable.","nullable":true},"conversation":{"$ref":"#/components/schemas/microsoft.graph.engagementConversation"},"reactions":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.engagementConversationMessageReaction"},"description":"A collection of reactions (such as like and smile) that users have applied to this message.","x-ms-navigationProperty":true},"replies":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.engagementConversationMessage"},"description":"A collection of messages that are replies to this message and form a threaded discussion.","x-ms-navigationProperty":true},"replyTo":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.engagementConversationMessage"},{"type":"object","nullable":true}],"description":"The parent message to which this message is a reply, if it is part of a reply chain.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}},"description":"A Viva Engage conversation message.","discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.engagementConversationDiscussionMessage":"#/components/schemas/microsoft.graph.engagementConversationDiscussionMessage","#microsoft.graph.engagementConversationQuestionMessage":"#/components/schemas/microsoft.graph.engagementConversationQuestionMessage","#microsoft.graph.engagementConversationSystemMessage":"#/components/schemas/microsoft.graph.engagementConversationSystemMessage"}}}]},"microsoft.graph.engagementConversationDiscussionMessage":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.engagementConversationMessage"},{"title":"engagementConversationDiscussionMessage","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.engagementConversationDiscussionMessage"}},"description":"A Viva Engage conversation discussion message."}],"x-ms-discriminator-value":"#microsoft.graph.engagementConversationDiscussionMessage"},"microsoft.graph.engagementConversationQuestionMessage":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.engagementConversationMessage"},{"title":"engagementConversationQuestionMessage","required":["@odata.type"],"type":"object","properties":{"title":{"type":"string","description":"The title of the question post message on Viva Engage. Inherited from engagementConversationMessage."},"@odata.type":{"type":"string","default":"#microsoft.graph.engagementConversationQuestionMessage"}},"description":"A Viva Engage conversation question message."}],"x-ms-discriminator-value":"#microsoft.graph.engagementConversationQuestionMessage"},"microsoft.graph.engagementConversationSystemMessage":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.engagementConversationMessage"},{"title":"engagementConversationSystemMessage","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.engagementConversationSystemMessage"}},"description":"A Viva Engage conversation system message."}],"x-ms-discriminator-value":"#microsoft.graph.engagementConversationSystemMessage"},"microsoft.graph.engagementConversationMessageReaction":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"engagementConversationMessageReaction","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","description":"Date and time when the reaction was added. 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","readOnly":true},"reactionBy":{"$ref":"#/components/schemas/microsoft.graph.engagementIdentitySet"},"reactionType":{"$ref":"#/components/schemas/microsoft.graph.engagementConversationMessageReactionType"},"@odata.type":{"type":"string"}},"description":"A reaction to a conversation message."}],"x-ms-discriminator-value":"#microsoft.graph.engagementConversationMessageReaction"},"microsoft.graph.engagementRole":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"engagementRole","required":["@odata.type"],"type":"object","properties":{"displayName":{"type":"string","description":"The name of the role."},"members":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.engagementRoleMember"},"description":"Users that have this role assigned.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}},"description":"Represents a Viva Engage role and its members"}],"x-ms-discriminator-value":"#microsoft.graph.engagementRole"},"microsoft.graph.engagementRoleMember":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"engagementRoleMember","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","description":"The date and time when the role was assigned to the user. 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","readOnly":true},"userId":{"type":"string","description":"The Microsoft Entra ID of the user who has the role assigned.","nullable":true,"readOnly":true},"user":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.user"},{"type":"object","nullable":true}],"description":"The user who has this role assigned.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}},"description":"Entity to represent the assignment of a role to a user."}],"x-ms-discriminator-value":"#microsoft.graph.engagementRoleMember"},"microsoft.graph.enrollmentConfigurationAssignment":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"enrollmentConfigurationAssignment","required":["@odata.type"],"type":"object","properties":{"target":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.deviceAndAppManagementAssignmentTarget"},{"type":"object","nullable":true}],"description":"Represents an assignment to managed devices in the tenant"},"@odata.type":{"type":"string"}},"description":"Enrollment Configuration Assignment"}],"x-ms-discriminator-value":"#microsoft.graph.enrollmentConfigurationAssignment"},"microsoft.graph.enterpriseCodeSigningCertificate":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"enterpriseCodeSigningCertificate","required":["@odata.type"],"type":"object","properties":{"content":{"type":"string","description":"The Windows Enterprise Code-Signing Certificate in the raw data format. Set to null once certificate has been uploaded and other properties have been populated.","format":"base64url","nullable":true},"expirationDateTime":{"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 cert expiration date and time (using ISO 8601 format, in UTC time). Uploading a valid cert file through the Intune admin console will automatically populate this value in the HTTP response. Supports: $filter, $select, $top, $OrderBy, $skip. $Search is not supported.","format":"date-time"},"issuer":{"type":"string","description":"The issuer value for the cert. This might contain information such as country (C), state or province (S), locality (L), common name of the cert (CN), organization (O), and organizational unit (OU). Uploading a valid cert file through the Intune admin console will automatically populate this value in the HTTP response. Supports: $filter, $select, $top, $OrderBy, $skip. $Search is not supported.","nullable":true},"issuerName":{"type":"string","description":"The issuer name for the cert. This might contain information such as country (C), state or province (S), locality (L), common name of the cert (CN), organization (O), and organizational unit (OU). Uploading a valid cert file through the Intune admin console will automatically populate this value in the HTTP response. Supports: $filter, $select, $top, $OrderBy, $skip. $Search is not supported.","nullable":true},"status":{"$ref":"#/components/schemas/microsoft.graph.certificateStatus"},"subject":{"type":"string","description":"The subject value for the cert. This might contain information such as country (C), state or province (S), locality (L), common name of the cert (CN), organization (O), and organizational unit (OU). Uploading a valid cert file through the Intune admin console will automatically populate this value in the HTTP response. Supports: $filter, $select, $top, $OrderBy, $skip. $Search is not supported.","nullable":true},"subjectName":{"type":"string","description":"The subject name for the cert. This might contain information such as country (C), state or province (S), locality (L), common name of the cert (CN), organization (O), and organizational unit (OU). Uploading a valid cert file through the Intune admin console will automatically populate this value in the HTTP response. Supports: $filter, $select, $top, $OrderBy, $skip. $Search is not supported.","nullable":true},"uploadDateTime":{"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 time of CodeSigning Cert when it is uploaded (using ISO 8601 format, in UTC time). Uploading a valid cert file through the Intune admin console will automatically populate this value in the HTTP response. Supports: $filter, $select, $top, $OrderBy, $skip. $Search is not supported.","format":"date-time"},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.enterpriseCodeSigningCertificate"},"microsoft.graph.entitlementManagement":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"entitlementManagement","required":["@odata.type"],"type":"object","properties":{"accessPackageAssignmentApprovals":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.approval"},"description":"Approval stages for decisions associated with access package assignment requests.","x-ms-navigationProperty":true},"accessPackages":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.accessPackage"},"description":"Access packages define the collection of resource roles and the policies for which subjects can request or be assigned access to those resources.","x-ms-navigationProperty":true},"accessPackageSuggestions":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.accessPackageSuggestion"},"description":"Suggested access packages for end users based on various criteria such as related people insights and assignment history.","x-ms-navigationProperty":true},"assignmentPolicies":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.accessPackageAssignmentPolicy"},"description":"Access package assignment policies govern which subjects can request or be assigned an access package via an access package assignment.","x-ms-navigationProperty":true},"assignmentRequests":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.accessPackageAssignmentRequest"},"description":"Access package assignment requests created by or on behalf of a subject.","x-ms-navigationProperty":true},"assignments":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.accessPackageAssignment"},"description":"The assignment of an access package to a subject for a period of time.","x-ms-navigationProperty":true},"availableAccessPackages":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.availableAccessPackage"},"description":"Access packages available for end users to browse and request.","x-ms-navigationProperty":true},"catalogs":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.accessPackageCatalog"},"description":"A container for access packages.","x-ms-navigationProperty":true},"connectedOrganizations":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.connectedOrganization"},"description":"References to a directory or domain of another organization whose users can request access.","x-ms-navigationProperty":true},"controlConfigurations":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.controlConfiguration"},"description":"Configuration settings that control the lifecycle and access policies of entitlement management within a tenant.","x-ms-navigationProperty":true},"resourceEnvironments":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.accessPackageResourceEnvironment"},"description":"A reference to the geolocation environments in which a resource is located.","x-ms-navigationProperty":true},"resourceRequests":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.accessPackageResourceRequest"},"description":"Represents a request to add or remove a resource to or from a catalog respectively.","x-ms-navigationProperty":true},"resourceRoleScopes":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.accessPackageResourceRoleScope"},"x-ms-navigationProperty":true},"resources":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.accessPackageResource"},"description":"The resources associated with the catalogs.","x-ms-navigationProperty":true},"settings":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.entitlementManagementSettings"},{"type":"object","nullable":true}],"description":"The settings that control the behavior of Microsoft Entra entitlement management.","x-ms-navigationProperty":true},"subjects":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.accessPackageSubject"},"x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.entitlementManagement"},"microsoft.graph.entitlementManagementSettings":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"entitlementManagementSettings","required":["@odata.type"],"type":"object","properties":{"durationUntilExternalUserDeletedAfterBlocked":{"pattern":"^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$","type":"string","description":"If externalUserLifecycleAction is blockSignInAndDelete, the duration, typically many days, after an external user is blocked from sign in before their account is deleted.","format":"duration","nullable":true},"externalUserLifecycleAction":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.accessPackageExternalUserLifecycleAction"},{"type":"object","nullable":true}],"description":"Automatic action that the service should take when an external user's last access package assignment is removed. The possible values are: none, blockSignIn, blockSignInAndDelete, unknownFutureValue."},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.entitlementManagementSettings"},"microsoft.graph.exchangeSettings":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"exchangeSettings","required":["@odata.type"],"type":"object","properties":{"primaryMailboxId":{"type":"string","description":"The unique identifier for the user's primary mailbox.","nullable":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.exchangeSettings"},"microsoft.graph.externalDomainName":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"externalDomainName","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.externalDomainName"},"microsoft.graph.featureRolloutPolicy":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"featureRolloutPolicy","required":["@odata.type"],"type":"object","properties":{"description":{"type":"string","description":"A description for this feature rollout policy.","nullable":true},"displayName":{"type":"string","description":"The display name for this  feature rollout policy."},"feature":{"$ref":"#/components/schemas/microsoft.graph.stagedFeatureName"},"isAppliedToOrganization":{"type":"boolean","description":"Indicates whether this feature rollout policy should be applied to the entire organization."},"isEnabled":{"type":"boolean","description":"Indicates whether the feature rollout is enabled."},"appliesTo":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.directoryObject"},"description":"Nullable. Specifies a list of directoryObject resources that feature is enabled for.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.featureRolloutPolicy"},"microsoft.graph.federatedIdentityCredential":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"federatedIdentityCredential","required":["@odata.type"],"type":"object","properties":{"audiences":{"type":"array","items":{"type":"string"},"description":"The audience that can appear in the external token. This field is mandatory and should be set to api://AzureADTokenExchange for Microsoft Entra ID. It says what Microsoft identity platform should accept in the aud claim in the incoming token. This value represents Microsoft Entra ID in your external identity provider and has no fixed value across identity providers - you might need to create a new application registration in your identity provider to serve as the audience of this token. This field can only accept a single value and has a limit of 600 characters. Required."},"description":{"type":"string","description":"The unvalidated description of the federated identity credential, provided by the user. It has a limit of 600 characters. Optional.","nullable":true},"issuer":{"type":"string","description":"The URL of the external identity provider, which must match the issuer claim of the external token being exchanged. The combination of the values of issuer and subject must be unique within the app. It has a limit of 600 characters. Required."},"name":{"type":"string","description":"The unique identifier for the federated identity credential, which has a limit of 120 characters and must be URL friendly. The string is immutable after it's created. Alternate key. Required. Not nullable. Supports $filter (eq)."},"subject":{"type":"string","description":"Required. The identifier of the external software workload within the external identity provider. Like the audience value, it has no fixed format; each identity provider uses their own - sometimes a GUID, sometimes a colon delimited identifier, sometimes arbitrary strings. The value here must match the sub claim within the token presented to Microsoft Entra ID. The combination of issuer and subject must be unique within the app. It has a limit of 600 characters. Supports $filter (eq).","nullable":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.federatedIdentityCredential"},"microsoft.graph.fieldValueSet":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"fieldValueSet","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.fieldValueSet"},"microsoft.graph.fileStorage":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"fileStorage","required":["@odata.type"],"type":"object","properties":{"containers":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.fileStorageContainer"},"description":"The collection of active fileStorageContainer resources.","x-ms-navigationProperty":true},"containerTypeRegistrations":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.fileStorageContainerTypeRegistration"},"description":"The collection of fileStorageContainerTypeRegistration resources.","x-ms-navigationProperty":true},"containerTypes":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.fileStorageContainerType"},"description":"The collection of fileStorageContainerType resources.","x-ms-navigationProperty":true},"deletedContainers":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.fileStorageContainer"},"description":"The collection of deleted fileStorageContainer resources.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.fileStorage"},"microsoft.graph.fileStorageContainer":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"fileStorageContainer","required":["@odata.type"],"type":"object","properties":{"assignedSensitivityLabel":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.assignedLabel"},{"type":"object","nullable":true}],"description":"Sensitivity label assigned to the fileStorageContainer. Read-write."},"containerTypeId":{"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","description":"Container type ID of the fileStorageContainer. For details about container types, see Container Types. Each container must have only one container type. Read-only.","format":"uuid"},"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","description":"Date and time of the fileStorageContainer creation. Read-only.","format":"date-time"},"customProperties":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.fileStorageContainerCustomPropertyDictionary"},{"type":"object","nullable":true}],"description":"Custom property collection for the fileStorageContainer. Read-write."},"description":{"type":"string","description":"Provides a user-visible description of the fileStorageContainer. Read-write.","nullable":true},"displayName":{"type":"string","description":"The display name of the fileStorageContainer. Read-write."},"lockState":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.siteLockState"},{"type":"object","nullable":true}],"description":"Indicates the lock state of the fileStorageContainer. The possible values are unlocked and lockedReadOnly. Read-only."},"settings":{"$ref":"#/components/schemas/microsoft.graph.fileStorageContainerSettings"},"status":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.fileStorageContainerStatus"},{"type":"object","nullable":true}],"description":"Status of the fileStorageContainer. Containers are created as inactive and require activation. Inactive containers are subjected to automatic deletion in 24 hours. The possible values are: inactive, active. Read-only."},"viewpoint":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.fileStorageContainerViewpoint"},{"type":"object","nullable":true}],"description":"Data specific to the current user. Read-only."},"columns":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.columnDefinition"},"description":"The set of custom structured metadata supported by the fileStorageContainer. Read-write.","x-ms-navigationProperty":true},"drive":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.drive"},{"type":"object","nullable":true}],"description":"The drive of the resource fileStorageContainer. Read-only.","x-ms-navigationProperty":true},"migrationJobs":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.sharePointMigrationJob"},"description":"The collection of sharePointMigrationJob objects local to the container. Read-write.","x-ms-navigationProperty":true},"permissions":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.permission"},"description":"The set of permissions for users in the fileStorageContainer. Permission for each user is set by the roles property. The possible values are: reader, writer, manager, and owner. Read-write.","x-ms-navigationProperty":true},"recycleBin":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.recycleBin"},{"type":"object","nullable":true}],"description":"Recycle bin of the fileStorageContainer. Read-only.","x-ms-navigationProperty":true},"sharePointGroups":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.sharePointGroup"},"description":"The collection of sharePointGroup objects local to the container. Read-write.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.fileStorageContainer"},"microsoft.graph.fileStorageContainerType":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"fileStorageContainerType","required":["@odata.type"],"type":"object","properties":{"billingClassification":{"$ref":"#/components/schemas/microsoft.graph.fileStorageContainerBillingClassification"},"billingStatus":{"$ref":"#/components/schemas/microsoft.graph.fileStorageContainerBillingStatus"},"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","description":"The creation date. 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. Read-only.","format":"date-time"},"etag":{"type":"string","description":"Used in update scenarios for optimistic concurrency control. Read-only."},"expirationDateTime":{"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 expiration date. 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. Read-only.","format":"date-time"},"name":{"type":"string","description":"The name of the fileStorageContainerType."},"owningAppId":{"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","description":"ID of the application that owns the fileStorageContainerType.","format":"uuid"},"settings":{"$ref":"#/components/schemas/microsoft.graph.fileStorageContainerTypeSettings"},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.fileStorageContainerType"},"microsoft.graph.fileStorageContainerTypeRegistration":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"fileStorageContainerTypeRegistration","required":["@odata.type"],"type":"object","properties":{"billingClassification":{"$ref":"#/components/schemas/microsoft.graph.fileStorageContainerBillingClassification"},"billingStatus":{"$ref":"#/components/schemas/microsoft.graph.fileStorageContainerBillingStatus"},"etag":{"type":"string","description":"Used in update scenarios for optimistic concurrency control. Read-only."},"expirationDateTime":{"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 expiration date. 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. Read-only.","format":"date-time"},"name":{"type":"string","description":"The name of the fileStorageContainerTypeRegistration. Read-only."},"owningAppId":{"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","description":"ID of the application that owns the fileStorageContainerType. Read-only.","format":"uuid"},"registeredDateTime":{"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 registration date. 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. Read-only.","format":"date-time"},"settings":{"$ref":"#/components/schemas/microsoft.graph.fileStorageContainerTypeRegistrationSettings"},"applicationPermissionGrants":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.fileStorageContainerTypeAppPermissionGrant"},"description":"Access privileges of applications on containers.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.fileStorageContainerTypeRegistration"},"microsoft.graph.filterOperatorSchema":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"filterOperatorSchema","required":["@odata.type"],"type":"object","properties":{"arity":{"$ref":"#/components/schemas/microsoft.graph.scopeOperatorType"},"multivaluedComparisonType":{"$ref":"#/components/schemas/microsoft.graph.scopeOperatorMultiValuedComparisonType"},"supportedAttributeTypes":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.attributeType"},"description":"Attribute types supported by the operator. The possible values are: Boolean, Binary, Reference, Integer, String."},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.filterOperatorSchema"},"microsoft.graph.fraudProtectionProvider":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"fraudProtectionProvider","required":["@odata.type"],"type":"object","properties":{"displayName":{"type":"string","description":"The display name of the fraud protection provider configuration."},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.arkoseFraudProtectionProvider":"#/components/schemas/microsoft.graph.arkoseFraudProtectionProvider","#microsoft.graph.humanSecurityFraudProtectionProvider":"#/components/schemas/microsoft.graph.humanSecurityFraudProtectionProvider"}}}]},"microsoft.graph.arkoseFraudProtectionProvider":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.fraudProtectionProvider"},{"title":"arkoseFraudProtectionProvider","required":["@odata.type"],"type":"object","properties":{"clientSubDomain":{"type":"string","description":"Used to invoke the Arkose service from the client application. Request from your Arkose Customer Success Manager or use the default client-api value."},"privateKey":{"type":"string","description":"The private key available on the Arkose Portal. Contact your Arkose Customer Success Manager for assistance with your keys."},"publicKey":{"type":"string","description":"The public key available on the Arkose Portal. Contact your Arkose Customer Success Manager for assistance with your keys."},"verifySubDomain":{"type":"string","description":"Used to invoke the Arkose service from the Microsoft authentication server. Request from your Arkose Customer Success Manager or use the default verify-api value."},"@odata.type":{"type":"string","default":"#microsoft.graph.arkoseFraudProtectionProvider"}}}],"x-ms-discriminator-value":"#microsoft.graph.arkoseFraudProtectionProvider"},"microsoft.graph.humanSecurityFraudProtectionProvider":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.fraudProtectionProvider"},{"title":"humanSecurityFraudProtectionProvider","required":["@odata.type"],"type":"object","properties":{"appId":{"type":"string","description":"Unique identifier for an individual application. You can retrieve this from the HUMAN Security Admin Console or request it from your HUMAN Security Customer Success Manager."},"serverToken":{"type":"string","description":"Unique identifier used to authenticate API calls between the Server side integration and the HUMAN platform. You can retrieve this from the HUMAN Security Admin Console or request it from your HUMAN Security Customer Success Manager."},"@odata.type":{"type":"string","default":"#microsoft.graph.humanSecurityFraudProtectionProvider"}}}],"x-ms-discriminator-value":"#microsoft.graph.humanSecurityFraudProtectionProvider"},"microsoft.graph.governanceInsight":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"governanceInsight","required":["@odata.type"],"type":"object","properties":{"insightCreatedDateTime":{"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":"Indicates when the insight was created.","format":"date-time","nullable":true},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.membershipOutlierInsight":"#/components/schemas/microsoft.graph.membershipOutlierInsight","#microsoft.graph.userSignInInsight":"#/components/schemas/microsoft.graph.userSignInInsight"}}}]},"microsoft.graph.membershipOutlierInsight":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.governanceInsight"},{"title":"membershipOutlierInsight","required":["@odata.type"],"type":"object","properties":{"containerId":{"type":"string","description":"Indicates the identifier of the container, for example, a group ID."},"memberId":{"type":"string","description":"Indicates the identifier of the user."},"outlierContainerType":{"$ref":"#/components/schemas/microsoft.graph.outlierContainerType"},"outlierMemberType":{"$ref":"#/components/schemas/microsoft.graph.outlierMemberType"},"container":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.directoryObject"},{"type":"object","nullable":true}],"description":"Navigation link to the container directory object. For example, to a group.","x-ms-navigationProperty":true},"lastModifiedBy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.user"},{"type":"object","nullable":true}],"description":"Navigation link to a member object who modified the record. For example, to a user.","x-ms-navigationProperty":true},"member":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.directoryObject"},{"type":"object","nullable":true}],"description":"Navigation link to a member object. For example, to a user.","x-ms-navigationProperty":true},"@odata.type":{"type":"string","default":"#microsoft.graph.membershipOutlierInsight"}}}],"x-ms-discriminator-value":"#microsoft.graph.membershipOutlierInsight"},"microsoft.graph.userSignInInsight":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.governanceInsight"},{"title":"userSignInInsight","required":["@odata.type"],"type":"object","properties":{"lastSignInDateTime":{"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":"Indicates when the user last signed in.","format":"date-time","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.userSignInInsight"}}}],"x-ms-discriminator-value":"#microsoft.graph.userSignInInsight"},"microsoft.graph.granularRestoreArtifactBase":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"granularRestoreArtifactBase","required":["@odata.type"],"type":"object","properties":{"browseSessionId":{"type":"string","description":"The unique identifier of the browseSession","nullable":true},"completionDateTime":{"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":"Date time when the artifact's restoration completes.","format":"date-time","nullable":true},"restoredItemKey":{"type":"string","description":"The unique identifier for the restored artifact.","nullable":true},"restoredItemPath":{"type":"string","description":"The path of the restored artifact. It's the path of the folder where all the artifacts are restored within a granular restore session.","nullable":true},"restoredItemWebUrl":{"type":"string","description":"The web url of the restored artifact.","nullable":true},"restorePointDateTime":{"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 restore point date time to which the artifact is restored.","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 start time of the restoration.","format":"date-time","nullable":true},"status":{"$ref":"#/components/schemas/microsoft.graph.artifactRestoreStatus"},"webUrl":{"type":"string","description":"The original web url of the artifact being restored.","nullable":true},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.granularDriveRestoreArtifact":"#/components/schemas/microsoft.graph.granularDriveRestoreArtifact","#microsoft.graph.granularSiteRestoreArtifact":"#/components/schemas/microsoft.graph.granularSiteRestoreArtifact"}}}]},"microsoft.graph.granularDriveRestoreArtifact":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.granularRestoreArtifactBase"},{"title":"granularDriveRestoreArtifact","required":["@odata.type"],"type":"object","properties":{"directoryObjectId":{"type":"string","description":"Id of the drive in which artifact is present.","nullable":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.granularDriveRestoreArtifact"},"microsoft.graph.granularSiteRestoreArtifact":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.granularRestoreArtifactBase"},{"title":"granularSiteRestoreArtifact","required":["@odata.type"],"type":"object","properties":{"siteId":{"type":"string","description":"Id of the site in which artifact is present.","nullable":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.granularSiteRestoreArtifact"},"microsoft.graph.groupLifecyclePolicy":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"groupLifecyclePolicy","required":["@odata.type"],"type":"object","properties":{"alternateNotificationEmails":{"type":"string","description":"List of email address to send notifications for groups without owners. Multiple email address can be defined by separating email address with a semicolon.","nullable":true},"groupLifetimeInDays":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of days before a group expires and needs to be renewed. Once renewed, the group expiration is extended by the number of days defined.","format":"int32","nullable":true},"managedGroupTypes":{"type":"string","description":"The group type for which the expiration policy applies. Possible values are All, Selected or None.","nullable":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.groupLifecyclePolicy"},"microsoft.graph.groupSetting":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"groupSetting","required":["@odata.type"],"type":"object","properties":{"displayName":{"type":"string","description":"Display name of this group of settings, which comes from the associated template.","nullable":true},"templateId":{"type":"string","description":"Unique identifier for the tenant-level groupSettingTemplates object that's been customized for this group-level settings object. Read-only.","nullable":true},"values":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.settingValue"},"description":"Collection of name-value pairs corresponding to the name and defaultValue properties in the referenced groupSettingTemplates object."},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.groupSetting"},"microsoft.graph.horizontalSection":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"horizontalSection","required":["@odata.type"],"type":"object","properties":{"emphasis":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.sectionEmphasisType"},{"type":"object","nullable":true}],"description":"Enumeration value that indicates the emphasis of the section background. The possible values are: none, netural, soft, strong, unknownFutureValue."},"layout":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.horizontalSectionLayoutType"},{"type":"object","nullable":true}],"description":"Layout type of the section. The possible values are: none, oneColumn, twoColumns, threeColumns, oneThirdLeftColumn, oneThirdRightColumn, fullWidth, unknownFutureValue."},"columns":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.horizontalSectionColumn"},"description":"The set of vertical columns in this section.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.horizontalSection"},"microsoft.graph.horizontalSectionColumn":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"horizontalSectionColumn","required":["@odata.type"],"type":"object","properties":{"width":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section.","format":"int32","nullable":true},"webparts":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.webPart"},"description":"The collection of WebParts in this column.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.horizontalSectionColumn"},"microsoft.graph.identityApiConnector":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"identityApiConnector","required":["@odata.type"],"type":"object","properties":{"authenticationConfiguration":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.apiAuthenticationConfigurationBase"},{"type":"object","nullable":true}],"description":"The object which describes the authentication configuration details for calling the API. Basic and PKCS 12 client certificate are supported."},"displayName":{"type":"string","description":"The name of the API connector.","nullable":true},"targetUrl":{"type":"string","description":"The URL of the API endpoint to call.","nullable":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.identityApiConnector"},"microsoft.graph.identityContainer":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"identityContainer","required":["@odata.type"],"type":"object","properties":{"apiConnectors":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.identityApiConnector"},"description":"Represents entry point for API connectors.","x-ms-navigationProperty":true},"authenticationEventListeners":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.authenticationEventListener"},"description":"Represents listeners for custom authentication extension events in Azure AD for workforce and customers.","x-ms-navigationProperty":true},"authenticationEventsFlows":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.authenticationEventsFlow"},"description":"Represents the entry point for self-service sign-up and sign-in user flows in both Microsoft Entra workforce and external tenants.","x-ms-navigationProperty":true},"b2xUserFlows":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.b2xIdentityUserFlow"},"description":"Represents entry point for B2X/self-service sign-up identity userflows.","x-ms-navigationProperty":true},"conditionalAccess":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.conditionalAccessRoot"},{"type":"object","nullable":true}],"description":"the entry point for the Conditional Access (CA) object model.","x-ms-navigationProperty":true},"customAuthenticationExtensions":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.customAuthenticationExtension"},"description":"Represents custom extensions to authentication flows in Azure AD for workforce and customers.","x-ms-navigationProperty":true},"identityProviders":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.identityProviderBase"},"x-ms-navigationProperty":true},"riskPrevention":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.riskPreventionContainer"},{"type":"object","nullable":true}],"description":"Represents the entry point for fraud and risk prevention configurations in Microsoft Entra External ID, including third-party provider settings.","x-ms-navigationProperty":true},"userFlowAttributes":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.identityUserFlowAttribute"},"description":"Represents entry point for identity userflow attributes.","x-ms-navigationProperty":true},"verifiedId":{"$ref":"#/components/schemas/microsoft.graph.identityVerifiedIdRoot"},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.identityContainer"},"microsoft.graph.identityProvider":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"identityProvider","required":["@odata.type"],"type":"object","properties":{"clientId":{"type":"string","description":"The client ID for the application. This is the client ID obtained when registering the application with the identity provider. Required. Not nullable.","nullable":true},"clientSecret":{"type":"string","description":"The client secret for the application. This is the client secret obtained when registering the application with the identity provider. This is write-only. A read operation will return .  Required. Not nullable.","nullable":true},"name":{"type":"string","description":"The display name of the identity provider. Not nullable.","nullable":true},"type":{"type":"string","description":"The identity provider type is a required field. For B2B scenario: Google, Facebook. For B2C scenario: Microsoft, Google, Amazon, LinkedIn, Facebook, GitHub, Twitter, Weibo, QQ, WeChat, OpenIDConnect. Not nullable.","nullable":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.identityProvider"},"microsoft.graph.identityProviderBase":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"identityProviderBase","required":["@odata.type"],"type":"object","properties":{"displayName":{"type":"string","description":"The display name of the identity provider.","nullable":true},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.appleManagedIdentityProvider":"#/components/schemas/microsoft.graph.appleManagedIdentityProvider","#microsoft.graph.builtInIdentityProvider":"#/components/schemas/microsoft.graph.builtInIdentityProvider","#microsoft.graph.oidcIdentityProvider":"#/components/schemas/microsoft.graph.oidcIdentityProvider","#microsoft.graph.samlOrWsFedProvider":"#/components/schemas/microsoft.graph.samlOrWsFedProvider","#microsoft.graph.internalDomainFederation":"#/components/schemas/microsoft.graph.internalDomainFederation","#microsoft.graph.samlOrWsFedExternalDomainFederation":"#/components/schemas/microsoft.graph.samlOrWsFedExternalDomainFederation","#microsoft.graph.socialIdentityProvider":"#/components/schemas/microsoft.graph.socialIdentityProvider"}}}]},"microsoft.graph.appleManagedIdentityProvider":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.identityProviderBase"},{"title":"appleManagedIdentityProvider","required":["@odata.type"],"type":"object","properties":{"certificateData":{"type":"string","description":"The certificate data, which is a long string of text from the certificate. Can be null.","nullable":true},"developerId":{"type":"string","description":"The Apple developer identifier. Required.","nullable":true},"keyId":{"type":"string","description":"The Apple key identifier. Required.","nullable":true},"serviceId":{"type":"string","description":"The Apple service identifier. Required.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.appleManagedIdentityProvider"}}}],"x-ms-discriminator-value":"#microsoft.graph.appleManagedIdentityProvider"},"microsoft.graph.builtInIdentityProvider":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.identityProviderBase"},{"title":"builtInIdentityProvider","required":["@odata.type"],"type":"object","properties":{"identityProviderType":{"type":"string","description":"The identity provider type. For a B2B scenario, possible values: AADSignup, MicrosoftAccount, EmailOTP. Required.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.builtInIdentityProvider"}}}],"x-ms-discriminator-value":"#microsoft.graph.builtInIdentityProvider"},"microsoft.graph.oidcIdentityProvider":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.identityProviderBase"},{"title":"oidcIdentityProvider","required":["@odata.type"],"type":"object","properties":{"clientAuthentication":{"$ref":"#/components/schemas/microsoft.graph.oidcClientAuthentication"},"clientId":{"type":"string"},"inboundClaimMapping":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.oidcInboundClaimMappingOverride"},{"type":"object","nullable":true}]},"issuer":{"type":"string"},"responseType":{"$ref":"#/components/schemas/microsoft.graph.oidcResponseType"},"scope":{"type":"string"},"wellKnownEndpoint":{"type":"string","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.oidcIdentityProvider"}}}],"x-ms-discriminator-value":"#microsoft.graph.oidcIdentityProvider"},"microsoft.graph.samlOrWsFedExternalDomainFederation":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.samlOrWsFedProvider"},{"title":"samlOrWsFedExternalDomainFederation","required":["@odata.type"],"type":"object","properties":{"domains":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.externalDomainName"},"description":"Collection of domain names of the external organizations that the tenant is federating with. Supports $filter (eq).","x-ms-navigationProperty":true},"@odata.type":{"type":"string","default":"#microsoft.graph.samlOrWsFedExternalDomainFederation"}}}],"x-ms-discriminator-value":"#microsoft.graph.samlOrWsFedExternalDomainFederation"},"microsoft.graph.socialIdentityProvider":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.identityProviderBase"},{"title":"socialIdentityProvider","required":["@odata.type"],"type":"object","properties":{"clientId":{"type":"string","description":"The identifier for the client application obtained when registering the application with the identity provider. Required.","nullable":true},"clientSecret":{"type":"string","description":"The client secret for the application that is obtained when the application is registered with the identity provider. This is write-only. A read operation returns . Required.","nullable":true},"identityProviderType":{"type":"string","description":"For a B2B scenario, possible values: Google, Facebook. For a B2C scenario, possible values: Microsoft, Google, Amazon, LinkedIn, Facebook, GitHub, Twitter, Weibo, QQ, WeChat. Required.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.socialIdentityProvider"}}}],"x-ms-discriminator-value":"#microsoft.graph.socialIdentityProvider"},"microsoft.graph.identityUserFlow":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"identityUserFlow","required":["@odata.type"],"type":"object","properties":{"userFlowType":{"$ref":"#/components/schemas/microsoft.graph.userFlowType"},"userFlowTypeVersion":{"oneOf":[{"type":"number","format":"float","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}]},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.b2xIdentityUserFlow":"#/components/schemas/microsoft.graph.b2xIdentityUserFlow"}}}]},"microsoft.graph.b2xIdentityUserFlow":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.identityUserFlow"},{"title":"b2xIdentityUserFlow","required":["@odata.type"],"type":"object","properties":{"apiConnectorConfiguration":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.userFlowApiConnectorConfiguration"},{"type":"object","nullable":true}],"description":"Configuration for enabling an API connector for use as part of the self-service sign-up user flow. You can only obtain the value of this object using Get userFlowApiConnectorConfiguration."},"identityProviders":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.identityProvider"},"description":"The identity providers included in the user flow.","x-ms-navigationProperty":true},"languages":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.userFlowLanguageConfiguration"},"description":"The languages supported for customization within the user flow. Language customization is enabled by default in self-service sign-up user flow. You can't create custom languages in self-service sign-up user flows.","x-ms-navigationProperty":true},"userAttributeAssignments":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.identityUserFlowAttributeAssignment"},"description":"The user attribute assignments included in the user flow.","x-ms-navigationProperty":true},"userFlowIdentityProviders":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.identityProviderBase"},"x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.b2xIdentityUserFlow"},"microsoft.graph.identityUserFlowAttribute":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"identityUserFlowAttribute","required":["@odata.type"],"type":"object","properties":{"dataType":{"$ref":"#/components/schemas/microsoft.graph.identityUserFlowAttributeDataType"},"description":{"type":"string","description":"The description of the user flow attribute that's shown to the user at the time of sign up.","nullable":true},"displayName":{"type":"string","description":"The display name of the user flow attribute.  Supports $filter (eq, ne).","nullable":true},"userFlowAttributeType":{"$ref":"#/components/schemas/microsoft.graph.identityUserFlowAttributeType"},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.identityBuiltInUserFlowAttribute":"#/components/schemas/microsoft.graph.identityBuiltInUserFlowAttribute","#microsoft.graph.identityCustomUserFlowAttribute":"#/components/schemas/microsoft.graph.identityCustomUserFlowAttribute"}}}]},"microsoft.graph.identityBuiltInUserFlowAttribute":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.identityUserFlowAttribute"},{"title":"identityBuiltInUserFlowAttribute","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.identityBuiltInUserFlowAttribute"}}}],"x-ms-discriminator-value":"#microsoft.graph.identityBuiltInUserFlowAttribute"},"microsoft.graph.identityCustomUserFlowAttribute":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.identityUserFlowAttribute"},{"title":"identityCustomUserFlowAttribute","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.identityCustomUserFlowAttribute"}}}],"x-ms-discriminator-value":"#microsoft.graph.identityCustomUserFlowAttribute"},"microsoft.graph.identityUserFlowAttributeAssignment":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"identityUserFlowAttributeAssignment","required":["@odata.type"],"type":"object","properties":{"displayName":{"type":"string","description":"The display name of the identityUserFlowAttribute within a user flow.","nullable":true},"isOptional":{"type":"boolean","description":"Determines whether the identityUserFlowAttribute is optional. true means the user doesn't have to provide a value. false means the user can't complete sign-up without providing a value."},"requiresVerification":{"type":"boolean","description":"Determines whether the identityUserFlowAttribute requires verification, and is only used for verifying the user's phone number or email address."},"userAttributeValues":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.userAttributeValuesItem"},"description":"The input options for the user flow attribute. Only applicable when the userInputType is radioSingleSelect, dropdownSingleSelect, or checkboxMultiSelect."},"userInputType":{"$ref":"#/components/schemas/microsoft.graph.identityUserFlowAttributeInputType"},"userAttribute":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identityUserFlowAttribute"},{"type":"object","nullable":true}],"description":"The user attribute that you want to add to your user flow.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.identityUserFlowAttributeAssignment"},"microsoft.graph.identityVerifiedIdRoot":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"identityVerifiedIdRoot","required":["@odata.type"],"type":"object","properties":{"profiles":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.verifiedIdProfile"},"description":"Profile containing properties about a Verified ID provider and purpose","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.identityVerifiedIdRoot"},"microsoft.graph.importedWindowsAutopilotDeviceIdentity":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"importedWindowsAutopilotDeviceIdentity","required":["@odata.type"],"type":"object","properties":{"assignedUserPrincipalName":{"type":"string","description":"UPN of the user the device will be assigned","nullable":true},"groupTag":{"type":"string","description":"Group Tag of the Windows autopilot device.","nullable":true},"hardwareIdentifier":{"type":"string","description":"Hardware Blob of the Windows autopilot device.","format":"base64url","nullable":true},"importId":{"type":"string","description":"The Import Id of the Windows autopilot device.","nullable":true},"productKey":{"type":"string","description":"Product Key of the Windows autopilot device.","nullable":true},"serialNumber":{"type":"string","description":"Serial number of the Windows autopilot device.","nullable":true},"state":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.importedWindowsAutopilotDeviceIdentityState"},{"type":"object","nullable":true}],"description":"Current state of the imported device."},"@odata.type":{"type":"string"}},"description":"Imported windows autopilot devices."}],"x-ms-discriminator-value":"#microsoft.graph.importedWindowsAutopilotDeviceIdentity"},"microsoft.graph.importedWindowsAutopilotDeviceIdentityUpload":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"importedWindowsAutopilotDeviceIdentityUpload","required":["@odata.type"],"type":"object","properties":{"createdDateTimeUtc":{"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":"DateTime when the entity is created.","format":"date-time"},"status":{"$ref":"#/components/schemas/microsoft.graph.importedWindowsAutopilotDeviceIdentityUploadStatus"},"deviceIdentities":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.importedWindowsAutopilotDeviceIdentity"},"description":"Collection of all Autopilot devices as a part of this upload.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}},"description":"Import windows autopilot devices using upload."}],"x-ms-discriminator-value":"#microsoft.graph.importedWindowsAutopilotDeviceIdentityUpload"},"microsoft.graph.inferenceClassificationOverride":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"inferenceClassificationOverride","required":["@odata.type"],"type":"object","properties":{"classifyAs":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.inferenceClassificationType"},{"type":"object","nullable":true}],"description":"Specifies how incoming messages from a specific sender should always be classified as. The possible values are: focused, other."},"senderEmailAddress":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.emailAddress"},{"type":"object","nullable":true}],"description":"The email address information of the sender for whom the override is created."},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.inferenceClassificationOverride"},"microsoft.graph.invitation":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"invitation","required":["@odata.type"],"type":"object","properties":{"invitedUserDisplayName":{"type":"string","description":"The display name of the user being invited.","nullable":true},"invitedUserEmailAddress":{"type":"string","description":"The email address of the user being invited. Required. The following special characters aren't permitted in the email address:Tilde (~)Exclamation point (!)Number sign (#)Dollar sign ($)Percent (%)Circumflex (^)Ampersand (&)Asterisk (*)Parentheses (( ))Plus sign (+)Equal sign (=)Brackets ([ ])Braces ({ })Backslash (/)Slash mark (/)Pipe (/|)Semicolon (;)Colon (:)Quotation marks (')Angle brackets (< >)Question mark (?)Comma (,)However, the following exceptions apply:A period (.) or a hyphen (-) is permitted anywhere in the user name, except at the beginning or end of the name.An underscore (_) is permitted anywhere in the user name, including at the beginning or end of the name."},"invitedUserMessageInfo":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.invitedUserMessageInfo"},{"type":"object","nullable":true}],"description":"Contains configuration for the message being sent to the invited user, including customizing message text, language, and cc recipient list."},"invitedUserType":{"type":"string","description":"The userType of the user being invited. By default, this is Guest. You can invite as Member if you're a company administrator.","nullable":true},"inviteRedeemUrl":{"type":"string","description":"The URL the user can use to redeem their invitation. Read-only.","nullable":true},"inviteRedirectUrl":{"type":"string","description":"The URL the user should be redirected to after the invitation is redeemed. Required."},"resetRedemption":{"type":"boolean","description":"Reset the user's redemption status and reinvite a user while retaining their user identifier, group memberships, and app assignments. This property allows you to enable a user to sign-in using a different email address from the one in the previous invitation. When true, the invitedUser/id relationship is required. For more information about using this property, see Reset redemption status for a guest user.","nullable":true},"sendInvitationMessage":{"type":"boolean","description":"Indicates whether an email should be sent to the user being invited. The default is false.","nullable":true},"status":{"type":"string","description":"The status of the invitation. The possible values are: PendingAcceptance, Completed, InProgress, and Error.","nullable":true},"invitedUser":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.user"},{"type":"object","nullable":true}],"description":"The user created as part of the invitation creation. Read-only. The id property is required in the request body to reset a redemption status.","x-ms-navigationProperty":true},"invitedUserSponsors":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.directoryObject"},"description":"The users or groups who are sponsors of the invited user. Sponsors are users and groups that are responsible for guest users' privileges in the tenant and for keeping the guest users' information and access up to date.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.invitation"},"microsoft.graph.iosLobAppProvisioningConfigurationAssignment":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"iosLobAppProvisioningConfigurationAssignment","required":["@odata.type"],"type":"object","properties":{"target":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.deviceAndAppManagementAssignmentTarget"},{"type":"object","nullable":true}],"description":"The target group assignment defined by the admin."},"@odata.type":{"type":"string"}},"description":"A class containing the properties used for Group Assignment of an iOS LOB App Provisioning and Configuration."}],"x-ms-discriminator-value":"#microsoft.graph.iosLobAppProvisioningConfigurationAssignment"},"microsoft.graph.iosUpdateDeviceStatus":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"iosUpdateDeviceStatus","required":["@odata.type"],"type":"object","properties":{"complianceGracePeriodExpirationDateTime":{"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 DateTime when device compliance grace period expires","format":"date-time"},"deviceDisplayName":{"type":"string","description":"Device name of the DevicePolicyStatus.","nullable":true},"deviceId":{"type":"string","description":"The device id that is being reported.","nullable":true},"deviceModel":{"type":"string","description":"The device model that is being reported","nullable":true},"installStatus":{"$ref":"#/components/schemas/microsoft.graph.iosUpdatesInstallStatus"},"lastReportedDateTime":{"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 modified date time of the policy report.","format":"date-time"},"osVersion":{"type":"string","description":"The device version that is being reported.","nullable":true},"status":{"$ref":"#/components/schemas/microsoft.graph.complianceStatus"},"userId":{"type":"string","description":"The User id that is being reported.","nullable":true},"userName":{"type":"string","description":"The User Name that is being reported","nullable":true},"userPrincipalName":{"type":"string","description":"UserPrincipalName.","nullable":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.iosUpdateDeviceStatus"},"microsoft.graph.itemActivity":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"itemActivity","required":["@odata.type"],"type":"object","properties":{"access":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.accessAction"},{"type":"object","nullable":true}],"description":"An item was accessed."},"activityDateTime":{"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":"Details about when the activity took place. Read-only.","format":"date-time","nullable":true},"actor":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"type":"object","nullable":true}],"description":"Identity of who performed the action. Read-only."},"driveItem":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.driveItem"},{"type":"object","nullable":true}],"description":"Exposes the driveItem that was the target of this activity.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.itemActivity"},"microsoft.graph.itemActivityStat":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"itemActivityStat","required":["@odata.type"],"type":"object","properties":{"access":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.itemActionStat"},{"type":"object","nullable":true}],"description":"Statistics about the access actions in this interval. Read-only."},"create":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.itemActionStat"},{"type":"object","nullable":true}],"description":"Statistics about the create actions in this interval. Read-only."},"delete":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.itemActionStat"},{"type":"object","nullable":true}],"description":"Statistics about the delete actions in this interval. Read-only."},"edit":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.itemActionStat"},{"type":"object","nullable":true}],"description":"Statistics about the edit actions in this interval. Read-only."},"endDateTime":{"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":"When the interval ends. Read-only.","format":"date-time","nullable":true},"incompleteData":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.incompleteData"},{"type":"object","nullable":true}],"description":"Indicates that the statistics in this interval are based on incomplete data. Read-only."},"isTrending":{"type":"boolean","description":"Indicates whether the item is 'trending.' Read-only.","nullable":true},"move":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.itemActionStat"},{"type":"object","nullable":true}],"description":"Statistics about the move actions in this interval. Read-only."},"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":"When the interval starts. Read-only.","format":"date-time","nullable":true},"activities":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.itemActivity"},"description":"Exposes the itemActivities represented in this itemActivityStat resource.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.itemActivityStat"},"microsoft.graph.itemAnalytics":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"itemAnalytics","required":["@odata.type"],"type":"object","properties":{"allTime":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.itemActivityStat"},{"type":"object","nullable":true}],"x-ms-navigationProperty":true},"itemActivityStats":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.itemActivityStat"},"x-ms-navigationProperty":true},"lastSevenDays":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.itemActivityStat"},{"type":"object","nullable":true}],"x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.itemAnalytics"},"microsoft.graph.itemRetentionLabel":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"itemRetentionLabel","required":["@odata.type"],"type":"object","properties":{"isLabelAppliedExplicitly":{"type":"boolean","description":"Specifies whether the label is applied explicitly on the item. True indicates that the label is applied explicitly; otherwise, the label is inherited from its parent. Read-only.","nullable":true},"labelAppliedBy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"type":"object","nullable":true}],"description":"Identity of the user who applied the label. Read-only."},"labelAppliedDateTime":{"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 label was applied on the item. 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. Read-only.","format":"date-time","nullable":true},"name":{"type":"string","description":"The retention label on the document. Read-write.","nullable":true},"retentionSettings":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.retentionLabelSettings"},{"type":"object","nullable":true}],"description":"The retention settings enforced on the item. Read-write."},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.itemRetentionLabel"},"microsoft.graph.labelContentRight":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"labelContentRight","required":["@odata.type"],"type":"object","properties":{"cid":{"type":"string","description":"The content identifier.","nullable":true},"format":{"type":"string","description":"The content format.","nullable":true},"rights":{"$ref":"#/components/schemas/microsoft.graph.usageRights"},"label":{"$ref":"#/components/schemas/microsoft.graph.sensitivityLabel"},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.labelContentRight"},"microsoft.graph.landingPage":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"landingPage","required":["@odata.type"],"type":"object","properties":{"createdBy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.emailIdentity"},{"type":"object","nullable":true}],"description":"Identity of the user who created the landing page."},"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","description":"Date and time when the landing page was created. 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","nullable":true},"description":{"type":"string","description":"Description of the landing page as defined by the user.","nullable":true},"displayName":{"type":"string","description":"The display name of the landing page.","nullable":true},"lastModifiedBy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.emailIdentity"},{"type":"object","nullable":true}],"description":"Email identity of the user who last modified the landing page."},"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":"Date and time when the landing page was last modified. 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","nullable":true},"locale":{"type":"string","description":"Content locale.","nullable":true},"source":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.simulationContentSource"},{"type":"object","nullable":true}],"description":"The source of the content. The possible values are: unknown, global, tenant, unknownFutureValue."},"status":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.simulationContentStatus"},{"type":"object","nullable":true}],"description":"The status of the simulation. The possible values are: unknown, draft, ready, archive, delete, unknownFutureValue."},"supportedLocales":{"type":"array","items":{"type":"string","nullable":true},"description":"Supported locales."},"details":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.landingPageDetail"},"description":"The detail information for a landing page associated with a simulation during its creation.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.landingPage"},"microsoft.graph.landingPageDetail":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"landingPageDetail","required":["@odata.type"],"type":"object","properties":{"content":{"type":"string","description":"Landing page detail content."},"isDefaultLangauge":{"type":"boolean","description":"Indicates whether this language detail is default for the landing page.","nullable":true},"language":{"type":"string","description":"The content language for the landing page."},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.landingPageDetail"},"microsoft.graph.learningContent":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"learningContent","required":["@odata.type"],"type":"object","properties":{"additionalTags":{"type":"array","items":{"type":"string","nullable":true},"description":"Keywords, topics, and other tags associated with the learning content. Optional."},"contentWebUrl":{"type":"string","description":"The content web URL for the learning content. Required."},"contributors":{"type":"array","items":{"type":"string","nullable":true},"description":"The authors, creators, or contributors of the learning content. Optional."},"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","description":"The date and time when the learning content was created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Optional.","format":"date-time","nullable":true},"description":{"type":"string","description":"The description or summary for the learning content. Optional.","nullable":true},"duration":{"pattern":"^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$","type":"string","description":"The duration of the learning content in seconds. The value is represented in ISO 8601 format for durations. Optional.","format":"duration","nullable":true},"externalId":{"type":"string","description":"Unique external content ID for the learning content. Required."},"format":{"type":"string","description":"The format of the learning content. For example, Course, Video, Book, Book Summary, Audiobook Summary. Optional.","nullable":true},"isActive":{"type":"boolean","description":"Indicates whether the content is active or not. Inactive content doesn't show up in the UI. The default value is true. Optional.","nullable":true},"isPremium":{"type":"boolean","description":"Indicates whether the learning content requires the user to sign-in on the learning provider platform or not. The default value is false. Optional.","nullable":true},"isSearchable":{"type":"boolean","description":"Indicates whether the learning content is searchable or not. The default value is true. Optional.","nullable":true},"languageTag":{"type":"string","description":"The language of the learning content, for example, en-us or fr-fr. Required."},"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":"The date and time when the learning content was last modified. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Optional.","format":"date-time","nullable":true},"level":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.level"},{"type":"object","nullable":true}],"description":"The difficulty level of the learning content. The possible values are: Beginner, Intermediate, Advanced, unknownFutureValue. Optional."},"numberOfPages":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The number of pages of the learning content, for example, 9. Optional.","format":"int32","nullable":true},"skillTags":{"type":"array","items":{"type":"string","nullable":true},"description":"The skills tags associated with the learning content. Optional."},"sourceName":{"type":"string","description":"The source name of the learning content, such as LinkedIn Learning or Coursera. Optional.","nullable":true},"thumbnailWebUrl":{"type":"string","description":"The URL of learning content thumbnail image. Optional.","nullable":true},"title":{"type":"string","description":"The title of the learning content. Required."},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.learningContent"},"microsoft.graph.learningCourseActivity":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"learningCourseActivity","required":["@odata.type"],"type":"object","properties":{"completedDateTime":{"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":"Date and time when the assignment was completed. Optional.","format":"date-time","nullable":true},"completionPercentage":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The percentage completion value of the course activity. Optional.","format":"int32","nullable":true},"externalcourseActivityId":{"type":"string","nullable":true},"learnerUserId":{"type":"string","description":"The user ID of the learner to whom the activity is assigned. Required."},"learningContentId":{"type":"string","description":"The ID of the learning content created in Viva Learning. Required."},"learningProviderId":{"type":"string","description":"The registration ID of the provider. Required.","nullable":true},"status":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.courseStatus"},{"type":"object","nullable":true}],"description":"The status of the course activity. The possible values are: notStarted, inProgress, completed. Required."},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.learningAssignment":"#/components/schemas/microsoft.graph.learningAssignment","#microsoft.graph.learningSelfInitiatedCourse":"#/components/schemas/microsoft.graph.learningSelfInitiatedCourse"}}}]},"microsoft.graph.learningAssignment":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.learningCourseActivity"},{"title":"learningAssignment","required":["@odata.type"],"type":"object","properties":{"assignedDateTime":{"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":"Assigned date for the course activity. Optional.","format":"date-time","nullable":true},"assignerUserId":{"type":"string","description":"The user ID of the assigner. Optional.","nullable":true},"assignmentType":{"$ref":"#/components/schemas/microsoft.graph.assignmentType"},"dueDateTime":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.dateTimeTimeZone"},{"type":"object","nullable":true}],"description":"Due date for the course activity. Optional."},"notes":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.itemBody"},{"type":"object","nullable":true}],"description":"Notes for the course activity. Optional."},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.learningAssignment"},"microsoft.graph.learningSelfInitiatedCourse":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.learningCourseActivity"},{"title":"learningSelfInitiatedCourse","required":["@odata.type"],"type":"object","properties":{"startedDateTime":{"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 on which the learner started the self-initiated course. Optional.","format":"date-time","nullable":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.learningSelfInitiatedCourse"},"microsoft.graph.learningProvider":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"learningProvider","required":["@odata.type"],"type":"object","properties":{"displayName":{"type":"string","description":"The display name that appears in Viva Learning. Required."},"isCourseActivitySyncEnabled":{"type":"boolean","description":"Indicates whether a provider can ingest learning course activity records. The default value is false. Set to true to make learningCourseActivities available for this provider.","nullable":true},"loginWebUrl":{"type":"string","description":"Authentication URL to access the courses for the provider. Optional.","nullable":true},"longLogoWebUrlForDarkTheme":{"type":"string","description":"The long logo URL for the dark mode that needs to be a publicly accessible image. This image would be saved to the blob storage of Viva Learning for rendering within the Viva Learning app. Required."},"longLogoWebUrlForLightTheme":{"type":"string","description":"The long logo URL for the light mode that needs to be a publicly accessible image. This image would be saved to the blob storage of Viva Learning for rendering within the Viva Learning app. Required."},"squareLogoWebUrlForDarkTheme":{"type":"string","description":"The square logo URL for the dark mode that needs to be a publicly accessible image. This image would be saved to the blob storage of Viva Learning for rendering within the Viva Learning app. Required."},"squareLogoWebUrlForLightTheme":{"type":"string","description":"The square logo URL for the light mode that needs to be a publicly accessible image. This image would be saved to the blob storage of Viva Learning for rendering within the Viva Learning app. Required."},"learningContents":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.learningContent"},"description":"Learning catalog items for the provider.","x-ms-navigationProperty":true},"learningCourseActivities":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.learningCourseActivity"},"x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.learningProvider"},"microsoft.graph.linkedResource":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"linkedResource","required":["@odata.type"],"type":"object","properties":{"applicationName":{"type":"string","description":"The app name of the source that sends the linkedResource.","nullable":true},"displayName":{"type":"string","description":"The title of the linkedResource.","nullable":true},"externalId":{"type":"string","description":"ID of the object that is associated with this task on the third-party/partner system.","nullable":true},"webUrl":{"type":"string","description":"Deep link to the linkedResource.","nullable":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.linkedResource"},"microsoft.graph.localizedNotificationMessage":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"localizedNotificationMessage","required":["@odata.type"],"type":"object","properties":{"isDefault":{"type":"boolean","description":"Flag to indicate whether or not this is the default locale for language fallback. This flag can only be set. To unset, set this property to true on another Localized Notification Message."},"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":"DateTime the object was last modified.","format":"date-time"},"locale":{"type":"string","description":"The Locale for which this message is destined."},"messageTemplate":{"type":"string","description":"The Message Template content."},"subject":{"type":"string","description":"The Message Template Subject."},"@odata.type":{"type":"string"}},"description":"The text content of a Notification Message Template for the specified locale."}],"x-ms-discriminator-value":"#microsoft.graph.localizedNotificationMessage"},"microsoft.graph.loginPage":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"loginPage","required":["@odata.type"],"type":"object","properties":{"content":{"type":"string","description":"The HTML content of the login page.","nullable":true},"createdBy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.emailIdentity"},{"type":"object","nullable":true}],"description":"Identity of the user who created the login page."},"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","description":"Date and time when the login page was created. 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","nullable":true},"description":{"type":"string","description":"Description about the login page.","nullable":true},"displayName":{"type":"string","description":"Display name of the login page.","nullable":true},"language":{"type":"string","description":"The content language of the login page.","nullable":true},"lastModifiedBy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.emailIdentity"},{"type":"object","nullable":true}],"description":"Identity of the user who last modified the login page."},"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":"Date and time when the login page was last modified. 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","nullable":true},"source":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.simulationContentSource"},{"type":"object","nullable":true}],"description":"The source of the content. The possible values are: unknown, global, tenant, unknownFutureValue."},"status":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.simulationContentStatus"},{"type":"object","nullable":true}],"description":"The login page status. The possible values are: unknown, draft, ready, archive, delete, unknownFutureValue."},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.loginPage"},"microsoft.graph.longRunningOperation":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"longRunningOperation","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","description":"The start time of the operation. 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","nullable":true},"lastActionDateTime":{"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 of the last action in the operation. 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","nullable":true},"resourceLocation":{"type":"string","description":"URI of the resource that the operation is performed on.","nullable":true},"status":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.longRunningOperationStatus"},{"type":"object","nullable":true}],"description":"The status of the operation. The possible values are: notStarted, running, succeeded, failed, unknownFutureValue."},"statusDetail":{"type":"string","description":"Details about the status of the operation.","nullable":true},"@odata.type":{"type":"string"}},"description":"The status of a long-running operation.","discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.attackSimulationOperation":"#/components/schemas/microsoft.graph.attackSimulationOperation","#microsoft.graph.engagementAsyncOperation":"#/components/schemas/microsoft.graph.engagementAsyncOperation","#microsoft.graph.richLongRunningOperation":"#/components/schemas/microsoft.graph.richLongRunningOperation"}}}]},"microsoft.graph.attackSimulationOperation":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.longRunningOperation"},{"title":"attackSimulationOperation","required":["@odata.type"],"type":"object","properties":{"percentageCompleted":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Percentage of completion of the respective operation.","format":"int32"},"tenantId":{"type":"string","description":"Tenant identifier.","nullable":true},"type":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.attackSimulationOperationType"},{"type":"object","nullable":true}],"description":"The attack simulation operation type. The possible values are: createSimulation, updateSimulation, unknownFutureValue."},"@odata.type":{"type":"string"}},"description":"The status of a long-running operation."}],"x-ms-discriminator-value":"#microsoft.graph.attackSimulationOperation"},"microsoft.graph.engagementAsyncOperation":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.longRunningOperation"},{"title":"engagementAsyncOperation","required":["@odata.type"],"type":"object","properties":{"operationType":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.engagementAsyncOperationType"},{"type":"object","nullable":true}],"description":"The type of the long-running operation. The possible values are: createCommunity, unknownFutureValue."},"resourceId":{"type":"string","description":"The ID of the object created or modified as a result of this async operation.","nullable":true},"@odata.type":{"type":"string"}},"description":"Represents the status of a Viva Engage async operation that is an operation that transcends the\nlifetime of a single API request. These operations are long-running or too expensive to complete\nwithin the time frame of their original request."}],"x-ms-discriminator-value":"#microsoft.graph.engagementAsyncOperation"},"microsoft.graph.richLongRunningOperation":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.longRunningOperation"},{"title":"richLongRunningOperation","required":["@odata.type"],"type":"object","properties":{"error":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.publicError"},{"type":"object","nullable":true}],"description":"Error that caused the operation to fail."},"percentageComplete":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"A value between 0 and 100 that indicates the progress of the operation.","format":"int32","nullable":true},"resourceId":{"type":"string","description":"The unique identifier for the result.","nullable":true},"type":{"type":"string","description":"The type of the operation.","nullable":true},"@odata.type":{"type":"string"}},"description":"The status of a long-running operation."}],"x-ms-discriminator-value":"#microsoft.graph.richLongRunningOperation"},"microsoft.graph.mailSearchFolder":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.mailFolder"},{"title":"mailSearchFolder","required":["@odata.type"],"type":"object","properties":{"filterQuery":{"type":"string","description":"The OData query to filter the messages.","nullable":true},"includeNestedFolders":{"type":"boolean","description":"Indicates how the mailbox folder hierarchy should be traversed in the search. true means that a deep search should be done to include child folders in the hierarchy of each folder explicitly specified in sourceFolderIds. false means a shallow search of only each of the folders explicitly specified in sourceFolderIds.","nullable":true},"isSupported":{"type":"boolean","description":"Indicates whether a search folder is editable using REST APIs.","nullable":true},"sourceFolderIds":{"type":"array","items":{"type":"string","nullable":true},"description":"The mailbox folders that should be mined."},"@odata.type":{"type":"string","default":"#microsoft.graph.mailSearchFolder"}}}],"x-ms-discriminator-value":"#microsoft.graph.mailSearchFolder"},"microsoft.graph.malwareStateForWindowsDevice":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"malwareStateForWindowsDevice","required":["@odata.type"],"type":"object","properties":{"detectionCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Indicates the number of times the malware is detected","format":"int32","nullable":true},"deviceName":{"type":"string","description":"Indicates the name of the device being evaluated for malware state","nullable":true},"executionState":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.windowsMalwareExecutionState"},{"type":"object","nullable":true}],"description":"Indicates execution status of the malware. The possible values are: unknown, blocked, allowed, running, notRunning. Defaults to unknown. The possible values are: unknown, blocked, allowed, running, notRunning."},"initialDetectionDateTime":{"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":"Initial detection datetime of the malware","format":"date-time","nullable":true},"lastStateChangeDateTime":{"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 last time this particular threat was changed","format":"date-time","nullable":true},"threatState":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.windowsMalwareThreatState"},{"type":"object","nullable":true}],"description":"Indicates threat status of the malware. The possible values are: active, actionFailed, manualStepsRequired, fullScanRequired, rebootRequired, remediatedWithNonCriticalFailures, quarantined, removed, cleaned, allowed, noStatusCleared. defaults to noStatusCleared. The possible values are: active, actionFailed, manualStepsRequired, fullScanRequired, rebootRequired, remediatedWithNonCriticalFailures, quarantined, removed, cleaned, allowed, noStatusCleared."},"@odata.type":{"type":"string"}},"description":"Malware state for a windows device"}],"x-ms-discriminator-value":"#microsoft.graph.malwareStateForWindowsDevice"},"microsoft.graph.managedAppOperation":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"managedAppOperation","required":["@odata.type"],"type":"object","properties":{"displayName":{"type":"string","description":"The operation name.","nullable":true},"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":"The last time the app operation was modified.","format":"date-time"},"state":{"type":"string","description":"The current state of the operation","nullable":true},"version":{"type":"string","description":"Version of the entity.","nullable":true},"@odata.type":{"type":"string"}},"description":"Represents an operation applied against an app registration."}],"x-ms-discriminator-value":"#microsoft.graph.managedAppOperation"},"microsoft.graph.managedAppPolicy":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"managedAppPolicy","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","description":"The date and time the policy was created.","format":"date-time"},"description":{"type":"string","description":"The policy's description.","nullable":true},"displayName":{"type":"string","description":"Policy display name."},"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 time the policy was modified.","format":"date-time"},"version":{"type":"string","description":"Version of the entity.","nullable":true},"@odata.type":{"type":"string"}},"description":"The ManagedAppPolicy resource represents a base type for platform specific policies.","discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.managedAppConfiguration":"#/components/schemas/microsoft.graph.managedAppConfiguration","#microsoft.graph.targetedManagedAppConfiguration":"#/components/schemas/microsoft.graph.targetedManagedAppConfiguration","#microsoft.graph.managedAppProtection":"#/components/schemas/microsoft.graph.managedAppProtection","#microsoft.graph.defaultManagedAppProtection":"#/components/schemas/microsoft.graph.defaultManagedAppProtection","#microsoft.graph.targetedManagedAppProtection":"#/components/schemas/microsoft.graph.targetedManagedAppProtection","#microsoft.graph.androidManagedAppProtection":"#/components/schemas/microsoft.graph.androidManagedAppProtection","#microsoft.graph.iosManagedAppProtection":"#/components/schemas/microsoft.graph.iosManagedAppProtection","#microsoft.graph.windowsInformationProtection":"#/components/schemas/microsoft.graph.windowsInformationProtection","#microsoft.graph.mdmWindowsInformationProtectionPolicy":"#/components/schemas/microsoft.graph.mdmWindowsInformationProtectionPolicy","#microsoft.graph.windowsInformationProtectionPolicy":"#/components/schemas/microsoft.graph.windowsInformationProtectionPolicy"}}}]},"microsoft.graph.managedAppConfiguration":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.managedAppPolicy"},{"title":"managedAppConfiguration","required":["@odata.type"],"type":"object","properties":{"customSettings":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.keyValuePair"},"description":"A set of string key and string value pairs to be sent to apps for users to whom the configuration is scoped, unalterned by this service"},"@odata.type":{"type":"string","default":"#microsoft.graph.managedAppConfiguration"}},"description":"Configuration used to deliver a set of custom settings as-is to apps for users to whom the configuration is scoped","discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.targetedManagedAppConfiguration":"#/components/schemas/microsoft.graph.targetedManagedAppConfiguration"}}}]},"microsoft.graph.targetedManagedAppConfiguration":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.managedAppConfiguration"},{"title":"targetedManagedAppConfiguration","required":["@odata.type"],"type":"object","properties":{"deployedAppCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Count of apps to which the current policy is deployed.","format":"int32"},"isAssigned":{"type":"boolean","description":"Indicates if the policy is deployed to any inclusion groups or not."},"apps":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.managedMobileApp"},"description":"List of apps to which the policy is deployed.","x-ms-navigationProperty":true},"assignments":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.targetedManagedAppPolicyAssignment"},"description":"Navigation property to list of inclusion and exclusion groups to which the policy is deployed.","x-ms-navigationProperty":true},"deploymentSummary":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.managedAppPolicyDeploymentSummary"},{"type":"object","nullable":true}],"description":"Navigation property to deployment summary of the configuration.","x-ms-navigationProperty":true},"@odata.type":{"type":"string","default":"#microsoft.graph.targetedManagedAppConfiguration"}},"description":"Configuration used to deliver a set of custom settings as-is to all users in the targeted security group"}],"x-ms-discriminator-value":"#microsoft.graph.targetedManagedAppConfiguration"},"microsoft.graph.managedAppProtection":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.managedAppPolicy"},{"title":"managedAppProtection","required":["@odata.type"],"type":"object","properties":{"allowedDataStorageLocations":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.managedAppDataStorageLocation"},"description":"Data storage locations where a user may store managed data."},"allowedInboundDataTransferSources":{"$ref":"#/components/schemas/microsoft.graph.managedAppDataTransferLevel"},"allowedOutboundClipboardSharingLevel":{"$ref":"#/components/schemas/microsoft.graph.managedAppClipboardSharingLevel"},"allowedOutboundDataTransferDestinations":{"$ref":"#/components/schemas/microsoft.graph.managedAppDataTransferLevel"},"contactSyncBlocked":{"type":"boolean","description":"Indicates whether contacts can be synced to the user's device."},"dataBackupBlocked":{"type":"boolean","description":"Indicates whether the backup of a managed app's data is blocked."},"deviceComplianceRequired":{"type":"boolean","description":"Indicates whether device compliance is required."},"disableAppPinIfDevicePinIsSet":{"type":"boolean","description":"Indicates whether use of the app pin is required if the device pin is set."},"fingerprintBlocked":{"type":"boolean","description":"Indicates whether use of the fingerprint reader is allowed in place of a pin if PinRequired is set to True."},"managedBrowser":{"$ref":"#/components/schemas/microsoft.graph.managedBrowserType"},"managedBrowserToOpenLinksRequired":{"type":"boolean","description":"Indicates whether internet links should be opened in the managed browser app, or any custom browser specified by CustomBrowserProtocol (for iOS) or CustomBrowserPackageId/CustomBrowserDisplayName (for Android)"},"maximumPinRetries":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Maximum number of incorrect pin retry attempts before the managed app is either blocked or wiped. Valid values 1 to 65535","format":"int32"},"minimumPinLength":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Minimum pin length required for an app-level pin if PinRequired is set to True","format":"int32"},"minimumRequiredAppVersion":{"type":"string","description":"Versions less than the specified version will block the managed app from accessing company data.","nullable":true},"minimumRequiredOsVersion":{"type":"string","description":"Versions less than the specified version will block the managed app from accessing company data.","nullable":true},"minimumWarningAppVersion":{"type":"string","description":"Versions less than the specified version will result in warning message on the managed app.","nullable":true},"minimumWarningOsVersion":{"type":"string","description":"Versions less than the specified version will result in warning message on the managed app from accessing company data.","nullable":true},"organizationalCredentialsRequired":{"type":"boolean","description":"Indicates whether organizational credentials are required for app use."},"periodBeforePinReset":{"pattern":"^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$","type":"string","description":"TimePeriod before the all-level pin must be reset if PinRequired is set to True.","format":"duration"},"periodOfflineBeforeAccessCheck":{"pattern":"^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$","type":"string","description":"The period after which access is checked when the device is not connected to the internet.","format":"duration"},"periodOfflineBeforeWipeIsEnforced":{"pattern":"^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$","type":"string","description":"The amount of time an app is allowed to remain disconnected from the internet before all managed data it is wiped.","format":"duration"},"periodOnlineBeforeAccessCheck":{"pattern":"^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$","type":"string","description":"The period after which access is checked when the device is connected to the internet.","format":"duration"},"pinCharacterSet":{"$ref":"#/components/schemas/microsoft.graph.managedAppPinCharacterSet"},"pinRequired":{"type":"boolean","description":"Indicates whether an app-level pin is required."},"printBlocked":{"type":"boolean","description":"Indicates whether printing is allowed from managed apps."},"saveAsBlocked":{"type":"boolean","description":"Indicates whether users may use the 'Save As' menu item to save a copy of protected files."},"simplePinBlocked":{"type":"boolean","description":"Indicates whether simplePin is blocked."},"@odata.type":{"type":"string","default":"#microsoft.graph.managedAppProtection"}},"description":"Policy used to configure detailed management settings for a specified set of apps","discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.defaultManagedAppProtection":"#/components/schemas/microsoft.graph.defaultManagedAppProtection","#microsoft.graph.targetedManagedAppProtection":"#/components/schemas/microsoft.graph.targetedManagedAppProtection","#microsoft.graph.androidManagedAppProtection":"#/components/schemas/microsoft.graph.androidManagedAppProtection","#microsoft.graph.iosManagedAppProtection":"#/components/schemas/microsoft.graph.iosManagedAppProtection"}}}]},"microsoft.graph.defaultManagedAppProtection":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.managedAppProtection"},{"title":"defaultManagedAppProtection","required":["@odata.type"],"type":"object","properties":{"appDataEncryptionType":{"$ref":"#/components/schemas/microsoft.graph.managedAppDataEncryptionType"},"customSettings":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.keyValuePair"},"description":"A set of string key and string value pairs to be sent to the affected users, unalterned by this service"},"deployedAppCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Count of apps to which the current policy is deployed.","format":"int32"},"disableAppEncryptionIfDeviceEncryptionIsEnabled":{"type":"boolean","description":"When this setting is enabled, app level encryption is disabled if device level encryption is enabled. (Android only)"},"encryptAppData":{"type":"boolean","description":"Indicates whether managed-app data should be encrypted. (Android only)"},"faceIdBlocked":{"type":"boolean","description":"Indicates whether use of the FaceID is allowed in place of a pin if PinRequired is set to True. (iOS Only)"},"minimumRequiredPatchVersion":{"type":"string","description":"Define the oldest required Android security patch level a user can have to gain secure access to the app. (Android only)","nullable":true},"minimumRequiredSdkVersion":{"type":"string","description":"Versions less than the specified version will block the managed app from accessing company data. (iOS Only)","nullable":true},"minimumWarningPatchVersion":{"type":"string","description":"Define the oldest recommended Android security patch level a user can have for secure access to the app. (Android only)","nullable":true},"screenCaptureBlocked":{"type":"boolean","description":"Indicates whether screen capture is blocked. (Android only)"},"apps":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.managedMobileApp"},"description":"List of apps to which the policy is deployed.","x-ms-navigationProperty":true},"deploymentSummary":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.managedAppPolicyDeploymentSummary"},{"type":"object","nullable":true}],"description":"Navigation property to deployment summary of the configuration.","x-ms-navigationProperty":true},"@odata.type":{"type":"string","default":"#microsoft.graph.defaultManagedAppProtection"}},"description":"Policy used to configure detailed management settings for a specified set of apps for all users not targeted by a TargetedManagedAppProtection Policy"}],"x-ms-discriminator-value":"#microsoft.graph.defaultManagedAppProtection"},"microsoft.graph.targetedManagedAppProtection":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.managedAppProtection"},{"title":"targetedManagedAppProtection","required":["@odata.type"],"type":"object","properties":{"isAssigned":{"type":"boolean","description":"Indicates if the policy is deployed to any inclusion groups or not."},"assignments":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.targetedManagedAppPolicyAssignment"},"description":"Navigation property to list of inclusion and exclusion groups to which the policy is deployed.","x-ms-navigationProperty":true},"@odata.type":{"type":"string","default":"#microsoft.graph.targetedManagedAppProtection"}},"description":"Policy used to configure detailed management settings targeted to specific security groups","discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.androidManagedAppProtection":"#/components/schemas/microsoft.graph.androidManagedAppProtection","#microsoft.graph.iosManagedAppProtection":"#/components/schemas/microsoft.graph.iosManagedAppProtection"}}}]},"microsoft.graph.androidManagedAppProtection":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.targetedManagedAppProtection"},{"title":"androidManagedAppProtection","required":["@odata.type"],"type":"object","properties":{"customBrowserDisplayName":{"type":"string","description":"Friendly name of the preferred custom browser to open weblink on Android. When this property is configured, ManagedBrowserToOpenLinksRequired should be true.","nullable":true},"customBrowserPackageId":{"type":"string","description":"Unique identifier of the preferred custom browser to open weblink on Android. When this property is configured, ManagedBrowserToOpenLinksRequired should be true.","nullable":true},"deployedAppCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Count of apps to which the current policy is deployed.","format":"int32"},"disableAppEncryptionIfDeviceEncryptionIsEnabled":{"type":"boolean","description":"When this setting is enabled, app level encryption is disabled if device level encryption is enabled"},"encryptAppData":{"type":"boolean","description":"Indicates whether application data for managed apps should be encrypted"},"minimumRequiredPatchVersion":{"type":"string","description":"Define the oldest required Android security patch level a user can have to gain secure access to the app.","nullable":true},"minimumWarningPatchVersion":{"type":"string","description":"Define the oldest recommended Android security patch level a user can have for secure access to the app.","nullable":true},"screenCaptureBlocked":{"type":"boolean","description":"Indicates whether a managed user can take screen captures of managed apps"},"apps":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.managedMobileApp"},"description":"List of apps to which the policy is deployed.","x-ms-navigationProperty":true},"deploymentSummary":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.managedAppPolicyDeploymentSummary"},{"type":"object","nullable":true}],"description":"Navigation property to deployment summary of the configuration.","x-ms-navigationProperty":true},"@odata.type":{"type":"string","default":"#microsoft.graph.androidManagedAppProtection"}},"description":"Policy used to configure detailed management settings targeted to specific security groups and for a specified set of apps on an Android device"}],"x-ms-discriminator-value":"#microsoft.graph.androidManagedAppProtection"},"microsoft.graph.iosManagedAppProtection":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.targetedManagedAppProtection"},{"title":"iosManagedAppProtection","required":["@odata.type"],"type":"object","properties":{"appDataEncryptionType":{"$ref":"#/components/schemas/microsoft.graph.managedAppDataEncryptionType"},"customBrowserProtocol":{"type":"string","description":"A custom browser protocol to open weblink on iOS. When this property is configured, ManagedBrowserToOpenLinksRequired should be true.","nullable":true},"deployedAppCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Count of apps to which the current policy is deployed.","format":"int32"},"faceIdBlocked":{"type":"boolean","description":"Indicates whether use of the FaceID is allowed in place of a pin if PinRequired is set to True."},"minimumRequiredSdkVersion":{"type":"string","description":"Versions less than the specified version will block the managed app from accessing company data.","nullable":true},"apps":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.managedMobileApp"},"description":"List of apps to which the policy is deployed.","x-ms-navigationProperty":true},"deploymentSummary":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.managedAppPolicyDeploymentSummary"},{"type":"object","nullable":true}],"description":"Navigation property to deployment summary of the configuration.","x-ms-navigationProperty":true},"@odata.type":{"type":"string","default":"#microsoft.graph.iosManagedAppProtection"}},"description":"Policy used to configure detailed management settings targeted to specific security groups and for a specified set of apps on an iOS device"}],"x-ms-discriminator-value":"#microsoft.graph.iosManagedAppProtection"},"microsoft.graph.windowsInformationProtection":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.managedAppPolicy"},{"title":"windowsInformationProtection","required":["@odata.type"],"type":"object","properties":{"azureRightsManagementServicesAllowed":{"type":"boolean","description":"Specifies whether to allow Azure RMS encryption for WIP"},"dataRecoveryCertificate":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.windowsInformationProtectionDataRecoveryCertificate"},{"type":"object","nullable":true}],"description":"Specifies a recovery certificate that can be used for data recovery of encrypted files. This is the same as the data recovery agent(DRA) certificate for encrypting file system(EFS)"},"enforcementLevel":{"$ref":"#/components/schemas/microsoft.graph.windowsInformationProtectionEnforcementLevel"},"enterpriseDomain":{"type":"string","description":"Primary enterprise domain","nullable":true},"enterpriseInternalProxyServers":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.windowsInformationProtectionResourceCollection"},"description":"This is the comma-separated list of internal proxy servers. For example, '157.54.14.28, 157.54.11.118, 10.202.14.167, 157.53.14.163, 157.69.210.59'. These proxies have been configured by the admin to connect to specific resources on the Internet. They are considered to be enterprise network locations. The proxies are only leveraged in configuring the EnterpriseProxiedDomains policy to force traffic to the matched domains through these proxies"},"enterpriseIPRanges":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.windowsInformationProtectionIPRangeCollection"},"description":"Sets the enterprise IP ranges that define the computers in the enterprise network. Data that comes from those computers will be considered part of the enterprise and protected. These locations will be considered a safe destination for enterprise data to be shared to"},"enterpriseIPRangesAreAuthoritative":{"type":"boolean","description":"Boolean value that tells the client to accept the configured list and not to use heuristics to attempt to find other subnets. Default is false"},"enterpriseNetworkDomainNames":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.windowsInformationProtectionResourceCollection"},"description":"This is the list of domains that comprise the boundaries of the enterprise. Data from one of these domains that is sent to a device will be considered enterprise data and protected These locations will be considered a safe destination for enterprise data to be shared to"},"enterpriseProtectedDomainNames":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.windowsInformationProtectionResourceCollection"},"description":"List of enterprise domains to be protected"},"enterpriseProxiedDomains":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.windowsInformationProtectionProxiedDomainCollection"},"description":"Contains a list of Enterprise resource domains hosted in the cloud that need to be protected. Connections to these resources are considered enterprise data. If a proxy is paired with a cloud resource, traffic to the cloud resource will be routed through the enterprise network via the denoted proxy server (on Port 80). A proxy server used for this purpose must also be configured using the EnterpriseInternalProxyServers policy"},"enterpriseProxyServers":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.windowsInformationProtectionResourceCollection"},"description":"This is a list of proxy servers. Any server not on this list is considered non-enterprise"},"enterpriseProxyServersAreAuthoritative":{"type":"boolean","description":"Boolean value that tells the client to accept the configured list of proxies and not try to detect other work proxies. Default is false"},"exemptApps":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.windowsInformationProtectionApp"},"description":"Exempt applications can also access enterprise data, but the data handled by those applications are not protected. This is because some critical enterprise applications may have compatibility problems with encrypted data."},"iconsVisible":{"type":"boolean","description":"Determines whether overlays are added to icons for WIP protected files in Explorer and enterprise only app tiles in the Start menu. Starting in Windows 10, version 1703 this setting also configures the visibility of the WIP icon in the title bar of a WIP-protected app"},"indexingEncryptedStoresOrItemsBlocked":{"type":"boolean","description":"This switch is for the Windows Search Indexer, to allow or disallow indexing of items"},"isAssigned":{"type":"boolean","description":"Indicates if the policy is deployed to any inclusion groups or not."},"neutralDomainResources":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.windowsInformationProtectionResourceCollection"},"description":"List of domain names that can used for work or personal resource"},"protectedApps":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.windowsInformationProtectionApp"},"description":"Protected applications can access enterprise data and the data handled by those applications are protected with encryption"},"protectionUnderLockConfigRequired":{"type":"boolean","description":"Specifies whether the protection under lock feature (also known as encrypt under pin) should be configured"},"revokeOnUnenrollDisabled":{"type":"boolean","description":"This policy controls whether to revoke the WIP keys when a device unenrolls from the management service. If set to 1 (Don't revoke keys), the keys will not be revoked and the user will continue to have access to protected files after unenrollment. If the keys are not revoked, there will be no revoked file cleanup subsequently."},"rightsManagementServicesTemplateId":{"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","description":"TemplateID GUID to use for RMS encryption. The RMS template allows the IT admin to configure the details about who has access to RMS-protected file and how long they have access","format":"uuid","nullable":true},"smbAutoEncryptedFileExtensions":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.windowsInformationProtectionResourceCollection"},"description":"Specifies a list of file extensions, so that files with these extensions are encrypted when copying from an SMB share within the corporate boundary"},"assignments":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.targetedManagedAppPolicyAssignment"},"description":"Navigation property to list of security groups targeted for policy.","x-ms-navigationProperty":true},"exemptAppLockerFiles":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.windowsInformationProtectionAppLockerFile"},"description":"Another way to input exempt apps through xml files","x-ms-navigationProperty":true},"protectedAppLockerFiles":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.windowsInformationProtectionAppLockerFile"},"description":"Another way to input protected apps through xml files","x-ms-navigationProperty":true},"@odata.type":{"type":"string","default":"#microsoft.graph.windowsInformationProtection"}},"description":"Policy for Windows information protection to configure detailed management settings","discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.mdmWindowsInformationProtectionPolicy":"#/components/schemas/microsoft.graph.mdmWindowsInformationProtectionPolicy","#microsoft.graph.windowsInformationProtectionPolicy":"#/components/schemas/microsoft.graph.windowsInformationProtectionPolicy"}}}]},"microsoft.graph.mdmWindowsInformationProtectionPolicy":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.windowsInformationProtection"},{"title":"mdmWindowsInformationProtectionPolicy","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.mdmWindowsInformationProtectionPolicy"}},"description":"Policy for Windows information protection with MDM"}],"x-ms-discriminator-value":"#microsoft.graph.mdmWindowsInformationProtectionPolicy"},"microsoft.graph.windowsInformationProtectionPolicy":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.windowsInformationProtection"},{"title":"windowsInformationProtectionPolicy","required":["@odata.type"],"type":"object","properties":{"daysWithoutContactBeforeUnenroll":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Offline interval before app data is wiped (days) . Valid values 0 to 999","format":"int32"},"mdmEnrollmentUrl":{"type":"string","description":"Enrollment url for the MDM","nullable":true},"minutesOfInactivityBeforeDeviceLock":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Specifies the maximum amount of time (in minutes) allowed after the device is idle that will cause the device to become PIN or password locked.   Range is an integer X where 0 <= X <= 999. Valid values 0 to 999","format":"int32"},"numberOfPastPinsRemembered":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Integer value that specifies the number of past PINs that can be associated to a user account that can't be reused. The largest number you can configure for this policy setting is 50. The lowest number you can configure for this policy setting is 0. If this policy is set to 0, then storage of previous PINs is not required. This node was added in Windows 10, version 1511. Default is 0. Valid values 0 to 50","format":"int32"},"passwordMaximumAttemptCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The number of authentication failures allowed before the device will be wiped. A value of 0 disables device wipe functionality. Range is an integer X where 4 <= X <= 16 for desktop and 0 <= X <= 999 for mobile devices. Valid values 0 to 999","format":"int32"},"pinExpirationDays":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Integer value specifies the period of time (in days) that a PIN can be used before the system requires the user to change it. The largest number you can configure for this policy setting is 730. The lowest number you can configure for this policy setting is 0. If this policy is set to 0, then the user's PIN will never expire. This node was added in Windows 10, version 1511. Default is 0. Valid values 0 to 730","format":"int32"},"pinLowercaseLetters":{"$ref":"#/components/schemas/microsoft.graph.windowsInformationProtectionPinCharacterRequirements"},"pinMinimumLength":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Integer value that sets the minimum number of characters required for the PIN. Default value is 4. The lowest number you can configure for this policy setting is 4. The largest number you can configure must be less than the number configured in the Maximum PIN length policy setting or the number 127, whichever is the lowest. Valid values 0 to 127","format":"int32"},"pinSpecialCharacters":{"$ref":"#/components/schemas/microsoft.graph.windowsInformationProtectionPinCharacterRequirements"},"pinUppercaseLetters":{"$ref":"#/components/schemas/microsoft.graph.windowsInformationProtectionPinCharacterRequirements"},"revokeOnMdmHandoffDisabled":{"type":"boolean","description":"New property in RS2, pending documentation"},"windowsHelloForBusinessBlocked":{"type":"boolean","description":"Boolean value that sets Windows Hello for Business as a method for signing into Windows."},"@odata.type":{"type":"string","default":"#microsoft.graph.windowsInformationProtectionPolicy"}},"description":"Policy for Windows information protection without MDM"}],"x-ms-discriminator-value":"#microsoft.graph.windowsInformationProtectionPolicy"},"microsoft.graph.managedAppPolicyDeploymentSummary":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"managedAppPolicyDeploymentSummary","required":["@odata.type"],"type":"object","properties":{"configurationDeployedUserCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","format":"int32"},"configurationDeploymentSummaryPerApp":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.managedAppPolicyDeploymentSummaryPerApp"}},"displayName":{"type":"string","nullable":true},"lastRefreshTime":{"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"},"version":{"type":"string","description":"Version of the entity.","nullable":true},"@odata.type":{"type":"string"}},"description":"The ManagedAppEntity is the base entity type for all other entity types under app management workflow."}],"x-ms-discriminator-value":"#microsoft.graph.managedAppPolicyDeploymentSummary"},"microsoft.graph.androidManagedAppRegistration":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.managedAppRegistration"},{"title":"androidManagedAppRegistration","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.androidManagedAppRegistration"}},"description":"Represents the synchronization details of an android app, with management capabilities, for a specific user."}],"x-ms-discriminator-value":"#microsoft.graph.androidManagedAppRegistration"},"microsoft.graph.iosManagedAppRegistration":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.managedAppRegistration"},{"title":"iosManagedAppRegistration","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.iosManagedAppRegistration"}},"description":"Represents the synchronization details of an ios app, with management capabilities, for a specific user."}],"x-ms-discriminator-value":"#microsoft.graph.iosManagedAppRegistration"},"microsoft.graph.managedAppStatus":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"managedAppStatus","required":["@odata.type"],"type":"object","properties":{"displayName":{"type":"string","description":"Friendly name of the status report.","nullable":true},"version":{"type":"string","description":"Version of the entity.","nullable":true},"@odata.type":{"type":"string"}},"description":"Represents app protection and configuration status for the organization.","discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.managedAppStatusRaw":"#/components/schemas/microsoft.graph.managedAppStatusRaw"}}}]},"microsoft.graph.managedAppStatusRaw":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.managedAppStatus"},{"title":"managedAppStatusRaw","required":["@odata.type"],"type":"object","properties":{"content":{"description":"Status report content."},"@odata.type":{"type":"string","default":"#microsoft.graph.managedAppStatusRaw"}},"description":"Represents an un-typed status report about organizations app protection and configuration."}],"x-ms-discriminator-value":"#microsoft.graph.managedAppStatusRaw"},"microsoft.graph.managedDeviceMobileAppConfiguration":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"managedDeviceMobileAppConfiguration","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","description":"DateTime the object was created.","format":"date-time"},"description":{"type":"string","description":"Admin provided description of the Device Configuration.","nullable":true},"displayName":{"type":"string","description":"Admin provided name of the device configuration."},"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":"DateTime the object was last modified.","format":"date-time"},"targetedMobileApps":{"type":"array","items":{"type":"string","nullable":true},"description":"the associated app."},"version":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Version of the device configuration.","format":"int32"},"assignments":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationAssignment"},"description":"The list of group assignemenets for app configration.","x-ms-navigationProperty":true},"deviceStatuses":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationDeviceStatus"},"description":"List of ManagedDeviceMobileAppConfigurationDeviceStatus.","x-ms-navigationProperty":true},"deviceStatusSummary":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationDeviceSummary"},{"type":"object","nullable":true}],"description":"App configuration device status summary.","x-ms-navigationProperty":true},"userStatuses":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationUserStatus"},"description":"List of ManagedDeviceMobileAppConfigurationUserStatus.","x-ms-navigationProperty":true},"userStatusSummary":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationUserSummary"},{"type":"object","nullable":true}],"description":"App configuration user status summary.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}},"description":"An abstract class for Mobile app configuration for enrolled devices.","discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.iosMobileAppConfiguration":"#/components/schemas/microsoft.graph.iosMobileAppConfiguration"}}}]},"microsoft.graph.iosMobileAppConfiguration":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.managedDeviceMobileAppConfiguration"},{"title":"iosMobileAppConfiguration","required":["@odata.type"],"type":"object","properties":{"encodedSettingXml":{"type":"string","description":"mdm app configuration Base64 binary.","format":"base64url","nullable":true},"settings":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.appConfigurationSettingItem"},"description":"app configuration setting items."},"@odata.type":{"type":"string","default":"#microsoft.graph.iosMobileAppConfiguration"}},"description":"Contains properties, inherited properties and actions for iOS mobile app configurations."}],"x-ms-discriminator-value":"#microsoft.graph.iosMobileAppConfiguration"},"microsoft.graph.managedDeviceMobileAppConfigurationAssignment":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"managedDeviceMobileAppConfigurationAssignment","required":["@odata.type"],"type":"object","properties":{"target":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.deviceAndAppManagementAssignmentTarget"},{"type":"object","nullable":true}],"description":"Assignment target that the T&C policy is assigned to."},"@odata.type":{"type":"string"}},"description":"Contains the properties used to assign an MDM app configuration to a group."}],"x-ms-discriminator-value":"#microsoft.graph.managedDeviceMobileAppConfigurationAssignment"},"microsoft.graph.managedDeviceMobileAppConfigurationDeviceStatus":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"managedDeviceMobileAppConfigurationDeviceStatus","required":["@odata.type"],"type":"object","properties":{"complianceGracePeriodExpirationDateTime":{"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 DateTime when device compliance grace period expires","format":"date-time"},"deviceDisplayName":{"type":"string","description":"Device name of the DevicePolicyStatus.","nullable":true},"deviceModel":{"type":"string","description":"The device model that is being reported","nullable":true},"lastReportedDateTime":{"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 modified date time of the policy report.","format":"date-time"},"status":{"$ref":"#/components/schemas/microsoft.graph.complianceStatus"},"userName":{"type":"string","description":"The User Name that is being reported","nullable":true},"userPrincipalName":{"type":"string","description":"UserPrincipalName.","nullable":true},"@odata.type":{"type":"string"}},"description":"Contains properties, inherited properties and actions for an MDM mobile app configuration status for a device."}],"x-ms-discriminator-value":"#microsoft.graph.managedDeviceMobileAppConfigurationDeviceStatus"},"microsoft.graph.managedDeviceMobileAppConfigurationDeviceSummary":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"managedDeviceMobileAppConfigurationDeviceSummary","required":["@odata.type"],"type":"object","properties":{"configurationVersion":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Version of the policy for that overview","format":"int32"},"errorCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of error devices","format":"int32"},"failedCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of failed devices","format":"int32"},"lastUpdateDateTime":{"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 update time","format":"date-time"},"notApplicableCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of not applicable devices","format":"int32"},"pendingCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of pending devices","format":"int32"},"successCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of succeeded devices","format":"int32"},"@odata.type":{"type":"string"}},"description":"Contains properties, inherited properties and actions for an MDM mobile app configuration device status summary."}],"x-ms-discriminator-value":"#microsoft.graph.managedDeviceMobileAppConfigurationDeviceSummary"},"microsoft.graph.managedDeviceMobileAppConfigurationUserStatus":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"managedDeviceMobileAppConfigurationUserStatus","required":["@odata.type"],"type":"object","properties":{"devicesCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Devices count for that user.","format":"int32"},"lastReportedDateTime":{"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 modified date time of the policy report.","format":"date-time"},"status":{"$ref":"#/components/schemas/microsoft.graph.complianceStatus"},"userDisplayName":{"type":"string","description":"User name of the DevicePolicyStatus.","nullable":true},"userPrincipalName":{"type":"string","description":"UserPrincipalName.","nullable":true},"@odata.type":{"type":"string"}},"description":"Contains properties, inherited properties and actions for an MDM mobile app configuration status for a user."}],"x-ms-discriminator-value":"#microsoft.graph.managedDeviceMobileAppConfigurationUserStatus"},"microsoft.graph.managedDeviceMobileAppConfigurationUserSummary":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"managedDeviceMobileAppConfigurationUserSummary","required":["@odata.type"],"type":"object","properties":{"configurationVersion":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Version of the policy for that overview","format":"int32"},"errorCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of error Users","format":"int32"},"failedCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of failed Users","format":"int32"},"lastUpdateDateTime":{"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 update time","format":"date-time"},"notApplicableCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of not applicable users","format":"int32"},"pendingCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of pending Users","format":"int32"},"successCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of succeeded Users","format":"int32"},"@odata.type":{"type":"string"}},"description":"Contains properties, inherited properties and actions for an MDM mobile app configuration user status summary."}],"x-ms-discriminator-value":"#microsoft.graph.managedDeviceMobileAppConfigurationUserSummary"},"microsoft.graph.managedDeviceOverview":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"managedDeviceOverview","required":["@odata.type"],"type":"object","properties":{"deviceExchangeAccessStateSummary":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.deviceExchangeAccessStateSummary"},{"type":"object","nullable":true}],"description":"Distribution of Exchange Access State in Intune"},"deviceOperatingSystemSummary":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.deviceOperatingSystemSummary"},{"type":"object","nullable":true}],"description":"Device operating system summary."},"dualEnrolledDeviceCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The number of devices enrolled in both MDM and EAS","format":"int32"},"enrolledDeviceCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Total enrolled device count. Does not include PC devices managed via Intune PC Agent","format":"int32"},"mdmEnrolledCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The number of devices enrolled in MDM","format":"int32"},"@odata.type":{"type":"string"}},"description":"Summary data for managed devices"}],"x-ms-discriminator-value":"#microsoft.graph.managedDeviceOverview"},"microsoft.graph.managedEBook":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"managedEBook","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","description":"The date and time when the eBook file was created.","format":"date-time"},"description":{"type":"string","description":"Description.","nullable":true},"displayName":{"type":"string","description":"Name of the eBook."},"informationUrl":{"type":"string","description":"The more information Url.","nullable":true},"largeCover":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.mimeContent"},{"type":"object","nullable":true}],"description":"Book cover."},"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":"The date and time when the eBook was last modified.","format":"date-time"},"privacyInformationUrl":{"type":"string","description":"The privacy statement Url.","nullable":true},"publishedDateTime":{"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 eBook was published.","format":"date-time"},"publisher":{"type":"string","description":"Publisher.","nullable":true},"assignments":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.managedEBookAssignment"},"description":"The list of assignments for this eBook.","x-ms-navigationProperty":true},"deviceStates":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.deviceInstallState"},"description":"The list of installation states for this eBook.","x-ms-navigationProperty":true},"installSummary":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.eBookInstallSummary"},{"type":"object","nullable":true}],"description":"Mobile App Install Summary.","x-ms-navigationProperty":true},"userStateSummary":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.userInstallStateSummary"},"description":"The list of installation states for this eBook.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}},"description":"An abstract class containing the base properties for Managed eBook.","discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.iosVppEBook":"#/components/schemas/microsoft.graph.iosVppEBook"}}}]},"microsoft.graph.iosVppEBook":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.managedEBook"},{"title":"iosVppEBook","required":["@odata.type"],"type":"object","properties":{"appleId":{"type":"string","description":"The Apple ID associated with Vpp token.","nullable":true},"genres":{"type":"array","items":{"type":"string","nullable":true},"description":"Genres."},"language":{"type":"string","description":"Language.","nullable":true},"seller":{"type":"string","description":"Seller.","nullable":true},"totalLicenseCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Total license count.","format":"int32"},"usedLicenseCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Used license count.","format":"int32"},"vppOrganizationName":{"type":"string","description":"The Vpp token's organization name.","nullable":true},"vppTokenId":{"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","description":"The Vpp token ID.","format":"uuid"},"@odata.type":{"type":"string","default":"#microsoft.graph.iosVppEBook"}},"description":"A class containing the properties for iOS Vpp eBook."}],"x-ms-discriminator-value":"#microsoft.graph.iosVppEBook"},"microsoft.graph.managedEBookAssignment":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"managedEBookAssignment","required":["@odata.type"],"type":"object","properties":{"installIntent":{"$ref":"#/components/schemas/microsoft.graph.installIntent"},"target":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.deviceAndAppManagementAssignmentTarget"},{"type":"object","nullable":true}],"description":"The assignment target for eBook."},"@odata.type":{"type":"string"}},"description":"Contains properties used to assign a eBook to a group.","discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.iosVppEBookAssignment":"#/components/schemas/microsoft.graph.iosVppEBookAssignment"}}}]},"microsoft.graph.iosVppEBookAssignment":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.managedEBookAssignment"},{"title":"iosVppEBookAssignment","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}},"description":"Contains properties used to assign an iOS VPP EBook to a group."}],"x-ms-discriminator-value":"#microsoft.graph.iosVppEBookAssignment"},"microsoft.graph.managedMobileApp":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"managedMobileApp","required":["@odata.type"],"type":"object","properties":{"mobileAppIdentifier":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.mobileAppIdentifier"},{"type":"object","nullable":true}],"description":"The identifier for an app with it's operating system type."},"version":{"type":"string","description":"Version of the entity.","nullable":true},"@odata.type":{"type":"string"}},"description":"The identifier for the deployment an app."}],"x-ms-discriminator-value":"#microsoft.graph.managedMobileApp"},"microsoft.graph.meetingAttendanceReport":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"meetingAttendanceReport","required":["@odata.type"],"type":"object","properties":{"externalEventInformation":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.virtualEventExternalInformation"},"description":"The external information of a virtual event. Returned only for event organizers or coorganizers. Read-only."},"meetingEndDateTime":{"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":"UTC time when the meeting ended. Read-only.","format":"date-time","nullable":true},"meetingStartDateTime":{"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":"UTC time when the meeting started. Read-only.","format":"date-time","nullable":true},"totalParticipantCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Total number of participants. Read-only.","format":"int32","nullable":true},"attendanceRecords":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.attendanceRecord"},"description":"List of attendance records of an attendance report. Read-only.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.meetingAttendanceReport"},"microsoft.graph.messageRule":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"messageRule","required":["@odata.type"],"type":"object","properties":{"actions":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.messageRuleActions"},{"type":"object","nullable":true}],"description":"Actions to be taken on a message when the corresponding conditions are fulfilled."},"conditions":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.messageRulePredicates"},{"type":"object","nullable":true}],"description":"Conditions that when fulfilled trigger the corresponding actions for that rule."},"displayName":{"type":"string","description":"The display name of the rule.","nullable":true},"exceptions":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.messageRulePredicates"},{"type":"object","nullable":true}],"description":"Exception conditions for the rule."},"hasError":{"type":"boolean","description":"Indicates whether the rule is in an error condition. Read-only.","nullable":true},"isEnabled":{"type":"boolean","description":"Indicates whether the rule is enabled to be applied to messages.","nullable":true},"isReadOnly":{"type":"boolean","description":"Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API.","nullable":true},"sequence":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Indicates the order in which the rule is executed, among other rules.","format":"int32","nullable":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.messageRule"},"microsoft.graph.mobileApp":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"mobileApp","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","description":"The date and time the app was created. This property is read-only.","format":"date-time","readOnly":true},"description":{"type":"string","description":"The description of the app.","nullable":true},"developer":{"type":"string","description":"The developer of the app.","nullable":true},"displayName":{"type":"string","description":"The admin provided or imported title of the app.","nullable":true},"informationUrl":{"type":"string","description":"The more information Url.","nullable":true},"isFeatured":{"type":"boolean","description":"The value indicating whether the app is marked as featured by the admin."},"largeIcon":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.mimeContent"},{"type":"object","nullable":true}],"description":"The large icon, to be displayed in the app details and used for upload of the icon."},"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":"The date and time the app was last modified. This property is read-only.","format":"date-time","readOnly":true},"notes":{"type":"string","description":"Notes for the app.","nullable":true},"owner":{"type":"string","description":"The owner of the app.","nullable":true},"privacyInformationUrl":{"type":"string","description":"The privacy statement Url.","nullable":true},"publisher":{"type":"string","description":"The publisher of the app.","nullable":true},"publishingState":{"$ref":"#/components/schemas/microsoft.graph.mobileAppPublishingState"},"assignments":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.mobileAppAssignment"},"description":"The list of group assignments for this mobile app.","x-ms-navigationProperty":true},"categories":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.mobileAppCategory"},"description":"The list of categories for this app.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}},"description":"An abstract class containing the base properties for Intune mobile apps. Note: Listing mobile apps with `$expand=assignments` has been deprecated. Instead get the list of apps without the `$expand` query on `assignments`. Then, perform the expansion on individual applications.","discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.androidStoreApp":"#/components/schemas/microsoft.graph.androidStoreApp","#microsoft.graph.iosiPadOSWebClip":"#/components/schemas/microsoft.graph.iosiPadOSWebClip","#microsoft.graph.iosStoreApp":"#/components/schemas/microsoft.graph.iosStoreApp","#microsoft.graph.iosVppApp":"#/components/schemas/microsoft.graph.iosVppApp","#microsoft.graph.macOSMicrosoftDefenderApp":"#/components/schemas/microsoft.graph.macOSMicrosoftDefenderApp","#microsoft.graph.macOSMicrosoftEdgeApp":"#/components/schemas/microsoft.graph.macOSMicrosoftEdgeApp","#microsoft.graph.macOSOfficeSuiteApp":"#/components/schemas/microsoft.graph.macOSOfficeSuiteApp","#microsoft.graph.managedApp":"#/components/schemas/microsoft.graph.managedApp","#microsoft.graph.managedAndroidStoreApp":"#/components/schemas/microsoft.graph.managedAndroidStoreApp","#microsoft.graph.managedIOSStoreApp":"#/components/schemas/microsoft.graph.managedIOSStoreApp","#microsoft.graph.managedMobileLobApp":"#/components/schemas/microsoft.graph.managedMobileLobApp","#microsoft.graph.managedAndroidLobApp":"#/components/schemas/microsoft.graph.managedAndroidLobApp","#microsoft.graph.managedIOSLobApp":"#/components/schemas/microsoft.graph.managedIOSLobApp","#microsoft.graph.microsoftStoreForBusinessApp":"#/components/schemas/microsoft.graph.microsoftStoreForBusinessApp","#microsoft.graph.mobileLobApp":"#/components/schemas/microsoft.graph.mobileLobApp","#microsoft.graph.androidLobApp":"#/components/schemas/microsoft.graph.androidLobApp","#microsoft.graph.iosLobApp":"#/components/schemas/microsoft.graph.iosLobApp","#microsoft.graph.macOSDmgApp":"#/components/schemas/microsoft.graph.macOSDmgApp","#microsoft.graph.macOSLobApp":"#/components/schemas/microsoft.graph.macOSLobApp","#microsoft.graph.win32LobApp":"#/components/schemas/microsoft.graph.win32LobApp","#microsoft.graph.windowsAppX":"#/components/schemas/microsoft.graph.windowsAppX","#microsoft.graph.windowsMobileMSI":"#/components/schemas/microsoft.graph.windowsMobileMSI","#microsoft.graph.windowsUniversalAppX":"#/components/schemas/microsoft.graph.windowsUniversalAppX","#microsoft.graph.webApp":"#/components/schemas/microsoft.graph.webApp","#microsoft.graph.windowsMicrosoftEdgeApp":"#/components/schemas/microsoft.graph.windowsMicrosoftEdgeApp","#microsoft.graph.windowsWebApp":"#/components/schemas/microsoft.graph.windowsWebApp"}}}]},"microsoft.graph.androidStoreApp":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.mobileApp"},{"title":"androidStoreApp","required":["@odata.type"],"type":"object","properties":{"appStoreUrl":{"type":"string","description":"The Android app store URL.","nullable":true},"minimumSupportedOperatingSystem":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.androidMinimumOperatingSystem"},{"type":"object","nullable":true}],"description":"The value for the minimum applicable operating system."},"packageId":{"type":"string","description":"The package identifier. This property is read-only.","nullable":true,"readOnly":true},"@odata.type":{"type":"string","default":"#microsoft.graph.androidStoreApp"}},"description":"Contains properties and inherited properties for Android store apps."}],"x-ms-discriminator-value":"#microsoft.graph.androidStoreApp"},"microsoft.graph.iosiPadOSWebClip":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.mobileApp"},{"title":"iosiPadOSWebClip","required":["@odata.type"],"type":"object","properties":{"appUrl":{"type":"string","description":"Indicates iOS/iPadOS web clip app URL. Example: 'https://www.contoso.com'","nullable":true},"useManagedBrowser":{"type":"boolean","description":"Whether or not to use managed browser. When TRUE, the app will be required to be opened in Microsoft Edge. When FALSE, the app will not be required to be opened in Microsoft Edge. By default, this property is set to FALSE."},"@odata.type":{"type":"string","default":"#microsoft.graph.iosiPadOSWebClip"}},"description":"Contains properties and inherited properties for iOS web apps."}],"x-ms-discriminator-value":"#microsoft.graph.iosiPadOSWebClip"},"microsoft.graph.iosStoreApp":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.mobileApp"},{"title":"iosStoreApp","required":["@odata.type"],"type":"object","properties":{"applicableDeviceType":{"$ref":"#/components/schemas/microsoft.graph.iosDeviceType"},"appStoreUrl":{"type":"string","description":"The Apple App Store URL","nullable":true},"bundleId":{"type":"string","description":"The Identity Name.","nullable":true},"minimumSupportedOperatingSystem":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.iosMinimumOperatingSystem"},{"type":"object","nullable":true}],"description":"The value for the minimum applicable operating system."},"@odata.type":{"type":"string","default":"#microsoft.graph.iosStoreApp"}},"description":"Contains properties and inherited properties for iOS store apps."}],"x-ms-discriminator-value":"#microsoft.graph.iosStoreApp"},"microsoft.graph.iosVppApp":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.mobileApp"},{"title":"iosVppApp","required":["@odata.type"],"type":"object","properties":{"applicableDeviceType":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.iosDeviceType"},{"type":"object","nullable":true}],"description":"The applicable iOS Device Type."},"appStoreUrl":{"type":"string","description":"The store URL.","nullable":true},"bundleId":{"type":"string","description":"The Identity Name.","nullable":true},"licensingType":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.vppLicensingType"},{"type":"object","nullable":true}],"description":"The supported License Type."},"releaseDateTime":{"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 VPP application release date and time.","format":"date-time","nullable":true},"totalLicenseCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The total number of VPP licenses.","format":"int32"},"usedLicenseCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The number of VPP licenses in use.","format":"int32"},"vppTokenAccountType":{"$ref":"#/components/schemas/microsoft.graph.vppTokenAccountType"},"vppTokenAppleId":{"type":"string","description":"The Apple Id associated with the given Apple Volume Purchase Program Token.","nullable":true},"vppTokenOrganizationName":{"type":"string","description":"The organization associated with the Apple Volume Purchase Program Token","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.iosVppApp"}},"description":"Contains properties and inherited properties for iOS Volume-Purchased Program (VPP) Apps."}],"x-ms-discriminator-value":"#microsoft.graph.iosVppApp"},"microsoft.graph.macOSMicrosoftDefenderApp":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.mobileApp"},{"title":"macOSMicrosoftDefenderApp","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.macOSMicrosoftDefenderApp"}},"description":"Contains properties and inherited properties for the macOS Microsoft Defender App."}],"x-ms-discriminator-value":"#microsoft.graph.macOSMicrosoftDefenderApp"},"microsoft.graph.macOSMicrosoftEdgeApp":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.mobileApp"},{"title":"macOSMicrosoftEdgeApp","required":["@odata.type"],"type":"object","properties":{"channel":{"$ref":"#/components/schemas/microsoft.graph.microsoftEdgeChannel"},"@odata.type":{"type":"string","default":"#microsoft.graph.macOSMicrosoftEdgeApp"}},"description":"Contains properties and inherited properties for the macOS Microsoft Edge App."}],"x-ms-discriminator-value":"#microsoft.graph.macOSMicrosoftEdgeApp"},"microsoft.graph.macOSOfficeSuiteApp":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.mobileApp"},{"title":"macOSOfficeSuiteApp","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.macOSOfficeSuiteApp"}},"description":"Contains properties and inherited properties for the MacOS Office Suite App."}],"x-ms-discriminator-value":"#microsoft.graph.macOSOfficeSuiteApp"},"microsoft.graph.managedApp":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.mobileApp"},{"title":"managedApp","required":["@odata.type"],"type":"object","properties":{"appAvailability":{"$ref":"#/components/schemas/microsoft.graph.managedAppAvailability"},"version":{"type":"string","description":"The Application's version.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.managedApp"}},"description":"Abstract class that contains properties and inherited properties for apps that you can manage with an Intune app protection policy.","discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.managedAndroidStoreApp":"#/components/schemas/microsoft.graph.managedAndroidStoreApp","#microsoft.graph.managedIOSStoreApp":"#/components/schemas/microsoft.graph.managedIOSStoreApp","#microsoft.graph.managedMobileLobApp":"#/components/schemas/microsoft.graph.managedMobileLobApp","#microsoft.graph.managedAndroidLobApp":"#/components/schemas/microsoft.graph.managedAndroidLobApp","#microsoft.graph.managedIOSLobApp":"#/components/schemas/microsoft.graph.managedIOSLobApp"}}}]},"microsoft.graph.managedAndroidStoreApp":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.managedApp"},{"title":"managedAndroidStoreApp","required":["@odata.type"],"type":"object","properties":{"appStoreUrl":{"type":"string","description":"The Android AppStoreUrl."},"minimumSupportedOperatingSystem":{"$ref":"#/components/schemas/microsoft.graph.androidMinimumOperatingSystem"},"packageId":{"type":"string","description":"The app's package ID.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.managedAndroidStoreApp"}},"description":"Contains properties and inherited properties for Android store apps that you can manage with an Intune app protection policy."}],"x-ms-discriminator-value":"#microsoft.graph.managedAndroidStoreApp"},"microsoft.graph.managedIOSStoreApp":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.managedApp"},{"title":"managedIOSStoreApp","required":["@odata.type"],"type":"object","properties":{"applicableDeviceType":{"$ref":"#/components/schemas/microsoft.graph.iosDeviceType"},"appStoreUrl":{"type":"string","description":"The Apple AppStoreUrl."},"bundleId":{"type":"string","description":"The app's Bundle ID.","nullable":true},"minimumSupportedOperatingSystem":{"$ref":"#/components/schemas/microsoft.graph.iosMinimumOperatingSystem"},"@odata.type":{"type":"string","default":"#microsoft.graph.managedIOSStoreApp"}},"description":"Contains properties and inherited properties for an iOS store app that you can manage with an Intune app protection policy."}],"x-ms-discriminator-value":"#microsoft.graph.managedIOSStoreApp"},"microsoft.graph.managedMobileLobApp":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.managedApp"},{"title":"managedMobileLobApp","required":["@odata.type"],"type":"object","properties":{"committedContentVersion":{"type":"string","description":"The internal committed content version.","nullable":true},"fileName":{"type":"string","description":"The name of the main Lob application file.","nullable":true},"size":{"type":"number","description":"The total size, including all uploaded files. This property is read-only.","format":"int64","readOnly":true},"contentVersions":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.mobileAppContent"},"description":"The list of content versions for this app. This property is read-only.","x-ms-navigationProperty":true},"@odata.type":{"type":"string","default":"#microsoft.graph.managedMobileLobApp"}},"description":"An abstract base class containing properties for all managed mobile line-of-business apps.","discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.managedAndroidLobApp":"#/components/schemas/microsoft.graph.managedAndroidLobApp","#microsoft.graph.managedIOSLobApp":"#/components/schemas/microsoft.graph.managedIOSLobApp"}}}]},"microsoft.graph.managedAndroidLobApp":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.managedMobileLobApp"},{"title":"managedAndroidLobApp","required":["@odata.type"],"type":"object","properties":{"minimumSupportedOperatingSystem":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.androidMinimumOperatingSystem"},{"type":"object","nullable":true}],"description":"The value for the minimum applicable operating system."},"packageId":{"type":"string","description":"The package identifier.","nullable":true},"versionCode":{"type":"string","description":"The version code of managed Android Line of Business (LoB) app.","nullable":true},"versionName":{"type":"string","description":"The version name of managed Android Line of Business (LoB) app.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.managedAndroidLobApp"}},"description":"Contains properties and inherited properties for Managed Android Line Of Business apps."}],"x-ms-discriminator-value":"#microsoft.graph.managedAndroidLobApp"},"microsoft.graph.managedIOSLobApp":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.managedMobileLobApp"},{"title":"managedIOSLobApp","required":["@odata.type"],"type":"object","properties":{"applicableDeviceType":{"$ref":"#/components/schemas/microsoft.graph.iosDeviceType"},"buildNumber":{"type":"string","description":"The build number of managed iOS Line of Business (LoB) app.","nullable":true},"bundleId":{"type":"string","description":"The Identity Name.","nullable":true},"expirationDateTime":{"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 expiration time.","format":"date-time","nullable":true},"minimumSupportedOperatingSystem":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.iosMinimumOperatingSystem"},{"type":"object","nullable":true}],"description":"The value for the minimum applicable operating system."},"versionNumber":{"type":"string","description":"The version number of managed iOS Line of Business (LoB) app.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.managedIOSLobApp"}},"description":"Contains properties and inherited properties for Managed iOS Line Of Business apps."}],"x-ms-discriminator-value":"#microsoft.graph.managedIOSLobApp"},"microsoft.graph.microsoftStoreForBusinessApp":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.mobileApp"},{"title":"microsoftStoreForBusinessApp","required":["@odata.type"],"type":"object","properties":{"licenseType":{"$ref":"#/components/schemas/microsoft.graph.microsoftStoreForBusinessLicenseType"},"packageIdentityName":{"type":"string","description":"The app package identifier","nullable":true},"productKey":{"type":"string","description":"The app product key","nullable":true},"totalLicenseCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The total number of Microsoft Store for Business licenses.","format":"int32"},"usedLicenseCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The number of Microsoft Store for Business licenses in use.","format":"int32"},"@odata.type":{"type":"string","default":"#microsoft.graph.microsoftStoreForBusinessApp"}},"description":"Microsoft Store for Business Apps. This class does not support Create, Delete, or Update."}],"x-ms-discriminator-value":"#microsoft.graph.microsoftStoreForBusinessApp"},"microsoft.graph.mobileLobApp":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.mobileApp"},{"title":"mobileLobApp","required":["@odata.type"],"type":"object","properties":{"committedContentVersion":{"type":"string","description":"The internal committed content version.","nullable":true},"fileName":{"type":"string","description":"The name of the main Lob application file.","nullable":true},"size":{"type":"number","description":"The total size, including all uploaded files. This property is read-only.","format":"int64","readOnly":true},"contentVersions":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.mobileAppContent"},"description":"The list of content versions for this app. This property is read-only.","x-ms-navigationProperty":true},"@odata.type":{"type":"string","default":"#microsoft.graph.mobileLobApp"}},"description":"An abstract base class containing properties for all mobile line-of-business apps.","discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.androidLobApp":"#/components/schemas/microsoft.graph.androidLobApp","#microsoft.graph.iosLobApp":"#/components/schemas/microsoft.graph.iosLobApp","#microsoft.graph.macOSDmgApp":"#/components/schemas/microsoft.graph.macOSDmgApp","#microsoft.graph.macOSLobApp":"#/components/schemas/microsoft.graph.macOSLobApp","#microsoft.graph.win32LobApp":"#/components/schemas/microsoft.graph.win32LobApp","#microsoft.graph.windowsAppX":"#/components/schemas/microsoft.graph.windowsAppX","#microsoft.graph.windowsMobileMSI":"#/components/schemas/microsoft.graph.windowsMobileMSI","#microsoft.graph.windowsUniversalAppX":"#/components/schemas/microsoft.graph.windowsUniversalAppX"}}}]},"microsoft.graph.androidLobApp":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.mobileLobApp"},{"title":"androidLobApp","required":["@odata.type"],"type":"object","properties":{"minimumSupportedOperatingSystem":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.androidMinimumOperatingSystem"},{"type":"object","nullable":true}],"description":"The value for the minimum applicable operating system."},"packageId":{"type":"string","description":"The package identifier.","nullable":true},"versionCode":{"type":"string","description":"The version code of Android Line of Business (LoB) app.","nullable":true},"versionName":{"type":"string","description":"The version name of Android Line of Business (LoB) app.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.androidLobApp"}},"description":"Contains properties and inherited properties for Android Line Of Business apps."}],"x-ms-discriminator-value":"#microsoft.graph.androidLobApp"},"microsoft.graph.iosLobApp":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.mobileLobApp"},{"title":"iosLobApp","required":["@odata.type"],"type":"object","properties":{"applicableDeviceType":{"$ref":"#/components/schemas/microsoft.graph.iosDeviceType"},"buildNumber":{"type":"string","description":"The build number of iOS Line of Business (LoB) app.","nullable":true},"bundleId":{"type":"string","description":"The Identity Name.","nullable":true},"expirationDateTime":{"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 expiration time.","format":"date-time","nullable":true},"minimumSupportedOperatingSystem":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.iosMinimumOperatingSystem"},{"type":"object","nullable":true}],"description":"The value for the minimum applicable operating system."},"versionNumber":{"type":"string","description":"The version number of iOS Line of Business (LoB) app.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.iosLobApp"}},"description":"Contains properties and inherited properties for iOS Line Of Business apps."}],"x-ms-discriminator-value":"#microsoft.graph.iosLobApp"},"microsoft.graph.macOSDmgApp":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.mobileLobApp"},{"title":"macOSDmgApp","required":["@odata.type"],"type":"object","properties":{"ignoreVersionDetection":{"type":"boolean","description":"When TRUE, indicates that the app's version will NOT be used to detect if the app is installed on a device. When FALSE, indicates that the app's version will be used to detect if the app is installed on a device. Set this to true for apps that use a self update feature. The default value is FALSE."},"includedApps":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.macOSIncludedApp"},"description":"The list of .apps expected to be installed by the DMG (Apple Disk Image). This collection can contain a maximum of 500 elements."},"minimumSupportedOperatingSystem":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.macOSMinimumOperatingSystem"},{"type":"object","nullable":true}],"description":"ComplexType macOSMinimumOperatingSystem that indicates the minimum operating system applicable for the application."},"primaryBundleId":{"type":"string","description":"The bundleId of the primary .app in the DMG (Apple Disk Image). This maps to the CFBundleIdentifier in the app's bundle configuration."},"primaryBundleVersion":{"type":"string","description":"The version of the primary .app in the DMG (Apple Disk Image). This maps to the CFBundleShortVersion in the app's bundle configuration."},"@odata.type":{"type":"string","default":"#microsoft.graph.macOSDmgApp"}},"description":"Contains properties and inherited properties for the MacOS DMG (Apple Disk Image) App."}],"x-ms-discriminator-value":"#microsoft.graph.macOSDmgApp"},"microsoft.graph.macOSLobApp":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.mobileLobApp"},{"title":"macOSLobApp","required":["@odata.type"],"type":"object","properties":{"buildNumber":{"type":"string","description":"The build number of the package. This should match the package CFBundleShortVersionString of the .pkg file.","nullable":true},"bundleId":{"type":"string","description":"The primary bundleId of the package.","nullable":true},"childApps":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.macOSLobChildApp"},"description":"List of ComplexType macOSLobChildApp objects. Represents the apps expected to be installed by the package."},"ignoreVersionDetection":{"type":"boolean","description":"When TRUE, indicates that the app's version will NOT be used to detect if the app is installed on a device. When FALSE, indicates that the app's version will be used to detect if the app is installed on a device. Set this to true for apps that use a self update feature. The default value is FALSE."},"installAsManaged":{"type":"boolean","description":"When TRUE, indicates that the app will be installed as managed (requires macOS 11.0 and other managed package restrictions). When FALSE, indicates that the app will be installed as unmanaged. The default value is FALSE."},"md5Hash":{"type":"array","items":{"type":"string","nullable":true},"description":"The MD5 hash codes. This is empty if the package was uploaded directly. If the Intune App Wrapping Tool is used to create a .intunemac, this value can be found inside the Detection.xml file."},"md5HashChunkSize":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The chunk size for MD5 hash. This is '0' or empty if the package was uploaded directly. If the Intune App Wrapping Tool is used to create a .intunemac, this value can be found inside the Detection.xml file.","format":"int32"},"minimumSupportedOperatingSystem":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.macOSMinimumOperatingSystem"},{"type":"object","nullable":true}],"description":"ComplexType macOSMinimumOperatingSystem that indicates the minimum operating system applicable for the application."},"versionNumber":{"type":"string","description":"The version number of the package. This should match the package CFBundleVersion in the packageinfo file.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.macOSLobApp"}},"description":"Contains properties and inherited properties for the macOS LOB App."}],"x-ms-discriminator-value":"#microsoft.graph.macOSLobApp"},"microsoft.graph.win32LobApp":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.mobileLobApp"},{"title":"win32LobApp","required":["@odata.type"],"type":"object","properties":{"allowedArchitectures":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.windowsArchitecture"},{"type":"object","nullable":true}],"description":"Indicates the Windows architecture(s) this app should be installed on. The app will be treated as not applicable for devices with architectures not matching the selected value. When a non-null value is provided for the allowedArchitectures property, the value of the applicableArchitectures property is set to none. The possible values are: null, x86, x64, arm64. The possible values are: none, x86, x64, arm, neutral."},"applicableArchitectures":{"$ref":"#/components/schemas/microsoft.graph.windowsArchitecture"},"installCommandLine":{"type":"string","description":"Indicates the command line to install this app. Used to install the Win32 app. Example: msiexec /i 'Orca.Msi' /qn.","nullable":true},"installExperience":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.win32LobAppInstallExperience"},{"type":"object","nullable":true}],"description":"Indicates the install experience for this app."},"minimumCpuSpeedInMHz":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Indicates the value for the minimum CPU speed which is required to install this app. Allowed range from 0 to clock speed from WMI helper.","format":"int32","nullable":true},"minimumFreeDiskSpaceInMB":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Indicates the value for the minimum free disk space which is required to install this app. Allowed range from 0 to driver's maximum available free space.","format":"int32","nullable":true},"minimumMemoryInMB":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Indicates the value for the minimum physical memory which is required to install this app. Allowed range from 0 to total physical memory from WMI helper.","format":"int32","nullable":true},"minimumNumberOfProcessors":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Indicates the value for the minimum number of processors which is required to install this app. Minimum value is 0.","format":"int32","nullable":true},"minimumSupportedWindowsRelease":{"type":"string","description":"Indicates the value for the minimum supported windows release. Example: Windows11_23H2.","nullable":true},"msiInformation":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.win32LobAppMsiInformation"},{"type":"object","nullable":true}],"description":"Indicates the MSI details if this Win32 app is an MSI app."},"returnCodes":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.win32LobAppReturnCode"},"description":"Indicates the return codes for post installation behavior."},"rules":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.win32LobAppRule"},"description":"Indicates the detection and requirement rules for this app. The possible values are: Win32LobAppFileSystemRule, Win32LobAppPowerShellScriptRule, Win32LobAppProductCodeRule, Win32LobAppRegistryRule."},"setupFilePath":{"type":"string","description":"Indicates the relative path of the setup file in the encrypted Win32LobApp package. Example: Intel-SA-00075 Detection and Mitigation Tool.msi.","nullable":true},"uninstallCommandLine":{"type":"string","description":"Indicates the command line to uninstall this app. Used to uninstall the app. Example: msiexec /x '{85F4CBCB-9BBC-4B50-A7D8-E1106771498D}' /qn.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.win32LobApp"}},"description":"Contains properties and inherited properties for Win32 apps."}],"x-ms-discriminator-value":"#microsoft.graph.win32LobApp"},"microsoft.graph.windowsAppX":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.mobileLobApp"},{"title":"windowsAppX","required":["@odata.type"],"type":"object","properties":{"applicableArchitectures":{"$ref":"#/components/schemas/microsoft.graph.windowsArchitecture"},"identityName":{"type":"string","description":"The identity name of the uploaded app package. For example: 'Contoso.DemoApp'.","nullable":true},"identityPublisherHash":{"type":"string","description":"The identity publisher hash of the uploaded app package. This is the hash of the publisher from the manifest. For example: 'AB82CD0XYZ'."},"identityResourceIdentifier":{"type":"string","description":"The identity resource identifier of the uploaded app package. For example: 'TestResourceId'.","nullable":true},"identityVersion":{"type":"string","description":"The identity version of the uploaded app package. For example: '1.0.0.0'.","nullable":true},"isBundle":{"type":"boolean","description":"When TRUE, indicates that the app is a bundle. When FALSE, indicates that the app is not a bundle. By default, property is set to FALSE."},"minimumSupportedOperatingSystem":{"$ref":"#/components/schemas/microsoft.graph.windowsMinimumOperatingSystem"},"@odata.type":{"type":"string","default":"#microsoft.graph.windowsAppX"}},"description":"Contains properties and inherited properties for Windows AppX Line Of Business apps."}],"x-ms-discriminator-value":"#microsoft.graph.windowsAppX"},"microsoft.graph.windowsMobileMSI":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.mobileLobApp"},{"title":"windowsMobileMSI","required":["@odata.type"],"type":"object","properties":{"commandLine":{"type":"string","description":"The command line.","nullable":true},"ignoreVersionDetection":{"type":"boolean","description":"A boolean to control whether the app's version will be used to detect the app after it is installed on a device. Set this to true for Windows Mobile MSI Line of Business (LoB) apps that use a self update feature."},"productCode":{"type":"string","description":"The product code.","nullable":true},"productVersion":{"type":"string","description":"The product version of Windows Mobile MSI Line of Business (LoB) app.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.windowsMobileMSI"}},"description":"Contains properties and inherited properties for Windows Mobile MSI Line Of Business apps."}],"x-ms-discriminator-value":"#microsoft.graph.windowsMobileMSI"},"microsoft.graph.windowsUniversalAppX":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.mobileLobApp"},{"title":"windowsUniversalAppX","required":["@odata.type"],"type":"object","properties":{"applicableArchitectures":{"$ref":"#/components/schemas/microsoft.graph.windowsArchitecture"},"applicableDeviceTypes":{"$ref":"#/components/schemas/microsoft.graph.windowsDeviceType"},"identityName":{"type":"string","description":"The Identity Name of the app, parsed from the appx file when it is uploaded through the Intune MEM console. For example: 'Contoso.DemoApp'.","nullable":true},"identityPublisherHash":{"type":"string","description":"The Identity Publisher Hash of the app, parsed from the appx file when it is uploaded through the Intune MEM console. For example: 'AB82CD0XYZ'."},"identityResourceIdentifier":{"type":"string","description":"The Identity Resource Identifier of the app, parsed from the appx file when it is uploaded through the Intune MEM console. For example: 'TestResourceId'.","nullable":true},"identityVersion":{"type":"string","description":"The Identity Version of the app, parsed from the appx file when it is uploaded through the Intune MEM console.  For example: '1.0.0.0'.","nullable":true},"isBundle":{"type":"boolean","description":"Whether or not the app is a bundle. If TRUE, app is a bundle; if FALSE, app is not a bundle."},"minimumSupportedOperatingSystem":{"$ref":"#/components/schemas/microsoft.graph.windowsMinimumOperatingSystem"},"committedContainedApps":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.mobileContainedApp"},"description":"The collection of contained apps in the committed mobileAppContent of a windowsUniversalAppX app. This property is read-only.","x-ms-navigationProperty":true},"@odata.type":{"type":"string","default":"#microsoft.graph.windowsUniversalAppX"}},"description":"Contains properties and inherited properties for Windows Universal AppX Line Of Business apps. Inherits from `mobileLobApp`."}],"x-ms-discriminator-value":"#microsoft.graph.windowsUniversalAppX"},"microsoft.graph.webApp":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.mobileApp"},{"title":"webApp","required":["@odata.type"],"type":"object","properties":{"appUrl":{"type":"string","description":"The web app URL. This property cannot be PATCHed.","nullable":true},"useManagedBrowser":{"type":"boolean","description":"Whether or not to use managed browser. This property is only applicable for Android and IOS."},"@odata.type":{"type":"string","default":"#microsoft.graph.webApp"}},"description":"Contains properties and inherited properties for web apps."}],"x-ms-discriminator-value":"#microsoft.graph.webApp"},"microsoft.graph.windowsMicrosoftEdgeApp":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.mobileApp"},{"title":"windowsMicrosoftEdgeApp","required":["@odata.type"],"type":"object","properties":{"channel":{"$ref":"#/components/schemas/microsoft.graph.microsoftEdgeChannel"},"displayLanguageLocale":{"type":"string","description":"The language locale to use when the Edge app displays text to the user.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.windowsMicrosoftEdgeApp"}},"description":"Contains properties and inherited properties for the Microsoft Edge app on Windows."}],"x-ms-discriminator-value":"#microsoft.graph.windowsMicrosoftEdgeApp"},"microsoft.graph.windowsWebApp":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.mobileApp"},{"title":"windowsWebApp","required":["@odata.type"],"type":"object","properties":{"appUrl":{"type":"string","description":"Indicates the Windows web app URL. Example: 'https://www.contoso.com'","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.windowsWebApp"}},"description":"Contains properties and inherited properties for Windows web apps."}],"x-ms-discriminator-value":"#microsoft.graph.windowsWebApp"},"microsoft.graph.mobileAppAssignment":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"mobileAppAssignment","required":["@odata.type"],"type":"object","properties":{"intent":{"$ref":"#/components/schemas/microsoft.graph.installIntent"},"settings":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.mobileAppAssignmentSettings"},{"type":"object","nullable":true}],"description":"The settings for target assignment defined by the admin."},"target":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.deviceAndAppManagementAssignmentTarget"},{"type":"object","nullable":true}],"description":"The target group assignment defined by the admin."},"@odata.type":{"type":"string"}},"description":"A class containing the properties used for Group Assignment of a Mobile App."}],"x-ms-discriminator-value":"#microsoft.graph.mobileAppAssignment"},"microsoft.graph.mobileAppCategory":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"mobileAppCategory","required":["@odata.type"],"type":"object","properties":{"displayName":{"type":"string","description":"The name of the app category.","nullable":true},"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":"The date and time the mobileAppCategory was last modified. This property is read-only.","format":"date-time","readOnly":true},"@odata.type":{"type":"string"}},"description":"Contains properties for a single Intune app category."}],"x-ms-discriminator-value":"#microsoft.graph.mobileAppCategory"},"microsoft.graph.mobileAppContent":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"mobileAppContent","required":["@odata.type"],"type":"object","properties":{"containedApps":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.mobileContainedApp"},"description":"The collection of contained apps in a MobileLobApp acting as a package.","x-ms-navigationProperty":true},"files":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.mobileAppContentFile"},"description":"The list of files for this app content version.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}},"description":"Contains content properties for a specific app version. Each mobileAppContent can have multiple mobileAppContentFile."}],"x-ms-discriminator-value":"#microsoft.graph.mobileAppContent"},"microsoft.graph.mobileAppContentFile":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"mobileAppContentFile","required":["@odata.type"],"type":"object","properties":{"azureStorageUri":{"type":"string","description":"Indicates the Azure Storage URI that the file is uploaded to. Created by the service upon receiving a valid mobileAppContentFile. Read-only. This property is read-only.","nullable":true,"readOnly":true},"azureStorageUriExpirationDateTime":{"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":"Indicates the date and time when the Azure storage URI expires, in ISO 8601 format. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Read-only. This property is read-only.","format":"date-time","nullable":true,"readOnly":true},"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","description":"Indicates created date and time associated with app content file, in ISO 8601 format. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Read-only. This property is read-only.","format":"date-time","readOnly":true},"isCommitted":{"type":"boolean","description":"A value indicating whether the file is committed. A committed app content file has been fully uploaded and validated by the Intune service. TRUE means that app content file is committed, FALSE means that app content file is not committed. Defaults to FALSE. Read-only. This property is read-only.","readOnly":true},"isDependency":{"type":"boolean","description":"Indicates whether this content file is a dependency for the main content file. TRUE means that the content file is a dependency, FALSE means that the content file is not a dependency and is the main content file. Defaults to FALSE."},"manifest":{"type":"string","description":"Indicates the manifest information, containing file metadata.","format":"base64url","nullable":true},"name":{"type":"string","description":"Indicates the name of the file.","nullable":true},"size":{"type":"number","description":"Indicates the original size of the file, in bytes.","format":"int64"},"sizeEncrypted":{"type":"number","description":"Indicates the size of the file after encryption, in bytes.","format":"int64"},"uploadState":{"$ref":"#/components/schemas/microsoft.graph.mobileAppContentFileUploadState"},"@odata.type":{"type":"string"}},"description":"Contains properties for a single installer file that is associated with a given mobileAppContent version."}],"x-ms-discriminator-value":"#microsoft.graph.mobileAppContentFile"},"microsoft.graph.mobileAppRelationship":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"mobileAppRelationship","required":["@odata.type"],"type":"object","properties":{"sourceDisplayName":{"type":"string","description":"The display name of the app that is the source of the mobile app relationship entity. For example: Orca. Maximum length is 500 characters. Read-Only. Supports: $select. Does not support $search, $filter, $orderBy. This property is read-only.","nullable":true,"readOnly":true},"sourceDisplayVersion":{"type":"string","description":"The display version of the app that is the source of the mobile app relationship entity. For example 1.0.12 or 1.2203.156 or 3. Read-Only. Supports: $select. Does not support $search, $filter, $orderBy. This property is read-only.","nullable":true,"readOnly":true},"sourceId":{"type":"string","description":"The unique app identifier of the source of the mobile app relationship entity. For example: 2dbc75b9-e993-4e4d-a071-91ac5a218672. If null during relationship creation, then it will be populated with parent Id. Read-Only. Supports: $select. Does not support $search, $filter, $orderBy. This property is read-only.","nullable":true,"readOnly":true},"sourcePublisherDisplayName":{"type":"string","description":"The publisher display name of the app that is the source of the mobile app relationship entity. For example: Fabrikam. Maximum length is 500 characters. Read-Only. Supports: $select. Does not support $search, $filter, $orderBy. This property is read-only.","nullable":true,"readOnly":true},"targetDisplayName":{"type":"string","description":"The display name of the app that is the target of the mobile app relationship entity. For example: Firefox Setup 52.0.2 32bit.intunewin. Maximum length is 500 characters. Read-Only. Returned by default. Supports: $select. Does not support $search, $filter, $orderBy. This property is read-only.","nullable":true,"readOnly":true},"targetDisplayVersion":{"type":"string","description":"The display version of the app that is the target of the mobile app relationship entity. For example 1.0 or 1.2203.156. Read-Only. Returned by default. Supports: $select. Does not support $search, $filter, $orderBy. This property is read-only.","nullable":true,"readOnly":true},"targetId":{"type":"string","description":"The unique app identifier of the target of the mobile app relationship entity. For example: 2dbc75b9-e993-4e4d-a071-91ac5a218672. Read-Only. Returned by default. Supports: $select. Does not support $search, $filter, $orderBy.","nullable":true},"targetPublisherDisplayName":{"type":"string","description":"The publisher display name of the app that is the target of the mobile app relationship entity. For example: Fabrikam. Maximum length is 500 characters. Read-Only. Supports: $select. Does not support $search, $filter, $orderBy. This property is read-only.","nullable":true,"readOnly":true},"@odata.type":{"type":"string"}},"description":"The MobileAppRelationship describes the relationship between two mobile applications by providing information that tells if an application is dependent on or superseded by another application."}],"x-ms-discriminator-value":"#microsoft.graph.mobileAppRelationship"},"microsoft.graph.mobileAppTroubleshootingEvent":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"mobileAppTroubleshootingEvent","required":["@odata.type"],"type":"object","properties":{"appLogCollectionRequests":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.appLogCollectionRequest"},"description":"Indicates collection of App Log Upload Request.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.mobileAppTroubleshootingEvent"},"microsoft.graph.mobileContainedApp":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"mobileContainedApp","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}},"description":"An abstract class that represents a contained app in a mobileApp acting as a package.","discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.windowsUniversalAppXContainedApp":"#/components/schemas/microsoft.graph.windowsUniversalAppXContainedApp"}}}]},"microsoft.graph.windowsUniversalAppXContainedApp":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.mobileContainedApp"},{"title":"windowsUniversalAppXContainedApp","required":["@odata.type"],"type":"object","properties":{"appUserModelId":{"type":"string","description":"The app user model ID of the contained app of a WindowsUniversalAppX app.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.windowsUniversalAppXContainedApp"}},"description":"A class that represents a contained app of a WindowsUniversalAppX app."}],"x-ms-discriminator-value":"#microsoft.graph.windowsUniversalAppXContainedApp"},"microsoft.graph.mobileThreatDefenseConnector":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"mobileThreatDefenseConnector","required":["@odata.type"],"type":"object","properties":{"allowPartnerToCollectIOSApplicationMetadata":{"type":"boolean","description":"When TRUE, indicates the Mobile Threat Defense partner may collect metadata about installed applications from Intune for iOS devices. When FALSE, indicates the Mobile Threat Defense partner may not collect metadata about installed applications from Intune for iOS devices. Default value is FALSE."},"allowPartnerToCollectIOSPersonalApplicationMetadata":{"type":"boolean","description":"When TRUE, indicates the Mobile Threat Defense partner may collect metadata about personally installed applications from Intune for iOS devices. When FALSE, indicates the Mobile Threat Defense partner may not collect metadata about personally installed applications from Intune for iOS devices. Default value is FALSE."},"androidDeviceBlockedOnMissingPartnerData":{"type":"boolean","description":"When TRUE, indicates that Intune must receive data from the Mobile Threat Defense partner prior to marking an Android device compliant. When FALSE, indicates that Intune may mark an Android device compliant before receiving data from the Mobile Threat Defense partner."},"androidEnabled":{"type":"boolean","description":"When TRUE, indicates that data from the Mobile Threat Defense partner will be used during compliance evaluations for Android devices. When FALSE, indicates that data from the Mobile Threat Defense partner will not be used during compliance evaluations for Android devices. Default value is FALSE."},"androidMobileApplicationManagementEnabled":{"type":"boolean","description":"When TRUE, inidicates that data from the Mobile Threat Defense partner can be used during Mobile Application Management (MAM) evaluations for Android devices. When FALSE, inidicates that data from the Mobile Threat Defense partner should not be used during Mobile Application Management (MAM) evaluations for Android devices. Only one partner per platform may be enabled for Mobile Application Management (MAM) evaluation. Default value is FALSE."},"iosDeviceBlockedOnMissingPartnerData":{"type":"boolean","description":"When TRUE, indicates that Intune must receive data from the Mobile Threat Defense partner prior to marking a device compliant. When FALSE, indicates that Intune may not recieve data from Mobile Threat Defense partner prior to making device compliant. Default value is FALSE."},"iosEnabled":{"type":"boolean","description":"When TRUE, indicates that data from the Mobile Threat Defense partner will be used during compliance evaluations for iOS devices. When FALSE, indicates that data from the Mobile Threat Defense partner will not be used during compliance evaluations for iOS devices. Default value is FALSE."},"iosMobileApplicationManagementEnabled":{"type":"boolean","description":"When TRUE, inidicates that data from the Mobile Threat Defense partner can be used during Mobile Application Management (MAM) evaluations for iOS devices. When FALSE, inidicates that data from the Mobile Threat Defense partner should not be used during Mobile Application Management (MAM) evaluations for iOS devices. Only one partner per platform may be enabled for Mobile Application Management (MAM) evaluation. Default value is FALSE."},"lastHeartbeatDateTime":{"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":"DateTime of last Heartbeat recieved from the Mobile Threat Defense partner","format":"date-time"},"microsoftDefenderForEndpointAttachEnabled":{"type":"boolean","description":"When TRUE, inidicates that configuration profile management via Microsoft Defender for Endpoint is enabled. When FALSE, inidicates that configuration profile management via Microsoft Defender for Endpoint is disabled. Default value is FALSE."},"partnerState":{"$ref":"#/components/schemas/microsoft.graph.mobileThreatPartnerTenantState"},"partnerUnresponsivenessThresholdInDays":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Indicates the number of days without receiving a heartbeat from a Mobile Threat Defense partner before the partner is marked as unresponsive. Intune will the ignore the data from this Mobile Threat Defense Partner for next compliance calculation.","format":"int32"},"partnerUnsupportedOsVersionBlocked":{"type":"boolean","description":"When TRUE, indicates that Intune will mark devices noncompliant on enabled platforms that do not meet the minimum version requirements of the Mobile Threat Defense partner. When FALSE, indicates that Intune will not mark devices noncompliant on enabled platforms that do not meet the minimum version requirements of the Mobile Threat Defense partner. Default value is FALSE."},"windowsDeviceBlockedOnMissingPartnerData":{"type":"boolean","description":"When TRUE, indicates that Intune must receive data from the data sync partner prior to marking a device compliant for Windows. When FALSE, indicates that Intune may mark a device compliant without receiving data from the data sync partner for Windows. Default value is FALSE."},"windowsEnabled":{"type":"boolean","description":"When TRUE, indicates that data from the Mobile Threat Defense partner will be used during compliance evaluations for Windows. When FALSE, indicates that data from the Mobile Threat Defense partner will not be used during compliance evaluations for Windows. Default value is FALSE."},"@odata.type":{"type":"string"}},"description":"Entity which represents a connection to Mobile Threat Defense partner."}],"x-ms-discriminator-value":"#microsoft.graph.mobileThreatDefenseConnector"},"microsoft.graph.multiTenantOrganizationIdentitySyncPolicyTemplate":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"multiTenantOrganizationIdentitySyncPolicyTemplate","required":["@odata.type"],"type":"object","properties":{"templateApplicationLevel":{"$ref":"#/components/schemas/microsoft.graph.templateApplicationLevel"},"userSyncInbound":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.crossTenantUserSyncInbound"},{"type":"object","nullable":true}],"description":"Defines whether users can be synchronized from the partner tenant."},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.multiTenantOrganizationIdentitySyncPolicyTemplate"},"microsoft.graph.multiTenantOrganizationPartnerConfigurationTemplate":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"multiTenantOrganizationPartnerConfigurationTemplate","required":["@odata.type"],"type":"object","properties":{"automaticUserConsentSettings":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.inboundOutboundPolicyConfiguration"},{"type":"object","nullable":true}],"description":"Determines the partner-specific configuration for automatic user consent settings. Unless configured, the inboundAllowed and outboundAllowed properties are null and inherit from the default settings, which is always false."},"b2bCollaborationInbound":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.crossTenantAccessPolicyB2BSetting"},{"type":"object","nullable":true}],"description":"Defines your partner-specific configuration for users from other organizations accessing your resources via Microsoft Entra B2B collaboration."},"b2bCollaborationOutbound":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.crossTenantAccessPolicyB2BSetting"},{"type":"object","nullable":true}],"description":"Defines your partner-specific configuration for users in your organization going outbound to access resources in another organization via Microsoft Entra B2B collaboration."},"b2bDirectConnectInbound":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.crossTenantAccessPolicyB2BSetting"},{"type":"object","nullable":true}],"description":"Defines your partner-specific configuration for users from other organizations accessing your resources via Azure B2B direct connect."},"b2bDirectConnectOutbound":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.crossTenantAccessPolicyB2BSetting"},{"type":"object","nullable":true}],"description":"Defines your partner-specific configuration for users in your organization going outbound to access resources in another organization via Microsoft Entra B2B direct connect."},"inboundTrust":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.crossTenantAccessPolicyInboundTrust"},{"type":"object","nullable":true}],"description":"Determines the partner-specific configuration for trusting other Conditional Access claims from external Microsoft Entra organizations."},"templateApplicationLevel":{"$ref":"#/components/schemas/microsoft.graph.templateApplicationLevel"},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.multiTenantOrganizationPartnerConfigurationTemplate"},"microsoft.graph.notificationMessageTemplate":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"notificationMessageTemplate","required":["@odata.type"],"type":"object","properties":{"brandingOptions":{"$ref":"#/components/schemas/microsoft.graph.notificationTemplateBrandingOptions"},"defaultLocale":{"type":"string","description":"The default locale to fallback onto when the requested locale is not available.","nullable":true},"displayName":{"type":"string","description":"Display name for the Notification Message Template."},"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":"DateTime the object was last modified.","format":"date-time"},"roleScopeTagIds":{"type":"array","items":{"type":"string","nullable":true},"description":"List of Scope Tags for this Entity instance."},"localizedNotificationMessages":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.localizedNotificationMessage"},"description":"The list of localized messages for this Notification Message Template.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}},"description":"Notification messages are messages that are sent to end users who are determined to be not-compliant with the compliance policies defined by the administrator. Administrators choose notifications and configure them in the Intune Admin Console using the compliance policy creation page under the “Actions for non-compliance” section. Use the notificationMessageTemplate object to create your own custom notifications for administrators to choose while configuring actions for non-compliance."}],"x-ms-discriminator-value":"#microsoft.graph.notificationMessageTemplate"},"microsoft.graph.officeGraphInsights":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"officeGraphInsights","required":["@odata.type"],"type":"object","properties":{"shared":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.sharedInsight"},"description":"Calculated relationship that identifies documents shared with or by the user. This includes URLs, file attachments, and reference attachments to OneDrive for work or school and SharePoint files found in Outlook messages and meetings. This also includes URLs and reference attachments to Teams conversations. Ordered by recency of share.","x-ms-navigationProperty":true},"trending":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.trending"},"description":"Calculated relationship that identifies documents trending around a user. Trending documents are calculated based on activity of the user's closest network of people and include files stored in OneDrive for work or school and SharePoint. Trending insights help the user to discover potentially useful content that the user has access to, but has never viewed before.","x-ms-navigationProperty":true},"used":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.usedInsight"},"description":"Calculated relationship that identifies the latest documents viewed or modified by a user, including OneDrive for work or school and SharePoint documents, ranked by recency of use.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.itemInsights":"#/components/schemas/microsoft.graph.itemInsights"}}}]},"microsoft.graph.onenoteEntityBaseModel":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"onenoteEntityBaseModel","required":["@odata.type"],"type":"object","properties":{"self":{"type":"string","description":"The endpoint where you can get details about the page. Read-only.","nullable":true},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.onenoteEntitySchemaObjectModel":"#/components/schemas/microsoft.graph.onenoteEntitySchemaObjectModel","#microsoft.graph.onenoteEntityHierarchyModel":"#/components/schemas/microsoft.graph.onenoteEntityHierarchyModel","#microsoft.graph.notebook":"#/components/schemas/microsoft.graph.notebook","#microsoft.graph.onenoteSection":"#/components/schemas/microsoft.graph.onenoteSection","#microsoft.graph.sectionGroup":"#/components/schemas/microsoft.graph.sectionGroup","#microsoft.graph.onenotePage":"#/components/schemas/microsoft.graph.onenotePage","#microsoft.graph.onenoteResource":"#/components/schemas/microsoft.graph.onenoteResource"}}}]},"microsoft.graph.onenoteEntitySchemaObjectModel":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.onenoteEntityBaseModel"},{"title":"onenoteEntitySchemaObjectModel","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","description":"The date and time when the page was created. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.","format":"date-time","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.onenoteEntitySchemaObjectModel"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.onenoteEntityHierarchyModel":"#/components/schemas/microsoft.graph.onenoteEntityHierarchyModel","#microsoft.graph.notebook":"#/components/schemas/microsoft.graph.notebook","#microsoft.graph.onenoteSection":"#/components/schemas/microsoft.graph.onenoteSection","#microsoft.graph.sectionGroup":"#/components/schemas/microsoft.graph.sectionGroup","#microsoft.graph.onenotePage":"#/components/schemas/microsoft.graph.onenotePage"}}}]},"microsoft.graph.onenoteEntityHierarchyModel":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.onenoteEntitySchemaObjectModel"},{"title":"onenoteEntityHierarchyModel","required":["@odata.type"],"type":"object","properties":{"createdBy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"type":"object","nullable":true}],"description":"Identity of the user, device, and application that created the item. Read-only."},"displayName":{"type":"string","description":"The name of the notebook.","nullable":true},"lastModifiedBy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"type":"object","nullable":true}],"description":"Identity of the user, device, and application that created the item. Read-only."},"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":"The date and time when the notebook was last modified. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.","format":"date-time","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.onenoteEntityHierarchyModel"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.notebook":"#/components/schemas/microsoft.graph.notebook","#microsoft.graph.onenoteSection":"#/components/schemas/microsoft.graph.onenoteSection","#microsoft.graph.sectionGroup":"#/components/schemas/microsoft.graph.sectionGroup"}}}]},"microsoft.graph.notebook":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.onenoteEntityHierarchyModel"},{"title":"notebook","required":["@odata.type"],"type":"object","properties":{"isDefault":{"type":"boolean","description":"Indicates whether this is the user's default notebook. Read-only.","nullable":true},"isShared":{"type":"boolean","description":"Indicates whether the notebook is shared. If true, the contents of the notebook can be seen by people other than the owner. Read-only.","nullable":true},"links":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.notebookLinks"},{"type":"object","nullable":true}],"description":"Links for opening the notebook. The oneNoteClientURL link opens the notebook in the OneNote native client if it's installed. The oneNoteWebURL link opens the notebook in OneNote on the web."},"sectionGroupsUrl":{"type":"string","description":"The URL for the sectionGroups navigation property, which returns all the section groups in the notebook. Read-only.","nullable":true},"sectionsUrl":{"type":"string","description":"The URL for the sections navigation property, which returns all the sections in the notebook. Read-only.","nullable":true},"userRole":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.onenoteUserRole"},{"type":"object","nullable":true}],"description":"The possible values are: Owner, Contributor, Reader, None. Owner represents owner-level access to the notebook. Contributor represents read/write access to the notebook. Reader represents read-only access to the notebook. Read-only."},"sectionGroups":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.sectionGroup"},"description":"The section groups in the notebook. Read-only. Nullable.","x-ms-navigationProperty":true},"sections":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.onenoteSection"},"description":"The sections in the notebook. Read-only. Nullable.","x-ms-navigationProperty":true},"@odata.type":{"type":"string","default":"#microsoft.graph.notebook"}}}],"x-ms-discriminator-value":"#microsoft.graph.notebook"},"microsoft.graph.onenoteSection":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.onenoteEntityHierarchyModel"},{"title":"onenoteSection","required":["@odata.type"],"type":"object","properties":{"isDefault":{"type":"boolean","description":"Indicates whether this is the user's default section. Read-only.","nullable":true},"links":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.sectionLinks"},{"type":"object","nullable":true}],"description":"Links for opening the section. The oneNoteClientURL link opens the section in the OneNote native client if it's installed. The oneNoteWebURL link opens the section in OneNote on the web."},"pagesUrl":{"type":"string","description":"The pages endpoint where you can get details for all the pages in the section. Read-only.","nullable":true},"pages":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.onenotePage"},"description":"The collection of pages in the section.  Read-only. Nullable.","x-ms-navigationProperty":true},"parentNotebook":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.notebook"},{"type":"object","nullable":true}],"description":"The notebook that contains the section.  Read-only.","x-ms-navigationProperty":true},"parentSectionGroup":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.sectionGroup"},{"type":"object","nullable":true}],"description":"The section group that contains the section.  Read-only.","x-ms-navigationProperty":true},"@odata.type":{"type":"string","default":"#microsoft.graph.onenoteSection"}}}],"x-ms-discriminator-value":"#microsoft.graph.onenoteSection"},"microsoft.graph.sectionGroup":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.onenoteEntityHierarchyModel"},{"title":"sectionGroup","required":["@odata.type"],"type":"object","properties":{"sectionGroupsUrl":{"type":"string","description":"The URL for the sectionGroups navigation property, which returns all the section groups in the section group. Read-only.","nullable":true},"sectionsUrl":{"type":"string","description":"The URL for the sections navigation property, which returns all the sections in the section group. Read-only.","nullable":true},"parentNotebook":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.notebook"},{"type":"object","nullable":true}],"description":"The notebook that contains the section group. Read-only.","x-ms-navigationProperty":true},"parentSectionGroup":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.sectionGroup"},{"type":"object","nullable":true}],"description":"The section group that contains the section group. Read-only.","x-ms-navigationProperty":true},"sectionGroups":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.sectionGroup"},"description":"The section groups in the section. Read-only. Nullable.","x-ms-navigationProperty":true},"sections":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.onenoteSection"},"description":"The sections in the section group. Read-only. Nullable.","x-ms-navigationProperty":true},"@odata.type":{"type":"string","default":"#microsoft.graph.sectionGroup"}}}],"x-ms-discriminator-value":"#microsoft.graph.sectionGroup"},"microsoft.graph.onenotePage":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.onenoteEntitySchemaObjectModel"},{"title":"onenotePage","required":["@odata.type"],"type":"object","properties":{"content":{"type":"string","description":"The page's HTML content.","format":"base64url","nullable":true},"contentUrl":{"type":"string","description":"The URL for the page's HTML content.  Read-only.","nullable":true},"createdByAppId":{"type":"string","description":"The unique identifier of the application that created the page. Read-only.","nullable":true},"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":"The date and time when the page was last modified. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.","format":"date-time","nullable":true},"level":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The indentation level of the page. Read-only.","format":"int32","nullable":true},"links":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.pageLinks"},{"type":"object","nullable":true}],"description":"Links for opening the page. The oneNoteClientURL link opens the page in the OneNote native client if it 's installed. The oneNoteWebUrl link opens the page in OneNote on the web. Read-only."},"order":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The order of the page within its parent section. Read-only.","format":"int32","nullable":true},"title":{"type":"string","description":"The title of the page.","nullable":true},"userTags":{"type":"array","items":{"type":"string","nullable":true}},"parentNotebook":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.notebook"},{"type":"object","nullable":true}],"description":"The notebook that contains the page.  Read-only.","x-ms-navigationProperty":true},"parentSection":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.onenoteSection"},{"type":"object","nullable":true}],"description":"The section that contains the page. Read-only.","x-ms-navigationProperty":true},"@odata.type":{"type":"string","default":"#microsoft.graph.onenotePage"}}}],"x-ms-discriminator-value":"#microsoft.graph.onenotePage"},"microsoft.graph.onenoteResource":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.onenoteEntityBaseModel"},{"title":"onenoteResource","required":["@odata.type"],"type":"object","properties":{"content":{"type":"string","description":"The content stream","format":"base64url","nullable":true},"contentUrl":{"type":"string","description":"The URL for downloading the content","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.onenoteResource"}}}],"x-ms-discriminator-value":"#microsoft.graph.onenoteResource"},"microsoft.graph.onlineMeetingBase":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"onlineMeetingBase","required":["@odata.type"],"type":"object","properties":{"allowAttendeeToEnableCamera":{"type":"boolean","description":"Indicates whether attendees can turn on their camera.","nullable":true},"allowAttendeeToEnableMic":{"type":"boolean","description":"Indicates whether attendees can turn on their microphone.","nullable":true},"allowBreakoutRooms":{"type":"boolean","description":"Indicates whether breakout rooms are enabled for the meeting.","nullable":true},"allowCopyingAndSharingMeetingContent":{"type":"boolean","description":"Indicates whether the ability to copy and share meeting content is enabled for the meeting.","nullable":true},"allowedLobbyAdmitters":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.allowedLobbyAdmitterRoles"},{"type":"object","nullable":true}],"description":"Specifies the users who can admit from the lobby. The possible values are: organizerAndCoOrganizersAndPresenters, organizerAndCoOrganizers, unknownFutureValue."},"allowedPresenters":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.onlineMeetingPresenters"},{"type":"object","nullable":true}],"description":"Specifies who can be a presenter in a meeting. The possible values are: everyone, organization, roleIsPresenter, organizer, unknownFutureValue. Inherited from onlineMeetingBase."},"allowLiveShare":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.meetingLiveShareOptions"},{"type":"object","nullable":true}],"description":"Indicates whether live share is enabled for the meeting. The possible values are: enabled, disabled, unknownFutureValue."},"allowMeetingChat":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.meetingChatMode"},{"type":"object","nullable":true}],"description":"Specifies the mode of the meeting chat."},"allowParticipantsToChangeName":{"type":"boolean","description":"Specifies if participants are allowed to rename themselves in an instance of the meeting.","nullable":true},"allowPowerPointSharing":{"type":"boolean","description":"Indicates whether PowerPoint live is enabled for the meeting.","nullable":true},"allowRecording":{"type":"boolean","description":"Indicates whether recording is enabled for the meeting.","nullable":true},"allowTeamworkReactions":{"type":"boolean","description":"Indicates if Teams reactions are enabled for the meeting.","nullable":true},"allowTranscription":{"type":"boolean","description":"Indicates whether transcription is enabled for the meeting.","nullable":true},"allowWhiteboard":{"type":"boolean","description":"Indicates whether whiteboard is enabled for the meeting.","nullable":true},"audioConferencing":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.audioConferencing"},{"type":"object","nullable":true}],"description":"The phone access (dial-in) information for an online meeting. Read-only."},"chatInfo":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.chatInfo"},{"type":"object","nullable":true}],"description":"The chat information associated with this online meeting."},"chatRestrictions":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.chatRestrictions"},{"type":"object","nullable":true}],"description":"Specifies the configuration settings for meeting chat restrictions."},"cloudVideoInteropInfo":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.cloudVideoInteropInfo"},{"type":"object","nullable":true}],"description":"Conferencing device integration settings for Cloud Video Interop (CVI). Read-only."},"expiryDateTime":{"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":"Indicates the date and time when the meeting resource expires. 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","nullable":true},"isEndToEndEncryptionEnabled":{"type":"boolean","description":"Indicates whether end-to-end encryption (E2EE) is enabled for the online meeting.","nullable":true},"isEntryExitAnnounced":{"type":"boolean","description":"Indicates whether to announce when callers join or leave.","nullable":true},"joinInformation":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.itemBody"},{"type":"object","nullable":true}],"description":"The join information in the language and locale variant specified in 'Accept-Language' request HTTP header. Read-only."},"joinMeetingIdSettings":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.joinMeetingIdSettings"},{"type":"object","nullable":true}],"description":"Specifies the joinMeetingId, the meeting passcode, and the requirement for the passcode. Once an onlineMeeting is created, the joinMeetingIdSettings can't be modified. To make any changes to this property, you must cancel this meeting and create a new one."},"joinWebUrl":{"type":"string","description":"The join URL of the online meeting. Read-only.","nullable":true},"lobbyBypassSettings":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.lobbyBypassSettings"},{"type":"object","nullable":true}],"description":"Specifies which participants can bypass the meeting lobby."},"meetingOptionsWebUrl":{"type":"string","description":"Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings.","nullable":true},"meetingSpokenLanguageTag":{"type":"string","description":"Specifies the spoken language used during the meeting for recording and transcription purposes.","nullable":true},"meetingType":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.onlineMeetingType"},{"type":"object","nullable":true}],"description":"The type of the online meeting. The possible values are: adhoc, scheduled, recurring, broadcast, meetnow, unknownFutureValue. Read-only."},"recordAutomatically":{"type":"boolean","description":"Indicates whether to record the meeting automatically.","nullable":true},"sensitivityLabelAssignment":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.onlineMeetingSensitivityLabelAssignment"},{"type":"object","nullable":true}],"description":"Specifies the sensitivity label applied to the Teams meeting."},"shareMeetingChatHistoryDefault":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.meetingChatHistoryDefaultMode"},{"type":"object","nullable":true}],"description":"Specifies whether meeting chat history is shared with participants.  The possible values are: all, none, unknownFutureValue."},"subject":{"type":"string","description":"The subject of the online meeting.","nullable":true},"videoTeleconferenceId":{"type":"string","description":"The video teleconferencing ID. Read-only.","nullable":true},"watermarkProtection":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.watermarkProtectionValues"},{"type":"object","nullable":true}],"description":"Specifies whether the client application should apply a watermark to a content type."},"attendanceReports":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.meetingAttendanceReport"},"description":"The attendance reports of an online meeting. Read-only.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.onlineMeeting":"#/components/schemas/microsoft.graph.onlineMeeting","#microsoft.graph.virtualEventSession":"#/components/schemas/microsoft.graph.virtualEventSession"}}}]},"microsoft.graph.virtualEventSession":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.onlineMeetingBase"},{"title":"virtualEventSession","required":["@odata.type"],"type":"object","properties":{"capacity":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Represents the expected number of attendees for the virtual event session.","format":"int32","nullable":true},"endDateTime":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.dateTimeTimeZone"},{"type":"object","nullable":true}],"description":"The virtual event session end time."},"startDateTime":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.dateTimeTimeZone"},{"type":"object","nullable":true}],"description":"The virtual event session start time."},"videoOnDemandWebUrl":{"type":"string","description":"The URL of the video on demand (VOD) for Microsoft Teams events that allows webinar and town hall organizers to quickly publish and share event recordings.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.virtualEventSession"}}}],"x-ms-discriminator-value":"#microsoft.graph.virtualEventSession"},"microsoft.graph.onPremisesConditionalAccessSettings":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"onPremisesConditionalAccessSettings","required":["@odata.type"],"type":"object","properties":{"enabled":{"type":"boolean","description":"Indicates if on premises conditional access is enabled for this organization"},"excludedGroups":{"type":"array","items":{"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"},"description":"User groups that will be exempt by on premises conditional access. All users in these groups will be exempt from the conditional access policy."},"includedGroups":{"type":"array","items":{"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"},"description":"User groups that will be targeted by on premises conditional access. All users in these groups will be required to have mobile device managed and compliant for mail access."},"overrideDefaultRule":{"type":"boolean","description":"Override the default access rule when allowing a device to ensure access is granted."},"@odata.type":{"type":"string"}},"description":"Singleton entity which represents the Exchange OnPremises Conditional Access Settings for a tenant."}],"x-ms-discriminator-value":"#microsoft.graph.onPremisesConditionalAccessSettings"},"microsoft.graph.onPremisesDirectorySynchronization":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"onPremisesDirectorySynchronization","required":["@odata.type"],"type":"object","properties":{"configuration":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.onPremisesDirectorySynchronizationConfiguration"},{"type":"object","nullable":true}],"description":"Consists of configurations that can be fine-tuned and impact the on-premises directory synchronization process for a tenant. Nullable."},"features":{"$ref":"#/components/schemas/microsoft.graph.onPremisesDirectorySynchronizationFeature"},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.onPremisesDirectorySynchronization"},"microsoft.graph.operation":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"operation","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","description":"The start time of the operation.","format":"date-time","nullable":true},"lastActionDateTime":{"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 of the last action of the operation.","format":"date-time","nullable":true},"status":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.operationStatus"},{"type":"object","nullable":true}],"description":"The current status of the operation: notStarted, running, completed, failed"},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.onenoteOperation":"#/components/schemas/microsoft.graph.onenoteOperation"}}}]},"microsoft.graph.onenoteOperation":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.operation"},{"title":"onenoteOperation","required":["@odata.type"],"type":"object","properties":{"error":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.onenoteOperationError"},{"type":"object","nullable":true}],"description":"The error returned by the operation."},"percentComplete":{"type":"string","description":"The operation percent complete if the operation is still in running status.","nullable":true},"resourceId":{"type":"string","description":"The resource id.","nullable":true},"resourceLocation":{"type":"string","description":"The resource URI for the object. For example, the resource URI for a copied page or section.","nullable":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.onenoteOperation"},"microsoft.graph.outlookCategory":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"outlookCategory","required":["@odata.type"],"type":"object","properties":{"color":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.categoryColor"},{"type":"object","nullable":true}],"description":"A pre-set color constant that characterizes a category, and that is mapped to one of 25 predefined colors. For more details, see the following note."},"displayName":{"type":"string","description":"A unique name that identifies a category in the user's mailbox. After a category is created, the name cannot be changed. Read-only.","nullable":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.outlookCategory"},"microsoft.graph.calendarSharingMessage":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.message"},{"title":"calendarSharingMessage","required":["@odata.type"],"type":"object","properties":{"canAccept":{"type":"boolean","nullable":true},"sharingMessageAction":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.calendarSharingMessageAction"},{"type":"object","nullable":true}]},"sharingMessageActions":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.calendarSharingMessageAction"}},"suggestedCalendarName":{"type":"string","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.calendarSharingMessage"}}}],"x-ms-discriminator-value":"#microsoft.graph.calendarSharingMessage"},"microsoft.graph.eventMessage":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.message"},{"title":"eventMessage","required":["@odata.type"],"type":"object","properties":{"endDateTime":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.dateTimeTimeZone"},{"type":"object","nullable":true}]},"isAllDay":{"type":"boolean","nullable":true},"isDelegated":{"type":"boolean","description":"True if this meeting request is accessible to a delegate, false otherwise. The default is false.","nullable":true},"isOutOfDate":{"type":"boolean","nullable":true},"location":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.location"},{"type":"object","nullable":true}]},"meetingMessageType":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.meetingMessageType"},{"type":"object","nullable":true}],"description":"The type of event message: none, meetingRequest, meetingCancelled, meetingAccepted, meetingTenativelyAccepted, meetingDeclined."},"recurrence":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.patternedRecurrence"},{"type":"object","nullable":true}]},"startDateTime":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.dateTimeTimeZone"},{"type":"object","nullable":true}]},"type":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.eventType"},{"type":"object","nullable":true}]},"event":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.event"},{"type":"object","nullable":true}],"description":"The event associated with the event message. The assumption for attendees or room resources is that the Calendar Attendant is set to automatically update the calendar with an event when meeting request event messages arrive. Navigation property. Read-only.","x-ms-navigationProperty":true},"@odata.type":{"type":"string","default":"#microsoft.graph.eventMessage"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.eventMessageRequest":"#/components/schemas/microsoft.graph.eventMessageRequest","#microsoft.graph.eventMessageResponse":"#/components/schemas/microsoft.graph.eventMessageResponse"}}}]},"microsoft.graph.eventMessageRequest":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.eventMessage"},{"title":"eventMessageRequest","required":["@odata.type"],"type":"object","properties":{"allowNewTimeProposals":{"type":"boolean","description":"True if the meeting organizer allows invitees to propose a new time when responding, false otherwise. Optional. Default is true.","nullable":true},"meetingRequestType":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.meetingRequestType"},{"type":"object","nullable":true}]},"previousEndDateTime":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.dateTimeTimeZone"},{"type":"object","nullable":true}],"description":"If the meeting update changes the meeting end time, this property specifies the previous meeting end time."},"previousLocation":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.location"},{"type":"object","nullable":true}],"description":"If the meeting update changes the meeting location, this property specifies the previous meeting location."},"previousStartDateTime":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.dateTimeTimeZone"},{"type":"object","nullable":true}],"description":"If the meeting update changes the meeting start time, this property specifies the previous meeting start time."},"responseRequested":{"type":"boolean","description":"Set to true if the sender would like the invitee to send a response to the requested meeting.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.eventMessageRequest"}}}],"x-ms-discriminator-value":"#microsoft.graph.eventMessageRequest"},"microsoft.graph.eventMessageResponse":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.eventMessage"},{"title":"eventMessageResponse","required":["@odata.type"],"type":"object","properties":{"proposedNewTime":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.timeSlot"},{"type":"object","nullable":true}],"description":"An alternate date/time proposed by an invitee for a meeting request to start and end. Read-only. Not filterable."},"responseType":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.responseType"},{"type":"object","nullable":true}],"description":"Specifies the type of response to a meeting request. The possible values are: tentativelyAccepted, accepted, declined. For the eventMessageResponse type, none, organizer, and notResponded are not supported. Read-only. Not filterable."},"@odata.type":{"type":"string","default":"#microsoft.graph.eventMessageResponse"}}}],"x-ms-discriminator-value":"#microsoft.graph.eventMessageResponse"},"microsoft.graph.post":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.outlookItem"},{"title":"post","required":["@odata.type"],"type":"object","properties":{"body":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.itemBody"},{"type":"object","nullable":true}],"description":"The contents of the post. This is a default property. This property can be null."},"conversationId":{"type":"string","description":"Unique ID of the conversation. Read-only.","nullable":true},"conversationThreadId":{"type":"string","description":"Unique ID of the conversation thread. Read-only.","nullable":true},"from":{"$ref":"#/components/schemas/microsoft.graph.recipient"},"hasAttachments":{"type":"boolean","description":"Indicates whether the post has at least one attachment. This is a default property."},"newParticipants":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.recipient"},"description":"Conversation participants that were added to the thread as part of this post."},"receivedDateTime":{"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":"Specifies when the post was received. 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 is 2014-01-01T00:00:00Z","format":"date-time"},"sender":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.recipient"},{"type":"object","nullable":true}],"description":"Contains the address of the sender. The value of Sender is assumed to be the address of the authenticated user in the case when Sender is not specified. This is a default property."},"attachments":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.attachment"},"description":"Read-only. Nullable. Supports $expand.","x-ms-navigationProperty":true},"extensions":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.extension"},"description":"The collection of open extensions defined for the post. Read-only. Nullable. Supports $expand.","x-ms-navigationProperty":true},"inReplyTo":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.post"},{"type":"object","nullable":true}],"description":"Read-only. Supports $expand.","x-ms-navigationProperty":true},"multiValueExtendedProperties":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty"},"description":"The collection of multi-value extended properties defined for the post. Read-only. Nullable.","x-ms-navigationProperty":true},"singleValueExtendedProperties":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty"},"description":"The collection of single-value extended properties defined for the post. Read-only. Nullable.","x-ms-navigationProperty":true},"@odata.type":{"type":"string","default":"#microsoft.graph.post"}}}],"x-ms-discriminator-value":"#microsoft.graph.post"},"microsoft.graph.ownerlessGroupPolicy":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"ownerlessGroupPolicy","required":["@odata.type"],"type":"object","properties":{"emailInfo":{"$ref":"#/components/schemas/microsoft.graph.emailDetails"},"enabledGroupIds":{"type":"array","items":{"type":"string"},"description":"The collection of IDs for groups to which the policy is enabled. If empty, the policy is enabled for all groups in the tenant."},"isEnabled":{"type":"boolean","description":"Indicates whether the ownerless group policy is enabled in the tenant. Setting this property to false clears the values of all other policy parameters."},"maxMembersToNotify":{"type":"number","description":"The maximum number of members to notify. Value range is 0-90. Members are prioritized by recent group activity (most active first). If there aren't enough active members to fill the limit, remaining slots are filled with other eligible group members from the directory.","format":"int64"},"notificationDurationInWeeks":{"type":"number","description":"The number of weeks for the notification duration. Value range is 1-7.","format":"int64"},"policyWebUrl":{"type":"string","description":"The URL to the policy documentation.","nullable":true},"targetOwners":{"$ref":"#/components/schemas/microsoft.graph.targetOwners"},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.ownerlessGroupPolicy"},"microsoft.graph.participant":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"participant","required":["@odata.type"],"type":"object","properties":{"info":{"$ref":"#/components/schemas/microsoft.graph.participantInfo"},"isInLobby":{"type":"boolean","description":"true if the participant is in lobby."},"isMuted":{"type":"boolean","description":"true if the participant is muted (client or server muted)."},"mediaStreams":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.mediaStream"},"description":"The list of media streams."},"metadata":{"type":"string","description":"A blob of data provided by the participant in the roster.","nullable":true},"recordingInfo":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.recordingInfo"},{"type":"object","nullable":true}],"description":"Information about whether the participant has recording capability."},"removedState":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.removedState"},{"type":"object","nullable":true}],"description":"Indicates the reason why the participant was removed from the roster."},"restrictedExperience":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.onlineMeetingRestricted"},{"type":"object","nullable":true}],"description":"Indicates the reason or reasons media content from this participant is restricted."},"rosterSequenceNumber":{"type":"number","description":"Indicates the roster sequence number in which the participant was last updated.","format":"int64","nullable":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.participant"},"microsoft.graph.participantJoiningNotification":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"participantJoiningNotification","required":["@odata.type"],"type":"object","properties":{"call":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.call"},{"type":"object","nullable":true}],"x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.participantJoiningNotification"},"microsoft.graph.participantLeftNotification":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"participantLeftNotification","required":["@odata.type"],"type":"object","properties":{"participantId":{"type":"string","description":"ID of the participant under the policy who has left the meeting."},"call":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.call"},{"type":"object","nullable":true}],"x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.participantLeftNotification"},"microsoft.graph.passkeyProfile":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"passkeyProfile","required":["@odata.type"],"type":"object","properties":{"attestationEnforcement":{"$ref":"#/components/schemas/microsoft.graph.attestationEnforcement"},"keyRestrictions":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.fido2KeyRestrictions"},{"type":"object","nullable":true}],"description":"Controls whether key restrictions are enforced on passkeys (FIDO2), either allowing or disallowing certain key types as defined by Authenticator Attestation GUID (AAGUID), an identifier that indicates the type (for example, make and model) of the authenticator. Required."},"name":{"type":"string","description":"Name of the passkey profile. Required.","nullable":true},"passkeyTypes":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.passkeyTypes"},{"type":"object","nullable":true}],"description":"Specifies which types of passkeys are targeted in this passkey profile. Required. The possible values are: deviceBound, synced, unknownFutureValue."},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.passkeyProfile"},"microsoft.graph.payload":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"payload","required":["@odata.type"],"type":"object","properties":{"brand":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.payloadBrand"},{"type":"object","nullable":true}],"description":"The branch of a payload. The possible values are: unknown, other, americanExpress, capitalOne, dhl, docuSign, dropbox, facebook, firstAmerican, microsoft, netflix, scotiabank, sendGrid, stewartTitle, tesco, wellsFargo, syrinxCloud, adobe, teams, zoom, unknownFutureValue."},"complexity":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.payloadComplexity"},{"type":"object","nullable":true}],"description":"The complexity of a payload. The possible values are: unknown, low, medium, high, unknownFutureValue."},"createdBy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.emailIdentity"},{"type":"object","nullable":true}],"description":"Identity of the user who created the attack simulation and training campaign payload."},"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","description":"Date and time when the attack simulation and training campaign payload. 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","nullable":true},"description":{"type":"string","description":"Description of the attack simulation and training campaign payload.","nullable":true},"detail":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.payloadDetail"},{"type":"object","nullable":true}],"description":"Additional details about the payload."},"displayName":{"type":"string","description":"Display name of the attack simulation and training campaign payload. Supports $filter and $orderby.","nullable":true},"industry":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.payloadIndustry"},{"type":"object","nullable":true}],"description":"Industry of a payload. The possible values are: unknown, other, banking, businessServices, consumerServices, education, energy, construction, consulting, financialServices, government, hospitality, insurance, legal, courierServices, IT, healthcare, manufacturing, retail, telecom, realEstate, unknownFutureValue."},"isAutomated":{"type":"boolean","description":"Indicates whether the attack simulation and training campaign payload was created from an automation flow. Supports $filter and $orderby.","nullable":true},"isControversial":{"type":"boolean","description":"Indicates whether the payload is controversial.","nullable":true},"isCurrentEvent":{"type":"boolean","description":"Indicates whether the payload is from any recent event.","nullable":true},"language":{"type":"string","description":"Payload language.","nullable":true},"lastModifiedBy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.emailIdentity"},{"type":"object","nullable":true}],"description":"Identity of the user who most recently modified the attack simulation and training campaign payload."},"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":"Date and time when the attack simulation and training campaign payload was last modified. 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","nullable":true},"payloadTags":{"type":"array","items":{"type":"string","nullable":true},"description":"Free text tags for a payload."},"platform":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.payloadDeliveryPlatform"},{"type":"object","nullable":true}],"description":"The payload delivery platform for a simulation. The possible values are: unknown, sms, email, teams, unknownFutureValue."},"predictedCompromiseRate":{"oneOf":[{"type":"number","format":"double","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"Predicted probability for a payload to phish a targeted user."},"simulationAttackType":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.simulationAttackType"},{"type":"object","nullable":true}],"description":"Attack type of the attack simulation and training campaign. Supports $filter and $orderby. The possible values are: unknown, social, cloud, endpoint, unknownFutureValue."},"source":{"$ref":"#/components/schemas/microsoft.graph.simulationContentSource"},"status":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.simulationContentStatus"},{"type":"object","nullable":true}],"description":"Simulation content status. Supports $filter and $orderby. The possible values are: unknown, draft, ready, archive, delete, unknownFutureValue."},"technique":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.simulationAttackTechnique"},{"type":"object","nullable":true}],"description":"The social engineering technique used in the attack simulation and training campaign. Supports $filter and $orderby. The possible values are: unknown, credentialHarvesting, attachmentMalware, driveByUrl, linkInAttachment, linkToMalwareFile, unknownFutureValue, oAuthConsentGrant. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: oAuthConsentGrant. For more information on the types of social engineering attack techniques, see simulations."},"theme":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.payloadTheme"},{"type":"object","nullable":true}],"description":"The theme of a payload. The possible values are: unknown, other, accountActivation, accountVerification, billing, cleanUpMail, controversial, documentReceived, expense, fax, financeReport, incomingMessages, invoice, itemReceived, loginAlert, mailReceived, password, payment, payroll, personalizedOffer, quarantine, remoteWork, reviewMessage, securityUpdate, serviceSuspended, signatureRequired, upgradeMailboxStorage, verifyMailbox, voicemail, advertisement, employeeEngagement, unknownFutureValue."},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.payload"},"microsoft.graph.permission":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"permission","required":["@odata.type"],"type":"object","properties":{"expirationDateTime":{"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":"A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there's no expiration set for this permission. Optional.","format":"date-time","nullable":true},"grantedTo":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"type":"object","nullable":true}],"description":"For user type permissions, the details of the users and applications for this permission. Read-only."},"grantedToIdentities":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.identitySet"},"description":"For type permissions, the details of the users to whom permission was granted. Read-only."},"grantedToIdentitiesV2":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.sharePointIdentitySet"},"description":"For link type permissions, the details of the users to whom permission was granted. Read-only."},"grantedToV2":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.sharePointIdentitySet"},{"type":"object","nullable":true}],"description":"For user type permissions, the details of the users and applications for this permission. Read-only."},"hasPassword":{"type":"boolean","description":"Indicates whether the password is set for this permission. This property only appears in the response. Optional. Read-only. For OneDrive Personal only..","nullable":true},"inheritedFrom":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.itemReference"},{"type":"object","nullable":true}],"description":"Provides a reference to the ancestor of the current permission, if it's inherited from an ancestor. Read-only."},"invitation":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.sharingInvitation"},{"type":"object","nullable":true}],"description":"Details of any associated sharing invitation for this permission. Read-only."},"link":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.sharingLink"},{"type":"object","nullable":true}],"description":"Provides the link details of the current permission, if it's a link type permission. Read-only."},"roles":{"type":"array","items":{"type":"string","nullable":true},"description":"The type of permission, for example, read. See below for the full list of roles. Read-only."},"shareId":{"type":"string","description":"A unique token that can be used to access this shared item via the shares API. Read-only.","nullable":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.permission"},"microsoft.graph.permissionGrantConditionSet":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"permissionGrantConditionSet","required":["@odata.type"],"type":"object","properties":{"clientApplicationIds":{"type":"array","items":{"type":"string","nullable":true},"description":"A list of appId values for the client applications to match with, or a list with the single value all to match any client application. Default is the single value all."},"clientApplicationPublisherIds":{"type":"array","items":{"type":"string","nullable":true},"description":"A list of Microsoft Partner Network (MPN) IDs for verified publishers of the client application, or a list with the single value all to match with client apps from any publisher. Default is the single value all."},"clientApplicationsFromVerifiedPublisherOnly":{"type":"boolean","description":"Set to true to only match on client applications with a verified publisher. Set to false to match on any client app, even if it doesn't have a verified publisher. Default is false.","nullable":true},"clientApplicationTenantIds":{"type":"array","items":{"type":"string","nullable":true},"description":"A list of Microsoft Entra tenant IDs in which the client application is registered, or a list with the single value all to match with client apps registered in any tenant. Default is the single value all."},"permissionClassification":{"type":"string","description":"The permission classification for the permission being granted, or all to match with any permission classification (including permissions that aren't classified). Default is all.","nullable":true},"permissions":{"type":"array","items":{"type":"string","nullable":true},"description":"The list of id values for the specific permissions to match with, or a list with the single value all to match with any permission. The id of delegated permissions can be found in the oauth2PermissionScopes property of the API's servicePrincipal object. The id of application permissions can be found in the appRoles property of the API's servicePrincipal object. The id of resource-specific application permissions can be found in the resourceSpecificApplicationPermissions property of the API's servicePrincipal object. Default is the single value all."},"permissionType":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.permissionType"},{"type":"object","nullable":true}],"description":"The permission type of the permission being granted. Possible values: application for application permissions (for example app roles), or delegated for delegated permissions. The value delegatedUserConsentable indicates delegated permissions that haven't been configured by the API publisher to require admin consent—this value may be used in built-in permission grant policies, but can't be used in custom permission grant policies. Required."},"resourceApplication":{"type":"string","description":"The appId of the resource application (for example the API) for which a permission is being granted, or any to match with any resource application or API. Default is any.","nullable":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.permissionGrantConditionSet"},"microsoft.graph.pinnedChatMessageInfo":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"pinnedChatMessageInfo","required":["@odata.type"],"type":"object","properties":{"message":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.chatMessage"},{"type":"object","nullable":true}],"description":"Represents details about the chat message that is pinned.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.pinnedChatMessageInfo"},"microsoft.graph.place":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"place","required":["@odata.type"],"type":"object","properties":{"address":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.physicalAddress"},{"type":"object","nullable":true}],"description":"The physical address of the place, including the street, city, state, country or region, and postal code."},"displayName":{"type":"string","description":"The name that is associated with the place."},"geoCoordinates":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.outlookGeoCoordinates"},{"type":"object","nullable":true}],"description":"Specifies the place location in latitude, longitude, and (optionally) altitude coordinates."},"isWheelChairAccessible":{"type":"boolean","description":"Indicates whether the place is wheelchair accessible.","nullable":true},"label":{"type":"string","description":"User-defined description of the place.","nullable":true},"parentId":{"type":"string","description":"The ID of a parent place.","nullable":true},"phone":{"type":"string","description":"The phone number of the place.","nullable":true},"placeId":{"type":"string","description":"A stable service-level identifier for the place object used by Places workloads.","nullable":true},"tags":{"type":"array","items":{"type":"string"},"description":"Custom tags that are associated with the place for categorization or filtering."},"checkIns":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.checkInClaim"},"description":"A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.building":"#/components/schemas/microsoft.graph.building","#microsoft.graph.desk":"#/components/schemas/microsoft.graph.desk","#microsoft.graph.floor":"#/components/schemas/microsoft.graph.floor","#microsoft.graph.room":"#/components/schemas/microsoft.graph.room","#microsoft.graph.roomList":"#/components/schemas/microsoft.graph.roomList","#microsoft.graph.section":"#/components/schemas/microsoft.graph.section","#microsoft.graph.workspace":"#/components/schemas/microsoft.graph.workspace"}}}]},"microsoft.graph.building":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.place"},{"title":"building","required":["@odata.type"],"type":"object","properties":{"resourceLinks":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.resourceLink"},"description":"A set of links to external resources that are associated with the building. Inherited from place."},"wifiState":{"$ref":"#/components/schemas/microsoft.graph.placeFeatureEnablement"},"map":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.buildingMap"},{"type":"object","nullable":true}],"description":"Map file associated with a building in Places. This object is the IMDF-format representation of building.geojson.","x-ms-navigationProperty":true},"@odata.type":{"type":"string","default":"#microsoft.graph.building"}}}],"x-ms-discriminator-value":"#microsoft.graph.building"},"microsoft.graph.desk":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.place"},{"title":"desk","required":["@odata.type"],"type":"object","properties":{"displayDeviceName":{"type":"string","description":"The name of the display device (for example, monitor or projector) that is available at the desk.","nullable":true},"heightAdjustableState":{"$ref":"#/components/schemas/microsoft.graph.placeFeatureEnablement"},"mailboxDetails":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.mailboxDetails"},{"type":"object","nullable":true}],"description":"The mailbox object id and email address that are associated with the desk."},"mode":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.placeMode"},{"type":"object","nullable":true}],"description":"The mode of the desk. The supported modes are:assignedPlaceMode - Desks that are assigned to a user.reservablePlaceMode - Desks that can be booked in advance using desk reservation tools.dropInPlaceMode - First come, first served desks. When you plug into a peripheral on one of these desks, the desk is booked for you, assuming the peripheral is associated with the desk in the Microsoft Teams Rooms pro management portal.unavailablePlaceMode - Desks that are taken down for maintenance or marked as not reservable."},"servicePlans":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.placeServicePlanInfo"},"description":"The service plans associated with the desk."},"@odata.type":{"type":"string","default":"#microsoft.graph.desk"}}}],"x-ms-discriminator-value":"#microsoft.graph.desk"},"microsoft.graph.floor":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.place"},{"title":"floor","required":["@odata.type"],"type":"object","properties":{"sortOrder":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Specifies the sort order of the floor. For example, a floor might be named 'Lobby' with a sort order of 0 to show this floor first in ordered lists.","format":"int32","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.floor"}}}],"x-ms-discriminator-value":"#microsoft.graph.floor"},"microsoft.graph.room":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.place"},{"title":"room","required":["@odata.type"],"type":"object","properties":{"audioDeviceName":{"type":"string","description":"Specifies the name of the audio device in the room.","nullable":true},"bookingType":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.bookingType"},{"type":"object","nullable":true}],"description":"Type of room. Possible values are: unknown, standard, reserved."},"building":{"type":"string","description":"Specifies the building name or building number that the room is in.","nullable":true},"capacity":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Specifies the capacity of the room.","format":"int32","nullable":true},"displayDeviceName":{"type":"string","description":"Specifies the name of the display device in the room.","nullable":true},"emailAddress":{"type":"string","description":"Email address of the room.","nullable":true},"floorLabel":{"type":"string","description":"Specifies a descriptive label for the floor, for example, P.","nullable":true},"floorNumber":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Specifies the floor number that the room is on.","format":"int32","nullable":true},"nickname":{"type":"string","description":"Specifies a nickname for the room, for example, 'conf room'."},"teamsEnabledState":{"$ref":"#/components/schemas/microsoft.graph.placeFeatureEnablement"},"videoDeviceName":{"type":"string","description":"Specifies the name of the video device in the room.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.room"}}}],"x-ms-discriminator-value":"#microsoft.graph.room"},"microsoft.graph.roomList":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.place"},{"title":"roomList","required":["@odata.type"],"type":"object","properties":{"emailAddress":{"type":"string","description":"The email address of the room list.","nullable":true},"rooms":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.room"},"x-ms-navigationProperty":true},"workspaces":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.workspace"},"x-ms-navigationProperty":true},"@odata.type":{"type":"string","default":"#microsoft.graph.roomList"}}}],"x-ms-discriminator-value":"#microsoft.graph.roomList"},"microsoft.graph.section":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.place"},{"title":"section","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.section"}}}],"x-ms-discriminator-value":"#microsoft.graph.section"},"microsoft.graph.workspace":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.place"},{"title":"workspace","required":["@odata.type"],"type":"object","properties":{"capacity":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The maximum number of individual desks within a workspace.","format":"int32","nullable":true},"displayDeviceName":{"type":"string","description":"The name of the display device (for example, monitor or projector) that is available in the workspace.","nullable":true},"emailAddress":{"type":"string","description":"The email address that is associated with the workspace. This email address is used for booking.","nullable":true},"mode":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.placeMode"},{"type":"object","nullable":true}],"description":"The mode for a workspace. The supported modes are:reservablePlaceMode - Workspaces that can be booked in advance using desk pool reservation tools.dropInPlaceMode - First come, first served desks. When you plug into a peripheral on one of these desks in the workspace, the desk is booked for you, assuming that the peripheral has been associated with the desk in the Microsoft Teams Rooms pro management portal.unavailablePlaceMode - Workspaces that are taken down for maintenance or marked as not reservable."},"nickname":{"type":"string","description":"A short, friendly name for the workspace, often used for easier identification or display in the UI."},"@odata.type":{"type":"string","default":"#microsoft.graph.workspace"}}}],"x-ms-discriminator-value":"#microsoft.graph.workspace"},"microsoft.graph.planner":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"planner","required":["@odata.type"],"type":"object","properties":{"buckets":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.plannerBucket"},"description":"Read-only. Nullable. Returns a collection of the specified buckets","x-ms-navigationProperty":true},"plans":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.plannerPlan"},"description":"Read-only. Nullable. Returns a collection of the specified plans","x-ms-navigationProperty":true},"tasks":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.plannerTask"},"description":"Read-only. Nullable. Returns a collection of the specified tasks","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.planner"},"microsoft.graph.plannerAssignedToTaskBoardTaskFormat":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"plannerAssignedToTaskBoardTaskFormat","required":["@odata.type"],"type":"object","properties":{"orderHintsByAssignee":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.plannerOrderHintsByAssignee"},{"type":"object","nullable":true}],"description":"Dictionary of hints used to order tasks on the AssignedTo view of the Task Board. The key of each entry is one of the users the task is assigned to and the value is the order hint. The format of each value is defined as outlined here."},"unassignedOrderHint":{"type":"string","description":"Hint value used to order the task on the AssignedTo view of the Task Board when the task isn't assigned to anyone, or if the orderHintsByAssignee dictionary doesn't provide an order hint for the user the task is assigned to. The format is defined as outlined here.","nullable":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.plannerAssignedToTaskBoardTaskFormat"},"microsoft.graph.plannerBucket":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"plannerBucket","required":["@odata.type"],"type":"object","properties":{"name":{"type":"string","description":"Name of the bucket."},"orderHint":{"type":"string","description":"Hint used to order items of this type in a list view. For details about the supported format, see Using order hints in Planner.","nullable":true},"planId":{"type":"string","description":"Plan ID to which the bucket belongs.","nullable":true},"tasks":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.plannerTask"},"description":"Read-only. Nullable. The collection of tasks in the bucket.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.plannerBucket"},"microsoft.graph.plannerBucketTaskBoardTaskFormat":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"plannerBucketTaskBoardTaskFormat","required":["@odata.type"],"type":"object","properties":{"orderHint":{"type":"string","description":"Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner.","nullable":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.plannerBucketTaskBoardTaskFormat"},"microsoft.graph.plannerGroup":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"plannerGroup","required":["@odata.type"],"type":"object","properties":{"plans":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.plannerPlan"},"description":"Read-only. Nullable. Returns the plannerPlans owned by the group.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.plannerGroup"},"microsoft.graph.plannerPlan":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"plannerPlan","required":["@odata.type"],"type":"object","properties":{"container":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.plannerPlanContainer"},{"type":"object","nullable":true}],"description":"Identifies the container of the plan. Specify only the url, the containerId and type, or all properties. After it's set, this property can’t be updated. Required."},"createdBy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"type":"object","nullable":true}],"description":"Read-only. The user who created the plan."},"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","description":"Read-only. Date and time at which the plan is created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z","format":"date-time","nullable":true},"owner":{"type":"string","description":"Use the container property instead. ID of the group that owns the plan. After it's set, this property can’t be updated. This property won't return a valid group ID if the container of the plan isn't a group.","nullable":true},"title":{"type":"string","description":"Required. Title of the plan."},"buckets":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.plannerBucket"},"description":"Read-only. Nullable. Collection of buckets in the plan.","x-ms-navigationProperty":true},"details":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.plannerPlanDetails"},{"type":"object","nullable":true}],"description":"Read-only. Nullable. Extra details about the plan.","x-ms-navigationProperty":true},"tasks":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.plannerTask"},"description":"Read-only. Nullable. Collection of tasks in the plan.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.plannerPlan"},"microsoft.graph.plannerPlanDetails":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"plannerPlanDetails","required":["@odata.type"],"type":"object","properties":{"categoryDescriptions":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.plannerCategoryDescriptions"},{"type":"object","nullable":true}],"description":"An object that specifies the descriptions of the 25 categories that can be associated with tasks in the plan."},"sharedWith":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.plannerUserIds"},{"type":"object","nullable":true}],"description":"Set of user IDs that this plan is shared with. If you're using Microsoft 365 groups, use the Groups API to manage group membership to share the group's plan. You can also add existing members of the group to this collection, although it isn't required for them to access the plan owned by the group."},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.plannerPlanDetails"},"microsoft.graph.plannerProgressTaskBoardTaskFormat":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"plannerProgressTaskBoardTaskFormat","required":["@odata.type"],"type":"object","properties":{"orderHint":{"type":"string","description":"Hint value used to order the task on the progress view of the task board. For details about the supported format, see Using order hints in Planner.","nullable":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.plannerProgressTaskBoardTaskFormat"},"microsoft.graph.plannerTask":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"plannerTask","required":["@odata.type"],"type":"object","properties":{"activeChecklistItemCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of checklist items with value set to false, representing incomplete items.","format":"int32","nullable":true},"appliedCategories":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.plannerAppliedCategories"},{"type":"object","nullable":true}],"description":"The categories to which the task has been applied. See applied Categories for possible values."},"assigneePriority":{"type":"string","description":"Hint used to order items of this type in a list view. The format is defined as outlined here.","nullable":true},"assignments":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.plannerAssignments"},{"type":"object","nullable":true}],"description":"The set of assignees the task is assigned to."},"bucketId":{"type":"string","description":"Bucket ID to which the task belongs. The bucket needs to be in the plan that the task is in. It's 28 characters long and case-sensitive. Format validation is done on the service.","nullable":true},"checklistItemCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of checklist items that are present on the task.","format":"int32","nullable":true},"completedBy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"type":"object","nullable":true}],"description":"Identity of the user that completed the task."},"completedDateTime":{"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":"Read-only. Date and time at which the 'percentComplete' of the task is set to '100'. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z","format":"date-time","nullable":true},"conversationThreadId":{"type":"string","description":"Thread ID of the conversation on the task. This is the ID of the conversation thread object created in the group.","nullable":true},"createdBy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"type":"object","nullable":true}],"description":"Identity of the user that created the task."},"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","description":"Read-only. Date and time at which the task is created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z","format":"date-time","nullable":true},"dueDateTime":{"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":"Date and time at which the task is due. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z","format":"date-time","nullable":true},"hasDescription":{"type":"boolean","description":"Read-only. Value is true if the details object of the task has a nonempty description and false otherwise.","nullable":true},"orderHint":{"type":"string","description":"Hint used to order items of this type in a list view. The format is defined as outlined here.","nullable":true},"percentComplete":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Percentage of task completion. When set to 100, the task is considered completed.","format":"int32","nullable":true},"planId":{"type":"string","description":"Plan ID to which the task belongs.","nullable":true},"previewType":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.plannerPreviewType"},{"type":"object","nullable":true}],"description":"This sets the type of preview that shows up on the task. The possible values are: automatic, noPreview, checklist, description, reference."},"priority":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Priority of the task. The valid range of values is between 0 and 10, with the increasing value being lower priority (0 has the highest priority and 10 has the lowest priority).  Currently, Planner interprets values 0 and 1 as 'urgent', 2, 3 and 4 as 'important', 5, 6, and 7 as 'medium', and 8, 9, and 10 as 'low'.  Additionally, Planner sets the value 1 for 'urgent', 3 for 'important', 5 for 'medium', and 9 for 'low'.","format":"int32","nullable":true},"referenceCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of external references that exist on the task.","format":"int32","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":"Date and time at which the task starts. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z","format":"date-time","nullable":true},"title":{"type":"string","description":"Title of the task."},"assignedToTaskBoardFormat":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat"},{"type":"object","nullable":true}],"description":"Read-only. Nullable. Used to render the task correctly in the task board view when grouped by assignedTo.","x-ms-navigationProperty":true},"bucketTaskBoardFormat":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat"},{"type":"object","nullable":true}],"description":"Read-only. Nullable. Used to render the task correctly in the task board view when grouped by bucket.","x-ms-navigationProperty":true},"details":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.plannerTaskDetails"},{"type":"object","nullable":true}],"description":"Read-only. Nullable. More details about the task.","x-ms-navigationProperty":true},"progressTaskBoardFormat":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat"},{"type":"object","nullable":true}],"description":"Read-only. Nullable. Used to render the task correctly in the task board view when grouped by progress.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.plannerTask"},"microsoft.graph.plannerTaskDetails":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"plannerTaskDetails","required":["@odata.type"],"type":"object","properties":{"checklist":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.plannerChecklistItems"},{"type":"object","nullable":true}],"description":"The collection of checklist items on the task."},"description":{"type":"string","description":"Description of the task.","nullable":true},"previewType":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.plannerPreviewType"},{"type":"object","nullable":true}],"description":"This sets the type of preview that shows up on the task. The possible values are: automatic, noPreview, checklist, description, reference. When set to automatic the displayed preview is chosen by the app viewing the task."},"references":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.plannerExternalReferences"},{"type":"object","nullable":true}],"description":"The collection of references on the task."},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.plannerTaskDetails"},"microsoft.graph.policyRoot":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"policyRoot","required":["@odata.type"],"type":"object","properties":{"activityBasedTimeoutPolicies":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.activityBasedTimeoutPolicy"},"description":"The policy that controls the idle time out for web sessions for applications.","x-ms-navigationProperty":true},"adminConsentRequestPolicy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.adminConsentRequestPolicy"},{"type":"object","nullable":true}],"description":"The policy by which consent requests are created and managed for the entire tenant.","x-ms-navigationProperty":true},"appManagementPolicies":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.appManagementPolicy"},"description":"The policies that enforce app management restrictions for specific applications and service principals, overriding the defaultAppManagementPolicy.","x-ms-navigationProperty":true},"authenticationFlowsPolicy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.authenticationFlowsPolicy"},{"type":"object","nullable":true}],"description":"The policy configuration of the self-service sign-up experience of external users.","x-ms-navigationProperty":true},"authenticationMethodsPolicy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.authenticationMethodsPolicy"},{"type":"object","nullable":true}],"description":"The authentication methods and the users that are allowed to use them to sign in and perform multifactor authentication (MFA) in Microsoft Entra ID.","x-ms-navigationProperty":true},"authenticationStrengthPolicies":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.authenticationStrengthPolicy"},"description":"The authentication method combinations that are to be used in scenarios defined by Microsoft Entra Conditional Access.","x-ms-navigationProperty":true},"authorizationPolicy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.authorizationPolicy"},{"type":"object","nullable":true}],"description":"The policy that controls Microsoft Entra authorization settings.","x-ms-navigationProperty":true},"claimsMappingPolicies":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.claimsMappingPolicy"},"description":"The claim-mapping policies for WS-Fed, SAML, OAuth 2.0, and OpenID Connect protocols, for tokens issued to a specific application.","x-ms-navigationProperty":true},"conditionalAccessPolicies":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.conditionalAccessPolicy"},"description":"The custom rules that define an access scenario.","x-ms-navigationProperty":true},"crossTenantAccessPolicy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.crossTenantAccessPolicy"},{"type":"object","nullable":true}],"description":"The custom rules that define an access scenario when interacting with external Microsoft Entra tenants.","x-ms-navigationProperty":true},"defaultAppManagementPolicy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.tenantAppManagementPolicy"},{"type":"object","nullable":true}],"description":"The tenant-wide policy that enforces app management restrictions for all applications and service principals.","x-ms-navigationProperty":true},"deviceRegistrationPolicy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.deviceRegistrationPolicy"},{"type":"object","nullable":true}],"x-ms-navigationProperty":true},"featureRolloutPolicies":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.featureRolloutPolicy"},"description":"The feature rollout policy associated with a directory object.","x-ms-navigationProperty":true},"federatedTokenValidationPolicy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.federatedTokenValidationPolicy"},{"type":"object","nullable":true}],"x-ms-navigationProperty":true},"homeRealmDiscoveryPolicies":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.homeRealmDiscoveryPolicy"},"description":"The policy to control Microsoft Entra authentication behavior for federated users.","x-ms-navigationProperty":true},"identitySecurityDefaultsEnforcementPolicy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySecurityDefaultsEnforcementPolicy"},{"type":"object","nullable":true}],"description":"The policy that represents the security defaults that protect against common attacks.","x-ms-navigationProperty":true},"ownerlessGroupPolicy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.ownerlessGroupPolicy"},{"type":"object","nullable":true}],"description":"The policy configuration for managing groups that have lost their sole owner.","x-ms-navigationProperty":true},"permissionGrantPolicies":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.permissionGrantPolicy"},"description":"The policy that specifies the conditions under which consent can be granted.","x-ms-navigationProperty":true},"roleManagementPolicies":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.unifiedRoleManagementPolicy"},"description":"Specifies the various policies associated with scopes and roles.","x-ms-navigationProperty":true},"roleManagementPolicyAssignments":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.unifiedRoleManagementPolicyAssignment"},"description":"The assignment of a role management policy to a role definition object.","x-ms-navigationProperty":true},"tokenIssuancePolicies":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.tokenIssuancePolicy"},"description":"The policy that specifies the characteristics of SAML tokens issued by Microsoft Entra ID.","x-ms-navigationProperty":true},"tokenLifetimePolicies":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.tokenLifetimePolicy"},"description":"The policy that controls the lifetime of a JWT access token, an ID token, or a SAML 1.1/2.0 token issued by Microsoft Entra ID.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.policyRoot"},"microsoft.graph.policyTemplate":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"policyTemplate","required":["@odata.type"],"type":"object","properties":{"multiTenantOrganizationIdentitySynchronization":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.multiTenantOrganizationIdentitySyncPolicyTemplate"},{"type":"object","nullable":true}],"description":"Defines an optional cross-tenant access policy template with user synchronization settings for a multitenant organization.","x-ms-navigationProperty":true},"multiTenantOrganizationPartnerConfiguration":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.multiTenantOrganizationPartnerConfigurationTemplate"},{"type":"object","nullable":true}],"description":"Defines an optional cross-tenant access policy template with inbound and outbound partner configuration settings for a multitenant organization.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.policyTemplate"},"microsoft.graph.printConnector":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"printConnector","required":["@odata.type"],"type":"object","properties":{"appVersion":{"type":"string","description":"The connector's version."},"displayName":{"type":"string","description":"The name of the connector."},"fullyQualifiedDomainName":{"type":"string","description":"The connector machine's hostname."},"location":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.printerLocation"},{"type":"object","nullable":true}],"description":"The physical and/or organizational location of the connector."},"operatingSystem":{"type":"string","description":"The connector machine's operating system version."},"registeredDateTime":{"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 DateTimeOffset when the connector was registered.","format":"date-time"},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.printConnector"},"microsoft.graph.printDocument":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"printDocument","required":["@odata.type"],"type":"object","properties":{"contentType":{"type":"string","description":"The document's content (MIME) type. Read-only.","nullable":true},"displayName":{"type":"string","description":"The document's name. Read-only.","nullable":true},"downloadedDateTime":{"pattern":"^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$","type":"string","description":"The time the document was downloaded. Read-only","format":"date-time","nullable":true},"size":{"type":"number","description":"The document's size in bytes. Read-only.","format":"int64"},"uploadedDateTime":{"pattern":"^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$","type":"string","description":"The time the document was uploaded. Read-only","format":"date-time","nullable":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.printDocument"},"microsoft.graph.printerBase":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"printerBase","required":["@odata.type"],"type":"object","properties":{"capabilities":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.printerCapabilities"},{"type":"object","nullable":true}],"description":"The capabilities of the printer/printerShare."},"defaults":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.printerDefaults"},{"type":"object","nullable":true}],"description":"The default print settings of printer/printerShare."},"displayName":{"type":"string","description":"The name of the printer/printerShare."},"isAcceptingJobs":{"type":"boolean","description":"Specifies whether the printer/printerShare is currently accepting new print jobs.","nullable":true},"location":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.printerLocation"},{"type":"object","nullable":true}],"description":"The physical and/or organizational location of the printer/printerShare."},"manufacturer":{"type":"string","description":"The manufacturer of the printer/printerShare.","nullable":true},"model":{"type":"string","description":"The model name of the printer/printerShare.","nullable":true},"status":{"$ref":"#/components/schemas/microsoft.graph.printerStatus"},"jobs":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.printJob"},"description":"The list of jobs that are queued for printing by the printer/printerShare.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.printer":"#/components/schemas/microsoft.graph.printer","#microsoft.graph.printerShare":"#/components/schemas/microsoft.graph.printerShare"}}}]},"microsoft.graph.printer":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.printerBase"},{"title":"printer","required":["@odata.type"],"type":"object","properties":{"hasPhysicalDevice":{"type":"boolean","description":"True if the printer has a physical device for printing. Read-only."},"isShared":{"type":"boolean","description":"True if the printer is shared; false otherwise. Read-only."},"lastSeenDateTime":{"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 most recent dateTimeOffset when a printer interacted with Universal Print. Read-only.","format":"date-time","nullable":true},"registeredDateTime":{"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 DateTimeOffset when the printer was registered. Read-only.","format":"date-time"},"connectors":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.printConnector"},"description":"The connectors that are associated with the printer.","x-ms-navigationProperty":true},"shares":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.printerShare"},"description":"The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable.","x-ms-navigationProperty":true},"taskTriggers":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.printTaskTrigger"},"description":"A list of task triggers that are associated with the printer.","x-ms-navigationProperty":true},"@odata.type":{"type":"string","default":"#microsoft.graph.printer"}}}],"x-ms-discriminator-value":"#microsoft.graph.printer"},"microsoft.graph.printerShare":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.printerBase"},{"title":"printerShare","required":["@odata.type"],"type":"object","properties":{"allowAllUsers":{"type":"boolean","description":"If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation 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","description":"The DateTimeOffset when the printer share was created. Read-only.","format":"date-time"},"viewPoint":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.printerShareViewpoint"},{"type":"object","nullable":true}],"description":"Additional data for a printer share as viewed by the signed-in user."},"allowedGroups":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.group"},"description":"The groups whose users have access to print using the printer.","x-ms-navigationProperty":true},"allowedUsers":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.user"},"description":"The users who have access to print using the printer.","x-ms-navigationProperty":true},"printer":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.printer"},{"type":"object","nullable":true}],"description":"The printer that this printer share is related to.","x-ms-navigationProperty":true},"@odata.type":{"type":"string","default":"#microsoft.graph.printerShare"}}}],"x-ms-discriminator-value":"#microsoft.graph.printerShare"},"microsoft.graph.printJob":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"printJob","required":["@odata.type"],"type":"object","properties":{"acknowledgedDateTime":{"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 dateTimeOffset when the job was acknowledged. Read-only.","format":"date-time","nullable":true},"configuration":{"$ref":"#/components/schemas/microsoft.graph.printJobConfiguration"},"createdBy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.userIdentity"},{"type":"object","nullable":true}]},"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","description":"The DateTimeOffset when the job was created. Read-only.","format":"date-time"},"errorCode":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The error code of the print job. Read-only.","format":"int32","nullable":true},"isFetchable":{"type":"boolean","description":"If true, document can be fetched by printer."},"redirectedFrom":{"type":"string","description":"Contains the source job URL, if the job has been redirected from another printer.","nullable":true},"redirectedTo":{"type":"string","description":"Contains the destination job URL, if the job has been redirected to another printer.","nullable":true},"status":{"$ref":"#/components/schemas/microsoft.graph.printJobStatus"},"documents":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.printDocument"},"x-ms-navigationProperty":true},"tasks":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.printTask"},"description":"A list of printTasks that were triggered by this print job.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.printJob"},"microsoft.graph.printOperation":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"printOperation","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","description":"The DateTimeOffset when the operation was created. Read-only.","format":"date-time"},"status":{"$ref":"#/components/schemas/microsoft.graph.printOperationStatus"},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.printerCreateOperation":"#/components/schemas/microsoft.graph.printerCreateOperation"}}}]},"microsoft.graph.printerCreateOperation":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.printOperation"},{"title":"printerCreateOperation","required":["@odata.type"],"type":"object","properties":{"certificate":{"type":"string","description":"The signed certificate created during the registration process. Read-only.","nullable":true},"printer":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.printer"},{"type":"object","nullable":true}],"description":"The created printer entity. Read-only.","x-ms-navigationProperty":true},"@odata.type":{"type":"string","default":"#microsoft.graph.printerCreateOperation"}}}],"x-ms-discriminator-value":"#microsoft.graph.printerCreateOperation"},"microsoft.graph.printService":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"printService","required":["@odata.type"],"type":"object","properties":{"endpoints":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.printServiceEndpoint"},"description":"Endpoints that can be used to access the service. Read-only. Nullable.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.printService"},"microsoft.graph.printServiceEndpoint":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"printServiceEndpoint","required":["@odata.type"],"type":"object","properties":{"displayName":{"type":"string","description":"A human-readable display name for the endpoint."},"uri":{"type":"string","description":"The URI that can be used to access the service."},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.printServiceEndpoint"},"microsoft.graph.printTask":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"printTask","required":["@odata.type"],"type":"object","properties":{"parentUrl":{"type":"string","description":"The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only."},"status":{"$ref":"#/components/schemas/microsoft.graph.printTaskStatus"},"definition":{"$ref":"#/components/schemas/microsoft.graph.printTaskDefinition"},"trigger":{"$ref":"#/components/schemas/microsoft.graph.printTaskTrigger"},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.printTask"},"microsoft.graph.printTaskDefinition":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"printTaskDefinition","required":["@odata.type"],"type":"object","properties":{"createdBy":{"$ref":"#/components/schemas/microsoft.graph.appIdentity"},"displayName":{"type":"string","description":"The name of the printTaskDefinition."},"tasks":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.printTask"},"description":"A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.printTaskDefinition"},"microsoft.graph.printTaskTrigger":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"printTaskTrigger","required":["@odata.type"],"type":"object","properties":{"event":{"$ref":"#/components/schemas/microsoft.graph.printEvent"},"definition":{"$ref":"#/components/schemas/microsoft.graph.printTaskDefinition"},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.printTaskTrigger"},"microsoft.graph.privilegedAccessGroup":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"privilegedAccessGroup","required":["@odata.type"],"type":"object","properties":{"assignmentApprovals":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.approval"},"x-ms-navigationProperty":true},"assignmentScheduleInstances":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.privilegedAccessGroupAssignmentScheduleInstance"},"description":"The instances of assignment schedules to activate a just-in-time access.","x-ms-navigationProperty":true},"assignmentScheduleRequests":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.privilegedAccessGroupAssignmentScheduleRequest"},"description":"The schedule requests for operations to create, update, delete, extend, and renew an assignment.","x-ms-navigationProperty":true},"assignmentSchedules":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.privilegedAccessGroupAssignmentSchedule"},"description":"The assignment schedules to activate a just-in-time access.","x-ms-navigationProperty":true},"eligibilityScheduleInstances":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.privilegedAccessGroupEligibilityScheduleInstance"},"description":"The instances of eligibility schedules to activate a just-in-time access.","x-ms-navigationProperty":true},"eligibilityScheduleRequests":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.privilegedAccessGroupEligibilityScheduleRequest"},"description":"The schedule requests for operations to create, update, delete, extend, and renew an eligibility.","x-ms-navigationProperty":true},"eligibilitySchedules":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.privilegedAccessGroupEligibilitySchedule"},"description":"The eligibility schedules to activate a just-in-time access.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.privilegedAccessGroup"},"microsoft.graph.privilegedAccessRoot":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"privilegedAccessRoot","required":["@odata.type"],"type":"object","properties":{"group":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.privilegedAccessGroup"},{"type":"object","nullable":true}],"description":"A group that's governed through Privileged Identity Management (PIM).","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.privilegedAccessRoot"},"microsoft.graph.privilegedAccessSchedule":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"privilegedAccessSchedule","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","description":"When the schedule was created. Optional.","format":"date-time","nullable":true},"createdUsing":{"type":"string","description":"The identifier of the access assignment or eligibility request that created this schedule. Optional.","nullable":true},"modifiedDateTime":{"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":"When the schedule was last modified. Optional.","format":"date-time","nullable":true},"scheduleInfo":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.requestSchedule"},{"type":"object","nullable":true}],"description":"Represents the period of the access assignment or eligibility. The scheduleInfo can represent a single occurrence or multiple recurring instances. Required."},"status":{"type":"string","description":"The status of the access assignment or eligibility request. The possible values are: Canceled, Denied, Failed, Granted, PendingAdminDecision, PendingApproval, PendingProvisioning, PendingScheduleCreation, Provisioned, Revoked, and ScheduleCreated. Not nullable. Optional.","nullable":true},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.privilegedAccessGroupAssignmentSchedule":"#/components/schemas/microsoft.graph.privilegedAccessGroupAssignmentSchedule","#microsoft.graph.privilegedAccessGroupEligibilitySchedule":"#/components/schemas/microsoft.graph.privilegedAccessGroupEligibilitySchedule"}}}]},"microsoft.graph.privilegedAccessGroupAssignmentSchedule":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.privilegedAccessSchedule"},{"title":"privilegedAccessGroupAssignmentSchedule","required":["@odata.type"],"type":"object","properties":{"accessId":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.privilegedAccessGroupRelationships"},{"type":"object","nullable":true}],"description":"The identifier of the membership or ownership assignment to the group that is governed through PIM. Required. The possible values are: owner, member, unknownFutureValue. Supports $filter (eq)."},"assignmentType":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.privilegedAccessGroupAssignmentType"},{"type":"object","nullable":true}],"description":"Indicates whether the membership or ownership assignment for the principal is granted through activation or direct assignment. Required. The possible values are: assigned, activated, unknownFutureValue. Supports $filter (eq)."},"groupId":{"type":"string","description":"The identifier of the group representing the scope of the membership or ownership assignment through PIM for Groups. Required. Supports $filter (eq).","nullable":true},"memberType":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.privilegedAccessGroupMemberType"},{"type":"object","nullable":true}],"description":"Indicates whether the assignment is derived from a direct group assignment or through a transitive assignment. The possible values are: direct, group, unknownFutureValue. Supports $filter (eq)."},"principalId":{"type":"string","description":"The identifier of the principal whose membership or ownership assignment is granted through PIM for Groups. Required. Supports $filter (eq).","nullable":true},"activatedUsing":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.privilegedAccessGroupEligibilitySchedule"},{"type":"object","nullable":true}],"description":"When the request activates an ownership or membership assignment in PIM for Groups, this object represents the eligibility relationship. Otherwise, it's null. Supports $expand.","x-ms-navigationProperty":true},"group":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.group"},{"type":"object","nullable":true}],"description":"References the group that is the scope of the membership or ownership assignment through PIM for Groups. Supports $expand and $select nested in $expand for select properties like id, displayName, and mail.","x-ms-navigationProperty":true},"principal":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.directoryObject"},{"type":"object","nullable":true}],"description":"References the principal that's in the scope of this membership or ownership assignment request to the group that's governed through PIM. Supports $expand and $select nested in $expand for id only.","x-ms-navigationProperty":true},"@odata.type":{"type":"string","default":"#microsoft.graph.privilegedAccessGroupAssignmentSchedule"}}}],"x-ms-discriminator-value":"#microsoft.graph.privilegedAccessGroupAssignmentSchedule"},"microsoft.graph.privilegedAccessGroupEligibilitySchedule":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.privilegedAccessSchedule"},{"title":"privilegedAccessGroupEligibilitySchedule","required":["@odata.type"],"type":"object","properties":{"accessId":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.privilegedAccessGroupRelationships"},{"type":"object","nullable":true}],"description":"The identifier of the membership or ownership eligibility to the group that is governed by PIM. Required. The possible values are: owner, member. Supports $filter (eq)."},"groupId":{"type":"string","description":"The identifier of the group representing the scope of the membership or ownership eligibility through PIM for Groups. Required. Supports $filter (eq).","nullable":true},"memberType":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.privilegedAccessGroupMemberType"},{"type":"object","nullable":true}],"description":"Indicates whether the assignment is derived from a group assignment. It can further imply whether the caller can manage the schedule. Required. The possible values are: direct, group, unknownFutureValue. Supports $filter (eq)."},"principalId":{"type":"string","description":"The identifier of the principal whose membership or ownership eligibility is granted through PIM for Groups. Required. Supports $filter (eq).","nullable":true},"group":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.group"},{"type":"object","nullable":true}],"description":"References the group that is the scope of the membership or ownership eligibility through PIM for Groups. Supports $expand.","x-ms-navigationProperty":true},"principal":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.directoryObject"},{"type":"object","nullable":true}],"description":"References the principal that's in the scope of this membership or ownership eligibility request to the group that's governed by PIM. Supports $expand.","x-ms-navigationProperty":true},"@odata.type":{"type":"string","default":"#microsoft.graph.privilegedAccessGroupEligibilitySchedule"}}}],"x-ms-discriminator-value":"#microsoft.graph.privilegedAccessGroupEligibilitySchedule"},"microsoft.graph.privilegedAccessScheduleInstance":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"privilegedAccessScheduleInstance","required":["@odata.type"],"type":"object","properties":{"endDateTime":{"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":"When the schedule instance ends. Required.","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":"When this instance starts. Required.","format":"date-time","nullable":true},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.privilegedAccessGroupAssignmentScheduleInstance":"#/components/schemas/microsoft.graph.privilegedAccessGroupAssignmentScheduleInstance","#microsoft.graph.privilegedAccessGroupEligibilityScheduleInstance":"#/components/schemas/microsoft.graph.privilegedAccessGroupEligibilityScheduleInstance"}}}]},"microsoft.graph.privilegedAccessGroupAssignmentScheduleInstance":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.privilegedAccessScheduleInstance"},{"title":"privilegedAccessGroupAssignmentScheduleInstance","required":["@odata.type"],"type":"object","properties":{"accessId":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.privilegedAccessGroupRelationships"},{"type":"object","nullable":true}],"description":"The identifier of the membership or ownership assignment relationship to the group. Required. The possible values are: owner, member,  unknownFutureValue. Supports $filter (eq)."},"assignmentScheduleId":{"type":"string","description":"The identifier of the privilegedAccessGroupAssignmentSchedule from which this instance was created. Required. Supports $filter (eq, ne).","nullable":true},"assignmentType":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.privilegedAccessGroupAssignmentType"},{"type":"object","nullable":true}],"description":"Indicates whether the membership or ownership assignment is granted through activation of an eligibility or through direct assignment. Required. The possible values are: assigned, activated, unknownFutureValue. Supports $filter (eq)."},"groupId":{"type":"string","description":"The identifier of the group representing the scope of the membership or ownership assignment through PIM for Groups. Optional. Supports $filter (eq).","nullable":true},"memberType":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.privilegedAccessGroupMemberType"},{"type":"object","nullable":true}],"description":"Indicates whether the assignment is derived from a group assignment. It can further imply whether the caller can manage the assignment schedule. Required. The possible values are: direct, group, unknownFutureValue. Supports $filter (eq)."},"principalId":{"type":"string","description":"The identifier of the principal whose membership or ownership assignment to the group is managed through PIM for Groups. Required. Supports $filter (eq).","nullable":true},"activatedUsing":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.privilegedAccessGroupEligibilityScheduleInstance"},{"type":"object","nullable":true}],"description":"When the request activates a membership or ownership in PIM for Groups, this object represents the eligibility request for the group. Otherwise, it is null.","x-ms-navigationProperty":true},"group":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.group"},{"type":"object","nullable":true}],"description":"References the group that is the scope of the membership or ownership assignment through PIM for Groups. Supports $expand.","x-ms-navigationProperty":true},"principal":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.directoryObject"},{"type":"object","nullable":true}],"description":"References the principal that's in the scope of the membership or ownership assignment request through the group that's governed by PIM. Supports $expand.","x-ms-navigationProperty":true},"@odata.type":{"type":"string","default":"#microsoft.graph.privilegedAccessGroupAssignmentScheduleInstance"}}}],"x-ms-discriminator-value":"#microsoft.graph.privilegedAccessGroupAssignmentScheduleInstance"},"microsoft.graph.privilegedAccessGroupEligibilityScheduleInstance":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.privilegedAccessScheduleInstance"},{"title":"privilegedAccessGroupEligibilityScheduleInstance","required":["@odata.type"],"type":"object","properties":{"accessId":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.privilegedAccessGroupRelationships"},{"type":"object","nullable":true}],"description":"The identifier of the membership or ownership eligibility relationship to the group. Required. The possible values are: owner, member. Supports $filter (eq)."},"eligibilityScheduleId":{"type":"string","description":"The identifier of the privilegedAccessGroupEligibilitySchedule from which this instance was created. Required. Supports $filter (eq, ne).","nullable":true},"groupId":{"type":"string","description":"The identifier of the group representing the scope of the membership or ownership eligibility through PIM for Groups. Required. Supports $filter (eq).","nullable":true},"memberType":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.privilegedAccessGroupMemberType"},{"type":"object","nullable":true}],"description":"Indicates whether the assignment is derived from a group assignment. It can further imply whether the calling principal can manage the assignment schedule. Required. The possible values are: direct, group, unknownFutureValue. Supports $filter (eq)."},"principalId":{"type":"string","description":"The identifier of the principal whose membership or ownership eligibility to the group is managed through PIM for Groups. Required. Supports $filter (eq).","nullable":true},"group":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.group"},{"type":"object","nullable":true}],"description":"References the group that is the scope of the membership or ownership eligibility through PIM for Groups. Supports $expand.","x-ms-navigationProperty":true},"principal":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.directoryObject"},{"type":"object","nullable":true}],"description":"References the principal that's in the scope of the membership or ownership eligibility request through the group that's governed by PIM. Supports $expand.","x-ms-navigationProperty":true},"@odata.type":{"type":"string","default":"#microsoft.graph.privilegedAccessGroupEligibilityScheduleInstance"}}}],"x-ms-discriminator-value":"#microsoft.graph.privilegedAccessGroupEligibilityScheduleInstance"},"microsoft.graph.protectionPolicyBase":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"protectionPolicyBase","required":["@odata.type"],"type":"object","properties":{"createdBy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"type":"object","nullable":true}],"description":"The identity of person who created the policy."},"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","description":"The time of creation of the policy.","format":"date-time","nullable":true},"displayName":{"type":"string","description":"The name of the policy to be created.","nullable":true},"isEnabled":{"type":"boolean"},"lastModifiedBy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"type":"object","nullable":true}],"description":"The identity of the person who last modified the policy."},"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":"The timestamp of the last modification of the policy.","format":"date-time","nullable":true},"protectionPolicyArtifactCount":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.protectionPolicyArtifactCount"},{"type":"object","nullable":true}]},"retentionSettings":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.retentionSetting"},"description":"Contains the retention setting details for the policy."},"status":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.protectionPolicyStatus"},{"type":"object","nullable":true}],"description":"The aggregated status of the protection units associated with the policy. The possible values are: inactive, activeWithErrors, updating, active, unknownFutureValue."},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.exchangeProtectionPolicy":"#/components/schemas/microsoft.graph.exchangeProtectionPolicy","#microsoft.graph.oneDriveForBusinessProtectionPolicy":"#/components/schemas/microsoft.graph.oneDriveForBusinessProtectionPolicy","#microsoft.graph.sharePointProtectionPolicy":"#/components/schemas/microsoft.graph.sharePointProtectionPolicy"}}}]},"microsoft.graph.exchangeProtectionPolicy":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.protectionPolicyBase"},{"title":"exchangeProtectionPolicy","required":["@odata.type"],"type":"object","properties":{"mailboxInclusionRules":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.mailboxProtectionRule"},"description":"The rules associated with the Exchange protection policy.","x-ms-navigationProperty":true},"mailboxProtectionUnits":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.mailboxProtectionUnit"},"description":"The protection units (mailboxes) that are  protected under the Exchange protection policy.","x-ms-navigationProperty":true},"mailboxProtectionUnitsBulkAdditionJobs":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.mailboxProtectionUnitsBulkAdditionJob"},"x-ms-navigationProperty":true},"@odata.type":{"type":"string","default":"#microsoft.graph.exchangeProtectionPolicy"}}}],"x-ms-discriminator-value":"#microsoft.graph.exchangeProtectionPolicy"},"microsoft.graph.oneDriveForBusinessProtectionPolicy":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.protectionPolicyBase"},{"title":"oneDriveForBusinessProtectionPolicy","required":["@odata.type"],"type":"object","properties":{"driveInclusionRules":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.driveProtectionRule"},"description":"Contains the details of the Onedrive for Business protection rule.","x-ms-navigationProperty":true},"driveProtectionUnits":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.driveProtectionUnit"},"description":"Contains the protection units associated with a  OneDrive for Business protection policy.","x-ms-navigationProperty":true},"driveProtectionUnitsBulkAdditionJobs":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.driveProtectionUnitsBulkAdditionJob"},"x-ms-navigationProperty":true},"@odata.type":{"type":"string","default":"#microsoft.graph.oneDriveForBusinessProtectionPolicy"}}}],"x-ms-discriminator-value":"#microsoft.graph.oneDriveForBusinessProtectionPolicy"},"microsoft.graph.sharePointProtectionPolicy":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.protectionPolicyBase"},{"title":"sharePointProtectionPolicy","required":["@odata.type"],"type":"object","properties":{"siteInclusionRules":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.siteProtectionRule"},"description":"The rules associated with the SharePoint Protection policy.","x-ms-navigationProperty":true},"siteProtectionUnits":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.siteProtectionUnit"},"description":"The protection units (sites) that are protected under the site protection policy.","x-ms-navigationProperty":true},"siteProtectionUnitsBulkAdditionJobs":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.siteProtectionUnitsBulkAdditionJob"},"x-ms-navigationProperty":true},"@odata.type":{"type":"string","default":"#microsoft.graph.sharePointProtectionPolicy"}}}],"x-ms-discriminator-value":"#microsoft.graph.sharePointProtectionPolicy"},"microsoft.graph.protectionRuleBase":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"protectionRuleBase","required":["@odata.type"],"type":"object","properties":{"createdBy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"type":"object","nullable":true}],"description":"The identity of person who created the rule."},"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","description":"The time of creation of the rule.","format":"date-time","nullable":true},"error":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.publicError"},{"type":"object","nullable":true}],"description":"Contains error details if an operation on a rule fails."},"isAutoApplyEnabled":{"type":"boolean","description":"true indicates that the protection rule is dynamic; false that it's static.","nullable":true},"lastModifiedBy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"type":"object","nullable":true}],"description":"The identity of the person who last modified the rule."},"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":"Timestamp of the last modification made to the rule.","format":"date-time","nullable":true},"status":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.protectionRuleStatus"},{"type":"object","nullable":true}],"description":"The status of the protection rule. The possible values are: draft, active, completed, completedWithErrors, unknownFutureValue, updateRequested, deleteRequested. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: updateRequested , deleteRequested. The draft member is currently unsupported."},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.driveProtectionRule":"#/components/schemas/microsoft.graph.driveProtectionRule","#microsoft.graph.mailboxProtectionRule":"#/components/schemas/microsoft.graph.mailboxProtectionRule","#microsoft.graph.siteProtectionRule":"#/components/schemas/microsoft.graph.siteProtectionRule"}}}]},"microsoft.graph.driveProtectionRule":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.protectionRuleBase"},{"title":"driveProtectionRule","required":["@odata.type"],"type":"object","properties":{"driveExpression":{"type":"string","description":"Contains a drive expression. For examples, see driveExpression examples.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.driveProtectionRule"}}}],"x-ms-discriminator-value":"#microsoft.graph.driveProtectionRule"},"microsoft.graph.mailboxProtectionRule":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.protectionRuleBase"},{"title":"mailboxProtectionRule","required":["@odata.type"],"type":"object","properties":{"mailboxExpression":{"type":"string","description":"Contains a mailbox expression. For examples, see mailboxExpression examples.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.mailboxProtectionRule"}}}],"x-ms-discriminator-value":"#microsoft.graph.mailboxProtectionRule"},"microsoft.graph.siteProtectionRule":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.protectionRuleBase"},{"title":"siteProtectionRule","required":["@odata.type"],"type":"object","properties":{"siteExpression":{"type":"string","description":"Contains a site expression. For examples, see siteExpression example.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.siteProtectionRule"}}}],"x-ms-discriminator-value":"#microsoft.graph.siteProtectionRule"},"microsoft.graph.protectionUnitBase":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"protectionUnitBase","required":["@odata.type"],"type":"object","properties":{"createdBy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"type":"object","nullable":true}],"description":"The identity of the person who created the protection unit."},"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","description":"The time of creation of the protection unit. 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","nullable":true},"error":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.publicError"},{"type":"object","nullable":true}],"description":"Contains error details if an error occurred while creating a protection unit."},"lastModifiedBy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"type":"object","nullable":true}],"description":"The identity of person who last modified the protection unit."},"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":"Timestamp of the last modification of this protection unit. 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","nullable":true},"offboardRequestedDateTime":{"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 protection unit offboard was requested. 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","nullable":true},"policyId":{"type":"string","description":"The unique identifier of the protection policy based on which protection unit was created.","nullable":true},"protectionSources":{"$ref":"#/components/schemas/microsoft.graph.protectionSource"},"status":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.protectionUnitStatus"},{"type":"object","nullable":true}],"description":"The status of the protection unit. The possible values are: protectRequested, protected, unprotectRequested, unprotected, removeRequested, unknownFutureValue, offboardRequested, offboarded, cancelOffboardRequested. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: offboardRequested, offboarded, cancelOffboardRequested."},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.driveProtectionUnit":"#/components/schemas/microsoft.graph.driveProtectionUnit","#microsoft.graph.mailboxProtectionUnit":"#/components/schemas/microsoft.graph.mailboxProtectionUnit","#microsoft.graph.siteProtectionUnit":"#/components/schemas/microsoft.graph.siteProtectionUnit"}}}]},"microsoft.graph.driveProtectionUnit":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.protectionUnitBase"},{"title":"driveProtectionUnit","required":["@odata.type"],"type":"object","properties":{"directoryObjectId":{"type":"string","description":"ID of the directory object.","nullable":true},"displayName":{"type":"string","description":"Display name of the directory object.","nullable":true,"readOnly":true},"email":{"type":"string","description":"Email associated with the directory object.","nullable":true,"readOnly":true},"@odata.type":{"type":"string","default":"#microsoft.graph.driveProtectionUnit"}}}],"x-ms-discriminator-value":"#microsoft.graph.driveProtectionUnit"},"microsoft.graph.mailboxProtectionUnit":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.protectionUnitBase"},{"title":"mailboxProtectionUnit","required":["@odata.type"],"type":"object","properties":{"directoryObjectId":{"type":"string","description":"The ID of the directory object.","nullable":true},"displayName":{"type":"string","description":"Display name of the directory object.","nullable":true,"readOnly":true},"email":{"type":"string","description":"Email address associated with the directory object.","nullable":true,"readOnly":true},"@odata.type":{"type":"string","default":"#microsoft.graph.mailboxProtectionUnit"}}}],"x-ms-discriminator-value":"#microsoft.graph.mailboxProtectionUnit"},"microsoft.graph.siteProtectionUnit":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.protectionUnitBase"},{"title":"siteProtectionUnit","required":["@odata.type"],"type":"object","properties":{"siteId":{"type":"string","description":"Unique identifier of the SharePoint site.","nullable":true},"siteName":{"type":"string","description":"Name of the SharePoint site.","nullable":true,"readOnly":true},"siteWebUrl":{"type":"string","description":"The web URL of the SharePoint site.","nullable":true,"readOnly":true},"@odata.type":{"type":"string","default":"#microsoft.graph.siteProtectionUnit"}}}],"x-ms-discriminator-value":"#microsoft.graph.siteProtectionUnit"},"microsoft.graph.protectionUnitsBulkJobBase":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"protectionUnitsBulkJobBase","required":["@odata.type"],"type":"object","properties":{"createdBy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"type":"object","nullable":true}],"description":"The identity of person who created the job."},"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","description":"The time of creation of the job.","format":"date-time","nullable":true},"displayName":{"type":"string","description":"The name of the protection units bulk addition job.","nullable":true},"error":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.publicError"},{"type":"object","nullable":true}],"description":"Error details containing resource resolution failures, if any."},"lastModifiedBy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"type":"object","nullable":true}],"description":"The identity of the person who last modified the job."},"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":"Timestamp of the last modification made to the job.","format":"date-time","nullable":true},"status":{"$ref":"#/components/schemas/microsoft.graph.protectionUnitsBulkJobStatus"},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.driveProtectionUnitsBulkAdditionJob":"#/components/schemas/microsoft.graph.driveProtectionUnitsBulkAdditionJob","#microsoft.graph.mailboxProtectionUnitsBulkAdditionJob":"#/components/schemas/microsoft.graph.mailboxProtectionUnitsBulkAdditionJob","#microsoft.graph.siteProtectionUnitsBulkAdditionJob":"#/components/schemas/microsoft.graph.siteProtectionUnitsBulkAdditionJob"}}}]},"microsoft.graph.driveProtectionUnitsBulkAdditionJob":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.protectionUnitsBulkJobBase"},{"title":"driveProtectionUnitsBulkAdditionJob","required":["@odata.type"],"type":"object","properties":{"directoryObjectIds":{"type":"array","items":{"type":"string","nullable":true},"description":"The list of OneDrive directoryObjectIds to add to the OneDrive protection policy."},"drives":{"type":"array","items":{"type":"string","nullable":true},"description":"The list of email addresses to add to the OneDrive protection policy."},"@odata.type":{"type":"string","default":"#microsoft.graph.driveProtectionUnitsBulkAdditionJob"}}}],"x-ms-discriminator-value":"#microsoft.graph.driveProtectionUnitsBulkAdditionJob"},"microsoft.graph.mailboxProtectionUnitsBulkAdditionJob":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.protectionUnitsBulkJobBase"},{"title":"mailboxProtectionUnitsBulkAdditionJob","required":["@odata.type"],"type":"object","properties":{"directoryObjectIds":{"type":"array","items":{"type":"string","nullable":true},"description":"The list of Exchange directoryObjectIds to add to the Exchange protection policy."},"mailboxes":{"type":"array","items":{"type":"string","nullable":true},"description":"The list of Exchange email addresses to add to the Exchange protection policy."},"@odata.type":{"type":"string","default":"#microsoft.graph.mailboxProtectionUnitsBulkAdditionJob"}}}],"x-ms-discriminator-value":"#microsoft.graph.mailboxProtectionUnitsBulkAdditionJob"},"microsoft.graph.siteProtectionUnitsBulkAdditionJob":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.protectionUnitsBulkJobBase"},{"title":"siteProtectionUnitsBulkAdditionJob","required":["@odata.type"],"type":"object","properties":{"siteIds":{"type":"array","items":{"type":"string","nullable":true},"description":"The list of SharePoint site IDs to add to the SharePoint protection policy."},"siteWebUrls":{"type":"array","items":{"type":"string","nullable":true},"description":"The list of SharePoint site URLs to add to the SharePoint protection policy."},"@odata.type":{"type":"string","default":"#microsoft.graph.siteProtectionUnitsBulkAdditionJob"}}}],"x-ms-discriminator-value":"#microsoft.graph.siteProtectionUnitsBulkAdditionJob"},"microsoft.graph.publicKeyInfrastructureRoot":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"publicKeyInfrastructureRoot","required":["@odata.type"],"type":"object","properties":{"certificateBasedAuthConfigurations":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.certificateBasedAuthPki"},"description":"The collection of public key infrastructure instances for the certificate-based authentication feature for users.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.publicKeyInfrastructureRoot"},"microsoft.graph.qrCode":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"qrCode","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","description":"The date and time when the QR code was created. Read-only.","format":"date-time","nullable":true},"expireDateTime":{"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 QR code expires. For standard QR codes, the lifetime is in days with a maximum of 395 days (13 months) and a default of 365 days. For temporary QR codes, the lifetime must be between 1-12 hours. The expireDateTime can be edited for standard QR codes but not for temporary QR codes.","format":"date-time","nullable":true},"image":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.qrCodeImageDetails"},{"type":"object","nullable":true}],"description":"The QR code image data. This property is only returned at the time of creating or resetting the QR code because the private key isn't stored on the server."},"lastUsedDateTime":{"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 QR code was last successfully used for authentication. Read-only.","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 date and time when the QR code becomes available for use.","format":"date-time","nullable":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.qrCode"},"microsoft.graph.qrPin":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"qrPin","required":["@odata.type"],"type":"object","properties":{"code":{"type":"string","description":"The PIN code value. This property is only returned at the time of creating or resetting the PIN. For GET operations, this property returns null. The PIN must be between 8-20 digits."},"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","description":"The date and time when the PIN was created. Read-only.","format":"date-time","nullable":true},"forceChangePinNextSignIn":{"type":"boolean","description":"Indicates whether the user must change the PIN on their next sign-in. This is true when an admin creates or resets the PIN, and false after the user changes it.","nullable":true},"updatedDateTime":{"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 PIN was last updated. Read-only.","format":"date-time","nullable":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.qrPin"},"microsoft.graph.rbacApplication":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"rbacApplication","required":["@odata.type"],"type":"object","properties":{"resourceNamespaces":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.unifiedRbacResourceNamespace"},"x-ms-navigationProperty":true},"roleAssignments":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.unifiedRoleAssignment"},"description":"Resource to grant access to users or groups.","x-ms-navigationProperty":true},"roleAssignmentScheduleInstances":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.unifiedRoleAssignmentScheduleInstance"},"description":"Instances for active role assignments.","x-ms-navigationProperty":true},"roleAssignmentScheduleRequests":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.unifiedRoleAssignmentScheduleRequest"},"description":"Requests for active role assignments to principals through PIM.","x-ms-navigationProperty":true},"roleAssignmentSchedules":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.unifiedRoleAssignmentSchedule"},"description":"Schedules for active role assignment operations.","x-ms-navigationProperty":true},"roleDefinitions":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.unifiedRoleDefinition"},"description":"Resource representing the roles allowed by RBAC providers and the permissions assigned to the roles.","x-ms-navigationProperty":true},"roleEligibilityScheduleInstances":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.unifiedRoleEligibilityScheduleInstance"},"description":"Instances for role eligibility requests.","x-ms-navigationProperty":true},"roleEligibilityScheduleRequests":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.unifiedRoleEligibilityScheduleRequest"},"description":"Requests for role eligibilities for principals through PIM.","x-ms-navigationProperty":true},"roleEligibilitySchedules":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.unifiedRoleEligibilitySchedule"},"description":"Schedules for role eligibility operations.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.rbacApplication"},"microsoft.graph.readingAssignmentSubmission":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"readingAssignmentSubmission","required":["@odata.type"],"type":"object","properties":{"accuracyScore":{"oneOf":[{"type":"number","format":"double","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"Accuracy score of the reading progress."},"action":{"type":"string","description":"Indicates whether the submission is an attempt by the student or a miscue edit done by the educator. The possible values are Attempt and EditMiscue."},"assignmentId":{"type":"string","description":"ID of the assignment with which this submission is associated."},"challengingWords":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.challengingWord"},"description":"List of words that the student found challenging during the reading session."},"classId":{"type":"string","description":"ID of the class this reading progress is associated with.","nullable":true},"insertions":{"type":"number","description":"Insertions of the reading progress.","format":"int64"},"mispronunciations":{"type":"number","description":"Mispronunciations of the reading progress.","format":"int64"},"missedExclamationMarks":{"type":"number","description":"Number of exclamation marks missed in the reading passage.","format":"int64"},"missedPeriods":{"type":"number","description":"Number of periods missed in the reading passage.","format":"int64"},"missedQuestionMarks":{"type":"number","description":"Number of question marks missed in the reading passage.","format":"int64"},"missedShorts":{"type":"number","description":"Number of short words missed during the reading session.","format":"int64"},"monotoneScore":{"oneOf":[{"type":"number","format":"double","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"Score that reflects the student's use of intonation and expression. Lower scores indicate more monotone reading."},"omissions":{"type":"number","description":"Omissions of the reading progress.","format":"int64"},"repetitions":{"type":"number","description":"Number of times the student repeated words or phrases during the reading session.","format":"int64"},"selfCorrections":{"type":"number","description":"Number of times the student self-corrected their reading errors.","format":"int64"},"studentId":{"type":"string","description":"ID of the user this reading progress is associated with.","nullable":true},"submissionDateTime":{"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":"Date and time of the submission this reading progress is associated with. 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"},"submissionId":{"type":"string","description":"ID of the submission this reading progress is associated with.","nullable":true},"unexpectedPauses":{"type":"number","description":"Number of unexpected pauses made during the reading session.","format":"int64"},"wordCount":{"type":"number","description":"Words count of the reading progress.","format":"int64"},"wordsPerMinute":{"oneOf":[{"type":"number","format":"double","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"Words per minute of the reading progress."},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.readingAssignmentSubmission"},"microsoft.graph.readingCoachPassage":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"readingCoachPassage","required":["@odata.type"],"type":"object","properties":{"isReadingCompleted":{"type":"boolean","description":"Indicates if the reading passage was completed."},"languageTag":{"type":"string","description":"The language of the reading passage."},"practicedAtDateTime":{"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 Reading Coach passage was practiced. 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"},"practiceWords":{"type":"array","items":{"type":"string"},"description":"The list of challenging words for the student that they can practice further."},"storyType":{"$ref":"#/components/schemas/microsoft.graph.readingCoachStoryType"},"studentId":{"type":"string","description":"ID of the student that practiced the reading passage.","nullable":true},"timeSpentReadingInSeconds":{"oneOf":[{"type":"number","format":"double","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"The time the student spent reading in seconds."},"wordsAccuracyPercentage":{"oneOf":[{"type":"number","format":"double","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"The percentage of words that the student read correctly."},"wordsPerMinute":{"oneOf":[{"type":"number","format":"double","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"The rate the student read at in words per minute."},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.readingCoachPassage"},"microsoft.graph.reflectCheckInResponse":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"reflectCheckInResponse","required":["@odata.type"],"type":"object","properties":{"checkInId":{"type":"string","description":"Identifier for the Reflect check-in.","nullable":true},"checkInTitle":{"type":"string","description":"The question or prompt of the Reflect check-in that this response addresses."},"classId":{"type":"string","description":"ID of the class associated with the Reflect check-in.","nullable":true},"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","description":"Date and time when the Reflect check-in was created. 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"},"creatorId":{"type":"string","description":"ID of the user who created the Reflect check-in.","nullable":true},"isClosed":{"type":"boolean","description":"Indicates whether the Reflect check-in is closed (true) or open (false)."},"responderId":{"type":"string","description":"ID of the user who responded to the Reflect check-in.","nullable":true},"responseEmotion":{"$ref":"#/components/schemas/microsoft.graph.responseEmotionType"},"responseFeedback":{"$ref":"#/components/schemas/microsoft.graph.responseFeedbackType"},"submitDateTime":{"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":"Date and time when the response to the Reflect check-in was submitted. 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"},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.reflectCheckInResponse"},"microsoft.graph.remoteAssistancePartner":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"remoteAssistancePartner","required":["@odata.type"],"type":"object","properties":{"displayName":{"type":"string","description":"Display name of the partner.","nullable":true},"lastConnectionDateTime":{"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":"Timestamp of the last request sent to Intune by the TEM partner.","format":"date-time"},"onboardingStatus":{"$ref":"#/components/schemas/microsoft.graph.remoteAssistanceOnboardingStatus"},"onboardingUrl":{"type":"string","description":"URL of the partner's onboarding portal, where an administrator can configure their Remote Assistance service.","nullable":true},"@odata.type":{"type":"string"}},"description":"RemoteAssistPartner resources represent the metadata and status of a given Remote Assistance partner service."}],"x-ms-discriminator-value":"#microsoft.graph.remoteAssistancePartner"},"microsoft.graph.remoteDesktopSecurityConfiguration":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"remoteDesktopSecurityConfiguration","required":["@odata.type"],"type":"object","properties":{"isRemoteDesktopProtocolEnabled":{"type":"boolean","description":"Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled."},"approvedClientApps":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.approvedClientApp"},"description":"The collection of approved client apps that are associated with the RDS configuration. Supports $expand.","x-ms-navigationProperty":true},"targetDeviceGroups":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.targetDeviceGroup"},"description":"The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.remoteDesktopSecurityConfiguration"},"microsoft.graph.reportsRoot":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"reportsRoot","required":["@odata.type"],"type":"object","properties":{"readingAssignmentSubmissions":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.readingAssignmentSubmission"},"description":"Details of submitted reading assignments.","x-ms-navigationProperty":true},"readingCoachPassages":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.readingCoachPassage"},"description":"Details of practiced Reading Coach passages.","x-ms-navigationProperty":true},"reflectCheckInResponses":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.reflectCheckInResponse"},"description":"Details of check-in responses.","x-ms-navigationProperty":true},"speakerAssignmentSubmissions":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.speakerAssignmentSubmission"},"description":"Details of submitted speaker assignments.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.reportsRoot"},"microsoft.graph.request":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"request","required":["@odata.type"],"type":"object","properties":{"approvalId":{"type":"string","description":"The identifier of the approval of the request.","nullable":true},"completedDateTime":{"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 request completion date time.","format":"date-time","nullable":true},"createdBy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"type":"object","nullable":true}],"description":"The principal that created the request."},"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","description":"The request creation date time.","format":"date-time","nullable":true},"customData":{"type":"string","description":"Free text field to define any custom data for the request. Not used.","nullable":true},"status":{"type":"string","description":"The status of the request. Not nullable. The possible values are: Canceled, Denied, Failed, Granted, PendingAdminDecision, PendingApproval, PendingProvisioning, PendingScheduleCreation, Provisioned, Revoked, and ScheduleCreated. Not nullable."},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.privilegedAccessScheduleRequest":"#/components/schemas/microsoft.graph.privilegedAccessScheduleRequest","#microsoft.graph.privilegedAccessGroupAssignmentScheduleRequest":"#/components/schemas/microsoft.graph.privilegedAccessGroupAssignmentScheduleRequest","#microsoft.graph.privilegedAccessGroupEligibilityScheduleRequest":"#/components/schemas/microsoft.graph.privilegedAccessGroupEligibilityScheduleRequest","#microsoft.graph.unifiedRoleAssignmentScheduleRequest":"#/components/schemas/microsoft.graph.unifiedRoleAssignmentScheduleRequest","#microsoft.graph.unifiedRoleEligibilityScheduleRequest":"#/components/schemas/microsoft.graph.unifiedRoleEligibilityScheduleRequest","#microsoft.graph.userConsentRequest":"#/components/schemas/microsoft.graph.userConsentRequest"}}}]},"microsoft.graph.privilegedAccessScheduleRequest":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.request"},{"title":"privilegedAccessScheduleRequest","required":["@odata.type"],"type":"object","properties":{"action":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.scheduleRequestActions"},{"type":"object","nullable":true}],"description":"Represents the type of operation on the group membership or ownership assignment request. The possible values are: adminAssign, adminUpdate, adminRemove, selfActivate, selfDeactivate, adminExtend, adminRenew. adminAssign: For administrators to assign group membership or ownership to principals.adminRemove: For administrators to remove principals from group membership or ownership. adminUpdate: For administrators to change existing group membership or ownership assignments.adminExtend: For administrators to extend expiring assignments.adminRenew: For administrators to renew expired assignments.selfActivate: For principals to activate their assignments.selfDeactivate: For principals to deactivate their active assignments."},"isValidationOnly":{"type":"boolean","description":"Determines whether the call is a validation or an actual call. Only set this property if you want to check whether an activation is subject to additional rules like MFA before actually submitting the request.","nullable":true},"justification":{"type":"string","description":"A message provided by users and administrators when create they create the privilegedAccessGroupAssignmentScheduleRequest object.","nullable":true},"scheduleInfo":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.requestSchedule"},{"type":"object","nullable":true}],"description":"The period of the group membership or ownership assignment. Recurring schedules are currently unsupported."},"ticketInfo":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.ticketInfo"},{"type":"object","nullable":true}],"description":"Ticket details linked to the group membership or ownership assignment request including details of the ticket number and ticket system."},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.privilegedAccessGroupAssignmentScheduleRequest":"#/components/schemas/microsoft.graph.privilegedAccessGroupAssignmentScheduleRequest","#microsoft.graph.privilegedAccessGroupEligibilityScheduleRequest":"#/components/schemas/microsoft.graph.privilegedAccessGroupEligibilityScheduleRequest"}}}]},"microsoft.graph.privilegedAccessGroupAssignmentScheduleRequest":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.privilegedAccessScheduleRequest"},{"title":"privilegedAccessGroupAssignmentScheduleRequest","required":["@odata.type"],"type":"object","properties":{"accessId":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.privilegedAccessGroupRelationships"},{"type":"object","nullable":true}],"description":"The identifier of a membership or ownership assignment relationship to the group. Required. The possible values are: owner, member, unknownFutureValue."},"groupId":{"type":"string","description":"The identifier of the group representing the scope of the membership or ownership assignment through PIM for Groups. Required.","nullable":true},"principalId":{"type":"string","description":"The identifier of the principal whose membership or ownership assignment to the group is managed through PIM for Groups. Supports $filter (eq, ne).","nullable":true},"targetScheduleId":{"type":"string","description":"The identifier of the schedule that's created from the membership or ownership assignment request. Supports $filter (eq, ne).","nullable":true},"activatedUsing":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.privilegedAccessGroupEligibilitySchedule"},{"type":"object","nullable":true}],"description":"When the request activates a membership or ownership assignment in PIM for Groups, this object represents the eligibility policy for the group. Otherwise, it is null. Supports $expand.","x-ms-navigationProperty":true},"group":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.group"},{"type":"object","nullable":true}],"description":"References the group that is the scope of the membership or ownership assignment request through PIM for Groups. Supports $expand and $select nested in $expand for select properties like id, displayName, and mail.","x-ms-navigationProperty":true},"principal":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.directoryObject"},{"type":"object","nullable":true}],"description":"References the principal that's in the scope of this membership or ownership assignment request through the group that's governed by PIM. Supports $expand and $select nested in $expand for id only.","x-ms-navigationProperty":true},"targetSchedule":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.privilegedAccessGroupEligibilitySchedule"},{"type":"object","nullable":true}],"description":"Schedule created by this request. Supports $expand.","x-ms-navigationProperty":true},"@odata.type":{"type":"string","default":"#microsoft.graph.privilegedAccessGroupAssignmentScheduleRequest"}}}],"x-ms-discriminator-value":"#microsoft.graph.privilegedAccessGroupAssignmentScheduleRequest"},"microsoft.graph.privilegedAccessGroupEligibilityScheduleRequest":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.privilegedAccessScheduleRequest"},{"title":"privilegedAccessGroupEligibilityScheduleRequest","required":["@odata.type"],"type":"object","properties":{"accessId":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.privilegedAccessGroupRelationships"},{"type":"object","nullable":true}],"description":"The identifier of membership or ownership eligibility relationship to the group. Required. The possible values are: owner, member, unknownFutureValue."},"groupId":{"type":"string","description":"The identifier of the group representing the scope of the membership and ownership eligibility through PIM for Groups. Required.","nullable":true},"principalId":{"type":"string","description":"The identifier of the principal whose membership or ownership eligibility to the group is managed through PIM for Groups. Required.","nullable":true},"targetScheduleId":{"type":"string","description":"The identifier of the schedule that's created from the eligibility request. Optional.","nullable":true},"group":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.group"},{"type":"object","nullable":true}],"description":"References the group that is the scope of the membership or ownership eligibility request through PIM for Groups. Supports $expand and $select nested in $expand for select properties like id, displayName, and mail.","x-ms-navigationProperty":true},"principal":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.directoryObject"},{"type":"object","nullable":true}],"description":"References the principal that's in the scope of the membership or ownership eligibility request through the group that's governed by PIM. Supports $expand and $select nested in $expand for id only.","x-ms-navigationProperty":true},"targetSchedule":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.privilegedAccessGroupEligibilitySchedule"},{"type":"object","nullable":true}],"description":"Schedule created by this request.","x-ms-navigationProperty":true},"@odata.type":{"type":"string","default":"#microsoft.graph.privilegedAccessGroupEligibilityScheduleRequest"}}}],"x-ms-discriminator-value":"#microsoft.graph.privilegedAccessGroupEligibilityScheduleRequest"},"microsoft.graph.unifiedRoleAssignmentScheduleRequest":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.request"},{"title":"unifiedRoleAssignmentScheduleRequest","required":["@odata.type"],"type":"object","properties":{"action":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.unifiedRoleScheduleRequestActions"},{"type":"object","nullable":true}],"description":"Represents the type of the operation on the role assignment request. The possible values are: adminAssign, adminUpdate, adminRemove, selfActivate, selfDeactivate, adminExtend, adminRenew, selfExtend, selfRenew, unknownFutureValue. adminAssign: For administrators to assign roles to principals.adminRemove: For administrators to remove principals from roles. adminUpdate: For administrators to change existing role assignments.adminExtend: For administrators to extend expiring assignments.adminRenew: For administrators to renew expired assignments.selfActivate: For principals to activate their assignments.selfDeactivate: For principals to deactivate their active assignments.selfExtend: For principals to request to extend their expiring assignments.selfRenew: For principals to request to renew their expired assignments."},"appScopeId":{"type":"string","description":"Identifier of the app-specific scope when the assignment is scoped to an app. The scope of an assignment determines the set of resources for which the principal has been granted access. App scopes are scopes that are defined and understood by this application only. Use / for tenant-wide app scopes. Use directoryScopeId to limit the scope to particular directory objects, for example, administrative units. Supports $filter (eq, ne, and on null values).","nullable":true},"directoryScopeId":{"type":"string","description":"Identifier of the directory object representing the scope of the assignment. The scope of an assignment determines the set of resources for which the principal has been granted access. Directory scopes are shared scopes stored in the directory that are understood by multiple applications. Use / for tenant-wide scope. Use appScopeId to limit the scope to an application only. Supports $filter (eq, ne, and on null values).","nullable":true},"isValidationOnly":{"type":"boolean","description":"Determines whether the call is a validation or an actual call. Only set this property if you want to check whether an activation is subject to additional rules like MFA before actually submitting the request.","nullable":true},"justification":{"type":"string","description":"A message provided by users and administrators when create they create the unifiedRoleAssignmentScheduleRequest object.","nullable":true},"principalId":{"type":"string","description":"Identifier of the principal that has been granted the assignment. Can be a user, role-assignable group, or a service principal. Supports $filter (eq, ne).","nullable":true},"roleDefinitionId":{"type":"string","description":"Identifier of the unifiedRoleDefinition object that is being assigned to the principal. Supports $filter (eq, ne).","nullable":true},"scheduleInfo":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.requestSchedule"},{"type":"object","nullable":true}],"description":"The period of the role assignment. Recurring schedules are currently unsupported."},"targetScheduleId":{"type":"string","description":"Identifier of the schedule object that's linked to the assignment request. Supports $filter (eq, ne).","nullable":true},"ticketInfo":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.ticketInfo"},{"type":"object","nullable":true}],"description":"Ticket details linked to the role assignment request including details of the ticket number and ticket system."},"activatedUsing":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.unifiedRoleEligibilitySchedule"},{"type":"object","nullable":true}],"description":"If the request is from an eligible administrator to activate a role, this parameter will show the related eligible assignment for that activation. Otherwise, it's null. Supports $expand and $select nested in $expand.","x-ms-navigationProperty":true},"appScope":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.appScope"},{"type":"object","nullable":true}],"description":"Read-only property with details of the app-specific scope when the assignment is scoped to an app. Nullable. Supports $expand.","x-ms-navigationProperty":true},"directoryScope":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.directoryObject"},{"type":"object","nullable":true}],"description":"The directory object that is the scope of the assignment. Read-only. Supports $expand.","x-ms-navigationProperty":true},"principal":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.directoryObject"},{"type":"object","nullable":true}],"description":"The principal that's getting a role assignment through the request. Supports $expand and $select nested in $expand for id only.","x-ms-navigationProperty":true},"roleDefinition":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.unifiedRoleDefinition"},{"type":"object","nullable":true}],"description":"Detailed information for the unifiedRoleDefinition object that is referenced through the roleDefinitionId property. Supports $expand and $select nested in $expand.","x-ms-navigationProperty":true},"targetSchedule":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.unifiedRoleAssignmentSchedule"},{"type":"object","nullable":true}],"description":"The schedule for an eligible role assignment that is referenced through the targetScheduleId property. Supports $expand and $select nested in $expand.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.unifiedRoleAssignmentScheduleRequest"},"microsoft.graph.unifiedRoleEligibilityScheduleRequest":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.request"},{"title":"unifiedRoleEligibilityScheduleRequest","required":["@odata.type"],"type":"object","properties":{"action":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.unifiedRoleScheduleRequestActions"},{"type":"object","nullable":true}],"description":"Represents the type of operation on the role eligibility request. The possible values are: adminAssign, adminUpdate, adminRemove, selfActivate, selfDeactivate, adminExtend, adminRenew, selfExtend, selfRenew, unknownFutureValue. adminAssign: For administrators to assign eligible roles to principals.adminRemove: For administrators to remove eligible roles from principals. adminUpdate: For administrators to change existing role eligibilities.adminExtend: For administrators to extend expiring role eligibilities.adminRenew: For administrators to renew expired eligibilities.selfActivate: For users to activate their assignments.selfDeactivate: For users to deactivate their active assignments.selfExtend: For users to request to extend their expiring assignments.selfRenew: For users to request to renew their expired assignments."},"appScopeId":{"type":"string","description":"Identifier of the app-specific scope when the role eligibility is scoped to an app. The scope of a role eligibility determines the set of resources for which the principal is eligible to access. App scopes are scopes that are defined and understood by this application only. Use / for tenant-wide app scopes. Use directoryScopeId to limit the scope to particular directory objects, for example, administrative units. Supports $filter (eq, ne, and on null values).","nullable":true},"directoryScopeId":{"type":"string","description":"Identifier of the directory object representing the scope of the role eligibility. The scope of a role eligibility determines the set of resources for which the principal has been granted access. Directory scopes are shared scopes stored in the directory that are understood by multiple applications. Use / for tenant-wide scope. Use appScopeId to limit the scope to an application only. Supports $filter (eq, ne, and on null values).","nullable":true},"isValidationOnly":{"type":"boolean","description":"Determines whether the call is a validation or an actual call. Only set this property if you want to check whether an activation is subject to additional rules like MFA before actually submitting the request.","nullable":true},"justification":{"type":"string","description":"A message provided by users and administrators when create they create the unifiedRoleEligibilityScheduleRequest object.","nullable":true},"principalId":{"type":"string","description":"Identifier of the principal that has been granted the role eligibility. Can be a user or a role-assignable group. You can grant only active assignments service principals.Supports $filter (eq, ne).","nullable":true},"roleDefinitionId":{"type":"string","description":"Identifier of the unifiedRoleDefinition object that is being assigned to the principal. Supports $filter (eq, ne).","nullable":true},"scheduleInfo":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.requestSchedule"},{"type":"object","nullable":true}],"description":"The period of the role eligibility. Recurring schedules are currently unsupported."},"targetScheduleId":{"type":"string","description":"Identifier of the schedule object that's linked to the eligibility request. Supports $filter (eq, ne).","nullable":true},"ticketInfo":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.ticketInfo"},{"type":"object","nullable":true}],"description":"Ticket details linked to the role eligibility request including details of the ticket number and ticket system. Optional."},"appScope":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.appScope"},{"type":"object","nullable":true}],"description":"Read-only property with details of the app-specific scope when the role eligibility is scoped to an app. Nullable. Supports $expand.","x-ms-navigationProperty":true},"directoryScope":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.directoryObject"},{"type":"object","nullable":true}],"description":"The directory object that is the scope of the role eligibility. Read-only. Supports $expand.","x-ms-navigationProperty":true},"principal":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.directoryObject"},{"type":"object","nullable":true}],"description":"The principal that's getting a role eligibility through the request. Supports $expand.","x-ms-navigationProperty":true},"roleDefinition":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.unifiedRoleDefinition"},{"type":"object","nullable":true}],"description":"Detailed information for the unifiedRoleDefinition object that is referenced through the roleDefinitionId property. Supports $expand.","x-ms-navigationProperty":true},"targetSchedule":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.unifiedRoleEligibilitySchedule"},{"type":"object","nullable":true}],"description":"The schedule for a role eligibility that is referenced through the targetScheduleId property. Supports $expand.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.unifiedRoleEligibilityScheduleRequest"},"microsoft.graph.userConsentRequest":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.request"},{"title":"userConsentRequest","required":["@odata.type"],"type":"object","properties":{"reason":{"type":"string","description":"The user's justification for requiring access to the app. Supports $filter (eq only) and $orderby.","nullable":true},"approval":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.approval"},{"type":"object","nullable":true}],"description":"Approval decisions associated with a request.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.userConsentRequest"},"microsoft.graph.resourceOperation":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"resourceOperation","required":["@odata.type"],"type":"object","properties":{"actionName":{"type":"string","description":"Type of action this operation is going to perform. The actionName should be concise and limited to as few words as possible.","nullable":true},"description":{"type":"string","description":"Description of the resource operation. The description is used in mouse-over text for the operation when shown in the Azure Portal.","nullable":true},"resourceName":{"type":"string","description":"Name of the Resource this operation is performed on.","nullable":true},"@odata.type":{"type":"string"}},"description":"Describes the resourceOperation resource (entity) of the Microsoft Graph API (REST), which supports Intune workflows related to role-based access control (RBAC)."}],"x-ms-discriminator-value":"#microsoft.graph.resourceOperation"},"microsoft.graph.restoreArtifactBase":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"restoreArtifactBase","required":["@odata.type"],"type":"object","properties":{"completionDateTime":{"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 when restoration of restore artifact is completed.","format":"date-time","nullable":true},"destinationType":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.destinationType"},{"type":"object","nullable":true}],"description":"Indicates the restoration destination. The possible values are: new, inPlace, unknownFutureValue."},"error":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.publicError"},{"type":"object","nullable":true}],"description":"Contains error details if the restore session fails or completes with an error."},"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 when restoration of restore artifact is started.","format":"date-time","nullable":true},"status":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.artifactRestoreStatus"},{"type":"object","nullable":true}],"description":"The individual restoration status of the restore artifact. The possible values are: added, scheduling, scheduled, inProgress, succeeded, failed, unknownFutureValue."},"restorePoint":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.restorePoint"},{"type":"object","nullable":true}],"description":"Represents the date and time when an artifact is protected by a protectionPolicy and can be restored.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.driveRestoreArtifact":"#/components/schemas/microsoft.graph.driveRestoreArtifact","#microsoft.graph.mailboxRestoreArtifact":"#/components/schemas/microsoft.graph.mailboxRestoreArtifact","#microsoft.graph.granularMailboxRestoreArtifact":"#/components/schemas/microsoft.graph.granularMailboxRestoreArtifact","#microsoft.graph.siteRestoreArtifact":"#/components/schemas/microsoft.graph.siteRestoreArtifact"}}}]},"microsoft.graph.driveRestoreArtifact":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.restoreArtifactBase"},{"title":"driveRestoreArtifact","required":["@odata.type"],"type":"object","properties":{"restoredSiteId":{"type":"string","description":"The new site identifier if destinationType is new, and the input site ID if the destinationType is inPlace.","nullable":true},"restoredSiteName":{"type":"string","description":"The name of the restored site.","nullable":true,"readOnly":true},"restoredSiteWebUrl":{"type":"string","description":"The web URL of the restored site.","nullable":true,"readOnly":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.driveRestoreArtifact"},"microsoft.graph.mailboxRestoreArtifact":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.restoreArtifactBase"},{"title":"mailboxRestoreArtifact","required":["@odata.type"],"type":"object","properties":{"restoredFolderId":{"type":"string","description":"The new restored folder identifier for the user.","nullable":true},"restoredFolderName":{"type":"string","description":"The new restored folder name.","nullable":true,"readOnly":true},"restoredItemCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The number of items that are being restored in the folder.","format":"int32","nullable":true},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.granularMailboxRestoreArtifact":"#/components/schemas/microsoft.graph.granularMailboxRestoreArtifact"}}}]},"microsoft.graph.granularMailboxRestoreArtifact":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.mailboxRestoreArtifact"},{"title":"granularMailboxRestoreArtifact","required":["@odata.type"],"type":"object","properties":{"artifactCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"This property will be deprecated soon. Don't use.","format":"int32","nullable":true},"searchResponseId":{"type":"string","description":"."},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.granularMailboxRestoreArtifact"},"microsoft.graph.siteRestoreArtifact":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.restoreArtifactBase"},{"title":"siteRestoreArtifact","required":["@odata.type"],"type":"object","properties":{"restoredSiteId":{"type":"string","description":"The new site identifier if the value of the destinationType property is new, and the existing site ID if the value is inPlace.","nullable":true},"restoredSiteName":{"type":"string","description":"The name of the restored site.","nullable":true,"readOnly":true},"restoredSiteWebUrl":{"type":"string","description":"The web URL of the restored site.","nullable":true,"readOnly":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.siteRestoreArtifact"},"microsoft.graph.restoreArtifactsBulkRequestBase":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"restoreArtifactsBulkRequestBase","required":["@odata.type"],"type":"object","properties":{"createdBy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"type":"object","nullable":true}],"description":"The identity of the person who created the bulk request."},"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","description":"The time when the bulk request was created.","format":"date-time","nullable":true},"destinationType":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.destinationType"},{"type":"object","nullable":true}],"description":"Indicates the restoration destination. The possible values are: new, inPlace, unknownFutureValue."},"displayName":{"type":"string","description":"Name of the addition request.","nullable":true},"error":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.publicError"},{"type":"object","nullable":true}],"description":"Error details are populated for resource resolution failures."},"lastModifiedBy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"type":"object","nullable":true}],"description":"Identity of the person who last modified this entity."},"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":"Timestamp when this entity was last modified.","format":"date-time","nullable":true},"protectionTimePeriod":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.timePeriod"},{"type":"object","nullable":true}],"description":"The start and end date and time of the protection period."},"protectionUnitIds":{"type":"array","items":{"type":"string","nullable":true},"description":"Indicates which protection units to restore. This property isn't implemented yet. Future value; don't use."},"restorePointPreference":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.restorePointPreference"},{"type":"object","nullable":true}],"description":"Indicates which restore point to return. The possible values are: oldest, latest, unknownFutureValue."},"status":{"$ref":"#/components/schemas/microsoft.graph.restoreArtifactsBulkRequestStatus"},"tags":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.restorePointTags"},{"type":"object","nullable":true}],"description":"The type of the restore point. The possible values are: none, fastRestore, unknownFutureValue."},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.driveRestoreArtifactsBulkAdditionRequest":"#/components/schemas/microsoft.graph.driveRestoreArtifactsBulkAdditionRequest","#microsoft.graph.mailboxRestoreArtifactsBulkAdditionRequest":"#/components/schemas/microsoft.graph.mailboxRestoreArtifactsBulkAdditionRequest","#microsoft.graph.siteRestoreArtifactsBulkAdditionRequest":"#/components/schemas/microsoft.graph.siteRestoreArtifactsBulkAdditionRequest"}}}]},"microsoft.graph.driveRestoreArtifactsBulkAdditionRequest":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.restoreArtifactsBulkRequestBase"},{"title":"driveRestoreArtifactsBulkAdditionRequest","required":["@odata.type"],"type":"object","properties":{"directoryObjectIds":{"type":"array","items":{"type":"string","nullable":true},"description":"The list of directory object IDs that are added to the corresponding OneDrive for work or school restore session in a bulk operation."},"drives":{"type":"array","items":{"type":"string","nullable":true},"description":"The list of email addresses that are added to the corresponding OneDrive for work or school restore session in a bulk operation."},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.driveRestoreArtifactsBulkAdditionRequest"},"microsoft.graph.mailboxRestoreArtifactsBulkAdditionRequest":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.restoreArtifactsBulkRequestBase"},{"title":"mailboxRestoreArtifactsBulkAdditionRequest","required":["@odata.type"],"type":"object","properties":{"directoryObjectIds":{"type":"array","items":{"type":"string","nullable":true},"description":"The list of directory object IDs that are added to the corresponding Exchange restore session in a bulk operation."},"mailboxes":{"type":"array","items":{"type":"string","nullable":true},"description":"The list of email addresses that are added to the corresponding Exchange restore session in a bulk operation."},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.mailboxRestoreArtifactsBulkAdditionRequest"},"microsoft.graph.siteRestoreArtifactsBulkAdditionRequest":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.restoreArtifactsBulkRequestBase"},{"title":"siteRestoreArtifactsBulkAdditionRequest","required":["@odata.type"],"type":"object","properties":{"siteIds":{"type":"array","items":{"type":"string","nullable":true},"description":"The list of SharePoint site IDs that are added to the corresponding SharePoint restore session in a bulk operation."},"siteWebUrls":{"type":"array","items":{"type":"string","nullable":true},"description":"The list of SharePoint site URLs that are added to the corresponding SharePoint restore session in a bulk operation."},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.siteRestoreArtifactsBulkAdditionRequest"},"microsoft.graph.restorePoint":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"restorePoint","required":["@odata.type"],"type":"object","properties":{"expirationDateTime":{"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":"Expiration date time of the restore point.","format":"date-time","nullable":true},"protectionDateTime":{"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":"Date time when the restore point was created.","format":"date-time","nullable":true},"tags":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.restorePointTags"},{"type":"object","nullable":true}],"description":"The type of the restore point. The possible values are: none, fastRestore, unknownFutureValue."},"protectionUnit":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.protectionUnitBase"},{"type":"object","nullable":true}],"description":"The site, drive, or mailbox units that are protected under a protection policy.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.restorePoint"},"microsoft.graph.restoreSessionBase":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"restoreSessionBase","required":["@odata.type"],"type":"object","properties":{"completedDateTime":{"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 of completion of the restore session.","format":"date-time","nullable":true},"createdBy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"type":"object","nullable":true}],"description":"The identity of person who created the restore session."},"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","description":"The time of creation of the restore session.","format":"date-time","nullable":true},"error":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.publicError"},{"type":"object","nullable":true}],"description":"Contains error details if the restore session fails or completes with an error."},"lastModifiedBy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"type":"object","nullable":true}],"description":"Identity of the person who last modified the restore session."},"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":"Timestamp of the last modification of the restore session.","format":"date-time","nullable":true},"restoreJobType":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.restoreJobType"},{"type":"object","nullable":true}],"description":"Indicates whether the restore session was created normally or by a bulk job."},"restoreSessionArtifactCount":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.restoreSessionArtifactCount"},{"type":"object","nullable":true}],"description":"The number of metadata artifacts that belong to this restore session."},"status":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.restoreSessionStatus"},{"type":"object","nullable":true}],"description":"Status of the restore session. The value is an aggregated status of the restored artifacts. The possible values are: draft, activating, active, completedWithError, completed, unknownFutureValue, failed. Use the Prefer: include-unknown-enum-members request header to get the following members in this evolvable enum: failed."},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.exchangeRestoreSession":"#/components/schemas/microsoft.graph.exchangeRestoreSession","#microsoft.graph.oneDriveForBusinessRestoreSession":"#/components/schemas/microsoft.graph.oneDriveForBusinessRestoreSession","#microsoft.graph.sharePointRestoreSession":"#/components/schemas/microsoft.graph.sharePointRestoreSession"}}}]},"microsoft.graph.exchangeRestoreSession":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.restoreSessionBase"},{"title":"exchangeRestoreSession","required":["@odata.type"],"type":"object","properties":{"granularMailboxRestoreArtifacts":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.granularMailboxRestoreArtifact"},"x-ms-navigationProperty":true},"mailboxRestoreArtifacts":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.mailboxRestoreArtifact"},"description":"A collection of restore points and destination details that can be used to restore Exchange mailboxes.","x-ms-navigationProperty":true},"mailboxRestoreArtifactsBulkAdditionRequests":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.mailboxRestoreArtifactsBulkAdditionRequest"},"description":"A collection of user mailboxes and destination details that can be used to restore Exchange mailboxes.","x-ms-navigationProperty":true},"@odata.type":{"type":"string","default":"#microsoft.graph.exchangeRestoreSession"}}}],"x-ms-discriminator-value":"#microsoft.graph.exchangeRestoreSession"},"microsoft.graph.oneDriveForBusinessRestoreSession":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.restoreSessionBase"},{"title":"oneDriveForBusinessRestoreSession","required":["@odata.type"],"type":"object","properties":{"driveRestoreArtifacts":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.driveRestoreArtifact"},"description":"A collection of restore points and destination details that can be used to restore a OneDrive for work or school drive.","x-ms-navigationProperty":true},"driveRestoreArtifactsBulkAdditionRequests":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.driveRestoreArtifactsBulkAdditionRequest"},"description":"A collection of user mailboxes and destination details that can be used to restore a OneDrive for work or school drive.","x-ms-navigationProperty":true},"granularDriveRestoreArtifacts":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.granularDriveRestoreArtifact"},"description":"A collection of browse session ID and item key details that can be used to restore OneDrive for work or school files and folders.","x-ms-navigationProperty":true},"@odata.type":{"type":"string","default":"#microsoft.graph.oneDriveForBusinessRestoreSession"}}}],"x-ms-discriminator-value":"#microsoft.graph.oneDriveForBusinessRestoreSession"},"microsoft.graph.sharePointRestoreSession":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.restoreSessionBase"},{"title":"sharePointRestoreSession","required":["@odata.type"],"type":"object","properties":{"granularSiteRestoreArtifacts":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.granularSiteRestoreArtifact"},"description":"A collection of browse session ID and item key details that can be used to restore SharePoint files and folders.","x-ms-navigationProperty":true},"siteRestoreArtifacts":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.siteRestoreArtifact"},"description":"A collection of restore points and destination details that can be used to restore SharePoint sites.","x-ms-navigationProperty":true},"siteRestoreArtifactsBulkAdditionRequests":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.siteRestoreArtifactsBulkAdditionRequest"},"description":"A collection of SharePoint site URLs and destination details that can be used to restore SharePoint sites.","x-ms-navigationProperty":true},"@odata.type":{"type":"string","default":"#microsoft.graph.sharePointRestoreSession"}}}],"x-ms-discriminator-value":"#microsoft.graph.sharePointRestoreSession"},"microsoft.graph.riskDetection":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"riskDetection","required":["@odata.type"],"type":"object","properties":{"activity":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.activityType"},{"type":"object","nullable":true}],"description":"Indicates the activity type the detected risk is linked to."},"activityDateTime":{"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":"Date and time that the risky activity occurred. 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 is look like this: 2014-01-01T00:00:00Z","format":"date-time","nullable":true},"additionalInfo":{"type":"string","description":"Additional information associated with the risk detection in JSON format. For example, '[{/'Key/':/'userAgent/',/'Value/':/'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36/'}]'. Possible keys in the additionalInfo JSON string are: userAgent, alertUrl, relatedEventTimeInUtc, relatedUserAgent, deviceInformation, relatedLocation, requestId, correlationId, lastActivityTimeInUtc, malwareName, clientLocation, clientIp, riskReasons. For more information about riskReasons and possible values, see riskReasons values.","nullable":true},"correlationId":{"type":"string","description":"Correlation ID of the sign-in associated with the risk detection. This property is null if the risk detection is not associated with a sign-in.","nullable":true},"detectedDateTime":{"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":"Date and time that the risk was detected. 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 looks like this: 2014-01-01T00:00:00Z","format":"date-time","nullable":true},"detectionTimingType":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.riskDetectionTimingType"},{"type":"object","nullable":true}],"description":"Timing of the detected risk (real-time/offline). The possible values are: notDefined, realtime, nearRealtime, offline, unknownFutureValue."},"ipAddress":{"type":"string","description":"Provides the IP address of the client from where the risk occurred.","nullable":true},"lastUpdatedDateTime":{"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":"Date and time that the risk detection was last updated. 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 is look like this: 2014-01-01T00:00:00Z","format":"date-time","nullable":true},"location":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.signInLocation"},{"type":"object","nullable":true}],"description":"Location of the sign-in."},"requestId":{"type":"string","description":"Request ID of the sign-in associated with the risk detection. This property is null if the risk detection is not associated with a sign-in.","nullable":true},"riskDetail":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.riskDetail"},{"type":"object","nullable":true}],"description":"Details of the detected risk."},"riskEventType":{"type":"string","description":"The type of risk event detected. The possible values are adminConfirmedUserCompromised, anomalousToken, anomalousUserActivity, anonymizedIPAddress, generic, impossibleTravel, investigationsThreatIntelligence, suspiciousSendingPatterns, leakedCredentials, maliciousIPAddress,malwareInfectedIPAddress, mcasSuspiciousInboxManipulationRules, newCountry, passwordSpray,riskyIPAddress, suspiciousAPITraffic, suspiciousBrowser,suspiciousInboxForwarding, suspiciousIPAddress, tokenIssuerAnomaly, unfamiliarFeatures, unlikelyTravel. If the risk detection is a premium detection, will show generic. For more information about each value, see Risk types and detection.","nullable":true},"riskLevel":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.riskLevel"},{"type":"object","nullable":true}],"description":"Level of the detected risk. The possible values are: low, medium, high, hidden, none, unknownFutureValue."},"riskState":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.riskState"},{"type":"object","nullable":true}],"description":"The state of a detected risky user or sign-in. The possible values are: none, confirmedSafe, remediated, dismissed, atRisk, confirmedCompromised, unknownFutureValue."},"source":{"type":"string","description":"Source of the risk detection. For example, activeDirectory.","nullable":true},"tokenIssuerType":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.tokenIssuerType"},{"type":"object","nullable":true}],"description":"Indicates the type of token issuer for the detected sign-in risk. The possible values are: AzureAD, ADFederationServices, UnknownFutureValue."},"userDisplayName":{"type":"string","description":"The user principal name (UPN) of the user.","nullable":true},"userId":{"type":"string","description":"Unique ID of the user.","nullable":true},"userPrincipalName":{"type":"string","description":"The user principal name (UPN) of the user.","nullable":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.riskDetection"},"microsoft.graph.riskyServicePrincipal":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"riskyServicePrincipal","required":["@odata.type"],"type":"object","properties":{"appId":{"type":"string","description":"The globally unique identifier for the associated application (its appId property), if any.","nullable":true},"displayName":{"type":"string","description":"The display name for the service principal.","nullable":true},"isEnabled":{"type":"boolean","description":"true if the service principal account is enabled; otherwise, false.","nullable":true},"isProcessing":{"type":"boolean","description":"Indicates whether Microsoft Entra ID is currently processing the service principal's risky state.","nullable":true},"riskDetail":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.riskDetail"},{"type":"object","nullable":true}],"description":"Details of the detected risk. Note: Details for this property are only available for Workload Identities Premium customers. Events in tenants without this license will be returned hidden."},"riskLastUpdatedDateTime":{"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 that the risk state was last updated. 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, 2021 is 2021-01-01T00:00:00Z. Supports $filter (eq).","format":"date-time","nullable":true},"riskLevel":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.riskLevel"},{"type":"object","nullable":true}],"description":"Level of the detected risky workload identity. The possible values are: low, medium, high, hidden, none, unknownFutureValue. Supports $filter (eq)."},"riskState":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.riskState"},{"type":"object","nullable":true}],"description":"State of the service principal's risk. The possible values are: none, confirmedSafe, remediated, dismissed, atRisk, confirmedCompromised, unknownFutureValue."},"servicePrincipalType":{"type":"string","description":"Identifies whether the service principal represents an Application, a ManagedIdentity, or a legacy application (socialIdp). This is set by Microsoft Entra ID internally and is inherited from servicePrincipal.","nullable":true},"history":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.riskyServicePrincipalHistoryItem"},"description":"Represents the risk history of Microsoft Entra service principals.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.riskyServicePrincipalHistoryItem":"#/components/schemas/microsoft.graph.riskyServicePrincipalHistoryItem"}}}]},"microsoft.graph.riskyServicePrincipalHistoryItem":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.riskyServicePrincipal"},{"title":"riskyServicePrincipalHistoryItem","required":["@odata.type"],"type":"object","properties":{"activity":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.riskServicePrincipalActivity"},{"type":"object","nullable":true}],"description":"The activity related to service principal risk level change."},"initiatedBy":{"type":"string","description":"The identifier of the actor of the operation.","nullable":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.riskyServicePrincipalHistoryItem"},"microsoft.graph.riskyUser":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"riskyUser","required":["@odata.type"],"type":"object","properties":{"isDeleted":{"type":"boolean","description":"Indicates whether the user is deleted. The possible values are: true, false.","nullable":true},"isProcessing":{"type":"boolean","description":"Indicates whether the backend is processing a user's risky state.","nullable":true},"riskDetail":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.riskDetail"},{"type":"object","nullable":true}],"description":"Details of the detected risk."},"riskLastUpdatedDateTime":{"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 that the risky user was last updated. 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 is 2014-01-01T00:00:00Z.","format":"date-time","nullable":true},"riskLevel":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.riskLevel"},{"type":"object","nullable":true}],"description":"Level of the detected risky user. The possible values are: low, medium, high, hidden, none, unknownFutureValue."},"riskState":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.riskState"},{"type":"object","nullable":true}],"description":"State of the user's risk. The possible values are: none, confirmedSafe, remediated, dismissed, atRisk, confirmedCompromised, unknownFutureValue."},"userDisplayName":{"type":"string","description":"Risky user display name.","nullable":true},"userPrincipalName":{"type":"string","description":"Risky user principal name.","nullable":true},"history":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.riskyUserHistoryItem"},"description":"The activity related to user risk level change","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.riskyUserHistoryItem":"#/components/schemas/microsoft.graph.riskyUserHistoryItem"}}}]},"microsoft.graph.riskyUserHistoryItem":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.riskyUser"},{"title":"riskyUserHistoryItem","required":["@odata.type"],"type":"object","properties":{"activity":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.riskUserActivity"},{"type":"object","nullable":true}],"description":"The activity related to user risk level change."},"initiatedBy":{"type":"string","description":"The ID of actor that does the operation.","nullable":true},"userId":{"type":"string","description":"The ID of the user.","nullable":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.riskyUserHistoryItem"},"microsoft.graph.roleAssignment":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"roleAssignment","required":["@odata.type"],"type":"object","properties":{"description":{"type":"string","description":"Indicates the description of the role assignment. For example: 'All administrators, employees and scope tags associated with the Houston office.' Max length is 1024 characters.","nullable":true},"displayName":{"type":"string","description":"Indicates the display name of the role assignment. For example: 'Houston administrators and users'. Max length is 128 characters.","nullable":true},"resourceScopes":{"type":"array","items":{"type":"string","nullable":true},"description":"Indicates the list of resource scope security group Entra IDs. For example: {dec942f4-6777-4998-96b4-522e383b08e2}."},"roleDefinition":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.roleDefinition"},{"type":"object","nullable":true}],"description":"Indicates the role definition for this role assignment.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}},"description":"The Role Assignment resource. Role assignments tie together a role definition with members and scopes. There can be one or more role assignments per role. This applies to custom and built-in roles.","discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.deviceAndAppManagementRoleAssignment":"#/components/schemas/microsoft.graph.deviceAndAppManagementRoleAssignment"}}}]},"microsoft.graph.deviceAndAppManagementRoleAssignment":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.roleAssignment"},{"title":"deviceAndAppManagementRoleAssignment","required":["@odata.type"],"type":"object","properties":{"members":{"type":"array","items":{"type":"string","nullable":true},"description":"Indicates the list of role member security group Entra IDs. For example: {dec942f4-6777-4998-96b4-522e383b08e2}."},"@odata.type":{"type":"string"}},"description":"The Role Assignment resource. Role assignments tie together a role definition with members and scopes. There can be one or more role assignments per role. This applies to custom and built-in roles."}],"x-ms-discriminator-value":"#microsoft.graph.deviceAndAppManagementRoleAssignment"},"microsoft.graph.roleDefinition":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"roleDefinition","required":["@odata.type"],"type":"object","properties":{"description":{"type":"string","description":"Description of the Role definition.","nullable":true},"displayName":{"type":"string","description":"Display Name of the Role definition.","nullable":true},"isBuiltIn":{"type":"boolean","description":"Type of Role. Set to True if it is built-in, or set to False if it is a custom role definition."},"rolePermissions":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.rolePermission"},"description":"List of Role Permissions this role is allowed to perform. These must match the actionName that is defined as part of the rolePermission."},"roleAssignments":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.roleAssignment"},"description":"List of Role assignments for this role definition.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}},"description":"The Role Definition resource. The role definition is the foundation of role based access in Intune. The role combines an Intune resource such as a Mobile App and associated role permissions such as Create or Read for the resource. There are two types of roles, built-in and custom. Built-in roles cannot be modified. Both built-in roles and custom roles must have assignments to be enforced. Create custom roles if you want to define a role that allows any of the available resources and role permissions to be combined into a single role.","discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.deviceAndAppManagementRoleDefinition":"#/components/schemas/microsoft.graph.deviceAndAppManagementRoleDefinition"}}}]},"microsoft.graph.deviceAndAppManagementRoleDefinition":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.roleDefinition"},{"title":"deviceAndAppManagementRoleDefinition","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.deviceAndAppManagementRoleDefinition"}},"description":"The Role Definition resource. The role definition is the foundation of role based access in Intune. The role combines an Intune resource such as a Mobile App and associated role permissions such as Create or Read for the resource. There are two types of roles, built-in and custom. Built-in roles cannot be modified. Both built-in roles and custom roles must have assignments to be enforced. Create custom roles if you want to define a role that allows any of the available resources and role permissions to be combined into a single role."}],"x-ms-discriminator-value":"#microsoft.graph.deviceAndAppManagementRoleDefinition"},"microsoft.graph.schedule":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"schedule","required":["@odata.type"],"type":"object","properties":{"enabled":{"type":"boolean","description":"Indicates whether the schedule is enabled for the team. Required.","nullable":true},"isActivitiesIncludedWhenCopyingShiftsEnabled":{"type":"boolean","description":"Indicates whether copied shifts include activities from the original shift.","nullable":true},"offerShiftRequestsEnabled":{"type":"boolean","description":"Indicates whether offer shift requests are enabled for the schedule.","nullable":true},"openShiftsEnabled":{"type":"boolean","description":"Indicates whether open shifts are enabled for the schedule.","nullable":true},"provisionStatus":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.operationStatus"},{"type":"object","nullable":true}],"description":"The status of the schedule provisioning. The possible values are notStarted, running, completed, failed.","readOnly":true},"provisionStatusCode":{"type":"string","description":"Additional information about why schedule provisioning failed.","nullable":true,"readOnly":true},"startDayOfWeek":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.dayOfWeek"},{"type":"object","nullable":true}],"description":"Indicates the start day of the week. The possible values are: sunday, monday, tuesday, wednesday, thursday, friday, saturday."},"swapShiftsRequestsEnabled":{"type":"boolean","description":"Indicates whether swap shifts requests are enabled for the schedule.","nullable":true},"timeClockEnabled":{"type":"boolean","description":"Indicates whether time clock is enabled for the schedule.","nullable":true},"timeClockSettings":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.timeClockSettings"},{"type":"object","nullable":true}],"description":"The time clock location settings for this schedule."},"timeOffRequestsEnabled":{"type":"boolean","description":"Indicates whether time off requests are enabled for the schedule.","nullable":true},"timeZone":{"type":"string","description":"The time zone of the schedule team as an IANA time zone database (tz database) name; for example, America/Chicago. For the full list of valid values, see List of tz database time zones. Required.","nullable":true},"workforceIntegrationIds":{"type":"array","items":{"type":"string","nullable":true},"description":"The IDs for the workforce integrations associated with this schedule."},"dayNotes":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.dayNote"},"description":"The day notes in the schedule.","x-ms-navigationProperty":true},"offerShiftRequests":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.offerShiftRequest"},"description":"The offer requests for shifts in the schedule.","x-ms-navigationProperty":true},"openShiftChangeRequests":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.openShiftChangeRequest"},"description":"The open shift requests in the schedule.","x-ms-navigationProperty":true},"openShifts":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.openShift"},"description":"The set of open shifts in a scheduling group in the schedule.","x-ms-navigationProperty":true},"schedulingGroups":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.schedulingGroup"},"description":"The logical grouping of users in the schedule (usually by role).","x-ms-navigationProperty":true},"shifts":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.shift"},"description":"The shifts in the schedule.","x-ms-navigationProperty":true},"swapShiftsChangeRequests":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.swapShiftsChangeRequest"},"description":"The swap requests for shifts in the schedule.","x-ms-navigationProperty":true},"timeCards":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.timeCard"},"description":"The time cards in the schedule.","x-ms-navigationProperty":true},"timeOffReasons":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.timeOffReason"},"description":"The set of reasons for a time off in the schedule.","x-ms-navigationProperty":true},"timeOffRequests":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.timeOffRequest"},"description":"The time off requests in the schedule.","x-ms-navigationProperty":true},"timesOff":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.timeOff"},"description":"The instances of times off in the schedule.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.schedule"},"microsoft.graph.schemaExtension":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"schemaExtension","required":["@odata.type"],"type":"object","properties":{"description":{"type":"string","description":"Description for the schema extension.","nullable":true},"owner":{"type":"string","description":"The appId of the application that is the owner of the schema extension. The owner of the schema definition must be explicitly specified during the Create and Update operations, or it will be implied and auto-assigned by Microsoft Entra ID as follows: In delegated access: The signed-in user must be the owner of the app that calls Microsoft Graph to create the schema extension definition.  If the signed-in user isn't the owner of the calling app, they must explicitly specify the owner property, and assign it the appId of an app that they own. In app-only access:  The owner property isn't required in the request body. Instead, the calling app is assigned ownership of the schema extension. So, for example, if creating a new schema extension definition using Graph Explorer, you must supply the owner property. Once set, this property is read-only and cannot be changed. Supports $filter (eq)."},"properties":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.extensionSchemaProperty"},"description":"The collection of property names and types that make up the schema extension definition."},"status":{"type":"string","description":"The lifecycle state of the schema extension. Possible states are InDevelopment, Available, and Deprecated. Automatically set to InDevelopment on creation. For more information about the possible state transitions and behaviors, see Schema extensions lifecycle. Supports $filter (eq)."},"targetTypes":{"type":"array","items":{"type":"string"},"description":"Set of Microsoft Graph types (that can support extensions) that the schema extension can be applied to. Select from administrativeUnit, contact, device, event, group, message, organization, post, todoTask, todoTaskList, or user."},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.schemaExtension"},"microsoft.graph.searchEntity":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"searchEntity","required":["@odata.type"],"type":"object","properties":{"acronyms":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.search.acronym"},"description":"Administrative answer in Microsoft Search results to define common acronyms in an organization.","x-ms-navigationProperty":true},"bookmarks":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.search.bookmark"},"description":"Administrative answer in Microsoft Search results for common search queries in an organization.","x-ms-navigationProperty":true},"qnas":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.search.qna"},"description":"Administrative answer in Microsoft Search results that provide answers for specific search keywords in an organization.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.searchEntity"},"microsoft.graph.secureScore":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"secureScore","required":["@odata.type"],"type":"object","properties":{"activeUserCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Active user count of the given tenant.","format":"int32","nullable":true},"averageComparativeScores":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.averageComparativeScore"},"description":"Average score by different scopes (for example, average by industry, average by seating) and control category (Identity, Data, Device, Apps, Infrastructure) within the scope."},"azureTenantId":{"type":"string","description":"GUID string for tenant ID."},"controlScores":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.controlScore"},"description":"Contains tenant scores for a set of controls."},"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","description":"When the report was created.","format":"date-time","nullable":true},"currentScore":{"oneOf":[{"type":"number","format":"double","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"Tenant current attained score on specified date."},"enabledServices":{"type":"array","items":{"type":"string","nullable":true},"description":"Microsoft-provided services for the tenant (for example, Exchange online, Skype, Sharepoint)."},"licensedUserCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Licensed user count of the given tenant.","format":"int32","nullable":true},"maxScore":{"oneOf":[{"type":"number","format":"double","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"Tenant maximum possible score on specified date."},"vendorInformation":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.securityVendorInformation"},{"type":"object","nullable":true}],"description":"Complex type containing details about the security product/service vendor, provider, and subprovider (for example, vendor=Microsoft; provider=SecureScore). Required."},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.secureScore"},"microsoft.graph.secureScoreControlProfile":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"secureScoreControlProfile","required":["@odata.type"],"type":"object","properties":{"actionType":{"type":"string","description":"Control action type (Config, Review, Behavior).","nullable":true},"actionUrl":{"type":"string","description":"URL to where the control can be actioned.","nullable":true},"azureTenantId":{"type":"string","description":"GUID string for tenant ID."},"complianceInformation":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.complianceInformation"},"description":"The collection of compliance information associated with secure score control. Not implemented. Currently returns null."},"controlCategory":{"type":"string","description":"Control action category (Identity, Data, Device, Apps, Infrastructure).","nullable":true},"controlStateUpdates":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.secureScoreControlStateUpdate"},"description":"Flag to indicate where the tenant has marked a control (ignored, thirdParty, reviewed) (supports update)."},"deprecated":{"type":"boolean","description":"Flag to indicate if a control is depreciated.","nullable":true},"implementationCost":{"type":"string","description":"Resource cost of implemmentating control (low, moderate, high).","nullable":true},"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":"Time at which the control profile entity was last modified. The Timestamp type represents date and time","format":"date-time","nullable":true},"maxScore":{"oneOf":[{"type":"number","format":"double","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"max attainable score for the control."},"rank":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Microsoft's stack ranking of control.","format":"int32","nullable":true},"remediation":{"type":"string","description":"Description of what the control will help remediate.","nullable":true},"remediationImpact":{"type":"string","description":"Description of the impact on users of the remediation.","nullable":true},"service":{"type":"string","description":"Service that owns the control (Exchange, Sharepoint, Microsoft Entra ID).","nullable":true},"threats":{"type":"array","items":{"type":"string","nullable":true},"description":"List of threats the control mitigates (accountBreach, dataDeletion, dataExfiltration, dataSpillage, elevationOfPrivilege, maliciousInsider, passwordCracking, phishingOrWhaling, spoofing)."},"tier":{"type":"string","description":"Control tier (Core, Defense in Depth, Advanced.)","nullable":true},"title":{"type":"string","description":"Title of the control.","nullable":true},"userImpact":{"type":"string","description":"User impact of implementing control (low, moderate, high).","nullable":true},"vendorInformation":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.securityVendorInformation"},{"type":"object","nullable":true}],"description":"Complex type containing details about the security product/service vendor, provider, and subprovider (for example, vendor=Microsoft; provider=SecureScore). Required."},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.secureScoreControlProfile"},"microsoft.graph.security":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"security","required":["@odata.type"],"type":"object","properties":{"alerts":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.alert"},"x-ms-navigationProperty":true},"alerts_v2":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.security.alert"},"description":"A collection of alerts in Microsoft 365 Defender.","x-ms-navigationProperty":true},"attackSimulation":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.attackSimulationRoot"},{"type":"object","nullable":true}],"x-ms-navigationProperty":true},"auditLog":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditCoreRoot"},{"type":"object","nullable":true}],"description":"The entry point for the audit log query API.","x-ms-navigationProperty":true},"cases":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.casesRoot"},{"type":"object","nullable":true}],"x-ms-navigationProperty":true},"collaboration":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.collaborationRoot"},{"type":"object","nullable":true}],"x-ms-navigationProperty":true},"dataSecurityAndGovernance":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.tenantDataSecurityAndGovernance"},{"type":"object","nullable":true}],"x-ms-navigationProperty":true},"identities":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.identityContainer"},{"type":"object","nullable":true}],"description":"A container for security identities APIs.","x-ms-navigationProperty":true},"incidents":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.security.incident"},"description":"A collection of incidents in Microsoft 365 Defender, each of which is a set of correlated alerts and associated metadata that reflects the story of an attack.","x-ms-navigationProperty":true},"labels":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.labelsRoot"},{"type":"object","nullable":true}],"x-ms-navigationProperty":true},"secureScoreControlProfiles":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.secureScoreControlProfile"},"x-ms-navigationProperty":true},"secureScores":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.secureScore"},"x-ms-navigationProperty":true},"subjectRightsRequests":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.subjectRightsRequest"},"x-ms-navigationProperty":true},"threatIntelligence":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.threatIntelligence"},{"type":"object","nullable":true}],"x-ms-navigationProperty":true},"triggers":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.triggersRoot"},{"type":"object","nullable":true}],"x-ms-navigationProperty":true},"triggerTypes":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.triggerTypesRoot"},{"type":"object","nullable":true}],"x-ms-navigationProperty":true},"@odata.type":{"type":"string"}},"description":"Security singleton providing access to audit log resources."}],"x-ms-discriminator-value":"#microsoft.graph.security"},"microsoft.graph.sensitivityLabel":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"sensitivityLabel","required":["@odata.type"],"type":"object","properties":{"actionSource":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.labelActionSource"},{"type":"object","nullable":true}]},"autoTooltip":{"type":"string","nullable":true},"description":{"type":"string","nullable":true},"displayName":{"type":"string","nullable":true},"hasProtection":{"type":"boolean","nullable":true},"isDefault":{"type":"boolean","nullable":true},"isEndpointProtectionEnabled":{"type":"boolean","nullable":true},"isScopedToUser":{"type":"boolean","nullable":true},"locale":{"type":"string","nullable":true},"name":{"type":"string","nullable":true},"priority":{"maximum":2147483647,"minimum":-2147483648,"type":"number","format":"int32","nullable":true},"toolTip":{"type":"string","nullable":true},"rights":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.usageRightsIncluded"},{"type":"object","nullable":true}],"x-ms-navigationProperty":true},"sublabels":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.sensitivityLabel"},"x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.sensitivityLabel"},"microsoft.graph.serviceApp":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"serviceApp","required":["@odata.type"],"type":"object","properties":{"application":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identity"},{"type":"object","nullable":true}],"description":"The Entra ID application ID."},"effectiveDateTime":{"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":"Timestamp of the effective activation of the service app.","format":"date-time","nullable":true},"lastModifiedBy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"type":"object","nullable":true}],"description":"Identity of the person who last modified the entity."},"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":"Timestamp of the last modification of the entity.","format":"date-time","nullable":true},"registrationDateTime":{"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":"Timestamp of the creation of the service app entity.","format":"date-time","nullable":true},"status":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.serviceAppStatus"},{"type":"object","nullable":true}],"description":"The status of the service app. This value indicates whether or not the application can be used to control the backup service. The possible values are: inactive, active, pendingActive, pendingInactive, unknownFutureValue."},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.serviceApp"},"microsoft.graph.servicePrincipalRiskDetection":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"servicePrincipalRiskDetection","required":["@odata.type"],"type":"object","properties":{"activity":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.activityType"},{"type":"object","nullable":true}],"description":"Indicates the activity type the detected risk is linked to."},"activityDateTime":{"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":"Date and time when the risky activity occurred. 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 is 2014-01-01T00:00:00Z","format":"date-time","nullable":true},"additionalInfo":{"type":"string","description":"Additional information associated with the risk detection. This string value is represented as a JSON object with the quotations escaped.","nullable":true},"appId":{"type":"string","description":"The unique identifier for the associated application.","nullable":true},"correlationId":{"type":"string","description":"Correlation ID of the sign-in activity associated with the risk detection. This property is null if the risk detection is not associated with a sign-in activity.","nullable":true},"detectedDateTime":{"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":"Date and time when the risk was detected. 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 is 2014-01-01T00:00:00Z.","format":"date-time","nullable":true},"detectionTimingType":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.riskDetectionTimingType"},{"type":"object","nullable":true}],"description":"Timing of the detected risk , whether real-time or offline. The possible values are: notDefined, realtime, nearRealtime, offline, unknownFutureValue."},"ipAddress":{"type":"string","description":"Provides the IP address of the client from where the risk occurred.","nullable":true},"keyIds":{"type":"array","items":{"type":"string","nullable":true},"description":"The unique identifier for the key credential associated with the risk detection."},"lastUpdatedDateTime":{"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":"Date and time when the risk detection was last updated.","format":"date-time","nullable":true},"location":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.signInLocation"},{"type":"object","nullable":true}],"description":"Location from where the sign-in was initiated."},"requestId":{"type":"string","description":"Request identifier of the sign-in activity associated with the risk detection. This property is null if the risk detection is not associated with a sign-in activity. Supports $filter (eq).","nullable":true},"riskDetail":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.riskDetail"},{"type":"object","nullable":true}],"description":"Details of the detected risk. Note: Details for this property are only available for Workload Identities Premium customers. Events in tenants without this license will be returned hidden."},"riskEventType":{"type":"string","description":"The type of risk event detected. The possible values are: investigationsThreatIntelligence, generic, adminConfirmedServicePrincipalCompromised, suspiciousSignins, leakedCredentials, anomalousServicePrincipalActivity, maliciousApplication, suspiciousApplication.","nullable":true},"riskLevel":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.riskLevel"},{"type":"object","nullable":true}],"description":"Level of the detected risk. Note: Details for this property are only available for Workload Identities Premium customers. Events in tenants without this license will be returned hidden. The possible values are: low, medium, high, hidden, none."},"riskState":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.riskState"},{"type":"object","nullable":true}],"description":"The state of a detected risky service principal or sign-in activity. The possible values are: none, dismissed, atRisk, confirmedCompromised."},"servicePrincipalDisplayName":{"type":"string","description":"The display name for the service principal.","nullable":true},"servicePrincipalId":{"type":"string","description":"The unique identifier for the service principal. Supports $filter (eq).","nullable":true},"source":{"type":"string","description":"Source of the risk detection. For example, identityProtection.","nullable":true},"tokenIssuerType":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.tokenIssuerType"},{"type":"object","nullable":true}],"description":"Indicates the type of token issuer for the detected sign-in risk. The possible values are: AzureAD."},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.servicePrincipalRiskDetection"},"microsoft.graph.serviceProviderConstraints":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"serviceProviderConstraints","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.delegatedAdminServiceProviderConstraints":"#/components/schemas/microsoft.graph.delegatedAdminServiceProviderConstraints"}}}]},"microsoft.graph.delegatedAdminServiceProviderConstraints":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.serviceProviderConstraints"},{"title":"delegatedAdminServiceProviderConstraints","required":["@odata.type"],"type":"object","properties":{"allowedRoleTemplateIds":{"type":"array","items":{"type":"string","nullable":true}},"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"},"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","format":"date-time"},"@odata.type":{"type":"string","default":"#microsoft.graph.delegatedAdminServiceProviderConstraints"}}}],"x-ms-discriminator-value":"#microsoft.graph.delegatedAdminServiceProviderConstraints"},"microsoft.graph.settingStateDeviceSummary":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"settingStateDeviceSummary","required":["@odata.type"],"type":"object","properties":{"compliantDeviceCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Device Compliant count for the setting","format":"int32"},"conflictDeviceCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Device conflict error count for the setting","format":"int32"},"errorDeviceCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Device error count for the setting","format":"int32"},"instancePath":{"type":"string","description":"Name of the InstancePath for the setting","nullable":true},"nonCompliantDeviceCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Device NonCompliant count for the setting","format":"int32"},"notApplicableDeviceCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Device Not Applicable count for the setting","format":"int32"},"remediatedDeviceCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Device Compliant count for the setting","format":"int32"},"settingName":{"type":"string","description":"Name of the setting","nullable":true},"unknownDeviceCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Device Unkown count for the setting","format":"int32"},"@odata.type":{"type":"string"}},"description":"Device Compilance Policy and Configuration for a Setting State summary"}],"x-ms-discriminator-value":"#microsoft.graph.settingStateDeviceSummary"},"microsoft.graph.sharedInsight":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"sharedInsight","required":["@odata.type"],"type":"object","properties":{"lastShared":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.sharingDetail"},{"type":"object","nullable":true}],"description":"Details about the shared item. Read-only."},"resourceReference":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.resourceReference"},{"type":"object","nullable":true}],"description":"Reference properties of the shared document, such as the url and type of the document. Read-only","readOnly":true},"resourceVisualization":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.resourceVisualization"},{"type":"object","nullable":true}],"description":"Properties that you can use to visualize the document in your experience. Read-only","readOnly":true},"sharingHistory":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.sharingDetail"}},"lastSharedMethod":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"type":"object","nullable":true}],"x-ms-navigationProperty":true},"resource":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"type":"object","nullable":true}],"description":"Used for navigating to the item that was shared. For file attachments, the type is fileAttachment. For linked attachments, the type is driveItem.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.sharedInsight"},"microsoft.graph.sharePointGroup":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"sharePointGroup","required":["@odata.type"],"type":"object","properties":{"description":{"type":"string","description":"The user-visible description of the sharePointGroup. Read-write.","nullable":true},"principalId":{"type":"string","description":"The principal ID of the SharePoint group in the tenant. Read-only.","nullable":true},"title":{"type":"string","description":"The user-visible title of the sharePointGroup. Read-write."},"members":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.sharePointGroupMember"},"description":"The set of members in the sharePointGroup. Read-write.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.sharePointGroup"},"microsoft.graph.sharePointGroupMember":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"sharePointGroupMember","required":["@odata.type"],"type":"object","properties":{"identity":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.sharePointIdentitySet"},{"type":"object","nullable":true}],"description":"The identity represented by the sharePointGroupMember object."},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.sharePointGroupMember"},"microsoft.graph.sharePointMigrationEvent":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"sharePointMigrationEvent","required":["@odata.type"],"type":"object","properties":{"correlationId":{"type":"string","description":"The correlation ID of a migration job. Read-only."},"eventDateTime":{"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 job status changes. 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. Read-only.","format":"date-time"},"jobId":{"type":"string","description":"The unique identifier of a migration job. Read-only."},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.sharePointMigrationFinishManifestFileUploadEvent":"#/components/schemas/microsoft.graph.sharePointMigrationFinishManifestFileUploadEvent","#microsoft.graph.sharePointMigrationJobCancelledEvent":"#/components/schemas/microsoft.graph.sharePointMigrationJobCancelledEvent","#microsoft.graph.sharePointMigrationJobDeletedEvent":"#/components/schemas/microsoft.graph.sharePointMigrationJobDeletedEvent","#microsoft.graph.sharePointMigrationJobErrorEvent":"#/components/schemas/microsoft.graph.sharePointMigrationJobErrorEvent","#microsoft.graph.sharePointMigrationJobPostponedEvent":"#/components/schemas/microsoft.graph.sharePointMigrationJobPostponedEvent","#microsoft.graph.sharePointMigrationJobProgressEvent":"#/components/schemas/microsoft.graph.sharePointMigrationJobProgressEvent","#microsoft.graph.sharePointMigrationJobQueuedEvent":"#/components/schemas/microsoft.graph.sharePointMigrationJobQueuedEvent","#microsoft.graph.sharePointMigrationJobStartEvent":"#/components/schemas/microsoft.graph.sharePointMigrationJobStartEvent"}}}]},"microsoft.graph.sharePointMigrationFinishManifestFileUploadEvent":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.sharePointMigrationEvent"},{"title":"sharePointMigrationFinishManifestFileUploadEvent","required":["@odata.type"],"type":"object","properties":{"manifestFileName":{"type":"string","description":"The exported manifest file name. Read-only."},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.sharePointMigrationFinishManifestFileUploadEvent"},"microsoft.graph.sharePointMigrationJobCancelledEvent":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.sharePointMigrationEvent"},{"title":"sharePointMigrationJobCancelledEvent","required":["@odata.type"],"type":"object","properties":{"isCancelledByUser":{"type":"boolean","description":"True when a user cancels the job; otherwise, false. Read-only."},"totalRetryCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The current retry count of the job. Read-only.","format":"int32"},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.sharePointMigrationJobCancelledEvent"},"microsoft.graph.sharePointMigrationJobDeletedEvent":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.sharePointMigrationEvent"},{"title":"sharePointMigrationJobDeletedEvent","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.sharePointMigrationJobDeletedEvent"},"microsoft.graph.sharePointMigrationJobErrorEvent":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.sharePointMigrationEvent"},{"title":"sharePointMigrationJobErrorEvent","required":["@odata.type"],"type":"object","properties":{"error":{"$ref":"#/components/schemas/microsoft.graph.publicError"},"errorLevel":{"$ref":"#/components/schemas/microsoft.graph.sharePointMigrationJobErrorLevel"},"objectId":{"type":"string","description":"The object ID. Read-only."},"objectType":{"$ref":"#/components/schemas/microsoft.graph.sharePointMigrationObjectType"},"objectUrl":{"type":"string","description":"The object URL. Read-only."},"totalRetryCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The current retry count of the job. Read-only.","format":"int32"},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.sharePointMigrationJobErrorEvent"},"microsoft.graph.sharePointMigrationJobPostponedEvent":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.sharePointMigrationEvent"},{"title":"sharePointMigrationJobPostponedEvent","required":["@odata.type"],"type":"object","properties":{"jobsInQueue":{"type":"number","description":"The number of migration jobs in the queue of the current database. Read-only.","format":"int64"},"nextPickupDateTime":{"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 that indicate when this job is picked up next. 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. Read-only.","format":"date-time"},"reason":{"type":"string","description":"The reason for the postponement. Read-only."},"totalRetryCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The current retry count of the job. Read-only.","format":"int32"},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.sharePointMigrationJobPostponedEvent"},"microsoft.graph.sharePointMigrationJobProgressEvent":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.sharePointMigrationEvent"},{"title":"sharePointMigrationJobProgressEvent","required":["@odata.type"],"type":"object","properties":{"bytesProcessed":{"type":"number","description":"The number of bytes processed. Read-only.","format":"int64"},"bytesProcessedOnlyCurrentVersion":{"type":"number","description":"The number of bytes processed with version history excluded. Read-only.","format":"int64"},"cpuDurationMs":{"type":"number","description":"CPU duration in milliseconds. Read-only.","format":"int64"},"filesProcessed":{"type":"number","description":"The number of files processed. Read-only.","format":"int64"},"filesProcessedOnlyCurrentVersion":{"type":"number","description":"The number of files processed with version history excluded. Read-only.","format":"int64"},"isCompleted":{"type":"boolean","description":"True if the job status is End. False if the job is In progress. Read-only."},"lastProcessedObjectId":{"type":"string","description":"The unique identifier of the last object processed. Read-only."},"objectsProcessed":{"type":"number","description":"The number of objects processed. Read-only.","format":"int64"},"sqlDurationMs":{"type":"number","description":"SQL duration in milliseconds. Read-only.","format":"int64"},"sqlQueryCount":{"type":"number","description":"SQL query count. Read-only.","format":"int64"},"totalDurationMs":{"type":"number","description":"Total duration time in milliseconds. Read-only.","format":"int64"},"totalErrors":{"type":"number","description":"Total errors. Read-only.","format":"int64"},"totalExpectedBytes":{"type":"number","description":"Total bytes to be processed. Read-only.","format":"int64"},"totalExpectedObjects":{"type":"number","description":"The number of objects to process. Read-only.","format":"int64"},"totalRetryCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The current retry count of the job. Read-only.","format":"int32"},"totalWarnings":{"type":"number","description":"Total warnings. Read-only.","format":"int64"},"waitTimeOnSqlThrottlingMs":{"type":"number","description":"Waiting time due to SQL throttling, in milliseconds. Read-only.","format":"int64"},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.sharePointMigrationJobProgressEvent"},"microsoft.graph.sharePointMigrationJobQueuedEvent":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.sharePointMigrationEvent"},{"title":"sharePointMigrationJobQueuedEvent","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.sharePointMigrationJobQueuedEvent"},"microsoft.graph.sharePointMigrationJobStartEvent":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.sharePointMigrationEvent"},{"title":"sharePointMigrationJobStartEvent","required":["@odata.type"],"type":"object","properties":{"isRestarted":{"type":"boolean","description":"True if the job is restarted. False if it's the initial start. Read-only."},"totalRetryCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The current retry count of the job. Read-only.","format":"int32"},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.sharePointMigrationJobStartEvent"},"microsoft.graph.sharePointMigrationJob":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"sharePointMigrationJob","required":["@odata.type"],"type":"object","properties":{"containerInfo":{"$ref":"#/components/schemas/microsoft.graph.sharePointMigrationContainerInfo"},"progressEvents":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.sharePointMigrationEvent"},"description":"A collection of migration events that reflects the job status changes.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.sharePointMigrationJob"},"microsoft.graph.simulation":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"simulation","required":["@odata.type"],"type":"object","properties":{"attackTechnique":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.simulationAttackTechnique"},{"type":"object","nullable":true}],"description":"The social engineering technique used in the attack simulation and training campaign. Supports $filter and $orderby. The possible values are: unknown, credentialHarvesting, attachmentMalware, driveByUrl, linkInAttachment, linkToMalwareFile, unknownFutureValue, oAuthConsentGrant. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: oAuthConsentGrant. For more information on the types of social engineering attack techniques, see simulations."},"attackType":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.simulationAttackType"},{"type":"object","nullable":true}],"description":"Attack type of the attack simulation and training campaign. Supports $filter and $orderby. The possible values are: unknown, social, cloud, endpoint, unknownFutureValue."},"automationId":{"type":"string","description":"Unique identifier for the attack simulation automation.","nullable":true},"completionDateTime":{"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":"Date and time of completion of the attack simulation and training campaign. Supports $filter and $orderby.","format":"date-time","nullable":true},"createdBy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.emailIdentity"},{"type":"object","nullable":true}],"description":"Identity of the user who created the attack simulation and training campaign."},"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","description":"Date and time of creation of the attack simulation and training campaign.","format":"date-time","nullable":true},"description":{"type":"string","description":"Description of the attack simulation and training campaign.","nullable":true},"displayName":{"type":"string","description":"Display name of the attack simulation and training campaign. Supports $filter and $orderby.","nullable":true},"durationInDays":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Simulation duration in days.","format":"int32","nullable":true},"endUserNotificationSetting":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.endUserNotificationSetting"},{"type":"object","nullable":true}],"description":"Details about the end user notification setting."},"excludedAccountTarget":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.accountTargetContent"},{"type":"object","nullable":true}],"description":"Users excluded from the simulation."},"includedAccountTarget":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.accountTargetContent"},{"type":"object","nullable":true}],"description":"Users targeted in the simulation."},"isAutomated":{"type":"boolean","description":"Flag that represents if the attack simulation and training campaign was created from a simulation automation flow. Supports $filter and $orderby.","nullable":true},"lastModifiedBy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.emailIdentity"},{"type":"object","nullable":true}],"description":"Identity of the user who most recently modified the attack simulation and training campaign."},"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":"Date and time of the most recent modification of the attack simulation and training campaign.","format":"date-time","nullable":true},"launchDateTime":{"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":"Date and time of the launch/start of the attack simulation and training campaign. Supports $filter and $orderby.","format":"date-time","nullable":true},"oAuthConsentAppDetail":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.oAuthConsentAppDetail"},{"type":"object","nullable":true}],"description":"OAuth app details for the OAuth technique."},"payloadDeliveryPlatform":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.payloadDeliveryPlatform"},{"type":"object","nullable":true}],"description":"Method of delivery of the phishing payload used in the attack simulation and training campaign. The possible values are: unknown, sms, email, teams, unknownFutureValue."},"report":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.simulationReport"},{"type":"object","nullable":true}],"description":"Report of the attack simulation and training campaign."},"status":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.simulationStatus"},{"type":"object","nullable":true}],"description":"Status of the attack simulation and training campaign. Supports $filter and $orderby. The possible values are: unknown, draft, running, scheduled, succeeded, failed, canceled, excluded, unknownFutureValue."},"trainingSetting":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.trainingSetting"},{"type":"object","nullable":true}],"description":"Details about the training settings for a simulation."},"landingPage":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.landingPage"},{"type":"object","nullable":true}],"description":"The landing page associated with a simulation during its creation.","x-ms-navigationProperty":true},"loginPage":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.loginPage"},{"type":"object","nullable":true}],"description":"The login page associated with a simulation during its creation.","x-ms-navigationProperty":true},"payload":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.payload"},{"type":"object","nullable":true}],"description":"The payload associated with a simulation during its creation.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.simulation"},"microsoft.graph.simulationAutomation":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"simulationAutomation","required":["@odata.type"],"type":"object","properties":{"createdBy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.emailIdentity"},{"type":"object","nullable":true}],"description":"Identity of the user who created the attack simulation automation."},"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","description":"Date and time when the attack simulation automation was created.","format":"date-time","nullable":true},"description":{"type":"string","description":"Description of the attack simulation automation.","nullable":true},"displayName":{"type":"string","description":"Display name of the attack simulation automation. Supports $filter and $orderby.","nullable":true},"lastModifiedBy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.emailIdentity"},{"type":"object","nullable":true}],"description":"Identity of the user who most recently modified the attack simulation automation."},"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":"Date and time when the attack simulation automation was most recently modified.","format":"date-time","nullable":true},"lastRunDateTime":{"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":"Date and time of the latest run of the attack simulation automation.","format":"date-time","nullable":true},"nextRunDateTime":{"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":"Date and time of the upcoming run of the attack simulation automation.","format":"date-time","nullable":true},"status":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.simulationAutomationStatus"},{"type":"object","nullable":true}],"description":"Status of the attack simulation automation. Supports $filter and $orderby. The possible values are: unknown, draft, notRunning, running, completed, unknownFutureValue."},"runs":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.simulationAutomationRun"},"description":"A collection of simulation automation runs.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.simulationAutomation"},"microsoft.graph.simulationAutomationRun":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"simulationAutomationRun","required":["@odata.type"],"type":"object","properties":{"endDateTime":{"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":"Date and time when the run ends in an attack simulation automation.","format":"date-time","nullable":true},"simulationId":{"type":"string","description":"Unique identifier for the attack simulation campaign initiated in the attack simulation automation run.","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":"Date and time when the run starts in an attack simulation automation.","format":"date-time","nullable":true},"status":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.simulationAutomationRunStatus"},{"type":"object","nullable":true}],"description":"Status of the attack simulation automation run. The possible values are: unknown, running, succeeded, failed, skipped, unknownFutureValue."},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.simulationAutomationRun"},"microsoft.graph.softwareUpdateStatusSummary":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"softwareUpdateStatusSummary","required":["@odata.type"],"type":"object","properties":{"compliantDeviceCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of compliant devices.","format":"int32"},"compliantUserCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of compliant users.","format":"int32"},"conflictDeviceCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of conflict devices.","format":"int32"},"conflictUserCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of conflict users.","format":"int32"},"displayName":{"type":"string","description":"The name of the policy.","nullable":true},"errorDeviceCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of devices had error.","format":"int32"},"errorUserCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of users had error.","format":"int32"},"nonCompliantDeviceCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of non compliant devices.","format":"int32"},"nonCompliantUserCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of non compliant users.","format":"int32"},"notApplicableDeviceCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of not applicable devices.","format":"int32"},"notApplicableUserCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of not applicable users.","format":"int32"},"remediatedDeviceCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of remediated devices.","format":"int32"},"remediatedUserCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of remediated users.","format":"int32"},"unknownDeviceCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of unknown devices.","format":"int32"},"unknownUserCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of unknown users.","format":"int32"},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.softwareUpdateStatusSummary"},"microsoft.graph.speakerAssignmentSubmission":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"speakerAssignmentSubmission","required":["@odata.type"],"type":"object","properties":{"assignmentId":{"type":"string","description":"ID of the assignment with which this submission is associated."},"averageWordsPerMinutePace":{"type":"number","description":"The average speaking pace of the student, measured in words per minute.","format":"int64","nullable":true},"classId":{"type":"string","description":"ID of the class this speaker progress is associated with.","nullable":true},"fillerWordsOccurrencesCount":{"type":"number","description":"The number of times the student was flagged by Speaker Coach for using a filler word.","format":"int64","nullable":true},"incorrectCameraDistanceOccurrencesCount":{"type":"number","description":"The number of times the student was flagged by Speaker Coach for being either too close or too far away from the camera.","format":"int64","nullable":true},"lengthOfSubmissionInSeconds":{"oneOf":[{"type":"number","format":"double","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"The length of the student submission in seconds."},"lostEyeContactOccurrencesCount":{"type":"number","description":"The number of times the student was flagged by Speaker Coach for losing eye contact with the camera.","format":"int64","nullable":true},"monotoneOccurrencesCount":{"type":"number","description":"The number of times the student was flagged by Speaker Coach for speaking in monotone.","format":"int64","nullable":true},"nonInclusiveLanguageOccurrencesCount":{"type":"number","description":"The number of times the student was flagged by Speaker Coach for using non-inclusive or sensitive language.","format":"int64","nullable":true},"obstructedViewOccurrencesCount":{"type":"number","description":"The number of times the student was flagged by Speaker Coach for obstructing the view of their face.","format":"int64","nullable":true},"repetitiveLanguageOccurrencesCount":{"type":"number","description":"The number of times the student was flagged by Speaker Coach for using repetitive language.","format":"int64","nullable":true},"studentId":{"type":"string","description":"ID of the user this speaker progress is associated with.","nullable":true},"submissionDateTime":{"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":"Date and time of the submission this speaker progress is associated with. 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"},"submissionId":{"type":"string","description":"ID of the submission this speaker progress is associated with.","nullable":true},"topFillerWords":{"type":"array","items":{"type":"string"},"description":"The filler words used most by the student."},"topMispronouncedWords":{"type":"array","items":{"type":"string"},"description":"The words mispronounced most by the student."},"topNonInclusiveWordsAndPhrases":{"type":"array","items":{"type":"string"},"description":"The non-inclusive or sensitive words and phrases most used by the student."},"topRepetitiveWordsAndPhrases":{"type":"array","items":{"type":"string"},"description":"The words and phrases most repeated by the student."},"wordsSpokenCount":{"type":"number","description":"Total number of words spoken by the student in the submission.","format":"int64"},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.speakerAssignmentSubmission"},"microsoft.graph.storageQuotaBreakdown":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"storageQuotaBreakdown","required":["@odata.type"],"type":"object","properties":{"displayName":{"type":"string","nullable":true},"manageWebUrl":{"type":"string","nullable":true},"used":{"type":"number","format":"int64","nullable":true},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.serviceStorageQuotaBreakdown":"#/components/schemas/microsoft.graph.serviceStorageQuotaBreakdown"}}}]},"microsoft.graph.serviceStorageQuotaBreakdown":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.storageQuotaBreakdown"},{"title":"serviceStorageQuotaBreakdown","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.serviceStorageQuotaBreakdown"},"microsoft.graph.storageSettings":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"storageSettings","required":["@odata.type"],"type":"object","properties":{"quota":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.unifiedStorageQuota"},{"type":"object","nullable":true}],"x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.storageSettings"},"microsoft.graph.subjectRightsRequest":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"subjectRightsRequest","required":["@odata.type"],"type":"object","properties":{"assignedTo":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identity"},{"type":"object","nullable":true}],"description":"Identity that the request is assigned to."},"closedDateTime":{"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 request was closed. 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","nullable":true},"contentQuery":{"type":"string","description":"KQL based content query that should be used for search. This property is defined only for APIs accessed using the /security query path and not the /privacy query path.","nullable":true},"createdBy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"type":"object","nullable":true}],"description":"Identity information for the entity that created the request."},"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","description":"The date and time when the request was created. 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","nullable":true},"dataSubject":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.dataSubject"},{"type":"object","nullable":true}],"description":"Information about the data subject."},"dataSubjectType":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.dataSubjectType"},{"type":"object","nullable":true}],"description":"The type of the data subject. The possible values are: customer, currentEmployee, formerEmployee, prospectiveEmployee, student, teacher, faculty, other, unknownFutureValue."},"description":{"type":"string","description":"Description for the request.","nullable":true},"displayName":{"type":"string","description":"The name of the request.","nullable":true},"externalId":{"type":"string","description":"The external ID for the request that is immutable after creation and is used for tracking the request for the external system. This property is defined only for APIs accessed using the /security query path and not the /privacy query path.","nullable":true},"history":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.subjectRightsRequestHistory"},"description":"Collection of history change events."},"includeAllVersions":{"type":"boolean","description":"Include all versions of the documents. By default, the current copies of the documents are returned. If SharePoint sites have versioning enabled, including all versions includes the historical copies of the documents. This property is defined only for APIs accessed using the /security query path and not the /privacy query path.","nullable":true},"includeAuthoredContent":{"type":"boolean","description":"Include content authored by the data subject. This property is defined only for APIs accessed using the /security query path and not the /privacy query path.","nullable":true},"insight":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.subjectRightsRequestDetail"},{"type":"object","nullable":true}],"description":"Insight about the request."},"internalDueDateTime":{"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 request is internally due. 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","nullable":true},"lastModifiedBy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"type":"object","nullable":true}],"description":"Identity information for the entity that last modified the request."},"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":"The date and time when the request was last modified. 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","nullable":true},"mailboxLocations":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.subjectRightsRequestMailboxLocation"},{"type":"object","nullable":true}],"description":"The mailbox locations that should be searched. This property is defined only for APIs accessed using the /security query path and not the /privacy query path."},"pauseAfterEstimate":{"type":"boolean","description":"Pause the request after estimate has finished. By default, the data estimate runs and then pauses, allowing you to preview results and then select the option to retrieve data in the UI. You can set this property to false if you want it to perform the estimate and then automatically begin with the retrieval of the content. This property is defined only for APIs accessed using the /security query path and not the /privacy query path.","nullable":true},"regulations":{"type":"array","items":{"type":"string","nullable":true},"description":"List of regulations that this request fulfill."},"siteLocations":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.subjectRightsRequestSiteLocation"},{"type":"object","nullable":true}],"description":"The SharePoint and OneDrive site locations that should be searched. This property is defined only for APIs accessed using the /security query path and not the /privacy query path."},"stages":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.subjectRightsRequestStageDetail"},"description":"Information about the different stages for the request."},"status":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.subjectRightsRequestStatus"},{"type":"object","nullable":true}],"description":"The status of the request. The possible values are: active, closed, unknownFutureValue."},"type":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.subjectRightsRequestType"},{"type":"object","nullable":true}],"description":"The type of the request. The possible values are: export, delete, access, tagForAction, unknownFutureValue."},"approvers":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.user"},"description":"Collection of users who can approve the request. Currently only supported for requests of type delete.","x-ms-navigationProperty":true},"collaborators":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.user"},"description":"Collection of users who can collaborate on the request.","x-ms-navigationProperty":true},"notes":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.authoredNote"},"description":"List of notes associated with the request.","x-ms-navigationProperty":true},"team":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.team"},{"type":"object","nullable":true}],"description":"Information about the Microsoft Teams team that was created for the request.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.subjectRightsRequest"},"microsoft.graph.subscription":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"subscription","required":["@odata.type"],"type":"object","properties":{"applicationId":{"type":"string","description":"Optional. Identifier of the application used to create the subscription. Read-only.","nullable":true},"changeType":{"type":"string","description":"Required. Indicates the type of change in the subscribed resource that raises a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note:  Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated, or soft deleted. Use deleted to receive notifications when user or group is permanently deleted."},"clientState":{"type":"string","description":"Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification.","nullable":true},"creatorId":{"type":"string","description":"Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only.","nullable":true},"encryptionCertificate":{"type":"string","description":"Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true.","nullable":true},"encryptionCertificateId":{"type":"string","description":"Optional. A custom app-provided identifier to help identify the certificate needed to decrypt resource data.","nullable":true},"expirationDateTime":{"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":"Required. Specifies the date and time when the webhook subscription expires. The time is in UTC, and can be an amount of time from subscription creation that varies for the resource subscribed to. Any value under 45 minutes after the time of the request is automatically set to 45 minutes after the request time. For the maximum supported subscription length of time, see Subscription lifetime.","format":"date-time"},"includeResourceData":{"type":"boolean","description":"Optional. When set to true, change notifications include resource data (such as content of a chat message).","nullable":true},"latestSupportedTlsVersion":{"type":"string","description":"Optional. Specifies the latest version of Transport Layer Security (TLS) that the notification endpoint, specified by notificationUrl, supports. The possible values are: v10, v11, v12, v13. For subscribers whose notification endpoint supports a version lower than the currently recommended version (TLS 1.2), specifying this property by a set timeline allows them to temporarily use their deprecated version of TLS before completing their upgrade to TLS 1.2. For these subscribers, not setting this property per the timeline would result in subscription operations failing. For subscribers whose notification endpoint already supports TLS 1.2, setting this property is optional. In such cases, Microsoft Graph defaults the property to v1_2.","nullable":true},"lifecycleNotificationUrl":{"type":"string","description":"Required for Teams resources if  the expirationDateTime value is more than 1 hour from now; optional otherwise. The URL of the endpoint that receives lifecycle notifications, including subscriptionRemoved, reauthorizationRequired, and missed notifications. This URL must make use of the HTTPS protocol. For more information, see Reduce missing subscriptions and change notifications.","nullable":true},"notificationQueryOptions":{"type":"string","description":"Optional. OData query options for specifying value for the targeting resource. Clients receive notifications when resource reaches the state matching the query options provided here. With this new property in the subscription creation payload along with all existing properties, Webhooks deliver notifications whenever a resource reaches the desired state mentioned in the notificationQueryOptions property. For example, when the print job is completed or when a print job resource isFetchable property value becomes true etc.  Supported only for Universal Print Service. For more information, see Subscribe to change notifications from cloud printing APIs using Microsoft Graph.","nullable":true},"notificationUrl":{"type":"string","description":"Required. The URL of the endpoint that receives the change notifications. This URL must make use of the HTTPS protocol. Any query string parameter included in the notificationUrl property is included in the HTTP POST request when Microsoft Graph sends the change notifications."},"notificationUrlAppId":{"type":"string","description":"Optional. The app ID that the subscription service can use to generate the validation token. The value allows the client to validate the authenticity of the notification received.","nullable":true},"resource":{"type":"string","description":"Required. Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/v1.0/). See the possible resource path values for each supported resource."},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.subscription"},"microsoft.graph.synchronization":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"synchronization","required":["@odata.type"],"type":"object","properties":{"secrets":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.synchronizationSecretKeyStringValuePair"},"description":"Represents a collection of credentials to access provisioned cloud applications."},"jobs":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.synchronizationJob"},"description":"Performs synchronization by periodically running in the background, polling for changes in one directory, and pushing them to another directory.","x-ms-navigationProperty":true},"templates":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.synchronizationTemplate"},"description":"Preconfigured synchronization settings for a particular application.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.synchronization"},"microsoft.graph.synchronizationJob":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"synchronizationJob","required":["@odata.type"],"type":"object","properties":{"schedule":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.synchronizationSchedule"},{"type":"object","nullable":true}],"description":"Schedule used to run the job. Read-only."},"status":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.synchronizationStatus"},{"type":"object","nullable":true}],"description":"Status of the job, which includes when the job was last run, current job state, and errors."},"synchronizationJobSettings":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.keyValuePair"},"description":"Settings associated with the job. Some settings are inherited from the template."},"templateId":{"type":"string","description":"Identifier of the synchronization template this job is based on.","nullable":true},"bulkUpload":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.bulkUpload"},{"type":"object","nullable":true}],"description":"The bulk upload operation for the job.","x-ms-navigationProperty":true},"schema":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.synchronizationSchema"},{"type":"object","nullable":true}],"description":"The synchronization schema configured for the job.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.synchronizationJob"},"microsoft.graph.synchronizationSchema":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"synchronizationSchema","required":["@odata.type"],"type":"object","properties":{"synchronizationRules":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.synchronizationRule"},"description":"A collection of synchronization rules configured for the synchronizationJob or synchronizationTemplate."},"version":{"type":"string","description":"The version of the schema, updated automatically with every schema change.","nullable":true},"directories":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.directoryDefinition"},"description":"Contains the collection of directories and all of their objects.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.synchronizationSchema"},"microsoft.graph.synchronizationTemplate":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"synchronizationTemplate","required":["@odata.type"],"type":"object","properties":{"applicationId":{"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","description":"Identifier of the application this template belongs to.","format":"uuid"},"default":{"type":"boolean","description":"true if this template is recommended to be the default for the application."},"description":{"type":"string","description":"Description of the template.","nullable":true},"discoverable":{"type":"boolean","description":"true if this template should appear in the collection of templates available for the application instance (service principal)."},"factoryTag":{"type":"string","description":"One of the well-known factory tags supported by the synchronization engine. The factoryTag tells the synchronization engine which implementation to use when processing jobs based on this template.","nullable":true},"metadata":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.synchronizationMetadataEntry"},"description":"Additional extension properties. Unless mentioned explicitly, metadata values should not be changed."},"schema":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.synchronizationSchema"},{"type":"object","nullable":true}],"description":"Default synchronization schema for the jobs based on this template.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.synchronizationTemplate"},"microsoft.graph.targetDeviceGroup":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"targetDeviceGroup","required":["@odata.type"],"type":"object","properties":{"displayName":{"type":"string","description":"Display name for the target device group.","nullable":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.targetDeviceGroup"},"microsoft.graph.targetedManagedAppPolicyAssignment":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"targetedManagedAppPolicyAssignment","required":["@odata.type"],"type":"object","properties":{"target":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.deviceAndAppManagementAssignmentTarget"},{"type":"object","nullable":true}],"description":"Identifier for deployment to a group or app"},"@odata.type":{"type":"string"}},"description":"The type for deployment of groups or apps."}],"x-ms-discriminator-value":"#microsoft.graph.targetedManagedAppPolicyAssignment"},"microsoft.graph.teamInfo":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"teamInfo","required":["@odata.type"],"type":"object","properties":{"displayName":{"type":"string","description":"The name of the team.","nullable":true},"tenantId":{"type":"string","description":"The ID of the Microsoft Entra tenant.","nullable":true},"team":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.team"},{"type":"object","nullable":true}],"x-ms-navigationProperty":true},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.associatedTeamInfo":"#/components/schemas/microsoft.graph.associatedTeamInfo","#microsoft.graph.sharedWithChannelTeamInfo":"#/components/schemas/microsoft.graph.sharedWithChannelTeamInfo"}}}]},"microsoft.graph.associatedTeamInfo":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.teamInfo"},{"title":"associatedTeamInfo","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.associatedTeamInfo"},"microsoft.graph.sharedWithChannelTeamInfo":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.teamInfo"},{"title":"sharedWithChannelTeamInfo","required":["@odata.type"],"type":"object","properties":{"isHostTeam":{"type":"boolean","description":"Indicates whether the team is the host of the channel.","nullable":true},"allowedMembers":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.conversationMember"},"description":"A collection of team members who have access to the shared channel.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.sharedWithChannelTeamInfo"},"microsoft.graph.teamsApp":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"teamsApp","required":["@odata.type"],"type":"object","properties":{"displayName":{"type":"string","description":"The name of the catalog app provided by the app developer in the Microsoft Teams zip app package.","nullable":true},"distributionMethod":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.teamsAppDistributionMethod"},{"type":"object","nullable":true}],"description":"The method of distribution for the app. Read-only."},"externalId":{"type":"string","description":"The ID of the catalog provided by the app developer in the Microsoft Teams zip app package.","nullable":true},"appDefinitions":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.teamsAppDefinition"},"description":"The details for each version of the app.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.teamsApp"},"microsoft.graph.teamsAppDefinition":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"teamsAppDefinition","required":["@odata.type"],"type":"object","properties":{"authorization":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.teamsAppAuthorization"},{"type":"object","nullable":true}],"description":"Authorization requirements specified in the Teams app manifest."},"createdBy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"type":"object","nullable":true}]},"description":{"type":"string","description":"Verbose description of the application.","nullable":true},"displayName":{"type":"string","description":"The name of the app provided by the app developer.","nullable":true},"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","format":"date-time","nullable":true},"publishingState":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.teamsAppPublishingState"},{"type":"object","nullable":true}],"description":"The published status of a specific version of a Teams app. The possible values are:submitted—The specific version of the Teams app was submitted and is under review.published—The request to publish the specific version of the Teams app was approved by the admin and the app is published.rejected—The admin rejected the request to publish the specific version of the Teams app."},"shortDescription":{"type":"string","description":"Short description of the application.","nullable":true},"teamsAppId":{"type":"string","description":"The ID from the Teams app manifest.","nullable":true},"version":{"type":"string","description":"The version number of the application.","nullable":true},"bot":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.teamworkBot"},{"type":"object","nullable":true}],"description":"The details of the bot specified in the Teams app manifest.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.teamsAppDefinition"},"microsoft.graph.teamsAppInstallation":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"teamsAppInstallation","required":["@odata.type"],"type":"object","properties":{"consentedPermissionSet":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.teamsAppPermissionSet"},{"type":"object","nullable":true}],"description":"The set of resource-specific permissions consented to while installing or upgrading the teamsApp."},"teamsApp":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.teamsApp"},{"type":"object","nullable":true}],"description":"The app that is installed.","x-ms-navigationProperty":true},"teamsAppDefinition":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.teamsAppDefinition"},{"type":"object","nullable":true}],"description":"The details of this version of the app.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.userScopeTeamsAppInstallation":"#/components/schemas/microsoft.graph.userScopeTeamsAppInstallation"}}}]},"microsoft.graph.userScopeTeamsAppInstallation":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.teamsAppInstallation"},{"title":"userScopeTeamsAppInstallation","required":["@odata.type"],"type":"object","properties":{"chat":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.chat"},{"type":"object","nullable":true}],"description":"The chat between the user and Teams app.","x-ms-navigationProperty":true},"@odata.type":{"type":"string","default":"#microsoft.graph.userScopeTeamsAppInstallation"}}}],"x-ms-discriminator-value":"#microsoft.graph.userScopeTeamsAppInstallation"},"microsoft.graph.teamsAppSettings":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"teamsAppSettings","required":["@odata.type"],"type":"object","properties":{"allowUserRequestsForAppAccess":{"type":"boolean","description":"Indicates whether users are allowed to request access to the unavailable Teams apps.","nullable":true},"isUserPersonalScopeResourceSpecificConsentEnabled":{"type":"boolean","description":"Indicates whether resource-specific consent for personal scope in Teams apps is enabled for the tenant. True indicates that Teams apps that are allowed in the tenant and require resource-specific permissions can be installed in the personal scope. False blocks the installation of any Teams app that requires resource-specific permissions in the personal scope.","nullable":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.teamsAppSettings"},"microsoft.graph.teamsAsyncOperation":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"teamsAsyncOperation","required":["@odata.type"],"type":"object","properties":{"attemptsCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of times the operation was attempted before being marked successful or failed.","format":"int32"},"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","description":"Time when the operation was created.","format":"date-time"},"error":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.operationError"},{"type":"object","nullable":true}],"description":"Any error that causes the async operation to fail."},"lastActionDateTime":{"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":"Time when the async operation was last updated.","format":"date-time"},"operationType":{"$ref":"#/components/schemas/microsoft.graph.teamsAsyncOperationType"},"status":{"$ref":"#/components/schemas/microsoft.graph.teamsAsyncOperationStatus"},"targetResourceId":{"type":"string","description":"The ID of the object that's created or modified as result of this async operation, typically a team.","nullable":true},"targetResourceLocation":{"type":"string","description":"The location of the object that's created or modified as result of this async operation. This URL should be treated as an opaque value and not parsed into its component paths.","nullable":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.teamsAsyncOperation"},"microsoft.graph.teamsTab":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"teamsTab","required":["@odata.type"],"type":"object","properties":{"configuration":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.teamsTabConfiguration"},{"type":"object","nullable":true}],"description":"Container for custom settings applied to a tab. The tab is considered configured only once this property is set."},"displayName":{"type":"string","description":"Name of the tab.","nullable":true},"webUrl":{"type":"string","description":"Deep link URL of the tab instance. Read-only.","nullable":true},"teamsApp":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.teamsApp"},{"type":"object","nullable":true}],"description":"The application that is linked to the tab. This can't be changed after tab creation.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.teamsTab"},"microsoft.graph.teamsTemplate":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"teamsTemplate","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.teamsTemplate"},"microsoft.graph.teamwork":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"teamwork","required":["@odata.type"],"type":"object","properties":{"isTeamsEnabled":{"type":"boolean","description":"Indicates whether Microsoft Teams is enabled for the organization."},"region":{"type":"string","description":"Represents the region of the organization or the tenant. The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.","nullable":true},"deletedChats":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.deletedChat"},"description":"A collection of deleted chats.","x-ms-navigationProperty":true},"deletedTeams":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.deletedTeam"},"description":"The deleted team.","x-ms-navigationProperty":true},"teamsAppSettings":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.teamsAppSettings"},{"type":"object","nullable":true}],"description":"Represents tenant-wide settings for all Teams apps in the tenant.","x-ms-navigationProperty":true},"workforceIntegrations":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.workforceIntegration"},"x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.teamwork"},"microsoft.graph.teamworkBot":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"teamworkBot","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.teamworkBot"},"microsoft.graph.teamworkHostedContent":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"teamworkHostedContent","required":["@odata.type"],"type":"object","properties":{"contentBytes":{"type":"string","description":"Write only. Bytes for the hosted content (such as images).","format":"base64url","nullable":true},"contentType":{"type":"string","description":"Write only. Content type. such as image/png, image/jpg.","nullable":true},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.chatMessageHostedContent":"#/components/schemas/microsoft.graph.chatMessageHostedContent"}}}]},"microsoft.graph.chatMessageHostedContent":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.teamworkHostedContent"},{"title":"chatMessageHostedContent","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.chatMessageHostedContent"},"microsoft.graph.teamworkTag":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"teamworkTag","required":["@odata.type"],"type":"object","properties":{"description":{"type":"string","description":"The description of the tag as it appears to the user in Microsoft Teams. A teamworkTag can't have more than 200 teamworkTagMembers.","nullable":true},"displayName":{"type":"string","description":"The name of the tag as it appears to the user in Microsoft Teams.","nullable":true},"memberCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The number of users assigned to the tag.","format":"int32","nullable":true},"tagType":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.teamworkTagType"},{"type":"object","nullable":true}],"description":"The type of the tag. Default is standard."},"teamId":{"type":"string","description":"ID of the team in which the tag is defined.","nullable":true},"members":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.teamworkTagMember"},"description":"Users assigned to the tag.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.teamworkTag"},"microsoft.graph.teamworkTagMember":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"teamworkTagMember","required":["@odata.type"],"type":"object","properties":{"displayName":{"type":"string","description":"The member's display name.","nullable":true},"tenantId":{"type":"string","description":"The ID of the tenant that the tag member is a part of.","nullable":true},"userId":{"type":"string","description":"The user ID of the member.","nullable":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.teamworkTagMember"},"microsoft.graph.tenantProtectionScopeContainer":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"tenantProtectionScopeContainer","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.tenantProtectionScopeContainer"},"microsoft.graph.termsAndConditions":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"termsAndConditions","required":["@odata.type"],"type":"object","properties":{"acceptanceStatement":{"type":"string","description":"Administrator-supplied explanation of the terms and conditions, typically describing what it means to accept the terms and conditions set out in the T&C policy. This is shown to the user on prompts to accept the T&C policy.","nullable":true},"bodyText":{"type":"string","description":"Administrator-supplied body text of the terms and conditions, typically the terms themselves. This is shown to the user on prompts to accept the T&C policy.","nullable":true},"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","description":"DateTime the object was created.","format":"date-time"},"description":{"type":"string","description":"Administrator-supplied description of the T&C policy.","nullable":true},"displayName":{"type":"string","description":"Administrator-supplied name for the T&C policy."},"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":"DateTime the object was last modified.","format":"date-time"},"title":{"type":"string","description":"Administrator-supplied title of the terms and conditions. This is shown to the user on prompts to accept the T&C policy.","nullable":true},"version":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Integer indicating the current version of the terms. Incremented when an administrator makes a change to the terms and wishes to require users to re-accept the modified T&C policy.","format":"int32"},"acceptanceStatuses":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.termsAndConditionsAcceptanceStatus"},"description":"The list of acceptance statuses for this T&C policy.","x-ms-navigationProperty":true},"assignments":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.termsAndConditionsAssignment"},"description":"The list of assignments for this T&C policy.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}},"description":"A termsAndConditions entity represents the metadata and contents of a given Terms and Conditions (T&C) policy. T&C policies’ contents are presented to users upon their first attempt to enroll into Intune and subsequently upon edits where an administrator has required re-acceptance. They enable administrators to communicate the provisions to which a user must agree in order to have devices enrolled into Intune."}],"x-ms-discriminator-value":"#microsoft.graph.termsAndConditions"},"microsoft.graph.termsAndConditionsAcceptanceStatus":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"termsAndConditionsAcceptanceStatus","required":["@odata.type"],"type":"object","properties":{"acceptedDateTime":{"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":"DateTime when the terms were last accepted by the user.","format":"date-time"},"acceptedVersion":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Most recent version number of the T&C accepted by the user.","format":"int32"},"userDisplayName":{"type":"string","description":"Display name of the user whose acceptance the entity represents.","nullable":true},"userPrincipalName":{"type":"string","description":"The userPrincipalName of the User that accepted the term.","nullable":true},"termsAndConditions":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.termsAndConditions"},{"type":"object","nullable":true}],"description":"Navigation link to the terms and conditions that are assigned.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}},"description":"A termsAndConditionsAcceptanceStatus entity represents the acceptance status of a given Terms and Conditions (T&C) policy by a given user. Users must accept the most up-to-date version of the terms in order to retain access to the Company Portal."}],"x-ms-discriminator-value":"#microsoft.graph.termsAndConditionsAcceptanceStatus"},"microsoft.graph.termsAndConditionsAssignment":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"termsAndConditionsAssignment","required":["@odata.type"],"type":"object","properties":{"target":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.deviceAndAppManagementAssignmentTarget"},{"type":"object","nullable":true}],"description":"Assignment target that the T&C policy is assigned to."},"@odata.type":{"type":"string"}},"description":"A termsAndConditionsAssignment entity represents the assignment of a given Terms and Conditions (T&C) policy to a given group. Users in the group will be required to accept the terms in order to have devices enrolled into Intune."}],"x-ms-discriminator-value":"#microsoft.graph.termsAndConditionsAssignment"},"microsoft.graph.termsOfUseContainer":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"termsOfUseContainer","required":["@odata.type"],"type":"object","properties":{"agreementAcceptances":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.agreementAcceptance"},"description":"Represents the current status of a user's response to a company's customizable terms of use agreement.","x-ms-navigationProperty":true},"agreements":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.agreement"},"description":"Represents a tenant's customizable terms of use agreement that's created and managed with Microsoft Entra ID Governance.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.termsOfUseContainer"},"microsoft.graph.threatAssessmentRequest":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"threatAssessmentRequest","required":["@odata.type"],"type":"object","properties":{"category":{"$ref":"#/components/schemas/microsoft.graph.threatCategory"},"contentType":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.threatAssessmentContentType"},{"type":"object","nullable":true}],"description":"The content type of threat assessment. The possible values are: mail, url, file."},"createdBy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"type":"object","nullable":true}],"description":"The threat assessment request creator."},"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","description":"The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.","format":"date-time","nullable":true},"expectedAssessment":{"$ref":"#/components/schemas/microsoft.graph.threatExpectedAssessment"},"requestSource":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.threatAssessmentRequestSource"},{"type":"object","nullable":true}],"description":"The source of the threat assessment request. The possible values are: administrator."},"status":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.threatAssessmentStatus"},{"type":"object","nullable":true}],"description":"The assessment process status. The possible values are: pending, completed."},"results":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.threatAssessmentResult"},"description":"A collection of threat assessment results. Read-only. By default, a GET /threatAssessmentRequests/{id} does not return this property unless you apply $expand on it.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.emailFileAssessmentRequest":"#/components/schemas/microsoft.graph.emailFileAssessmentRequest","#microsoft.graph.fileAssessmentRequest":"#/components/schemas/microsoft.graph.fileAssessmentRequest","#microsoft.graph.mailAssessmentRequest":"#/components/schemas/microsoft.graph.mailAssessmentRequest","#microsoft.graph.urlAssessmentRequest":"#/components/schemas/microsoft.graph.urlAssessmentRequest"}}}]},"microsoft.graph.emailFileAssessmentRequest":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.threatAssessmentRequest"},{"title":"emailFileAssessmentRequest","required":["@odata.type"],"type":"object","properties":{"contentData":{"type":"string","description":"Base64 encoded .eml email file content. The file content can't fetch back because it isn't stored."},"destinationRoutingReason":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.mailDestinationRoutingReason"},{"type":"object","nullable":true}],"description":"The reason for mail routed to its destination. The possible values are: none, mailFlowRule, safeSender, blockedSender, advancedSpamFiltering, domainAllowList, domainBlockList, notInAddressBook, firstTimeSender, autoPurgeToInbox, autoPurgeToJunk, autoPurgeToDeleted, outbound, notJunk, junk."},"recipientEmail":{"type":"string","description":"The mail recipient whose policies are used to assess the mail."},"@odata.type":{"type":"string","default":"#microsoft.graph.emailFileAssessmentRequest"}}}],"x-ms-discriminator-value":"#microsoft.graph.emailFileAssessmentRequest"},"microsoft.graph.fileAssessmentRequest":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.threatAssessmentRequest"},{"title":"fileAssessmentRequest","required":["@odata.type"],"type":"object","properties":{"contentData":{"type":"string","description":"Base64 encoded file content. The file content can't fetch back because it isn't stored."},"fileName":{"type":"string","description":"The file name."},"@odata.type":{"type":"string","default":"#microsoft.graph.fileAssessmentRequest"}}}],"x-ms-discriminator-value":"#microsoft.graph.fileAssessmentRequest"},"microsoft.graph.mailAssessmentRequest":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.threatAssessmentRequest"},{"title":"mailAssessmentRequest","required":["@odata.type"],"type":"object","properties":{"destinationRoutingReason":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.mailDestinationRoutingReason"},{"type":"object","nullable":true}],"description":"The reason for mail routed to its destination. The possible values are: none, mailFlowRule, safeSender, blockedSender, advancedSpamFiltering, domainAllowList, domainBlockList, notInAddressBook, firstTimeSender, autoPurgeToInbox, autoPurgeToJunk, autoPurgeToDeleted, outbound, notJunk, junk."},"messageUri":{"type":"string","description":"The resource URI of the mail message for assessment."},"recipientEmail":{"type":"string","description":"The mail recipient whose policies are used to assess the mail."},"@odata.type":{"type":"string","default":"#microsoft.graph.mailAssessmentRequest"}}}],"x-ms-discriminator-value":"#microsoft.graph.mailAssessmentRequest"},"microsoft.graph.urlAssessmentRequest":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.threatAssessmentRequest"},{"title":"urlAssessmentRequest","required":["@odata.type"],"type":"object","properties":{"url":{"type":"string","description":"The URL string."},"@odata.type":{"type":"string","default":"#microsoft.graph.urlAssessmentRequest"}}}],"x-ms-discriminator-value":"#microsoft.graph.urlAssessmentRequest"},"microsoft.graph.threatAssessmentResult":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"threatAssessmentResult","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","description":"The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.","format":"date-time","nullable":true},"message":{"type":"string","description":"The result message for each threat assessment.","nullable":true},"resultType":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.threatAssessmentResultType"},{"type":"object","nullable":true}],"description":"The threat assessment result type. The possible values are: checkPolicy, rescan."},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.threatAssessmentResult"},"microsoft.graph.thumbnailSet":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"thumbnailSet","required":["@odata.type"],"type":"object","properties":{"large":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.thumbnail"},{"type":"object","nullable":true}],"description":"A 1920x1920 scaled thumbnail."},"medium":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.thumbnail"},{"type":"object","nullable":true}],"description":"A 176x176 scaled thumbnail."},"small":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.thumbnail"},{"type":"object","nullable":true}],"description":"A 48x48 cropped thumbnail."},"source":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.thumbnail"},{"type":"object","nullable":true}],"description":"A custom thumbnail image or the original image used to generate other thumbnails."},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.thumbnailSet"},"microsoft.graph.todoTask":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"todoTask","required":["@odata.type"],"type":"object","properties":{"body":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.itemBody"},{"type":"object","nullable":true}],"description":"The task body that typically contains information about the task."},"bodyLastModifiedDateTime":{"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 task body was last modified. By default, it is in UTC. You can provide a custom time zone in the request header. The property value uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2020 would look like this: '2020-01-01T00:00:00Z'.","format":"date-time"},"categories":{"type":"array","items":{"type":"string","nullable":true},"description":"The categories associated with the task. Each category corresponds to the displayName property of an outlookCategory that the user has defined."},"completedDateTime":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.dateTimeTimeZone"},{"type":"object","nullable":true}],"description":"The date and time in the specified time zone that the task was finished."},"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","description":"The date and time when the task was created. By default, it is in UTC. You can provide a custom time zone in the request header. The property value uses ISO 8601 format. For example, midnight UTC on Jan 1, 2020 would look like this: '2020-01-01T00:00:00Z'.","format":"date-time"},"dueDateTime":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.dateTimeTimeZone"},{"type":"object","nullable":true}],"description":"The date and time in the specified time zone that the task is to be finished."},"hasAttachments":{"type":"boolean","description":"Indicates whether the task has attachments.","nullable":true},"importance":{"$ref":"#/components/schemas/microsoft.graph.importance"},"isReminderOn":{"type":"boolean","description":"Set to true if an alert is set to remind the user of the task."},"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":"The date and time when the task was last modified. By default, it is in UTC. You can provide a custom time zone in the request header. The property value uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2020 would look like this: '2020-01-01T00:00:00Z'.","format":"date-time"},"recurrence":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.patternedRecurrence"},{"type":"object","nullable":true}],"description":"The recurrence pattern for the task."},"reminderDateTime":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.dateTimeTimeZone"},{"type":"object","nullable":true}],"description":"The date and time in the specified time zone for a reminder alert of the task to occur."},"startDateTime":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.dateTimeTimeZone"},{"type":"object","nullable":true}],"description":"The date and time in the specified time zone at which the task is scheduled to start."},"status":{"$ref":"#/components/schemas/microsoft.graph.taskStatus"},"title":{"type":"string","description":"A brief description of the task.","nullable":true},"attachments":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.attachmentBase"},"description":"A collection of file attachments for the task.","x-ms-navigationProperty":true},"attachmentSessions":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.attachmentSession"},"x-ms-navigationProperty":true},"checklistItems":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.checklistItem"},"description":"A collection of checklistItems linked to a task.","x-ms-navigationProperty":true},"extensions":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.extension"},"description":"The collection of open extensions defined for the task. Nullable.","x-ms-navigationProperty":true},"linkedResources":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.linkedResource"},"description":"A collection of resources linked to the task.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.todoTask"},"microsoft.graph.todoTaskList":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"todoTaskList","required":["@odata.type"],"type":"object","properties":{"displayName":{"type":"string","description":"The name of the task list.","nullable":true},"isOwner":{"type":"boolean","description":"True if the user is owner of the given task list."},"isShared":{"type":"boolean","description":"True if the task list is shared with other users"},"wellknownListName":{"$ref":"#/components/schemas/microsoft.graph.wellknownListName"},"extensions":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.extension"},"description":"The collection of open extensions defined for the task list. Nullable.","x-ms-navigationProperty":true},"tasks":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.todoTask"},"description":"The tasks in this task list. Read-only. Nullable.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.todoTaskList"},"microsoft.graph.training":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"training","required":["@odata.type"],"type":"object","properties":{"availabilityStatus":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.trainingAvailabilityStatus"},{"type":"object","nullable":true}],"description":"Training availability status. The possible values are: unknown, notAvailable, available, archive, delete, unknownFutureValue."},"createdBy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.emailIdentity"},{"type":"object","nullable":true}],"description":"Identity of the user who created the training."},"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","description":"Date and time when the training was created. 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","nullable":true},"description":{"type":"string","description":"The description for the training.","nullable":true},"displayName":{"type":"string","description":"The display name for the training.","nullable":true},"durationInMinutes":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Training duration.","format":"int32","nullable":true},"hasEvaluation":{"type":"boolean","description":"Indicates whether the training has any evaluation.","nullable":true},"lastModifiedBy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.emailIdentity"},{"type":"object","nullable":true}],"description":"Identity of the user who last modified the training."},"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":"Date and time when the training was last modified. 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","nullable":true},"source":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.simulationContentSource"},{"type":"object","nullable":true}],"description":"Training content source. The possible values are: unknown, global, tenant, unknownFutureValue."},"supportedLocales":{"type":"array","items":{"type":"string","nullable":true},"description":"Supported locales for content for the associated training."},"tags":{"type":"array","items":{"type":"string","nullable":true},"description":"Training tags."},"type":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.trainingType"},{"type":"object","nullable":true}],"description":"The type of training. The possible values are: unknown, phishing, unknownFutureValue."},"languageDetails":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.trainingLanguageDetail"},"description":"Language specific details on a training.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.training"},"microsoft.graph.trainingLanguageDetail":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"trainingLanguageDetail","required":["@odata.type"],"type":"object","properties":{"content":{"type":"string","description":"Language specific content for the training."},"createdBy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.emailIdentity"},{"type":"object","nullable":true}],"description":"Identity of the user who created the language details."},"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","description":"Date and time when the language details were created. 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","nullable":true},"description":{"type":"string","description":"Description as defined by the user.","nullable":true},"displayName":{"type":"string","description":"Display name as defined by the user.","nullable":true},"isDefaultLangauge":{"type":"boolean","description":"Indicates whether the training has a default language.","nullable":true},"lastModifiedBy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.emailIdentity"},{"type":"object","nullable":true}],"description":"Identity of the user who last modified the details."},"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":"Date and time when the trainingLanguageDetail was last modified. 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","nullable":true},"locale":{"type":"string","description":"Content locale for the training detail."},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.trainingLanguageDetail"},"microsoft.graph.trending":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"trending","required":["@odata.type"],"type":"object","properties":{"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":"The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z","format":"date-time","nullable":true},"resourceReference":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.resourceReference"},{"type":"object","nullable":true}],"description":"Reference properties of the trending document, such as the url and type of the document.","readOnly":true},"resourceVisualization":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.resourceVisualization"},{"type":"object","nullable":true}],"description":"Properties that you can use to visualize the document in your experience.","readOnly":true},"weight":{"oneOf":[{"type":"number","format":"double","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"Value indicating how much the document is currently trending. The larger the number, the more the document is currently trending around the user (the more relevant it is). Returned documents are sorted by this value."},"resource":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"type":"object","nullable":true}],"description":"Used for navigating to the trending document.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.trending"},"microsoft.graph.unifiedRbacResourceAction":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"unifiedRbacResourceAction","required":["@odata.type"],"type":"object","properties":{"actionVerb":{"type":"string","nullable":true},"authenticationContextId":{"type":"string","nullable":true},"description":{"type":"string","nullable":true},"isAuthenticationContextSettable":{"type":"boolean","nullable":true},"name":{"type":"string"},"resourceScopeId":{"type":"string","nullable":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.unifiedRbacResourceAction"},"microsoft.graph.unifiedRbacResourceNamespace":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"unifiedRbacResourceNamespace","required":["@odata.type"],"type":"object","properties":{"name":{"type":"string"},"resourceActions":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.unifiedRbacResourceAction"},"x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.unifiedRbacResourceNamespace"},"microsoft.graph.unifiedRoleAssignment":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"unifiedRoleAssignment","required":["@odata.type"],"type":"object","properties":{"appScopeId":{"type":"string","description":"Identifier of the app specific scope when the assignment scope is app specific. The scope of an assignment determines the set of resources for which the principal has been granted access. App scopes are scopes that are defined and understood by a resource application only. For the entitlement management provider, use this property to specify a catalog. For example, /AccessPackageCatalog/beedadfe-01d5-4025-910b-84abb9369997. Supports $filter (eq, in). For example, /roleManagement/entitlementManagement/roleAssignments?$filter=appScopeId eq '/AccessPackageCatalog/{catalog id}'.","nullable":true},"condition":{"type":"string","nullable":true},"directoryScopeId":{"type":"string","description":"Identifier of the directory object representing the scope of the assignment. The scope of an assignment determines the set of resources for which the principal has been granted access. Directory scopes are shared scopes stored in the directory that are understood by multiple applications, unlike app scopes that are defined and understood by a resource application only. Supports $filter (eq, in).","nullable":true},"principalId":{"type":"string","description":"Identifier of the principal to which the assignment is granted. Supported principals are users, role-assignable groups, and service principals. Supports $filter (eq, in).","nullable":true},"principalOrganizationId":{"type":"string","nullable":true},"roleDefinitionId":{"type":"string","description":"Identifier of the unifiedRoleDefinition the assignment is for. Read-only. Supports $filter (eq, in).","nullable":true},"appScope":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.appScope"},{"type":"object","nullable":true}],"description":"Read-only property with details of the app specific scope when the assignment scope is app specific. Containment entity. Supports $expand for the entitlement provider only.","x-ms-navigationProperty":true},"directoryScope":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.directoryObject"},{"type":"object","nullable":true}],"description":"The directory object that is the scope of the assignment. Read-only. Supports $expand for the directory provider.","x-ms-navigationProperty":true},"principal":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.directoryObject"},{"type":"object","nullable":true}],"description":"Referencing the assigned principal. Read-only. Supports $expand except for the Exchange provider.","x-ms-navigationProperty":true},"roleDefinition":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.unifiedRoleDefinition"},{"type":"object","nullable":true}],"description":"The roleDefinition the assignment is for. Supports $expand.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.unifiedRoleAssignment"},"microsoft.graph.unifiedRoleDefinition":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"unifiedRoleDefinition","required":["@odata.type"],"type":"object","properties":{"description":{"type":"string","description":"The description for the unifiedRoleDefinition. Read-only when isBuiltIn is true.","nullable":true},"displayName":{"type":"string","description":"The display name for the unifiedRoleDefinition. Read-only when isBuiltIn is true. Required.  Supports $filter (eq, in).","nullable":true},"isBuiltIn":{"type":"boolean","description":"Flag indicating whether the role definition is part of the default set included in Microsoft Entra or a custom definition. Read-only. Supports $filter (eq, in).","nullable":true},"isEnabled":{"type":"boolean","description":"Flag indicating whether the role is enabled for assignment. If false the role is not available for assignment. Read-only when isBuiltIn is true.","nullable":true},"resourceScopes":{"type":"array","items":{"type":"string"},"description":"List of the scopes or permissions the role definition applies to. Currently only / is supported. Read-only when isBuiltIn is true. DO NOT USE. This will be deprecated soon. Attach scope to role assignment."},"rolePermissions":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.unifiedRolePermission"},"description":"List of permissions included in the role. Read-only when isBuiltIn is true. Required."},"templateId":{"type":"string","description":"Custom template identifier that can be set when isBuiltIn is false but is read-only when isBuiltIn is true. This identifier is typically used if one needs an identifier to be the same across different directories.","nullable":true},"version":{"type":"string","description":"Indicates version of the role definition. Read-only when isBuiltIn is true.","nullable":true},"inheritsPermissionsFrom":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.unifiedRoleDefinition"},"description":"Read-only collection of role definitions that the given role definition inherits from. Only Microsoft Entra built-in roles (isBuiltIn is true) support this attribute. Supports $expand.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.unifiedRoleDefinition"},"microsoft.graph.unifiedRoleManagementPolicy":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"unifiedRoleManagementPolicy","required":["@odata.type"],"type":"object","properties":{"description":{"type":"string","description":"Description for the policy."},"displayName":{"type":"string","description":"Display name for the policy."},"isOrganizationDefault":{"type":"boolean","description":"This can only be set to true for a single tenant-wide policy which will apply to all scopes and roles. Set the scopeId to / and scopeType to Directory. Supports $filter (eq, ne).","nullable":true},"lastModifiedBy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identity"},{"type":"object","nullable":true}],"description":"The identity who last modified the role setting."},"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":"The time when the role setting was last modified.","format":"date-time","nullable":true},"scopeId":{"type":"string","description":"The identifier of the scope where the policy is created. Can be / for the tenant or a group ID. Required."},"scopeType":{"type":"string","description":"The type of the scope where the policy is created. One of Directory, DirectoryRole, Group. Required."},"effectiveRules":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.unifiedRoleManagementPolicyRule"},"description":"The list of effective rules like approval rules and expiration rules evaluated based on inherited referenced rules. For example, if there is a tenant-wide policy to enforce enabling an approval rule, the effective rule will be to enable approval even if the policy has a rule to disable approval. Supports $expand.","x-ms-navigationProperty":true},"rules":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.unifiedRoleManagementPolicyRule"},"description":"The collection of rules like approval rules and expiration rules. Supports $expand.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.unifiedRoleManagementPolicy"},"microsoft.graph.unifiedRoleManagementPolicyAssignment":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"unifiedRoleManagementPolicyAssignment","required":["@odata.type"],"type":"object","properties":{"policyId":{"type":"string","description":"The id of the policy. Inherited from entity."},"roleDefinitionId":{"type":"string","description":"For Microsoft Entra roles policy, it's the identifier of the role definition object where the policy applies. For PIM for Groups membership and ownership, it's either member or owner. Supports $filter (eq).","nullable":true},"scopeId":{"type":"string","description":"The identifier of the scope where the policy is assigned. Can be / for the tenant or a group ID. Required."},"scopeType":{"type":"string","description":"The type of the scope where the policy is assigned. One of Directory, DirectoryRole, Group. Required."},"policy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.unifiedRoleManagementPolicy"},{"type":"object","nullable":true}],"description":"The policy that's associated with a policy assignment. Supports $expand and a nested $expand of the rules and effectiveRules relationships for the policy.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.unifiedRoleManagementPolicyAssignment"},"microsoft.graph.unifiedRoleManagementPolicyRule":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"unifiedRoleManagementPolicyRule","required":["@odata.type"],"type":"object","properties":{"target":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.unifiedRoleManagementPolicyRuleTarget"},{"type":"object","nullable":true}],"description":"Defines details of scope that's targeted by role management policy rule. The details can include the principal type, the role assignment type, and actions affecting a role. Supports $filter (eq, ne)."},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.unifiedRoleManagementPolicyApprovalRule":"#/components/schemas/microsoft.graph.unifiedRoleManagementPolicyApprovalRule","#microsoft.graph.unifiedRoleManagementPolicyAuthenticationContextRule":"#/components/schemas/microsoft.graph.unifiedRoleManagementPolicyAuthenticationContextRule","#microsoft.graph.unifiedRoleManagementPolicyEnablementRule":"#/components/schemas/microsoft.graph.unifiedRoleManagementPolicyEnablementRule","#microsoft.graph.unifiedRoleManagementPolicyExpirationRule":"#/components/schemas/microsoft.graph.unifiedRoleManagementPolicyExpirationRule","#microsoft.graph.unifiedRoleManagementPolicyNotificationRule":"#/components/schemas/microsoft.graph.unifiedRoleManagementPolicyNotificationRule"}}}]},"microsoft.graph.unifiedRoleManagementPolicyApprovalRule":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.unifiedRoleManagementPolicyRule"},{"title":"unifiedRoleManagementPolicyApprovalRule","required":["@odata.type"],"type":"object","properties":{"setting":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.approvalSettings"},{"type":"object","nullable":true}],"description":"The settings for approval of the role assignment."},"@odata.type":{"type":"string","default":"#microsoft.graph.unifiedRoleManagementPolicyApprovalRule"}}}],"x-ms-discriminator-value":"#microsoft.graph.unifiedRoleManagementPolicyApprovalRule"},"microsoft.graph.unifiedRoleManagementPolicyAuthenticationContextRule":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.unifiedRoleManagementPolicyRule"},{"title":"unifiedRoleManagementPolicyAuthenticationContextRule","required":["@odata.type"],"type":"object","properties":{"claimValue":{"type":"string","description":"The value of the authentication context claim.","nullable":true},"isEnabled":{"type":"boolean","description":"Determines whether this rule is enabled.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.unifiedRoleManagementPolicyAuthenticationContextRule"}}}],"x-ms-discriminator-value":"#microsoft.graph.unifiedRoleManagementPolicyAuthenticationContextRule"},"microsoft.graph.unifiedRoleManagementPolicyEnablementRule":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.unifiedRoleManagementPolicyRule"},{"title":"unifiedRoleManagementPolicyEnablementRule","required":["@odata.type"],"type":"object","properties":{"enabledRules":{"type":"array","items":{"type":"string","nullable":true},"description":"The collection of rules that are enabled for this policy rule. For example, MultiFactorAuthentication, Ticketing, and Justification."},"@odata.type":{"type":"string","default":"#microsoft.graph.unifiedRoleManagementPolicyEnablementRule"}}}],"x-ms-discriminator-value":"#microsoft.graph.unifiedRoleManagementPolicyEnablementRule"},"microsoft.graph.unifiedRoleManagementPolicyExpirationRule":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.unifiedRoleManagementPolicyRule"},{"title":"unifiedRoleManagementPolicyExpirationRule","required":["@odata.type"],"type":"object","properties":{"isExpirationRequired":{"type":"boolean","description":"Indicates whether expiration is required or if it's a permanently active assignment or eligibility.","nullable":true},"maximumDuration":{"pattern":"^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$","type":"string","description":"The maximum duration allowed for eligibility or assignment that isn't permanent. Required when isExpirationRequired is true.","format":"duration","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.unifiedRoleManagementPolicyExpirationRule"}}}],"x-ms-discriminator-value":"#microsoft.graph.unifiedRoleManagementPolicyExpirationRule"},"microsoft.graph.unifiedRoleManagementPolicyNotificationRule":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.unifiedRoleManagementPolicyRule"},{"title":"unifiedRoleManagementPolicyNotificationRule","required":["@odata.type"],"type":"object","properties":{"isDefaultRecipientsEnabled":{"type":"boolean","description":"Indicates whether a default recipient will receive the notification email.","nullable":true},"notificationLevel":{"type":"string","description":"The level of notification. The possible values are None, Critical, All.","nullable":true},"notificationRecipients":{"type":"array","items":{"type":"string","nullable":true},"description":"The list of recipients of the email notifications."},"notificationType":{"type":"string","description":"The type of notification. Only Email is supported.","nullable":true},"recipientType":{"type":"string","description":"The type of recipient of the notification. The possible values are Requestor, Approver, Admin.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.unifiedRoleManagementPolicyNotificationRule"}}}],"x-ms-discriminator-value":"#microsoft.graph.unifiedRoleManagementPolicyNotificationRule"},"microsoft.graph.unifiedRoleScheduleBase":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"unifiedRoleScheduleBase","required":["@odata.type"],"type":"object","properties":{"appScopeId":{"type":"string","description":"Identifier of the app-specific scope when the assignment or eligibility is scoped to an app. The scope of an assignment or eligibility determines the set of resources for which the principal has been granted access. App scopes are scopes that are defined and understood by this application only. Use / for tenant-wide app scopes. Use directoryScopeId to limit the scope to particular directory objects, for example, administrative units.","nullable":true},"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","description":"When the schedule was created.","format":"date-time","nullable":true},"createdUsing":{"type":"string","description":"Identifier of the object through which this schedule was created.","nullable":true},"directoryScopeId":{"type":"string","description":"Identifier of the directory object representing the scope of the assignment or eligibility. The scope of an assignment or eligibility determines the set of resources for which the principal has been granted access. Directory scopes are shared scopes stored in the directory that are understood by multiple applications. Use / for tenant-wide scope. Use appScopeId to limit the scope to an application only.","nullable":true},"modifiedDateTime":{"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":"When the schedule was last modified.","format":"date-time","nullable":true},"principalId":{"type":"string","description":"Identifier of the principal that has been granted the role assignment or eligibility.","nullable":true},"roleDefinitionId":{"type":"string","description":"Identifier of the unifiedRoleDefinition object that is being assigned to the principal or that a principal is eligible for.","nullable":true},"status":{"type":"string","description":"The status of the role assignment or eligibility request.","nullable":true},"appScope":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.appScope"},{"type":"object","nullable":true}],"description":"Read-only property with details of the app-specific scope when the role eligibility or assignment is scoped to an app. Nullable.","x-ms-navigationProperty":true},"directoryScope":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.directoryObject"},{"type":"object","nullable":true}],"description":"The directory object that is the scope of the role eligibility or assignment. Read-only.","x-ms-navigationProperty":true},"principal":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.directoryObject"},{"type":"object","nullable":true}],"description":"The principal that's getting a role assignment or that's eligible for a role through the request.","x-ms-navigationProperty":true},"roleDefinition":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.unifiedRoleDefinition"},{"type":"object","nullable":true}],"description":"Detailed information for the roleDefinition object that is referenced through the roleDefinitionId property.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.unifiedRoleAssignmentSchedule":"#/components/schemas/microsoft.graph.unifiedRoleAssignmentSchedule","#microsoft.graph.unifiedRoleEligibilitySchedule":"#/components/schemas/microsoft.graph.unifiedRoleEligibilitySchedule"}}}]},"microsoft.graph.unifiedRoleAssignmentSchedule":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.unifiedRoleScheduleBase"},{"title":"unifiedRoleAssignmentSchedule","required":["@odata.type"],"type":"object","properties":{"assignmentType":{"type":"string","description":"The type of the assignment that can either be Assigned or Activated. Supports $filter (eq, ne).","nullable":true},"memberType":{"type":"string","description":"How the assignment is inherited. It can either be Inherited, Direct, or Group. It can further imply whether the unifiedRoleAssignmentSchedule can be managed by the caller. Supports $filter (eq, ne).","nullable":true},"scheduleInfo":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.requestSchedule"},{"type":"object","nullable":true}],"description":"The period of the role assignment. It can represent a single occurrence or multiple recurrences."},"activatedUsing":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.unifiedRoleEligibilitySchedule"},{"type":"object","nullable":true}],"description":"If the request is from an eligible administrator to activate a role, this parameter shows the related eligible assignment for that activation. Otherwise, it's null. Supports $expand.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.unifiedRoleAssignmentSchedule"},"microsoft.graph.unifiedRoleEligibilitySchedule":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.unifiedRoleScheduleBase"},{"title":"unifiedRoleEligibilitySchedule","required":["@odata.type"],"type":"object","properties":{"memberType":{"type":"string","description":"How the role eligibility is inherited. It can either be Inherited, Direct, or Group. It can further imply whether the unifiedRoleEligibilitySchedule can be managed by the caller. Supports $filter (eq, ne).","nullable":true},"scheduleInfo":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.requestSchedule"},{"type":"object","nullable":true}],"description":"The period of the role eligibility."},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.unifiedRoleEligibilitySchedule"},"microsoft.graph.unifiedRoleScheduleInstanceBase":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"unifiedRoleScheduleInstanceBase","required":["@odata.type"],"type":"object","properties":{"appScopeId":{"type":"string","description":"Identifier of the app-specific scope when the assignment or role eligibility is scoped to an app. The scope of an assignment or role eligibility determines the set of resources for which the principal has been granted access. App scopes are scopes that are defined and understood by this application only. Use / for tenant-wide app scopes. Use directoryScopeId to limit the scope to particular directory objects, for example, administrative units.","nullable":true},"directoryScopeId":{"type":"string","description":"Identifier of the directory object representing the scope of the assignment or role eligibility. The scope of an assignment or role eligibility determines the set of resources for which the principal has been granted access. Directory scopes are shared scopes stored in the directory that are understood by multiple applications. Use / for tenant-wide scope. Use appScopeId to limit the scope to an application only.","nullable":true},"principalId":{"type":"string","description":"Identifier of the principal that has been granted the role assignment or that's eligible for a role.","nullable":true},"roleDefinitionId":{"type":"string","description":"Identifier of the unifiedRoleDefinition object that is being assigned to the principal or that the principal is eligible for.","nullable":true},"appScope":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.appScope"},{"type":"object","nullable":true}],"description":"Read-only property with details of the app-specific scope when the assignment or role eligibility is scoped to an app. Nullable.","x-ms-navigationProperty":true},"directoryScope":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.directoryObject"},{"type":"object","nullable":true}],"description":"The directory object that is the scope of the assignment or role eligibility. Read-only.","x-ms-navigationProperty":true},"principal":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.directoryObject"},{"type":"object","nullable":true}],"description":"The principal that's getting a role assignment or role eligibility through the request.","x-ms-navigationProperty":true},"roleDefinition":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.unifiedRoleDefinition"},{"type":"object","nullable":true}],"description":"Detailed information for the roleDefinition object that is referenced through the roleDefinitionId property.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.unifiedRoleAssignmentScheduleInstance":"#/components/schemas/microsoft.graph.unifiedRoleAssignmentScheduleInstance","#microsoft.graph.unifiedRoleEligibilityScheduleInstance":"#/components/schemas/microsoft.graph.unifiedRoleEligibilityScheduleInstance"}}}]},"microsoft.graph.unifiedRoleAssignmentScheduleInstance":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.unifiedRoleScheduleInstanceBase"},{"title":"unifiedRoleAssignmentScheduleInstance","required":["@odata.type"],"type":"object","properties":{"assignmentType":{"type":"string","description":"The type of the assignment that can either be Assigned or Activated. Supports $filter (eq, ne).","nullable":true},"endDateTime":{"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 of the schedule instance.","format":"date-time","nullable":true},"memberType":{"type":"string","description":"How the assignment is inherited. It can either be Inherited, Direct, or Group. It can further imply whether the unifiedRoleAssignmentSchedule can be managed by the caller. Supports $filter (eq, ne).","nullable":true},"roleAssignmentOriginId":{"type":"string","description":"The identifier of the role assignment in Microsoft Entra. Supports $filter (eq, ne).","nullable":true},"roleAssignmentScheduleId":{"type":"string","description":"The identifier of the unifiedRoleAssignmentSchedule object from which this instance was created. Supports $filter (eq, ne).","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":"When this instance starts.","format":"date-time","nullable":true},"activatedUsing":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.unifiedRoleEligibilityScheduleInstance"},{"type":"object","nullable":true}],"description":"If the request is from an eligible administrator to activate a role, this parameter shows the related eligible assignment for that activation. Otherwise, it's null. Supports $expand and $select nested in $expand.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.unifiedRoleAssignmentScheduleInstance"},"microsoft.graph.unifiedRoleEligibilityScheduleInstance":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.unifiedRoleScheduleInstanceBase"},{"title":"unifiedRoleEligibilityScheduleInstance","required":["@odata.type"],"type":"object","properties":{"endDateTime":{"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 of the schedule instance.","format":"date-time","nullable":true},"memberType":{"type":"string","description":"How the role eligibility is inherited. It can either be Inherited, Direct, or Group. It can further imply whether the unifiedRoleEligibilitySchedule can be managed by the caller. Supports $filter (eq, ne).","nullable":true},"roleEligibilityScheduleId":{"type":"string","description":"The identifier of the unifiedRoleEligibilitySchedule object from which this instance was created. Supports $filter (eq, ne).","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":"When this instance starts.","format":"date-time","nullable":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.unifiedRoleEligibilityScheduleInstance"},"microsoft.graph.unifiedStorageQuota":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"unifiedStorageQuota","required":["@odata.type"],"type":"object","properties":{"deleted":{"type":"number","format":"int64","nullable":true},"manageWebUrl":{"type":"string","nullable":true},"remaining":{"type":"number","format":"int64","nullable":true},"state":{"type":"string","nullable":true},"total":{"type":"number","format":"int64","nullable":true},"used":{"type":"number","format":"int64","nullable":true},"services":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.serviceStorageQuotaBreakdown"},"x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.unifiedStorageQuota"},"microsoft.graph.usageRightsIncluded":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"usageRightsIncluded","required":["@odata.type"],"type":"object","properties":{"ownerEmail":{"type":"string","description":"The email of owner label rights.","nullable":true},"userEmail":{"type":"string","description":"The email of user with label user rights.","nullable":true},"value":{"$ref":"#/components/schemas/microsoft.graph.usageRights"},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.usageRightsIncluded"},"microsoft.graph.usedInsight":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"usedInsight","required":["@odata.type"],"type":"object","properties":{"lastUsed":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.usageDetails"},{"type":"object","nullable":true}],"description":"Information about when the item was last viewed or modified by the user. Read-only."},"resourceReference":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.resourceReference"},{"type":"object","nullable":true}],"description":"Reference properties of the used document, such as the URL and type of the document. Read-only","readOnly":true},"resourceVisualization":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.resourceVisualization"},{"type":"object","nullable":true}],"description":"Properties that you can use to visualize the document in your experience. Read-only","readOnly":true},"resource":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"type":"object","nullable":true}],"description":"Used for navigating to the item that was used. For file attachments, the type is fileAttachment. For linked attachments, the type is driveItem.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.usedInsight"},"microsoft.graph.userExperienceAnalyticsAppHealthApplicationPerformance":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"userExperienceAnalyticsAppHealthApplicationPerformance","required":["@odata.type"],"type":"object","properties":{"activeDeviceCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The health score of the application. Valid values 0 to 100. Supports: $filter, $select, $OrderBy. Read-only. Valid values -2147483648 to 2147483647","format":"int32"},"appCrashCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The number of crashes for the application. Valid values 0 to 2147483647. Supports: $select, $OrderBy. Read-only. Valid values -2147483648 to 2147483647","format":"int32"},"appDisplayName":{"type":"string","description":"The friendly name of the application. The possible values are: Outlook, Excel. Supports: $select, $OrderBy. Read-only.","nullable":true},"appHangCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The number of hangs for the application. Supports: $select, $OrderBy. Read-only. Valid values -2147483648 to 2147483647","format":"int32"},"appHealthScore":{"oneOf":[{"type":"number","format":"double","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"The health score of the application. Valid values 0 to 100. Supports: $filter, $select, $OrderBy. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308"},"appName":{"type":"string","description":"The name of the application. The possible values are: outlook.exe, excel.exe. Supports: $select, $OrderBy. Read-only.","nullable":true},"appPublisher":{"type":"string","description":"The publisher of the application. Supports: $select, $OrderBy. Read-only.","nullable":true},"appUsageDuration":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The total usage time of the application in minutes. Valid values 0 to 2147483647. Supports: $select, $OrderBy. Read-only. Valid values -2147483648 to 2147483647","format":"int32"},"meanTimeToFailureInMinutes":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The mean time to failure for the application in minutes. Valid values 0 to 2147483647. Supports: $select, $OrderBy. Read-only. Valid values -2147483648 to 2147483647","format":"int32"},"@odata.type":{"type":"string"}},"description":"The user experience analytics application performance entity contains application performance details."}],"x-ms-discriminator-value":"#microsoft.graph.userExperienceAnalyticsAppHealthApplicationPerformance"},"microsoft.graph.userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails","required":["@odata.type"],"type":"object","properties":{"appCrashCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The number of crashes for the app. Valid values -2147483648 to 2147483647","format":"int32"},"appDisplayName":{"type":"string","description":"The friendly name of the application.","nullable":true},"appName":{"type":"string","description":"The name of the application.","nullable":true},"appPublisher":{"type":"string","description":"The publisher of the application.","nullable":true},"appVersion":{"type":"string","description":"The version of the application.","nullable":true},"deviceCountWithCrashes":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The total number of devices that have reported one or more application crashes for this application and version. Valid values 0 to 2147483647. Supports: $select, $OrderBy. Read-only. Valid values -2147483648 to 2147483647","format":"int32"},"isLatestUsedVersion":{"type":"boolean","description":"When TRUE, indicates the version of application is the latest version for that application that is in use. When FALSE, indicates the version is not the latest version. FALSE by default. Supports: $select, $OrderBy."},"isMostUsedVersion":{"type":"boolean","description":"When TRUE, indicates the version of application is the most used version for that application. When FALSE, indicates the version is not the most used version. FALSE by default. Supports: $select, $OrderBy. Read-only."},"@odata.type":{"type":"string"}},"description":"The user experience analytics application performance entity contains application performance by application version details."}],"x-ms-discriminator-value":"#microsoft.graph.userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails"},"microsoft.graph.userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId","required":["@odata.type"],"type":"object","properties":{"appCrashCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The number of crashes for the app. Valid values -2147483648 to 2147483647","format":"int32"},"appDisplayName":{"type":"string","description":"The friendly name of the application.","nullable":true},"appName":{"type":"string","description":"The name of the application.","nullable":true},"appPublisher":{"type":"string","description":"The publisher of the application.","nullable":true},"appVersion":{"type":"string","description":"The version of the application.","nullable":true},"deviceDisplayName":{"type":"string","description":"The name of the device. Supports: $select, $OrderBy. Read-only.","nullable":true},"deviceId":{"type":"string","description":"The Intune device id of the device. Supports: $select, $OrderBy. Read-only.","nullable":true},"processedDateTime":{"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 statistics were last computed. The value cannot be modified and is automatically populated when the statistics are computed. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2022 would look like this: '2022-01-01T00:00:00Z'. Returned by default. Read-only.","format":"date-time"},"@odata.type":{"type":"string"}},"description":"The user experience analytics application performance entity contains application performance by application version device id."}],"x-ms-discriminator-value":"#microsoft.graph.userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId"},"microsoft.graph.userExperienceAnalyticsAppHealthAppPerformanceByOSVersion":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"userExperienceAnalyticsAppHealthAppPerformanceByOSVersion","required":["@odata.type"],"type":"object","properties":{"activeDeviceCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The number of devices where the application has been active. Valid values 0 to 2147483647. Supports: $select, $OrderBy. Read-only. Valid values -2147483648 to 2147483647","format":"int32"},"appCrashCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The number of crashes for the application. Valid values 0 to 2147483647. Supports: $select, $OrderBy. Read-only. Valid values -2147483648 to 2147483647","format":"int32"},"appDisplayName":{"type":"string","description":"The friendly name of the application. The possible values are: Outlook, Excel. Supports: $select, $OrderBy. Read-only.","nullable":true},"appName":{"type":"string","description":"The name of the application. The possible values are: outlook.exe, excel.exe. Supports: $select, $OrderBy. Read-only.","nullable":true},"appPublisher":{"type":"string","description":"The publisher of the application. Supports: $select, $OrderBy. Read-only.","nullable":true},"appUsageDuration":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The total usage time of the application in minutes. Valid values 0 to 2147483647. Supports: $select, $OrderBy. Read-only. Valid values -2147483648 to 2147483647","format":"int32"},"meanTimeToFailureInMinutes":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The mean time to failure for the application in minutes. Valid values 0 to 2147483647. Supports: $select, $OrderBy. Read-only. Valid values -2147483648 to 2147483647","format":"int32"},"osBuildNumber":{"type":"string","description":"The OS build number of the application. Supports: $select, $OrderBy. Read-only.","nullable":true},"osVersion":{"type":"string","description":"The OS version of the application. Supports: $select, $OrderBy. Read-only.","nullable":true},"@odata.type":{"type":"string"}},"description":"The user experience analytics application performance entity contains app performance details by OS version."}],"x-ms-discriminator-value":"#microsoft.graph.userExperienceAnalyticsAppHealthAppPerformanceByOSVersion"},"microsoft.graph.userExperienceAnalyticsAppHealthDeviceModelPerformance":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"userExperienceAnalyticsAppHealthDeviceModelPerformance","required":["@odata.type"],"type":"object","properties":{"activeDeviceCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The number of active devices for the model. Valid values 0 to 2147483647. Supports: $filter, $select, $OrderBy. Read-only. Valid values -2147483648 to 2147483647","format":"int32"},"deviceManufacturer":{"type":"string","description":"The manufacturer name of the device. Supports: $select, $OrderBy. Read-only.","nullable":true},"deviceModel":{"type":"string","description":"The model name of the device. Supports: $select, $OrderBy. Read-only.","nullable":true},"healthStatus":{"$ref":"#/components/schemas/microsoft.graph.userExperienceAnalyticsHealthState"},"meanTimeToFailureInMinutes":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The mean time to failure for the application in minutes. Valid values 0 to 2147483647. Supports: $filter, $select, $OrderBy. Read-only. Valid values -2147483648 to 2147483647","format":"int32"},"modelAppHealthScore":{"oneOf":[{"type":"number","format":"double","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"The application health score of the device model. Valid values 0 to 100. Supports: $filter, $select, $OrderBy. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308"},"@odata.type":{"type":"string"}},"description":"The user experience analytics device model performance entity contains device model performance details."}],"x-ms-discriminator-value":"#microsoft.graph.userExperienceAnalyticsAppHealthDeviceModelPerformance"},"microsoft.graph.userExperienceAnalyticsAppHealthDevicePerformance":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"userExperienceAnalyticsAppHealthDevicePerformance","required":["@odata.type"],"type":"object","properties":{"appCrashCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The number of application crashes for the device. Valid values 0 to 2147483647. Supports: $filter, $select, $OrderBy. Read-only. Valid values -2147483648 to 2147483647","format":"int32"},"appHangCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The number of application hangs for the device. Valid values 0 to 2147483647. Supports: $select, $OrderBy. Read-only. Valid values -2147483648 to 2147483647","format":"int32"},"crashedAppCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The number of distinct application crashes for the device. Valid values 0 to 2147483647. Supports: $select, $OrderBy. Read-only. Valid values -2147483648 to 2147483647","format":"int32"},"deviceAppHealthScore":{"oneOf":[{"type":"number","format":"double","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"The application health score of the device. Valid values 0 to 100. Supports: $filter, $select, $OrderBy. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308"},"deviceDisplayName":{"type":"string","description":"The name of the device. Supports: $select, $OrderBy. Read-only.","nullable":true},"deviceId":{"type":"string","description":"The Intune device id of the device. Supports: $select, $OrderBy. Read-only.","nullable":true},"deviceManufacturer":{"type":"string","description":"The manufacturer name of the device. Supports: $select, $OrderBy. Read-only.","nullable":true},"deviceModel":{"type":"string","description":"The model name of the device. Supports: $select, $OrderBy. Read-only.","nullable":true},"healthStatus":{"$ref":"#/components/schemas/microsoft.graph.userExperienceAnalyticsHealthState"},"meanTimeToFailureInMinutes":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The mean time to failure for the application in minutes. Valid values 0 to 2147483647. Supports: $filter, $select, $OrderBy. Read-only. Valid values -2147483648 to 2147483647","format":"int32"},"processedDateTime":{"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 statistics were last computed. The value cannot be modified and is automatically populated when the statistics are computed. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2022 would look like this: '2022-01-01T00:00:00Z'. Returned by default. Read-only.","format":"date-time"},"@odata.type":{"type":"string"}},"description":"The user experience analytics device performance entity contains device performance details."}],"x-ms-discriminator-value":"#microsoft.graph.userExperienceAnalyticsAppHealthDevicePerformance"},"microsoft.graph.userExperienceAnalyticsAppHealthDevicePerformanceDetails":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"userExperienceAnalyticsAppHealthDevicePerformanceDetails","required":["@odata.type"],"type":"object","properties":{"appDisplayName":{"type":"string","description":"The friendly name of the application for which the event occurred. The possible values are: outlook.exe, excel.exe. Supports: $select, $OrderBy. Read-only.","nullable":true},"appPublisher":{"type":"string","description":"The publisher of the application. Supports: $select, $OrderBy. Read-only.","nullable":true},"appVersion":{"type":"string","description":"The version of the application. The possible values are: 1.0.0.1, 75.65.23.9. Supports: $select, $OrderBy. Read-only.","nullable":true},"deviceDisplayName":{"type":"string","description":"The name of the device. Supports: $select, $OrderBy. Read-only.","nullable":true},"deviceId":{"type":"string","description":"The Intune device id of the device. Supports: $select, $OrderBy. Read-only.","nullable":true},"eventDateTime":{"pattern":"^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$","type":"string","description":"The time the event occurred. The value cannot be modified and is automatically populated when the statistics are computed. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2022 would look like this: '2022-01-01T00:00:00Z'. Returned by default. Read-only.","format":"date-time"},"eventType":{"type":"string","description":"The type of the event. Supports: $select, $OrderBy. Read-only.","nullable":true},"@odata.type":{"type":"string"}},"description":"The user experience analytics device performance entity contains device performance details."}],"x-ms-discriminator-value":"#microsoft.graph.userExperienceAnalyticsAppHealthDevicePerformanceDetails"},"microsoft.graph.userExperienceAnalyticsAppHealthOSVersionPerformance":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"userExperienceAnalyticsAppHealthOSVersionPerformance","required":["@odata.type"],"type":"object","properties":{"activeDeviceCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The number of active devices for the OS version. Valid values 0 to 2147483647. Supports: $filter, $select, $OrderBy. Read-only. Valid values -2147483648 to 2147483647","format":"int32"},"meanTimeToFailureInMinutes":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The mean time to failure for the application in minutes. Valid values 0 to 2147483647. Supports: $filter, $select, $OrderBy. Read-only. Valid values -2147483648 to 2147483647","format":"int32"},"osBuildNumber":{"type":"string","description":"The OS build number installed on the device. Supports: $select, $OrderBy. Read-only.","nullable":true},"osVersion":{"type":"string","description":"The OS version installed on the device. Supports: $select, $OrderBy. Read-only.","nullable":true},"osVersionAppHealthScore":{"oneOf":[{"type":"number","format":"double","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"The application health score of the OS version. Valid values 0 to 100. Supports: $filter, $select, $OrderBy. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308"},"@odata.type":{"type":"string"}},"description":"The user experience analytics device OS version performance entity contains OS version performance details."}],"x-ms-discriminator-value":"#microsoft.graph.userExperienceAnalyticsAppHealthOSVersionPerformance"},"microsoft.graph.userExperienceAnalyticsBaseline":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"userExperienceAnalyticsBaseline","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","description":"The date the custom baseline was created. The value cannot be modified and is automatically populated when the baseline is created. The Timestamp 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'. Returned by default.","format":"date-time"},"displayName":{"type":"string","description":"The name of the baseline.","nullable":true},"isBuiltIn":{"type":"boolean","description":"When TRUE, indicates the current baseline is the commercial median baseline. When FALSE, indicates it is a custom baseline. FALSE by default."},"appHealthMetrics":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.userExperienceAnalyticsCategory"},{"type":"object","nullable":true}],"description":"The scores and insights for the application health metrics.","x-ms-navigationProperty":true},"batteryHealthMetrics":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.userExperienceAnalyticsCategory"},{"type":"object","nullable":true}],"description":"The scores and insights for the battery health metrics.","x-ms-navigationProperty":true},"bestPracticesMetrics":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.userExperienceAnalyticsCategory"},{"type":"object","nullable":true}],"description":"The scores and insights for the best practices metrics.","x-ms-navigationProperty":true},"deviceBootPerformanceMetrics":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.userExperienceAnalyticsCategory"},{"type":"object","nullable":true}],"description":"The scores and insights for the device boot performance metrics.","x-ms-navigationProperty":true},"rebootAnalyticsMetrics":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.userExperienceAnalyticsCategory"},{"type":"object","nullable":true}],"description":"The scores and insights for the reboot analytics metrics.","x-ms-navigationProperty":true},"resourcePerformanceMetrics":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.userExperienceAnalyticsCategory"},{"type":"object","nullable":true}],"description":"The scores and insights for the resource performance metrics.","x-ms-navigationProperty":true},"workFromAnywhereMetrics":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.userExperienceAnalyticsCategory"},{"type":"object","nullable":true}],"description":"The scores and insights for the work from anywhere metrics.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}},"description":"The user experience analytics baseline entity contains baseline values against which to compare the user experience analytics scores."}],"x-ms-discriminator-value":"#microsoft.graph.userExperienceAnalyticsBaseline"},"microsoft.graph.userExperienceAnalyticsCategory":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"userExperienceAnalyticsCategory","required":["@odata.type"],"type":"object","properties":{"insights":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.userExperienceAnalyticsInsight"},"description":"The insights for the category. Read-only."},"metricValues":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.userExperienceAnalyticsMetric"},"description":"The metric values for the user experience analytics category. Read-only.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}},"description":"The user experience analytics category entity contains the scores and insights for the various metrics of a category."}],"x-ms-discriminator-value":"#microsoft.graph.userExperienceAnalyticsCategory"},"microsoft.graph.userExperienceAnalyticsDevicePerformance":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"userExperienceAnalyticsDevicePerformance","required":["@odata.type"],"type":"object","properties":{"averageBlueScreens":{"oneOf":[{"type":"number","format":"double","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"Average (mean) number of Blue Screens per device in the last 30 days. Valid values 0 to 9999999"},"averageRestarts":{"oneOf":[{"type":"number","format":"double","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"Average (mean) number of Restarts per device in the last 30 days. Valid values 0 to 9999999"},"blueScreenCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of Blue Screens in the last 30 days. Valid values 0 to 9999999","format":"int32"},"bootScore":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The user experience analytics device boot score.","format":"int32"},"coreBootTimeInMs":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The user experience analytics device core boot time in milliseconds.","format":"int32"},"coreLoginTimeInMs":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The user experience analytics device core login time in milliseconds.","format":"int32"},"deviceCount":{"type":"number","description":"User experience analytics summarized device count.","format":"int64"},"deviceName":{"type":"string","description":"The user experience analytics device name.","nullable":true},"diskType":{"$ref":"#/components/schemas/microsoft.graph.diskType"},"groupPolicyBootTimeInMs":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The user experience analytics device group policy boot time in milliseconds.","format":"int32"},"groupPolicyLoginTimeInMs":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The user experience analytics device group policy login time in milliseconds.","format":"int32"},"healthStatus":{"$ref":"#/components/schemas/microsoft.graph.userExperienceAnalyticsHealthState"},"loginScore":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The user experience analytics device login score.","format":"int32"},"manufacturer":{"type":"string","description":"The user experience analytics device manufacturer.","nullable":true},"model":{"type":"string","description":"The user experience analytics device model.","nullable":true},"modelStartupPerformanceScore":{"oneOf":[{"type":"number","format":"double","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"The user experience analytics model level startup performance score. Valid values -1.79769313486232E+308 to 1.79769313486232E+308"},"operatingSystemVersion":{"type":"string","description":"The user experience analytics device Operating System version.","nullable":true},"responsiveDesktopTimeInMs":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The user experience analytics responsive desktop time in milliseconds.","format":"int32"},"restartCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of Restarts in the last 30 days. Valid values 0 to 9999999","format":"int32"},"startupPerformanceScore":{"oneOf":[{"type":"number","format":"double","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"The user experience analytics device startup performance score. Valid values -1.79769313486232E+308 to 1.79769313486232E+308"},"@odata.type":{"type":"string"}},"description":"The user experience analytics device performance entity contains device boot performance details."}],"x-ms-discriminator-value":"#microsoft.graph.userExperienceAnalyticsDevicePerformance"},"microsoft.graph.userExperienceAnalyticsDeviceScores":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"userExperienceAnalyticsDeviceScores","required":["@odata.type"],"type":"object","properties":{"appReliabilityScore":{"oneOf":[{"type":"number","format":"double","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"Indicates a score calculated from application health data to indicate when a device is having problems running one or more applications. Valid values range from 0-100. Value -1 means associated score is unavailable. A higher score indicates a healthier device. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308"},"batteryHealthScore":{"oneOf":[{"type":"number","format":"double","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"Indicates a calulated score indicating the health of the device's battery. Valid values range from 0-100. Value -1 means associated score is unavailable. A higher score indicates a healthier device. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308"},"deviceName":{"type":"string","description":"The name of the device. Supports: $select, $OrderBy. Read-only.","nullable":true},"endpointAnalyticsScore":{"oneOf":[{"type":"number","format":"double","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"Indicates a weighted average of the various scores. Valid values range from 0-100. Value -1 means associated score is unavailable. A higher score indicates a healthier device. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308"},"healthStatus":{"$ref":"#/components/schemas/microsoft.graph.userExperienceAnalyticsHealthState"},"manufacturer":{"type":"string","description":"The manufacturer name of the device. Examples: Microsoft Corporation, HP, Lenovo. Supports: $select, $OrderBy. Read-only.","nullable":true},"model":{"type":"string","description":"The model name of the device. Supports: $select, $OrderBy. Read-only.","nullable":true},"startupPerformanceScore":{"oneOf":[{"type":"number","format":"double","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"Indicates a weighted average of boot score and logon score used for measuring startup performance. Valid values range from 0-100. Value -1 means associated score is unavailable. A higher score indicates a healthier device. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308"},"workFromAnywhereScore":{"oneOf":[{"type":"number","format":"double","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"Indicates a weighted score of the work from anywhere on a device level. Valid values range from 0-100. Value -1 means associated score is unavailable. A higher score indicates a healthier device. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308"},"@odata.type":{"type":"string"}},"description":"The user experience analytics device scores entity consolidates the various Endpoint Analytics scores."}],"x-ms-discriminator-value":"#microsoft.graph.userExperienceAnalyticsDeviceScores"},"microsoft.graph.userExperienceAnalyticsDeviceStartupHistory":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"userExperienceAnalyticsDeviceStartupHistory","required":["@odata.type"],"type":"object","properties":{"coreBootTimeInMs":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The device core boot time in milliseconds. Supports: $select, $OrderBy. Read-only.","format":"int32"},"coreLoginTimeInMs":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The device core login time in milliseconds. Supports: $select, $OrderBy. Read-only.","format":"int32"},"deviceId":{"type":"string","description":"The Intune device id of the device. Supports: $select, $OrderBy. Read-only.","nullable":true},"featureUpdateBootTimeInMs":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The impact of device feature updates on boot time in milliseconds. Supports: $select, $OrderBy. Read-only.","format":"int32"},"groupPolicyBootTimeInMs":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The impact of device group policy client on boot time in milliseconds. Supports: $select, $OrderBy. Read-only.","format":"int32"},"groupPolicyLoginTimeInMs":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The impact of device group policy client on login time in milliseconds. Supports: $select, $OrderBy. Read-only.","format":"int32"},"isFeatureUpdate":{"type":"boolean","description":"When TRUE, indicates the device boot record is associated with feature updates. When FALSE, indicates the device boot record is not associated with feature updates. Supports: $select, $OrderBy. Read-only."},"isFirstLogin":{"type":"boolean","description":"When TRUE, indicates the device login is the first login after a reboot. When FALSE, indicates the device login is not the first login after a reboot. Supports: $select, $OrderBy. Read-only."},"operatingSystemVersion":{"type":"string","description":"The user experience analytics device boot record's operating system version. Supports: $select, $OrderBy. Read-only.","nullable":true},"responsiveDesktopTimeInMs":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The time for desktop to become responsive during login process in milliseconds. Supports: $select, $OrderBy. Read-only.","format":"int32"},"restartCategory":{"$ref":"#/components/schemas/microsoft.graph.userExperienceAnalyticsOperatingSystemRestartCategory"},"restartFaultBucket":{"type":"string","description":"OS restart fault bucket. The fault bucket is used to find additional information about a system crash. Supports: $select, $OrderBy. Read-only.","nullable":true},"restartStopCode":{"type":"string","description":"OS restart stop code. This shows the bug check code which can be used to look up the blue screen reason. Supports: $select, $OrderBy. Read-only.","nullable":true},"startTime":{"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 device boot start time. The value cannot be modified and is automatically populated when the device performs a reboot. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2022 would look like this: '2022-01-01T00:00:00Z'. Returned by default. Read-only.","format":"date-time"},"totalBootTimeInMs":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The device total boot time in milliseconds. Supports: $select, $OrderBy. Read-only.","format":"int32"},"totalLoginTimeInMs":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The device total login time in milliseconds. Supports: $select, $OrderBy. Read-only.","format":"int32"},"@odata.type":{"type":"string"}},"description":"The user experience analytics device startup history entity contains device boot performance history details."}],"x-ms-discriminator-value":"#microsoft.graph.userExperienceAnalyticsDeviceStartupHistory"},"microsoft.graph.userExperienceAnalyticsDeviceStartupProcess":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"userExperienceAnalyticsDeviceStartupProcess","required":["@odata.type"],"type":"object","properties":{"managedDeviceId":{"type":"string","description":"The Intune device id of the device. Supports: $select, $OrderBy. Read-only.","nullable":true},"processName":{"type":"string","description":"The name of the process. Examples: outlook, excel. Supports: $select, $OrderBy. Read-only.","nullable":true},"productName":{"type":"string","description":"The product name of the process. Examples: Microsoft Outlook, Microsoft Excel. Supports: $select, $OrderBy. Read-only.","nullable":true},"publisher":{"type":"string","description":"The publisher of the process. Examples: Microsoft Corporation, Contoso Corp. Supports: $select, $OrderBy. Read-only.","nullable":true},"startupImpactInMs":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The impact of startup process on device boot time in milliseconds. Supports: $select, $OrderBy. Read-only.","format":"int32"},"@odata.type":{"type":"string"}},"description":"The user experience analytics device startup process details."}],"x-ms-discriminator-value":"#microsoft.graph.userExperienceAnalyticsDeviceStartupProcess"},"microsoft.graph.userExperienceAnalyticsDeviceStartupProcessPerformance":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"userExperienceAnalyticsDeviceStartupProcessPerformance","required":["@odata.type"],"type":"object","properties":{"deviceCount":{"type":"number","description":"The count of devices which initiated this process on startup. Supports: $filter, $select, $OrderBy. Read-only.","format":"int64"},"medianImpactInMs":{"type":"number","description":"The median impact of startup process on device boot time in milliseconds. Supports: $filter, $select, $OrderBy. Read-only.","format":"int64"},"processName":{"type":"string","description":"The name of the startup process. Examples: outlook, excel. Supports: $select, $OrderBy. Read-only.","nullable":true},"productName":{"type":"string","description":"The product name of the startup process. Examples: Microsoft Outlook, Microsoft Excel. Supports: $select, $OrderBy. Read-only.","nullable":true},"publisher":{"type":"string","description":"The publisher of the startup process. Examples: Microsoft Corporation, Contoso Corp. Supports: $select, $OrderBy. Read-only.","nullable":true},"totalImpactInMs":{"type":"number","description":"The total impact of startup process on device boot time in milliseconds. Supports: $filter, $select, $OrderBy. Read-only.","format":"int64"},"@odata.type":{"type":"string"}},"description":"The user experience analytics device startup process performance."}],"x-ms-discriminator-value":"#microsoft.graph.userExperienceAnalyticsDeviceStartupProcessPerformance"},"microsoft.graph.userExperienceAnalyticsMetric":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"userExperienceAnalyticsMetric","required":["@odata.type"],"type":"object","properties":{"unit":{"type":"string","description":"The unit of the user experience analytics metric. Examples: none, percentage, count, seconds, score.","nullable":true},"value":{"oneOf":[{"type":"number","format":"double","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"The value of the user experience analytics metric."},"@odata.type":{"type":"string"}},"description":"The user experience analytics metric contains the score and units of a metric of a user experience anlaytics category."}],"x-ms-discriminator-value":"#microsoft.graph.userExperienceAnalyticsMetric"},"microsoft.graph.userExperienceAnalyticsMetricHistory":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"userExperienceAnalyticsMetricHistory","required":["@odata.type"],"type":"object","properties":{"deviceId":{"type":"string","description":"The Intune device id of the device.","nullable":true},"metricDateTime":{"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 metric date time. The value cannot be modified and is automatically populated when the metric is created. The Timestamp 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'. Returned by default.","format":"date-time"},"metricType":{"type":"string","description":"The user experience analytics metric type.","nullable":true},"@odata.type":{"type":"string"}},"description":"The user experience analytics metric history."}],"x-ms-discriminator-value":"#microsoft.graph.userExperienceAnalyticsMetricHistory"},"microsoft.graph.userExperienceAnalyticsModelScores":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"userExperienceAnalyticsModelScores","required":["@odata.type"],"type":"object","properties":{"appReliabilityScore":{"oneOf":[{"type":"number","format":"double","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"Indicates a score calculated from application health data to indicate when a device is having problems running one or more applications. Valid values range from 0-100. Value -1 means associated score is unavailable. A higher score indicates a healthier device. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308"},"batteryHealthScore":{"oneOf":[{"type":"number","format":"double","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"Indicates a calulated score indicating the health of the device's battery. Valid values range from 0-100. Value -1 means associated score is unavailable. A higher score indicates a healthier device. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308"},"endpointAnalyticsScore":{"oneOf":[{"type":"number","format":"double","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"Indicates a weighted average of the various scores. Valid values range from 0-100. Value -1 means associated score is unavailable. A higher score indicates a healthier device. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308"},"healthStatus":{"$ref":"#/components/schemas/microsoft.graph.userExperienceAnalyticsHealthState"},"manufacturer":{"type":"string","description":"The manufacturer name of the device. Examples: Microsoft Corporation, HP, Lenovo. Supports: $select, $OrderBy. Read-only.","nullable":true},"model":{"type":"string","description":"The model name of the device. Supports: $select, $OrderBy. Read-only.","nullable":true},"modelDeviceCount":{"type":"number","description":"Indicates unique devices count of given model in a consolidated report. Supports: $select, $OrderBy. Read-only. Valid values -9.22337203685478E+18 to 9.22337203685478E+18","format":"int64"},"startupPerformanceScore":{"oneOf":[{"type":"number","format":"double","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"Indicates a weighted average of boot score and logon score used for measuring startup performance. Valid values range from 0-100. Value -1 means associated score is unavailable. A higher score indicates a healthier device. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308"},"workFromAnywhereScore":{"oneOf":[{"type":"number","format":"double","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"Indicates a weighted score of the work from anywhere on a device level. Valid values range from 0-100. Value -1 means associated score is unavailable. A higher score indicates a healthier device. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308"},"@odata.type":{"type":"string"}},"description":"The user experience analytics model scores entity consolidates the various Endpoint Analytics scores."}],"x-ms-discriminator-value":"#microsoft.graph.userExperienceAnalyticsModelScores"},"microsoft.graph.userExperienceAnalyticsOverview":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"userExperienceAnalyticsOverview","required":["@odata.type"],"type":"object","properties":{"insights":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.userExperienceAnalyticsInsight"},"description":"The user experience analytics insights. Read-only."},"@odata.type":{"type":"string"}},"description":"The user experience analytics overview entity contains the overall score and the scores and insights of every metric of all categories."}],"x-ms-discriminator-value":"#microsoft.graph.userExperienceAnalyticsOverview"},"microsoft.graph.userExperienceAnalyticsScoreHistory":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"userExperienceAnalyticsScoreHistory","required":["@odata.type"],"type":"object","properties":{"startupDateTime":{"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 device startup date time. The value cannot be modified and is automatically populated. The Timestamp 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'. Returned by default.","format":"date-time"},"@odata.type":{"type":"string"}},"description":"The user experience analytics device startup score history."}],"x-ms-discriminator-value":"#microsoft.graph.userExperienceAnalyticsScoreHistory"},"microsoft.graph.userExperienceAnalyticsWorkFromAnywhereDevice":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"userExperienceAnalyticsWorkFromAnywhereDevice","required":["@odata.type"],"type":"object","properties":{"autoPilotProfileAssigned":{"type":"boolean","description":"When TRUE, indicates the intune device's autopilot profile is assigned. When FALSE, indicates it's not Assigned. Supports: $select, $OrderBy. Read-only.","nullable":true},"autoPilotRegistered":{"type":"boolean","description":"When TRUE, indicates the intune device's autopilot is registered. When FALSE, indicates it's not registered. Supports: $select, $OrderBy. Read-only.","nullable":true},"azureAdDeviceId":{"type":"string","description":"The Azure Active Directory (Azure AD) device Id. Supports: $select, $OrderBy. Read-only.","nullable":true},"azureAdJoinType":{"type":"string","description":"The work from anywhere device's Azure Active Directory (Azure AD) join type. Supports: $select, $OrderBy. Read-only.","nullable":true},"azureAdRegistered":{"type":"boolean","description":"When TRUE, indicates the device's Azure Active Directory (Azure AD) is registered. When False, indicates it's not registered. Supports: $select, $OrderBy. Read-only.","nullable":true},"cloudIdentityScore":{"oneOf":[{"type":"number","format":"double","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"Indicates per device cloud identity score. Valid values 0 to 100. Value -1 means associated score is unavailable. Supports: $select, $OrderBy. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308"},"cloudManagementScore":{"oneOf":[{"type":"number","format":"double","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"Indicates per device cloud management score. Valid values 0 to 100. Value -1 means associated score is unavailable. Supports: $select, $OrderBy. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308"},"cloudProvisioningScore":{"oneOf":[{"type":"number","format":"double","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"Indicates per device cloud provisioning score. Valid values 0 to 100. Value -1 means associated score is unavailable. Supports: $select, $OrderBy. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308"},"compliancePolicySetToIntune":{"type":"boolean","description":"When TRUE, indicates the device's compliance policy is set to intune. When FALSE, indicates it's not set to intune. Supports: $select, $OrderBy. Read-only.","nullable":true},"deviceId":{"type":"string","description":"The Intune device id of the device. Supports: $select, $OrderBy. Read-only.","nullable":true},"deviceName":{"type":"string","description":"The name of the device. Supports: $select, $OrderBy. Read-only.","nullable":true},"healthStatus":{"$ref":"#/components/schemas/microsoft.graph.userExperienceAnalyticsHealthState"},"isCloudManagedGatewayEnabled":{"type":"boolean","description":"When TRUE, indicates the device's Cloud Management Gateway for Configuration Manager is enabled. When FALSE, indicates it's not enabled. Supports: $select, $OrderBy. Read-only.","nullable":true},"managedBy":{"type":"string","description":"The management agent of the device. Supports: $select, $OrderBy. Read-only.","nullable":true},"manufacturer":{"type":"string","description":"The manufacturer name of the device. Supports: $select, $OrderBy. Read-only.","nullable":true},"model":{"type":"string","description":"The model name of the device. Supports: $select, $OrderBy. Read-only.","nullable":true},"osCheckFailed":{"type":"boolean","description":"When TRUE, indicates OS check failed for device to upgrade to the latest version of windows. When FALSE, indicates the check succeeded. Supports: $select, $OrderBy. Read-only.","nullable":true},"osDescription":{"type":"string","description":"The OS description of the device. Supports: $select, $OrderBy. Read-only.","nullable":true},"osVersion":{"type":"string","description":"The OS version of the device. Supports: $select, $OrderBy. Read-only.","nullable":true},"otherWorkloadsSetToIntune":{"type":"boolean","description":"When TRUE, indicates the device's other workloads is set to intune. When FALSE, indicates it's not set to intune. Supports: $select, $OrderBy. Read-only.","nullable":true},"ownership":{"type":"string","description":"Ownership of the device. Supports: $select, $OrderBy. Read-only.","nullable":true},"processor64BitCheckFailed":{"type":"boolean","description":"When TRUE, indicates processor hardware 64-bit architecture check failed for device to upgrade to the latest version of windows. When FALSE, indicates the check succeeded. Supports: $select, $OrderBy. Read-only.","nullable":true},"processorCoreCountCheckFailed":{"type":"boolean","description":"When TRUE, indicates processor hardware core count check failed for device to upgrade to the latest version of windows. When FALSE, indicates the check succeeded. Supports: $select, $OrderBy. Read-only.","nullable":true},"processorFamilyCheckFailed":{"type":"boolean","description":"When TRUE, indicates processor hardware family check failed for device to upgrade to the latest version of windows. When FALSE, indicates the check succeeded. Supports: $select, $OrderBy. Read-only.","nullable":true},"processorSpeedCheckFailed":{"type":"boolean","description":"When TRUE, indicates processor hardware speed check failed for device to upgrade to the latest version of windows. When FALSE, indicates the check succeeded. Supports: $select, $OrderBy. Read-only.","nullable":true},"ramCheckFailed":{"type":"boolean","description":"When TRUE, indicates RAM hardware check failed for device to upgrade to the latest version of windows. When FALSE, indicates the check succeeded. Supports: $select, $OrderBy. Read-only.","nullable":true},"secureBootCheckFailed":{"type":"boolean","description":"When TRUE, indicates secure boot hardware check failed for device to upgrade to the latest version of windows. When FALSE, indicates the check succeeded. Supports: $select, $OrderBy. Read-only.","nullable":true},"serialNumber":{"type":"string","description":"The serial number of the device. Supports: $select, $OrderBy. Read-only.","nullable":true},"storageCheckFailed":{"type":"boolean","description":"When TRUE, indicates storage hardware check failed for device to upgrade to the latest version of windows. When FALSE, indicates the check succeeded. Supports: $select, $OrderBy. Read-only.","nullable":true},"tenantAttached":{"type":"boolean","description":"When TRUE, indicates the device is Tenant Attached. When FALSE, indicates it's not Tenant Attached. Supports: $select, $OrderBy. Read-only.","nullable":true},"tpmCheckFailed":{"type":"boolean","description":"When TRUE, indicates Trusted Platform Module (TPM) hardware check failed for device to the latest version of upgrade to windows. When FALSE, indicates the check succeeded. Supports: $select, $OrderBy. Read-only.","nullable":true},"upgradeEligibility":{"$ref":"#/components/schemas/microsoft.graph.operatingSystemUpgradeEligibility"},"windowsScore":{"oneOf":[{"type":"number","format":"double","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"Indicates per device windows score. Valid values 0 to 100. Value -1 means associated score is unavailable. Supports: $select, $OrderBy. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308"},"workFromAnywhereScore":{"oneOf":[{"type":"number","format":"double","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"Indicates work from anywhere per device overall score. Valid values 0 to 100. Value -1 means associated score is unavailable. Supports: $select, $OrderBy. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308"},"@odata.type":{"type":"string"}},"description":"The user experience analytics device for work from anywhere report."}],"x-ms-discriminator-value":"#microsoft.graph.userExperienceAnalyticsWorkFromAnywhereDevice"},"microsoft.graph.userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric","required":["@odata.type"],"type":"object","properties":{"osCheckFailedPercentage":{"oneOf":[{"type":"number","format":"double","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"The percentage of devices for which OS check has failed. Valid values 0 to 100. Supports: $select, $OrderBy. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308"},"processor64BitCheckFailedPercentage":{"oneOf":[{"type":"number","format":"double","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"The percentage of devices for which processor hardware 64-bit architecture check has failed. Valid values 0 to 100. Supports: $select, $OrderBy. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308"},"processorCoreCountCheckFailedPercentage":{"oneOf":[{"type":"number","format":"double","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"The percentage of devices for which processor hardware core count check has failed. Valid values 0 to 100. Supports: $select, $OrderBy. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308"},"processorFamilyCheckFailedPercentage":{"oneOf":[{"type":"number","format":"double","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"The percentage of devices for which processor hardware family check has failed. Valid values 0 to 100. Supports: $select, $OrderBy. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308"},"processorSpeedCheckFailedPercentage":{"oneOf":[{"type":"number","format":"double","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"The percentage of devices for which processor hardware speed check has failed. Valid values 0 to 100. Supports: $select, $OrderBy. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308"},"ramCheckFailedPercentage":{"oneOf":[{"type":"number","format":"double","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"The percentage of devices for which RAM hardware check has failed. Valid values 0 to 100. Supports: $select, $OrderBy. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308"},"secureBootCheckFailedPercentage":{"oneOf":[{"type":"number","format":"double","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"The percentage of devices for which secure boot hardware check has failed. Valid values 0 to 100. Supports: $select, $OrderBy. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308"},"storageCheckFailedPercentage":{"oneOf":[{"type":"number","format":"double","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"The percentage of devices for which storage hardware check has failed. Valid values 0 to 100. Supports: $select, $OrderBy. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308"},"totalDeviceCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The count of total devices in an organization. Valid values 0 to 2147483647. Supports: $select, $OrderBy. Read-only. Valid values -2147483648 to 2147483647","format":"int32"},"tpmCheckFailedPercentage":{"oneOf":[{"type":"number","format":"double","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"The percentage of devices for which Trusted Platform Module (TPM) hardware check has failed. Valid values 0 to 100. Supports: $select, $OrderBy. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308"},"upgradeEligibleDeviceCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The count of devices in an organization eligible for windows upgrade. Valid values 0 to 2147483647. Supports: $select, $OrderBy. Read-only. Valid values -2147483648 to 2147483647","format":"int32"},"@odata.type":{"type":"string"}},"description":"The user experience analytics hardware readiness entity contains account level information about hardware blockers for windows upgrade."}],"x-ms-discriminator-value":"#microsoft.graph.userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric"},"microsoft.graph.userExperienceAnalyticsWorkFromAnywhereMetric":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"userExperienceAnalyticsWorkFromAnywhereMetric","required":["@odata.type"],"type":"object","properties":{"metricDevices":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.userExperienceAnalyticsWorkFromAnywhereDevice"},"description":"The work from anywhere metric devices. Read-only.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}},"description":"The user experience analytics metric for work from anywhere report."}],"x-ms-discriminator-value":"#microsoft.graph.userExperienceAnalyticsWorkFromAnywhereMetric"},"microsoft.graph.userExperienceAnalyticsWorkFromAnywhereModelPerformance":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"userExperienceAnalyticsWorkFromAnywhereModelPerformance","required":["@odata.type"],"type":"object","properties":{"cloudIdentityScore":{"oneOf":[{"type":"number","format":"double","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"The cloud identity score of the device model. Valid values 0 to 100. Value -1 means associated score is unavailable. Supports: $select, $OrderBy. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308"},"cloudManagementScore":{"oneOf":[{"type":"number","format":"double","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"The cloud management score of the device model. Valid values 0 to 100. Value -1 means associated score is unavailable. Supports: $select, $OrderBy. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308"},"cloudProvisioningScore":{"oneOf":[{"type":"number","format":"double","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"The cloud provisioning score of the device model.  Valid values 0 to 100. Value -1 means associated score is unavailable. Supports: $select, $OrderBy. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308"},"healthStatus":{"$ref":"#/components/schemas/microsoft.graph.userExperienceAnalyticsHealthState"},"manufacturer":{"type":"string","description":"The manufacturer name of the device. Supports: $select, $OrderBy. Read-only.","nullable":true},"model":{"type":"string","description":"The model name of the device. Supports: $select, $OrderBy. Read-only.","nullable":true},"modelDeviceCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The devices count for the model. Supports: $select, $OrderBy. Read-only. Valid values -2147483648 to 2147483647","format":"int32"},"windowsScore":{"oneOf":[{"type":"number","format":"double","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"The window score of the device model. Valid values 0 to 100. Value -1 means associated score is unavailable. Supports: $select, $OrderBy. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308"},"workFromAnywhereScore":{"oneOf":[{"type":"number","format":"double","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"The work from anywhere score of the device model. Valid values 0 to 100. Value -1 means associated score is unavailable. Supports: $select, $OrderBy. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308"},"@odata.type":{"type":"string"}},"description":"The user experience analytics work from anywhere model performance."}],"x-ms-discriminator-value":"#microsoft.graph.userExperienceAnalyticsWorkFromAnywhereModelPerformance"},"microsoft.graph.userFlowLanguageConfiguration":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"userFlowLanguageConfiguration","required":["@odata.type"],"type":"object","properties":{"displayName":{"type":"string","description":"The language name to display. This property is read-only.","nullable":true},"isEnabled":{"type":"boolean","description":"Indicates whether the language is enabled within the user flow."},"defaultPages":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.userFlowLanguagePage"},"description":"Collection of pages with the default content to display in a user flow for a specified language. This collection doesn't allow any kind of modification.","x-ms-navigationProperty":true},"overridesPages":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.userFlowLanguagePage"},"description":"Collection of pages with the overrides messages to display in a user flow for a specified language. This collection only allows you to modify the content of the page, any other modification isn't allowed (creation or deletion of pages).","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.userFlowLanguageConfiguration"},"microsoft.graph.userFlowLanguagePage":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"userFlowLanguagePage","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.userFlowLanguagePage"},"microsoft.graph.userInsightsSettings":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"userInsightsSettings","required":["@odata.type"],"type":"object","properties":{"isEnabled":{"type":"boolean","description":"True if the user's itemInsights and meeting hours insights are enabled; false if the user's itemInsights and meeting hours insights are disabled. The default value is true. Optional."},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.userInsightsSettings"},"microsoft.graph.userInstallStateSummary":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"userInstallStateSummary","required":["@odata.type"],"type":"object","properties":{"failedDeviceCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Failed Device Count.","format":"int32"},"installedDeviceCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Installed Device Count.","format":"int32"},"notInstalledDeviceCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Not installed device count.","format":"int32"},"userName":{"type":"string","description":"User name.","nullable":true},"deviceStates":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.deviceInstallState"},"description":"The install state of the eBook.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}},"description":"Contains properties for the installation state summary for a user."}],"x-ms-discriminator-value":"#microsoft.graph.userInstallStateSummary"},"microsoft.graph.userProtectionScopeContainer":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"userProtectionScopeContainer","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.userProtectionScopeContainer"},"microsoft.graph.userStorage":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"userStorage","required":["@odata.type"],"type":"object","properties":{"quota":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.unifiedStorageQuota"},{"type":"object","nullable":true}],"x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.userStorage"},"microsoft.graph.verifiedIdProfile":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"verifiedIdProfile","required":["@odata.type"],"type":"object","properties":{"description":{"type":"string","description":"Description for the verified ID profile. Required."},"faceCheckConfiguration":{"$ref":"#/components/schemas/microsoft.graph.faceCheckConfiguration"},"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":"DateTime the profile was last modified. Optional.","format":"date-time","nullable":true},"name":{"type":"string","description":"Display name for the verified ID profile. Required."},"priority":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Defines profile processing priority if multiple profiles are configured. Optional.","format":"int32","nullable":true},"state":{"$ref":"#/components/schemas/microsoft.graph.verifiedIdProfileState"},"verifiedIdProfileConfiguration":{"$ref":"#/components/schemas/microsoft.graph.verifiedIdProfileConfiguration"},"verifiedIdUsageConfigurations":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.verifiedIdUsageConfiguration"},"description":"Collection defining the usage purpose for the profile. Required."},"verifierDid":{"type":"string","description":"Decentralized Identifier (DID) string that represents the verifier in the verifiable credential exchange. Required."},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.verifiedIdProfile"},"microsoft.graph.verticalSection":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"verticalSection","required":["@odata.type"],"type":"object","properties":{"emphasis":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.sectionEmphasisType"},{"type":"object","nullable":true}],"description":"Enumeration value that indicates the emphasis of the section background. The possible values are: none, netural, soft, strong, unknownFutureValue."},"webparts":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.webPart"},"description":"The set of web parts in this section.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.verticalSection"},"microsoft.graph.virtualEndpoint":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"virtualEndpoint","required":["@odata.type"],"type":"object","properties":{"auditEvents":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.cloudPcAuditEvent"},"description":"A collection of Cloud PC audit events.","x-ms-navigationProperty":true},"cloudPCs":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.cloudPC"},"description":"A collection of cloud-managed virtual desktops.","x-ms-navigationProperty":true},"deviceImages":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.cloudPcDeviceImage"},"description":"A collection of device image resources on Cloud PC.","x-ms-navigationProperty":true},"galleryImages":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.cloudPcGalleryImage"},"description":"A collection of gallery image resources on Cloud PC.","x-ms-navigationProperty":true},"onPremisesConnections":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.cloudPcOnPremisesConnection"},"description":"A defined collection of Azure resource information that can be used to establish Azure network connections for Cloud PCs.","x-ms-navigationProperty":true},"provisioningPolicies":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.cloudPcProvisioningPolicy"},"description":"A collection of Cloud PC provisioning policies.","x-ms-navigationProperty":true},"report":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.cloudPcReport"},{"type":"object","nullable":true}],"description":"Cloud PC-related reports. Read-only.","x-ms-navigationProperty":true},"servicePlans":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.cloudPcServicePlan"},"description":"A collection of Cloud PC service plans.","x-ms-navigationProperty":true},"userSettings":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.cloudPcUserSetting"},"description":"A collection of Cloud PC user settings.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.virtualEndpoint"},"microsoft.graph.virtualEvent":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"virtualEvent","required":["@odata.type"],"type":"object","properties":{"createdBy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.communicationsIdentitySet"},{"type":"object","nullable":true}],"description":"The identity information for the creator of the virtual event. Inherited from virtualEvent."},"description":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.itemBody"},{"type":"object","nullable":true}],"description":"A description of the virtual event."},"displayName":{"type":"string","description":"The display name of the virtual event.","nullable":true},"endDateTime":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.dateTimeTimeZone"},{"type":"object","nullable":true}],"description":"The end time of the virtual event. The timeZone property can be set to any of the time zones currently supported by Windows. For details on how to get all available time zones using PowerShell, see Get-TimeZone."},"externalEventInformation":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.virtualEventExternalInformation"},"description":"The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null."},"isRegistrationRequired":{"type":"boolean","description":"Indicates whether attendee registration is enabled for the virtual event.","nullable":true},"settings":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.virtualEventSettings"},{"type":"object","nullable":true}],"description":"The virtual event settings."},"startDateTime":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.dateTimeTimeZone"},{"type":"object","nullable":true}],"description":"Start time of the virtual event. The timeZone property can be set to any of the time zones currently supported by Windows. For details on how to get all available time zones using PowerShell, see Get-TimeZone."},"status":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.virtualEventStatus"},{"type":"object","nullable":true}],"description":"The status of the virtual event. The possible values are: draft, published, canceled, and unknownFutureValue."},"presenters":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.virtualEventPresenter"},"description":"The virtual event presenters.","x-ms-navigationProperty":true},"sessions":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.virtualEventSession"},"description":"The sessions for the virtual event.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.virtualEventTownhall":"#/components/schemas/microsoft.graph.virtualEventTownhall","#microsoft.graph.virtualEventWebinar":"#/components/schemas/microsoft.graph.virtualEventWebinar"}}}]},"microsoft.graph.virtualEventTownhall":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.virtualEvent"},{"title":"virtualEventTownhall","required":["@odata.type"],"type":"object","properties":{"audience":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.meetingAudience"},{"type":"object","nullable":true}],"description":"The audience to whom the town hall is visible. The possible values are: everyone, organization, and unknownFutureValue."},"capacity":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Represents the expected number of attendees for the town hall.","format":"int32","nullable":true},"coOrganizers":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.communicationsUserIdentity"},"description":"Identity information of the coorganizers of the town hall."},"invitedAttendees":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.identity"},"description":"The attendees invited to the town hall. The supported identities are: communicationsUserIdentity and communicationsGuestIdentity."},"isInviteOnly":{"type":"boolean","description":"Indicates whether the town hall is only open to invited people and groups within your organization. The isInviteOnly property can only be true if the value of the audience property is set to organization.","nullable":true},"registrationConfiguration":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.virtualEventTownhallRegistrationConfiguration"},{"type":"object","nullable":true}],"description":"Registration configuration of the town hall.","x-ms-navigationProperty":true},"registrations":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.virtualEventRegistration"},"description":"Registration records of the town hall.","x-ms-navigationProperty":true},"@odata.type":{"type":"string","default":"#microsoft.graph.virtualEventTownhall"}}}],"x-ms-discriminator-value":"#microsoft.graph.virtualEventTownhall"},"microsoft.graph.virtualEventWebinar":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.virtualEvent"},{"title":"virtualEventWebinar","required":["@odata.type"],"type":"object","properties":{"audience":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.meetingAudience"},{"type":"object","nullable":true}],"description":"To whom the webinar is visible. The possible values are: everyone, organization, and unknownFutureValue."},"coOrganizers":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.communicationsUserIdentity"},"description":"Identity information of coorganizers of the webinar."},"registrationConfiguration":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.virtualEventWebinarRegistrationConfiguration"},{"type":"object","nullable":true}],"description":"Registration configuration of the webinar.","x-ms-navigationProperty":true},"registrations":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.virtualEventRegistration"},"description":"Registration records of the webinar.","x-ms-navigationProperty":true},"@odata.type":{"type":"string","default":"#microsoft.graph.virtualEventWebinar"}}}],"x-ms-discriminator-value":"#microsoft.graph.virtualEventWebinar"},"microsoft.graph.virtualEventPresenter":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"virtualEventPresenter","required":["@odata.type"],"type":"object","properties":{"email":{"type":"string","description":"Email address of the presenter.","nullable":true},"identity":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identity"},{"type":"object","nullable":true}],"description":"Identity information of the presenter. The supported identities are: communicationsGuestIdentity and communicationsUserIdentity."},"presenterDetails":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.virtualEventPresenterDetails"},{"type":"object","nullable":true}],"description":"Other details about the presenter. This property returns null when the virtual event type is virtualEventTownhall."},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.virtualEventPresenter"},"microsoft.graph.virtualEventRegistration":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"virtualEventRegistration","required":["@odata.type"],"type":"object","properties":{"cancelationDateTime":{"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":"Date and time when the registrant cancels their registration for the virtual event. Only appears when applicable. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.","format":"date-time","nullable":true},"email":{"type":"string","description":"Email address of the registrant.","nullable":true},"externalRegistrationInformation":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.virtualEventExternalRegistrationInformation"},{"type":"object","nullable":true}],"description":"The external information for a virtual event registration."},"firstName":{"type":"string","description":"First name of the registrant.","nullable":true},"lastName":{"type":"string","description":"Last name of the registrant.","nullable":true},"preferredLanguage":{"type":"string","description":"The registrant's preferred language.","nullable":true},"preferredTimezone":{"type":"string","description":"The registrant's time zone details.","nullable":true},"registrationDateTime":{"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":"Date and time when the registrant registers for the virtual event. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.","format":"date-time","nullable":true},"registrationQuestionAnswers":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.virtualEventRegistrationQuestionAnswer"},"description":"The registrant's answer to the registration questions."},"status":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.virtualEventAttendeeRegistrationStatus"},{"type":"object","nullable":true}],"description":"Registration status of the registrant. Read-only. Possible values are registered, canceled, waitlisted, pendingApproval, rejectedByOrganizer, and unknownFutureValue."},"userId":{"type":"string","description":"The registrant's ID in Microsoft Entra ID. Only appears when the registrant is registered in Microsoft Entra ID.","nullable":true},"sessions":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.virtualEventSession"},"description":"Sessions for a registration.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.virtualEventRegistration"},"microsoft.graph.virtualEventRegistrationConfiguration":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"virtualEventRegistrationConfiguration","required":["@odata.type"],"type":"object","properties":{"capacity":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Total capacity of the virtual event.","format":"int32","nullable":true},"isManualApprovalEnabled":{"type":"boolean","description":"Indicates whether registrations require organizer approval before a participant is confirmed.","nullable":true},"isWaitlistEnabled":{"type":"boolean","description":"Indicates whether more registrants are automatically placed on a waitlist when capacity is reached.","nullable":true},"registrationWebUrl":{"type":"string","description":"Registration URL of the virtual event.","nullable":true},"questions":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.virtualEventRegistrationQuestionBase"},"description":"Registration questions.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.virtualEventTownhallRegistrationConfiguration":"#/components/schemas/microsoft.graph.virtualEventTownhallRegistrationConfiguration","#microsoft.graph.virtualEventWebinarRegistrationConfiguration":"#/components/schemas/microsoft.graph.virtualEventWebinarRegistrationConfiguration"}}}]},"microsoft.graph.virtualEventTownhallRegistrationConfiguration":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.virtualEventRegistrationConfiguration"},{"title":"virtualEventTownhallRegistrationConfiguration","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.virtualEventTownhallRegistrationConfiguration"},"microsoft.graph.virtualEventWebinarRegistrationConfiguration":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.virtualEventRegistrationConfiguration"},{"title":"virtualEventWebinarRegistrationConfiguration","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.virtualEventWebinarRegistrationConfiguration"},"microsoft.graph.virtualEventRegistrationQuestionBase":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"virtualEventRegistrationQuestionBase","required":["@odata.type"],"type":"object","properties":{"displayName":{"type":"string","description":"Display name of the registration question.","nullable":true},"isRequired":{"type":"boolean","description":"Indicates whether an answer to the question is required. The default value is false.","nullable":true},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.virtualEventRegistrationCustomQuestion":"#/components/schemas/microsoft.graph.virtualEventRegistrationCustomQuestion","#microsoft.graph.virtualEventRegistrationPredefinedQuestion":"#/components/schemas/microsoft.graph.virtualEventRegistrationPredefinedQuestion"}}}]},"microsoft.graph.virtualEventRegistrationCustomQuestion":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.virtualEventRegistrationQuestionBase"},{"title":"virtualEventRegistrationCustomQuestion","required":["@odata.type"],"type":"object","properties":{"answerChoices":{"type":"array","items":{"type":"string","nullable":true},"description":"Answer choices when answerInputType is singleChoice or multiChoice."},"answerInputType":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.virtualEventRegistrationQuestionAnswerInputType"},{"type":"object","nullable":true}],"description":"Input type of the registration question answer. Possible values are text, multilineText, singleChoice, multiChoice, boolean, and unknownFutureValue."},"@odata.type":{"type":"string","default":"#microsoft.graph.virtualEventRegistrationCustomQuestion"}}}],"x-ms-discriminator-value":"#microsoft.graph.virtualEventRegistrationCustomQuestion"},"microsoft.graph.virtualEventRegistrationPredefinedQuestion":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.virtualEventRegistrationQuestionBase"},{"title":"virtualEventRegistrationPredefinedQuestion","required":["@odata.type"],"type":"object","properties":{"label":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.virtualEventRegistrationPredefinedQuestionLabel"},{"type":"object","nullable":true}],"description":"Label of the predefined registration question. It accepts a single line of text: street, city, state, postalCode, countryOrRegion, industry, jobTitle, organization, and unknownFutureValue."},"@odata.type":{"type":"string","default":"#microsoft.graph.virtualEventRegistrationPredefinedQuestion"}}}],"x-ms-discriminator-value":"#microsoft.graph.virtualEventRegistrationPredefinedQuestion"},"microsoft.graph.virtualEventsRoot":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"virtualEventsRoot","required":["@odata.type"],"type":"object","properties":{"events":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.virtualEvent"},"x-ms-navigationProperty":true},"townhalls":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.virtualEventTownhall"},"description":"A collection of town halls. Nullable.","x-ms-navigationProperty":true},"webinars":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.virtualEventWebinar"},"description":"A collection of webinars. Nullable.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.virtualEventsRoot"},"microsoft.graph.vppToken":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"vppToken","required":["@odata.type"],"type":"object","properties":{"appleId":{"type":"string","description":"The apple Id associated with the given Apple Volume Purchase Program Token.","nullable":true},"automaticallyUpdateApps":{"type":"boolean","description":"Whether or not apps for the VPP token will be automatically updated."},"countryOrRegion":{"type":"string","description":"Whether or not apps for the VPP token will be automatically updated.","nullable":true},"expirationDateTime":{"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 expiration date time of the Apple Volume Purchase Program Token.","format":"date-time"},"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 time associated with the Apple Volume Purchase Program Token.","format":"date-time"},"lastSyncDateTime":{"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 last time when an application sync was done with the Apple volume purchase program service using the the Apple Volume Purchase Program Token.","format":"date-time"},"lastSyncStatus":{"$ref":"#/components/schemas/microsoft.graph.vppTokenSyncStatus"},"organizationName":{"type":"string","description":"The organization associated with the Apple Volume Purchase Program Token","nullable":true},"state":{"$ref":"#/components/schemas/microsoft.graph.vppTokenState"},"token":{"type":"string","description":"The Apple Volume Purchase Program Token string downloaded from the Apple Volume Purchase Program.","nullable":true},"vppTokenAccountType":{"$ref":"#/components/schemas/microsoft.graph.vppTokenAccountType"},"@odata.type":{"type":"string"}},"description":"You purchase multiple licenses for iOS apps through the Apple Volume Purchase Program for Business or Education. This involves setting up an Apple VPP account from the Apple website and uploading the Apple VPP Business or Education token to Intune. You can then synchronize your volume purchase information with Intune and track your volume-purchased app use. You can upload multiple Apple VPP Business or Education tokens."}],"x-ms-discriminator-value":"#microsoft.graph.vppToken"},"microsoft.graph.webApplicationFirewallProvider":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"webApplicationFirewallProvider","required":["@odata.type"],"type":"object","properties":{"displayName":{"type":"string","description":"The display name of the WAF provider."},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.akamaiWebApplicationFirewallProvider":"#/components/schemas/microsoft.graph.akamaiWebApplicationFirewallProvider","#microsoft.graph.cloudFlareWebApplicationFirewallProvider":"#/components/schemas/microsoft.graph.cloudFlareWebApplicationFirewallProvider"}}}]},"microsoft.graph.akamaiWebApplicationFirewallProvider":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.webApplicationFirewallProvider"},{"title":"akamaiWebApplicationFirewallProvider","required":["@odata.type"],"type":"object","properties":{"accessToken":{"type":"string","description":"Akamai API access token used to authenticate to the Akamai account. Contact your Akamai Customer Success Manager for assistance with your accessToken.","nullable":true},"clientSecret":{"type":"string","description":"Akamai API client secret used in conjunction with the client token and access token for authentication. Contact your Akamai Customer Success Manager for assistance with this information.","nullable":true},"clientToken":{"type":"string","description":"Akamai API client token used for authentication to the Akamai account. Contact your Akamai Customer Success Manager for assistance with this information.","nullable":true},"hostPrefix":{"type":"string","description":"Prefix used to identify the host or domain in Akamai configuration operations. This value may be required for certain API calls or configuration scenarios.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.akamaiWebApplicationFirewallProvider"}}}],"x-ms-discriminator-value":"#microsoft.graph.akamaiWebApplicationFirewallProvider"},"microsoft.graph.cloudFlareWebApplicationFirewallProvider":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.webApplicationFirewallProvider"},{"title":"cloudFlareWebApplicationFirewallProvider","required":["@odata.type"],"type":"object","properties":{"apiToken":{"type":"string","description":"Cloudflare API token or credential used by Microsoft services to authenticate to the Cloudflare account. Contact your Cloudflare Customer Success Manager for assistance with your apitoken.","nullable":true},"zoneId":{"type":"string","description":"Default Cloudflare Zone ID associated with this provider configuration. This ID identifies the DNS zone in Cloudflare that is commonly used for verification and configuration operations for the provider.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.cloudFlareWebApplicationFirewallProvider"}}}],"x-ms-discriminator-value":"#microsoft.graph.cloudFlareWebApplicationFirewallProvider"},"microsoft.graph.webApplicationFirewallVerificationModel":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"webApplicationFirewallVerificationModel","required":["@odata.type"],"type":"object","properties":{"providerType":{"$ref":"#/components/schemas/microsoft.graph.webApplicationFirewallProviderType"},"verificationResult":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.webApplicationFirewallVerificationResult"},{"type":"object","nullable":true}],"description":"An object describing the outcome of the verification operation, including status, errors or warnings"},"verifiedDetails":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.webApplicationFirewallVerifiedDetails"},{"type":"object","nullable":true}],"description":"Details of DNS configuration"},"verifiedHost":{"type":"string","description":"The host (domain or subdomain) that was verified as part of this verification operation.","nullable":true},"provider":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.webApplicationFirewallProvider"},{"type":"object","nullable":true}],"description":"Reference to a provider resource associated with this verification model. Represents a WAF provider that can be used to verify or manage the host.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.webApplicationFirewallVerificationModel"},"microsoft.graph.webPart":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"webPart","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.standardWebPart":"#/components/schemas/microsoft.graph.standardWebPart","#microsoft.graph.textWebPart":"#/components/schemas/microsoft.graph.textWebPart"}}}]},"microsoft.graph.standardWebPart":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.webPart"},{"title":"standardWebPart","required":["@odata.type"],"type":"object","properties":{"containerTextWebPartId":{"type":"string","description":"The instance identifier of the container text webPart. It only works for inline standard webPart in rich text webParts.","nullable":true},"data":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.webPartData"},{"type":"object","nullable":true}],"description":"Data of the webPart."},"webPartType":{"type":"string","description":"A Guid that indicates the webPart type.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.standardWebPart"}}}],"x-ms-discriminator-value":"#microsoft.graph.standardWebPart"},"microsoft.graph.textWebPart":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.webPart"},{"title":"textWebPart","required":["@odata.type"],"type":"object","properties":{"innerHtml":{"type":"string","description":"The HTML string in text web part.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.textWebPart"}}}],"x-ms-discriminator-value":"#microsoft.graph.textWebPart"},"microsoft.graph.windowsAutopilotDeploymentProfile":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"windowsAutopilotDeploymentProfile","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","description":"The date and time of when the deployment profile was created. The value cannot be modified and is automatically populated when the profile was created. The timestamp 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'. Supports: $select, $top, $skip. $Search, $orderBy and $filter are not supported. Read-Only.","format":"date-time"},"description":{"type":"string","description":"A description of the deployment profile. Max allowed length is 1500 chars. Supports: $select, $top, $skip, $orderBy. $Search and $filter are not supported.","nullable":true},"deviceNameTemplate":{"type":"string","description":"The template used to name the Autopilot device. This can be a custom text and can also contain either the serial number of the device, or a randomly generated number. The total length of the text generated by the template can be no more than 15 characters. Supports: $select, $top, $skip. $Search, $orderBy and $filter are not supported.","nullable":true},"deviceType":{"$ref":"#/components/schemas/microsoft.graph.windowsAutopilotDeviceType"},"displayName":{"type":"string","description":"The display name of the deployment profile. Max allowed length is 200 chars. Returned by default. Supports: $select, $top, $skip, $orderby. $Search and $filter are not supported.","nullable":true},"hardwareHashExtractionEnabled":{"type":"boolean","description":"Indicates whether the profile supports the extraction of hardware hash values and registration of the device into Windows Autopilot. When TRUE, indicates if hardware extraction and Windows Autopilot registration will happen on the next successful check-in. When FALSE, hardware hash extraction and Windows Autopilot registration will not happen. Default value is FALSE. Supports: $select, $top, $skip. $Search, $orderBy and $filter are not supported.","nullable":true},"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":"The date and time of when the deployment profile was last modified. The value cannot be updated manually and is automatically populated when any changes are made to the profile. The Timestamp 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'. Supports: $select, $top, $skip. $Search, $orderBy and $filter are not supported Read-Only.","format":"date-time"},"locale":{"type":"string","description":"The locale (language) to be used when configuring the device. E.g. en-US. The default value is os-default. Supports: $select, $top, $skip. $Search, $orderBy and $filter are not supported.","nullable":true},"managementServiceAppId":{"type":"string","description":"The Entra management service App ID which gets used during client device-based enrollment discovery. Supports: $select, $top, $skip. $Search, $orderBy and $filter are not supported.","nullable":true},"outOfBoxExperienceSetting":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.outOfBoxExperienceSetting"},{"type":"object","nullable":true}],"description":"The Windows Autopilot Deployment Profile settings used by the device for the out-of-box experience. Supports: $select, $top, $skip. $Search, $orderBy and $filter are not supported."},"preprovisioningAllowed":{"type":"boolean","description":"Indicates whether the user is allowed to use Windows Autopilot for pre-provisioned deployment mode during Out of Box experience (OOBE). When TRUE, indicates that Windows Autopilot for pre-provisioned deployment mode for OOBE is allowed to be used. When false, Windows Autopilot for pre-provisioned deployment mode for OOBE is not allowed. The default is FALSE.","nullable":true},"roleScopeTagIds":{"type":"array","items":{"type":"string","nullable":true},"description":"List of role scope tags for the deployment profile. "},"assignedDevices":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.windowsAutopilotDeviceIdentity"},"description":"The list of assigned devices for the profile.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}},"description":"Windows Autopilot Deployment Profile"}],"x-ms-discriminator-value":"#microsoft.graph.windowsAutopilotDeploymentProfile"},"microsoft.graph.windowsAutopilotDeploymentProfileAssignment":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"windowsAutopilotDeploymentProfileAssignment","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}},"description":"An assignment of a Windows Autopilot deployment profile to an AAD group."}],"x-ms-discriminator-value":"#microsoft.graph.windowsAutopilotDeploymentProfileAssignment"},"microsoft.graph.windowsAutopilotDeviceIdentity":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"windowsAutopilotDeviceIdentity","required":["@odata.type"],"type":"object","properties":{"addressableUserName":{"type":"string","description":"Addressable user name.","nullable":true},"azureActiveDirectoryDeviceId":{"type":"string","description":"AAD Device ID - to be deprecated","nullable":true},"displayName":{"type":"string","description":"Display Name","nullable":true},"enrollmentState":{"$ref":"#/components/schemas/microsoft.graph.enrollmentState"},"groupTag":{"type":"string","description":"Group Tag of the Windows autopilot device.","nullable":true},"lastContactedDateTime":{"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":"Intune Last Contacted Date Time of the Windows autopilot device.","format":"date-time"},"managedDeviceId":{"type":"string","description":"Managed Device ID","nullable":true},"manufacturer":{"type":"string","description":"Oem manufacturer of the Windows autopilot device.","nullable":true},"model":{"type":"string","description":"Model name of the Windows autopilot device.","nullable":true},"productKey":{"type":"string","description":"Product Key of the Windows autopilot device.","nullable":true},"purchaseOrderIdentifier":{"type":"string","description":"Purchase Order Identifier of the Windows autopilot device.","nullable":true},"resourceName":{"type":"string","description":"Resource Name.","nullable":true},"serialNumber":{"type":"string","description":"Serial number of the Windows autopilot device.","nullable":true},"skuNumber":{"type":"string","description":"SKU Number","nullable":true},"systemFamily":{"type":"string","description":"System Family","nullable":true},"userPrincipalName":{"type":"string","description":"User Principal Name.","nullable":true},"@odata.type":{"type":"string"}},"description":"The windowsAutopilotDeviceIdentity resource represents a Windows Autopilot Device."}],"x-ms-discriminator-value":"#microsoft.graph.windowsAutopilotDeviceIdentity"},"microsoft.graph.windowsDeviceMalwareState":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"windowsDeviceMalwareState","required":["@odata.type"],"type":"object","properties":{"additionalInformationUrl":{"type":"string","description":"Information URL to learn more about the malware","nullable":true},"category":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.windowsMalwareCategory"},{"type":"object","nullable":true}],"description":"Category of the malware. The possible values are: invalid, adware, spyware, passwordStealer, trojanDownloader, worm, backdoor, remoteAccessTrojan, trojan, emailFlooder, keylogger, dialer, monitoringSoftware, browserModifier, cookie, browserPlugin, aolExploit, nuker, securityDisabler, jokeProgram, hostileActiveXControl, softwareBundler, stealthNotifier, settingsModifier, toolBar, remoteControlSoftware, trojanFtp, potentialUnwantedSoftware, icqExploit, trojanTelnet, exploit, filesharingProgram, malwareCreationTool, remoteControlSoftware, tool, trojanDenialOfService, trojanDropper, trojanMassMailer, trojanMonitoringSoftware, trojanProxyServer, virus, known, unknown, spp, behavior, vulnerability, policy, enterpriseUnwantedSoftware, ransom, hipsRule."},"detectionCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of times the malware is detected","format":"int32","nullable":true},"displayName":{"type":"string","description":"Malware name","nullable":true},"executionState":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.windowsMalwareExecutionState"},{"type":"object","nullable":true}],"description":"Execution status of the malware like blocked/executing etc. The possible values are: unknown, blocked, allowed, running, notRunning."},"initialDetectionDateTime":{"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":"Initial detection datetime of the malware","format":"date-time","nullable":true},"lastStateChangeDateTime":{"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 last time this particular threat was changed","format":"date-time","nullable":true},"severity":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.windowsMalwareSeverity"},{"type":"object","nullable":true}],"description":"Severity of the malware. The possible values are: unknown, low, moderate, high, severe."},"state":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.windowsMalwareState"},{"type":"object","nullable":true}],"description":"Current status of the malware like cleaned/quarantined/allowed etc. The possible values are: unknown, detected, cleaned, quarantined, removed, allowed, blocked, cleanFailed, quarantineFailed, removeFailed, allowFailed, abandoned, blockFailed."},"threatState":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.windowsMalwareThreatState"},{"type":"object","nullable":true}],"description":"Current status of the malware like cleaned/quarantined/allowed etc. The possible values are: active, actionFailed, manualStepsRequired, fullScanRequired, rebootRequired, remediatedWithNonCriticalFailures, quarantined, removed, cleaned, allowed, noStatusCleared."},"@odata.type":{"type":"string"}},"description":"Malware detection entity."}],"x-ms-discriminator-value":"#microsoft.graph.windowsDeviceMalwareState"},"microsoft.graph.windowsInformationProtectionAppLearningSummary":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"windowsInformationProtectionAppLearningSummary","required":["@odata.type"],"type":"object","properties":{"applicationName":{"type":"string","description":"Application Name","nullable":true},"applicationType":{"$ref":"#/components/schemas/microsoft.graph.applicationType"},"deviceCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Device Count","format":"int32"},"@odata.type":{"type":"string"}},"description":"Windows Information Protection AppLearning Summary entity."}],"x-ms-discriminator-value":"#microsoft.graph.windowsInformationProtectionAppLearningSummary"},"microsoft.graph.windowsInformationProtectionAppLockerFile":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"windowsInformationProtectionAppLockerFile","required":["@odata.type"],"type":"object","properties":{"displayName":{"type":"string","description":"The friendly name","nullable":true},"file":{"type":"string","description":"File as a byte array","format":"base64url","nullable":true},"fileHash":{"type":"string","description":"SHA256 hash of the file","nullable":true},"version":{"type":"string","description":"Version of the entity.","nullable":true},"@odata.type":{"type":"string"}},"description":"Windows Information Protection AppLocker File"}],"x-ms-discriminator-value":"#microsoft.graph.windowsInformationProtectionAppLockerFile"},"microsoft.graph.windowsInformationProtectionNetworkLearningSummary":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"windowsInformationProtectionNetworkLearningSummary","required":["@odata.type"],"type":"object","properties":{"deviceCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Device Count","format":"int32"},"url":{"type":"string","description":"Website url","nullable":true},"@odata.type":{"type":"string"}},"description":"Windows Information Protection Network learning Summary entity."}],"x-ms-discriminator-value":"#microsoft.graph.windowsInformationProtectionNetworkLearningSummary"},"microsoft.graph.windowsMalwareInformation":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"windowsMalwareInformation","required":["@odata.type"],"type":"object","properties":{"additionalInformationUrl":{"type":"string","description":"Indicates an informational URL to learn more about the malware","nullable":true},"category":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.windowsMalwareCategory"},{"type":"object","nullable":true}],"description":"Category of the malware. The possible values are: invalid, adware, spyware, passwordStealer, trojanDownloader, worm, backdoor, remoteAccessTrojan, trojan, emailFlooder, keylogger, dialer, monitoringSoftware, browserModifier, cookie, browserPlugin, aolExploit, nuker, securityDisabler, jokeProgram, hostileActiveXControl, softwareBundler, stealthNotifier, settingsModifier, toolBar, remoteControlSoftware, trojanFtp, potentialUnwantedSoftware, icqExploit, trojanTelnet, exploit, filesharingProgram, malwareCreationTool, remoteControlSoftware, tool, trojanDenialOfService, trojanDropper, trojanMassMailer, trojanMonitoringSoftware, trojanProxyServer, virus, known, unknown, spp, behavior, vulnerability, policy, enterpriseUnwantedSoftware, ransom, hipsRule. default value is invalid. The possible values are: invalid, adware, spyware, passwordStealer, trojanDownloader, worm, backdoor, remoteAccessTrojan, trojan, emailFlooder, keylogger, dialer, monitoringSoftware, browserModifier, cookie, browserPlugin, aolExploit, nuker, securityDisabler, jokeProgram, hostileActiveXControl, softwareBundler, stealthNotifier, settingsModifier, toolBar, remoteControlSoftware, trojanFtp, potentialUnwantedSoftware, icqExploit, trojanTelnet, exploit, filesharingProgram, malwareCreationTool, remoteControlSoftware, tool, trojanDenialOfService, trojanDropper, trojanMassMailer, trojanMonitoringSoftware, trojanProxyServer, virus, known, unknown, spp, behavior, vulnerability, policy, enterpriseUnwantedSoftware, ransom, hipsRule."},"displayName":{"type":"string","description":"Indicates the name of the malware","nullable":true},"lastDetectionDateTime":{"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":"Indicates the last time the malware was detected in UTC","format":"date-time","nullable":true},"severity":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.windowsMalwareSeverity"},{"type":"object","nullable":true}],"description":"Severity of the malware. The possible values are: unknown, low, moderate, high, severe. default is unknown. The possible values are: unknown, low, moderate, high, severe."},"deviceMalwareStates":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.malwareStateForWindowsDevice"},"description":"List of devices affected by current malware with the malware state on each device","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}},"description":"Malware information entity."}],"x-ms-discriminator-value":"#microsoft.graph.windowsMalwareInformation"},"microsoft.graph.windowsProtectionState":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"windowsProtectionState","required":["@odata.type"],"type":"object","properties":{"antiMalwareVersion":{"type":"string","description":"Current anti malware version","nullable":true},"controlledConfigurationEnabled":{"type":"boolean","description":"When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. Defaults to setting on client device.","nullable":true},"deviceState":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.windowsDeviceHealthState"},{"type":"object","nullable":true}],"description":"Indicates device's health state. The possible values are: clean, fullScanPending, rebootPending, manualStepsPending, offlineScanPending, critical. The possible values are: clean, fullScanPending, rebootPending, manualStepsPending, offlineScanPending, critical."},"engineVersion":{"type":"string","description":"Current endpoint protection engine's version","nullable":true},"fullScanOverdue":{"type":"boolean","description":"When TRUE indicates full scan is overdue, when FALSE indicates full scan is not overdue. Defaults to setting on client device.","nullable":true},"fullScanRequired":{"type":"boolean","description":"When TRUE indicates full scan is required, when FALSE indicates full scan is not required. Defaults to setting on client device.","nullable":true},"isVirtualMachine":{"type":"boolean","description":"When TRUE indicates the device is a virtual machine, when FALSE indicates the device is not a virtual machine. Defaults to setting on client device.","nullable":true},"lastFullScanDateTime":{"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 quick scan datetime","format":"date-time","nullable":true},"lastFullScanSignatureVersion":{"type":"string","description":"Last full scan signature version","nullable":true},"lastQuickScanDateTime":{"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 quick scan datetime","format":"date-time","nullable":true},"lastQuickScanSignatureVersion":{"type":"string","description":"Last quick scan signature version","nullable":true},"lastReportedDateTime":{"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 device health status reported time","format":"date-time","nullable":true},"malwareProtectionEnabled":{"type":"boolean","description":"When TRUE indicates anti malware is enabled when FALSE indicates anti malware is not enabled.","nullable":true},"networkInspectionSystemEnabled":{"type":"boolean","description":"When TRUE indicates network inspection system enabled, when FALSE indicates network inspection system is not enabled. Defaults to setting on client device.","nullable":true},"productStatus":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.windowsDefenderProductStatus"},{"type":"object","nullable":true}],"description":"Product Status of Windows Defender Antivirus. The possible values are: noStatus, serviceNotRunning, serviceStartedWithoutMalwareProtection, pendingFullScanDueToThreatAction, pendingRebootDueToThreatAction, pendingManualStepsDueToThreatAction, avSignaturesOutOfDate, asSignaturesOutOfDate, noQuickScanHappenedForSpecifiedPeriod, noFullScanHappenedForSpecifiedPeriod, systemInitiatedScanInProgress, systemInitiatedCleanInProgress, samplesPendingSubmission, productRunningInEvaluationMode, productRunningInNonGenuineMode, productExpired, offlineScanRequired, serviceShutdownAsPartOfSystemShutdown, threatRemediationFailedCritically, threatRemediationFailedNonCritically, noStatusFlagsSet, platformOutOfDate, platformUpdateInProgress, platformAboutToBeOutdated, signatureOrPlatformEndOfLifeIsPastOrIsImpending, windowsSModeSignaturesInUseOnNonWin10SInstall. The possible values are: noStatus, serviceNotRunning, serviceStartedWithoutMalwareProtection, pendingFullScanDueToThreatAction, pendingRebootDueToThreatAction, pendingManualStepsDueToThreatAction, avSignaturesOutOfDate, asSignaturesOutOfDate, noQuickScanHappenedForSpecifiedPeriod, noFullScanHappenedForSpecifiedPeriod, systemInitiatedScanInProgress, systemInitiatedCleanInProgress, samplesPendingSubmission, productRunningInEvaluationMode, productRunningInNonGenuineMode, productExpired, offlineScanRequired, serviceShutdownAsPartOfSystemShutdown, threatRemediationFailedCritically, threatRemediationFailedNonCritically, noStatusFlagsSet, platformOutOfDate, platformUpdateInProgress, platformAboutToBeOutdated, signatureOrPlatformEndOfLifeIsPastOrIsImpending, windowsSModeSignaturesInUseOnNonWin10SInstall."},"quickScanOverdue":{"type":"boolean","description":"When TRUE indicates quick scan is overdue, when FALSE indicates quick scan is not overdue. Defaults to setting on client device.","nullable":true},"realTimeProtectionEnabled":{"type":"boolean","description":"When TRUE indicates real time protection is enabled, when FALSE indicates real time protection is not enabled. Defaults to setting on client device.","nullable":true},"rebootRequired":{"type":"boolean","description":"When TRUE indicates reboot is required, when FALSE indicates when TRUE indicates reboot is not required. Defaults to setting on client device.","nullable":true},"signatureUpdateOverdue":{"type":"boolean","description":"When TRUE indicates signature is out of date, when FALSE indicates signature is not out of date. Defaults to setting on client device.","nullable":true},"signatureVersion":{"type":"string","description":"Current malware definitions version","nullable":true},"tamperProtectionEnabled":{"type":"boolean","description":"When TRUE indicates the Windows Defender tamper protection feature is enabled, when FALSE indicates the Windows Defender tamper protection feature is not enabled. Defaults to setting on client device.","nullable":true},"detectedMalwareState":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.windowsDeviceMalwareState"},"description":"Device malware list","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}},"description":"Device protection status entity."}],"x-ms-discriminator-value":"#microsoft.graph.windowsProtectionState"},"microsoft.graph.windowsSetting":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"windowsSetting","required":["@odata.type"],"type":"object","properties":{"payloadType":{"type":"string","description":"The type of setting payloads contained in the instances navigation property.","nullable":true},"settingType":{"$ref":"#/components/schemas/microsoft.graph.windowsSettingType"},"windowsDeviceId":{"type":"string","description":"A unique identifier for the device the setting might belong to if it is of the settingType backup.","nullable":true},"instances":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.windowsSettingInstance"},"description":"A collection of setting values for a given windowsSetting.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.windowsSetting"},"microsoft.graph.windowsSettingInstance":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"windowsSettingInstance","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","description":"Set by the server. Represents the dateTime in UTC when the object was created on the server.","format":"date-time"},"expirationDateTime":{"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":"Set by the server. The object expires at the specified dateTime in UTC, making it unavailable after that time.","format":"date-time"},"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":"Set by the server if not provided in the request from the Windows client device. Refers to the user's Windows device that modified the object at the specified dateTime in UTC.","format":"date-time","nullable":true},"payload":{"type":"string","description":"Base64-encoded JSON setting value."},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.windowsSettingInstance"},"microsoft.graph.workbook":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"workbook","required":["@odata.type"],"type":"object","properties":{"application":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.workbookApplication"},{"type":"object","nullable":true}],"x-ms-navigationProperty":true},"comments":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.workbookComment"},"description":"Represents a collection of comments in a workbook.","x-ms-navigationProperty":true},"functions":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.workbookFunctions"},{"type":"object","nullable":true}],"x-ms-navigationProperty":true},"names":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.workbookNamedItem"},"description":"Represents a collection of workbooks scoped named items (named ranges and constants). Read-only.","x-ms-navigationProperty":true},"operations":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.workbookOperation"},"description":"The status of workbook operations. Getting an operation collection is not supported, but you can get the status of a long-running operation if the Location header is returned in the response. Read-only.","x-ms-navigationProperty":true},"tables":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.workbookTable"},"description":"Represents a collection of tables associated with the workbook. Read-only.","x-ms-navigationProperty":true},"worksheets":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.workbookWorksheet"},"description":"Represents a collection of worksheets associated with the workbook. Read-only.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.workbook"},"microsoft.graph.workbookApplication":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"workbookApplication","required":["@odata.type"],"type":"object","properties":{"calculationMode":{"type":"string","description":"Returns the calculation mode used in the workbook. The possible values are: Automatic, AutomaticExceptTables, Manual."},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.workbookApplication"},"microsoft.graph.workbookChart":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"workbookChart","required":["@odata.type"],"type":"object","properties":{"height":{"oneOf":[{"type":"number","format":"double","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"Represents the height, in points, of the chart object."},"left":{"oneOf":[{"type":"number","format":"double","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"The distance, in points, from the left side of the chart to the worksheet origin."},"name":{"type":"string","description":"Represents the name of a chart object.","nullable":true},"top":{"oneOf":[{"type":"number","format":"double","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"Represents the distance, in points, from the top edge of the object to the top of row 1 (on a worksheet) or the top of the chart area (on a chart)."},"width":{"oneOf":[{"type":"number","format":"double","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"Represents the width, in points, of the chart object."},"axes":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.workbookChartAxes"},{"type":"object","nullable":true}],"description":"Represents chart axes. Read-only.","x-ms-navigationProperty":true},"dataLabels":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.workbookChartDataLabels"},{"type":"object","nullable":true}],"description":"Represents the data labels on the chart. Read-only.","x-ms-navigationProperty":true},"format":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.workbookChartAreaFormat"},{"type":"object","nullable":true}],"description":"Encapsulates the format properties for the chart area. Read-only.","x-ms-navigationProperty":true},"legend":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.workbookChartLegend"},{"type":"object","nullable":true}],"description":"Represents the legend for the chart. Read-only.","x-ms-navigationProperty":true},"series":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.workbookChartSeries"},"description":"Represents either a single series or collection of series in the chart. Read-only.","x-ms-navigationProperty":true},"title":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.workbookChartTitle"},{"type":"object","nullable":true}],"description":"Represents the title of the specified chart, including the text, visibility, position and formatting of the title. Read-only.","x-ms-navigationProperty":true},"worksheet":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.workbookWorksheet"},{"type":"object","nullable":true}],"description":"The worksheet containing the current chart. Read-only.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.workbookChart"},"microsoft.graph.workbookChartAreaFormat":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"workbookChartAreaFormat","required":["@odata.type"],"type":"object","properties":{"fill":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.workbookChartFill"},{"type":"object","nullable":true}],"description":"Represents the fill format of an object, which includes background formatting information. Read-only.","x-ms-navigationProperty":true},"font":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.workbookChartFont"},{"type":"object","nullable":true}],"description":"Represents the font attributes (font name, font size, color, etc.) for the current object. Read-only.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.workbookChartAreaFormat"},"microsoft.graph.workbookChartAxes":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"workbookChartAxes","required":["@odata.type"],"type":"object","properties":{"categoryAxis":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.workbookChartAxis"},{"type":"object","nullable":true}],"description":"Represents the category axis in a chart. Read-only.","x-ms-navigationProperty":true},"seriesAxis":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.workbookChartAxis"},{"type":"object","nullable":true}],"description":"Represents the series axis of a 3-dimensional chart. Read-only.","x-ms-navigationProperty":true},"valueAxis":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.workbookChartAxis"},{"type":"object","nullable":true}],"description":"Represents the value axis in an axis. Read-only.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.workbookChartAxes"},"microsoft.graph.workbookChartAxis":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"workbookChartAxis","required":["@odata.type"],"type":"object","properties":{"majorUnit":{"description":"Represents the interval between two major tick marks. Can be set to a numeric value or an empty string.  The returned value is always a number."},"maximum":{"description":"Represents the maximum value on the value axis.  Can be set to a numeric value or an empty string (for automatic axis values).  The returned value is always a number."},"minimum":{"description":"Represents the minimum value on the value axis. Can be set to a numeric value or an empty string (for automatic axis values).  The returned value is always a number."},"minorUnit":{"description":"Represents the interval between two minor tick marks. 'Can be set to a numeric value or an empty string (for automatic axis values). The returned value is always a number."},"format":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.workbookChartAxisFormat"},{"type":"object","nullable":true}],"description":"Represents the formatting of a chart object, which includes line and font formatting. Read-only.","x-ms-navigationProperty":true},"majorGridlines":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.workbookChartGridlines"},{"type":"object","nullable":true}],"description":"Returns a gridlines object that represents the major gridlines for the specified axis. Read-only.","x-ms-navigationProperty":true},"minorGridlines":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.workbookChartGridlines"},{"type":"object","nullable":true}],"description":"Returns a Gridlines object that represents the minor gridlines for the specified axis. Read-only.","x-ms-navigationProperty":true},"title":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.workbookChartAxisTitle"},{"type":"object","nullable":true}],"description":"Represents the axis title. Read-only.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.workbookChartAxis"},"microsoft.graph.workbookChartAxisFormat":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"workbookChartAxisFormat","required":["@odata.type"],"type":"object","properties":{"font":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.workbookChartFont"},{"type":"object","nullable":true}],"description":"Represents the font attributes (font name, font size, color, etc.) for a chart axis element. Read-only.","x-ms-navigationProperty":true},"line":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.workbookChartLineFormat"},{"type":"object","nullable":true}],"description":"Represents chart line formatting. Read-only.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.workbookChartAxisFormat"},"microsoft.graph.workbookChartAxisTitle":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"workbookChartAxisTitle","required":["@odata.type"],"type":"object","properties":{"text":{"type":"string","description":"Represents the axis title.","nullable":true},"visible":{"type":"boolean","description":"A Boolean that specifies the visibility of an axis title."},"format":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.workbookChartAxisTitleFormat"},{"type":"object","nullable":true}],"description":"Represents the formatting of chart axis title. Read-only.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.workbookChartAxisTitle"},"microsoft.graph.workbookChartAxisTitleFormat":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"workbookChartAxisTitleFormat","required":["@odata.type"],"type":"object","properties":{"font":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.workbookChartFont"},{"type":"object","nullable":true}],"description":"Represents the font attributes, such as font name, font size, color, etc. of chart axis title object. Read-only.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.workbookChartAxisTitleFormat"},"microsoft.graph.workbookChartDataLabelFormat":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"workbookChartDataLabelFormat","required":["@odata.type"],"type":"object","properties":{"fill":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.workbookChartFill"},{"type":"object","nullable":true}],"description":"Represents the fill format of the current chart data label. Read-only.","x-ms-navigationProperty":true},"font":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.workbookChartFont"},{"type":"object","nullable":true}],"description":"Represents the font attributes (font name, font size, color, etc.) for a chart data label. Read-only.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.workbookChartDataLabelFormat"},"microsoft.graph.workbookChartDataLabels":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"workbookChartDataLabels","required":["@odata.type"],"type":"object","properties":{"position":{"type":"string","description":"DataLabelPosition value that represents the position of the data label. The possible values are: None, Center, InsideEnd, InsideBase, OutsideEnd, Left, Right, Top, Bottom, BestFit, Callout.","nullable":true},"separator":{"type":"string","description":"String that represents the separator used for the data labels on a chart.","nullable":true},"showBubbleSize":{"type":"boolean","description":"Boolean value that represents whether the data label bubble size is visible.","nullable":true},"showCategoryName":{"type":"boolean","description":"Boolean value that represents whether the data label category name is visible.","nullable":true},"showLegendKey":{"type":"boolean","description":"Boolean value that represents whether the data label legend key is visible.","nullable":true},"showPercentage":{"type":"boolean","description":"Boolean value that represents whether the data label percentage is visible.","nullable":true},"showSeriesName":{"type":"boolean","description":"Boolean value that represents whether the data label series name is visible.","nullable":true},"showValue":{"type":"boolean","description":"Boolean value that represents whether the data label value is visible.","nullable":true},"format":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.workbookChartDataLabelFormat"},{"type":"object","nullable":true}],"description":"Represents the format of chart data labels, which includes fill and font formatting. Read-only.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.workbookChartDataLabels"},"microsoft.graph.workbookChartFill":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"workbookChartFill","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.workbookChartFill"},"microsoft.graph.workbookChartFont":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"workbookChartFont","required":["@odata.type"],"type":"object","properties":{"bold":{"type":"boolean","description":"Indicates whether the fond is bold.","nullable":true},"color":{"type":"string","description":"The HTML color code representation of the text color. For example #FF0000 represents Red.","nullable":true},"italic":{"type":"boolean","description":"Indicates whether the fond is italic.","nullable":true},"name":{"type":"string","description":"The font name. For example 'Calibri'.","nullable":true},"size":{"oneOf":[{"type":"number","format":"double","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"The size of the font. For example,  11."},"underline":{"type":"string","description":"The type of underlining applied to the font. The possible values are: None, Single.","nullable":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.workbookChartFont"},"microsoft.graph.workbookChartGridlines":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"workbookChartGridlines","required":["@odata.type"],"type":"object","properties":{"visible":{"type":"boolean","description":"Indicates whether the axis gridlines are visible."},"format":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.workbookChartGridlinesFormat"},{"type":"object","nullable":true}],"description":"Represents the formatting of chart gridlines. Read-only.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.workbookChartGridlines"},"microsoft.graph.workbookChartGridlinesFormat":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"workbookChartGridlinesFormat","required":["@odata.type"],"type":"object","properties":{"line":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.workbookChartLineFormat"},{"type":"object","nullable":true}],"description":"Represents chart line formatting. Read-only.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.workbookChartGridlinesFormat"},"microsoft.graph.workbookChartLegend":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"workbookChartLegend","required":["@odata.type"],"type":"object","properties":{"overlay":{"type":"boolean","description":"Indicates whether the chart legend should overlap with the main body of the chart.","nullable":true},"position":{"type":"string","description":"Represents the position of the legend on the chart. The possible values are: Top, Bottom, Left, Right, Corner, Custom.","nullable":true},"visible":{"type":"boolean","description":"Indicates whether the chart legend is visible."},"format":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.workbookChartLegendFormat"},{"type":"object","nullable":true}],"description":"Represents the formatting of a chart legend, which includes fill and font formatting. Read-only.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.workbookChartLegend"},"microsoft.graph.workbookChartLegendFormat":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"workbookChartLegendFormat","required":["@odata.type"],"type":"object","properties":{"fill":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.workbookChartFill"},{"type":"object","nullable":true}],"description":"Represents the fill format of an object, which includes background formating information. Read-only.","x-ms-navigationProperty":true},"font":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.workbookChartFont"},{"type":"object","nullable":true}],"description":"Represents the font attributes such as font name, font size, color, etc. of a chart legend. Read-only.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.workbookChartLegendFormat"},"microsoft.graph.workbookChartLineFormat":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"workbookChartLineFormat","required":["@odata.type"],"type":"object","properties":{"color":{"type":"string","description":"The HTML color code that represents the color of lines in the chart.","nullable":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.workbookChartLineFormat"},"microsoft.graph.workbookChartPoint":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"workbookChartPoint","required":["@odata.type"],"type":"object","properties":{"value":{"description":"The value of a chart point. Read-only."},"format":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.workbookChartPointFormat"},{"type":"object","nullable":true}],"description":"The format properties of the chart point. Read-only.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.workbookChartPoint"},"microsoft.graph.workbookChartPointFormat":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"workbookChartPointFormat","required":["@odata.type"],"type":"object","properties":{"fill":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.workbookChartFill"},{"type":"object","nullable":true}],"description":"Represents the fill format of a chart, which includes background formatting information. Read-only.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.workbookChartPointFormat"},"microsoft.graph.workbookChartSeries":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"workbookChartSeries","required":["@odata.type"],"type":"object","properties":{"name":{"type":"string","description":"The name of a series in a chart.","nullable":true},"format":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.workbookChartSeriesFormat"},{"type":"object","nullable":true}],"description":"The formatting of a chart series, which includes fill and line formatting. Read-only.","x-ms-navigationProperty":true},"points":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.workbookChartPoint"},"description":"A collection of all points in the series. Read-only.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.workbookChartSeries"},"microsoft.graph.workbookChartSeriesFormat":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"workbookChartSeriesFormat","required":["@odata.type"],"type":"object","properties":{"fill":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.workbookChartFill"},{"type":"object","nullable":true}],"description":"Represents the fill format of a chart series, which includes background formatting information. Read-only.","x-ms-navigationProperty":true},"line":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.workbookChartLineFormat"},{"type":"object","nullable":true}],"description":"Represents line formatting. Read-only.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.workbookChartSeriesFormat"},"microsoft.graph.workbookChartTitle":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"workbookChartTitle","required":["@odata.type"],"type":"object","properties":{"overlay":{"type":"boolean","description":"Indicates whether the chart title will overlay the chart or not.","nullable":true},"text":{"type":"string","description":"The title text of the chart.","nullable":true},"visible":{"type":"boolean","description":"Indicates whether the chart title is visible."},"format":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.workbookChartTitleFormat"},{"type":"object","nullable":true}],"description":"The formatting of a chart title, which includes fill and font formatting. Read-only.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.workbookChartTitle"},"microsoft.graph.workbookChartTitleFormat":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"workbookChartTitleFormat","required":["@odata.type"],"type":"object","properties":{"fill":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.workbookChartFill"},{"type":"object","nullable":true}],"description":"Represents the fill format of an object, which includes background formatting information. Read-only.","x-ms-navigationProperty":true},"font":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.workbookChartFont"},{"type":"object","nullable":true}],"description":"Represents the font attributes (font name, font size, color, etc.) for the current object. Read-only.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.workbookChartTitleFormat"},"microsoft.graph.workbookComment":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"workbookComment","required":["@odata.type"],"type":"object","properties":{"content":{"type":"string","description":"The content of the comment.","nullable":true},"contentType":{"type":"string","description":"The content type of the comment."},"replies":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.workbookCommentReply"},"description":"The list of replies to the comment. Read-only. Nullable.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.workbookComment"},"microsoft.graph.workbookCommentReply":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"workbookCommentReply","required":["@odata.type"],"type":"object","properties":{"content":{"type":"string","description":"The content of the reply.","nullable":true},"contentType":{"type":"string","description":"The content type for the reply."},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.workbookCommentReply"},"microsoft.graph.workbookFilter":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"workbookFilter","required":["@odata.type"],"type":"object","properties":{"criteria":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.workbookFilterCriteria"},{"type":"object","nullable":true}],"description":"The currently applied filter on the given column. Read-only."},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.workbookFilter"},"microsoft.graph.workbookFormatProtection":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"workbookFormatProtection","required":["@odata.type"],"type":"object","properties":{"formulaHidden":{"type":"boolean","description":"Indicates whether Excel hides the formula for the cells in the range. A null value indicates that the entire range doesn't have uniform formula hidden setting.","nullable":true},"locked":{"type":"boolean","description":"Indicates whether Excel locks the cells in the object. A null value indicates that the entire range doesn't have uniform lock setting.","nullable":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.workbookFormatProtection"},"microsoft.graph.workbookFunctionResult":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"workbookFunctionResult","required":["@odata.type"],"type":"object","properties":{"error":{"type":"string","nullable":true},"value":{},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.workbookFunctionResult"},"microsoft.graph.workbookFunctions":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"workbookFunctions","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.workbookFunctions"},"microsoft.graph.workbookNamedItem":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"workbookNamedItem","required":["@odata.type"],"type":"object","properties":{"comment":{"type":"string","description":"The comment associated with this name.","nullable":true},"name":{"type":"string","description":"The name of the object. Read-only.","nullable":true},"scope":{"type":"string","description":"Indicates whether the name is scoped to the workbook or to a specific worksheet. Read-only."},"type":{"type":"string","description":"The type of reference is associated with the name. The possible values are: String, Integer, Double, Boolean, Range. Read-only.","nullable":true},"value":{"description":"The formula that the name is defined to refer to. For example, =Sheet14!$B$2:$H$12 and =4.75. Read-only."},"visible":{"type":"boolean","description":"Indicates whether the object is visible."},"worksheet":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.workbookWorksheet"},{"type":"object","nullable":true}],"description":"Returns the worksheet to which the named item is scoped. Available only if the item is scoped to the worksheet. Read-only.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.workbookNamedItem"},"microsoft.graph.workbookOperation":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"workbookOperation","required":["@odata.type"],"type":"object","properties":{"error":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.workbookOperationError"},{"type":"object","nullable":true}],"description":"The error returned by the operation."},"resourceLocation":{"type":"string","description":"The resource URI for the result.","nullable":true},"status":{"$ref":"#/components/schemas/microsoft.graph.workbookOperationStatus"},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.workbookOperation"},"microsoft.graph.workbookPivotTable":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"workbookPivotTable","required":["@odata.type"],"type":"object","properties":{"name":{"type":"string","description":"The name of the pivot table.","nullable":true},"worksheet":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.workbookWorksheet"},{"type":"object","nullable":true}],"description":"The worksheet that contains the current pivot table. Read-only.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.workbookPivotTable"},"microsoft.graph.workbookRange":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"workbookRange","required":["@odata.type"],"type":"object","properties":{"address":{"type":"string","description":"Represents the range reference in A1-style. Address value contains the Sheet reference (for example, Sheet1!A1:B4). Read-only.","nullable":true},"addressLocal":{"type":"string","description":"Represents range reference for the specified range in the language of the user. Read-only.","nullable":true},"cellCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of cells in the range. Read-only.","format":"int32"},"columnCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Represents the total number of columns in the range. Read-only.","format":"int32"},"columnHidden":{"type":"boolean","description":"Indicates whether all columns of the current range are hidden.","nullable":true},"columnIndex":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Represents the column number of the first cell in the range. Zero-indexed. Read-only.","format":"int32"},"formulas":{"description":"Represents the formula in A1-style notation."},"formulasLocal":{"description":"Represents the formula in A1-style notation, in the user's language and number-formatting locale.  For example, the English '=SUM(A1, 1.5)' formula would become '=SUMME(A1; 1,5)' in German."},"formulasR1C1":{"description":"Represents the formula in R1C1-style notation."},"hidden":{"type":"boolean","description":"Represents if all cells of the current range are hidden. Read-only.","nullable":true},"numberFormat":{"description":"Represents Excel's number format code for the given cell."},"rowCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Returns the total number of rows in the range. Read-only.","format":"int32"},"rowHidden":{"type":"boolean","description":"Indicates whether all rows of the current range are hidden.","nullable":true},"rowIndex":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Returns the row number of the first cell in the range. Zero-indexed. Read-only.","format":"int32"},"text":{"description":"Text values of the specified range. The Text value doesn't depend on the cell width. The # sign substitution that happens in Excel UI doesn't affect the text value returned by the API. Read-only."},"values":{"description":"Represents the raw values of the specified range. The data returned can be of type string, number, or a Boolean. Cell that contains an error returns the error string."},"valueTypes":{"description":"Represents the type of data of each cell. The possible values are: Unknown, Empty, String, Integer, Double, Boolean, Error. Read-only."},"format":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.workbookRangeFormat"},{"type":"object","nullable":true}],"description":"Returns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only.","x-ms-navigationProperty":true},"sort":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.workbookRangeSort"},{"type":"object","nullable":true}],"description":"The worksheet containing the current range. Read-only.","x-ms-navigationProperty":true},"worksheet":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.workbookWorksheet"},{"type":"object","nullable":true}],"description":"The worksheet containing the current range. Read-only.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.workbookRange"},"microsoft.graph.workbookRangeBorder":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"workbookRangeBorder","required":["@odata.type"],"type":"object","properties":{"color":{"type":"string","description":"The HTML color code that represents the color of the border line. Can either be of the form #RRGGBB, for example 'FFA500', or a named HTML color, for example 'orange'.","nullable":true},"sideIndex":{"type":"string","description":"Indicates the specific side of the border. The possible values are: EdgeTop, EdgeBottom, EdgeLeft, EdgeRight, InsideVertical, InsideHorizontal, DiagonalDown, DiagonalUp. Read-only.","nullable":true},"style":{"type":"string","description":"Indicates the line style for the border. The possible values are: None, Continuous, Dash, DashDot, DashDotDot, Dot, Double, SlantDashDot.","nullable":true},"weight":{"type":"string","description":"The weight of the border around a range. The possible values are: Hairline, Thin, Medium, Thick.","nullable":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.workbookRangeBorder"},"microsoft.graph.workbookRangeFill":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"workbookRangeFill","required":["@odata.type"],"type":"object","properties":{"color":{"type":"string","description":"HTML color code representing the color of the border line. Can either be of the form #RRGGBB, for example 'FFA500', or be a named HTML color, for example 'orange'.","nullable":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.workbookRangeFill"},"microsoft.graph.workbookRangeFont":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"workbookRangeFont","required":["@odata.type"],"type":"object","properties":{"bold":{"type":"boolean","description":"Inidicates whether the font is bold.","nullable":true},"color":{"type":"string","description":"The HTML color code representation of the text color. For example, #FF0000 represents the color red.","nullable":true},"italic":{"type":"boolean","description":"Inidicates whether the font is italic.","nullable":true},"name":{"type":"string","description":"The font name. For example, 'Calibri'.","nullable":true},"size":{"oneOf":[{"type":"number","format":"double","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"The font size."},"underline":{"type":"string","description":"The type of underlining applied to the font. The possible values are: None, Single, Double, SingleAccountant, DoubleAccountant.","nullable":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.workbookRangeFont"},"microsoft.graph.workbookRangeFormat":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"workbookRangeFormat","required":["@odata.type"],"type":"object","properties":{"columnWidth":{"oneOf":[{"type":"number","format":"double","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"The width of all columns within the range. If the column widths aren't uniform, null will be returned."},"horizontalAlignment":{"type":"string","description":"The horizontal alignment for the specified object. The possible values are: General, Left, Center, Right, Fill, Justify, CenterAcrossSelection, Distributed.","nullable":true},"rowHeight":{"oneOf":[{"type":"number","format":"double","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"The height of all rows in the range. If the row heights aren't uniform null will be returned."},"verticalAlignment":{"type":"string","description":"The vertical alignment for the specified object. The possible values are: Top, Center, Bottom, Justify, Distributed.","nullable":true},"wrapText":{"type":"boolean","description":"Indicates whether Excel wraps the text in the object. A null value indicates that the entire range doesn't have a uniform wrap setting.","nullable":true},"borders":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.workbookRangeBorder"},"description":"Collection of border objects that apply to the overall range selected Read-only.","x-ms-navigationProperty":true},"fill":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.workbookRangeFill"},{"type":"object","nullable":true}],"description":"Returns the fill object defined on the overall range. Read-only.","x-ms-navigationProperty":true},"font":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.workbookRangeFont"},{"type":"object","nullable":true}],"description":"Returns the font object defined on the overall range selected Read-only.","x-ms-navigationProperty":true},"protection":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.workbookFormatProtection"},{"type":"object","nullable":true}],"description":"Returns the format protection object for a range. Read-only.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.workbookRangeFormat"},"microsoft.graph.workbookRangeSort":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"workbookRangeSort","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.workbookRangeSort"},"microsoft.graph.workbookRangeView":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"workbookRangeView","required":["@odata.type"],"type":"object","properties":{"cellAddresses":{"description":"The cell addresses."},"columnCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The number of visible columns. Read-only.","format":"int32"},"formulas":{"description":"The formula in A1-style notation."},"formulasLocal":{"description":"The formula in A1-style notation, in the user's language and number-formatting locale. For example, the English '=SUM(A1, 1.5)' formula would become '=SUMME(A1; 1,5)' in German."},"formulasR1C1":{"description":"Represents the formula in R1C1-style notation."},"index":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The index of the range.","format":"int32"},"numberFormat":{"description":"Excel's number format code for the given cell. Read-only."},"rowCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The number of visible rows. Read-only.","format":"int32"},"text":{"description":"The text values of the specified range. The Text value won't depend on the cell width. The # sign substitution that happens in Excel UI won't affect the text value returned by the API. Read-only."},"values":{"description":"The raw values of the specified range view. The data returned could be of type string, number, or a Boolean. Cell that contains an error returns the error string."},"valueTypes":{"description":"The type of data of each cell. Read-only. The possible values are: Unknown, Empty, String, Integer, Double, Boolean, Error."},"rows":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.workbookRangeView"},"description":"The collection of range views associated with the range. Read-only. Read-only.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.workbookRangeView"},"microsoft.graph.workbookTable":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"workbookTable","required":["@odata.type"],"type":"object","properties":{"highlightFirstColumn":{"type":"boolean","description":"Indicates whether the first column contains special formatting."},"highlightLastColumn":{"type":"boolean","description":"Indicates whether the last column contains special formatting."},"legacyId":{"type":"string","description":"A legacy identifier used in older Excel clients. The value of the identifier remains the same even when the table is renamed. This property should be interpreted as an opaque string value and shouldn't be parsed to any other type. Read-only.","nullable":true},"name":{"type":"string","description":"The name of the table.","nullable":true},"showBandedColumns":{"type":"boolean","description":"Indicates whether the columns show banded formatting in which odd columns are highlighted differently from even ones to make reading the table easier."},"showBandedRows":{"type":"boolean","description":"Indicates whether the rows show banded formatting in which odd rows are highlighted differently from even ones to make reading the table easier."},"showFilterButton":{"type":"boolean","description":"Indicates whether the filter buttons are visible at the top of each column header. Setting this is only allowed if the table contains a header row."},"showHeaders":{"type":"boolean","description":"Indicates whether the header row is visible or not. This value can be set to show or remove the header row."},"showTotals":{"type":"boolean","description":"Indicates whether the total row is visible or not. This value can be set to show or remove the total row."},"style":{"type":"string","description":"A constant value that represents the Table style. The possible values are: TableStyleLight1 through TableStyleLight21, TableStyleMedium1 through TableStyleMedium28, TableStyleStyleDark1 through TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.","nullable":true},"columns":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.workbookTableColumn"},"description":"The list of all the columns in the table. Read-only.","x-ms-navigationProperty":true},"rows":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.workbookTableRow"},"description":"The list of all the rows in the table. Read-only.","x-ms-navigationProperty":true},"sort":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.workbookTableSort"},{"type":"object","nullable":true}],"description":"The sorting for the table. Read-only.","x-ms-navigationProperty":true},"worksheet":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.workbookWorksheet"},{"type":"object","nullable":true}],"description":"The worksheet containing the current table. Read-only.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.workbookTable"},"microsoft.graph.workbookTableColumn":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"workbookTableColumn","required":["@odata.type"],"type":"object","properties":{"index":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The index of the column within the columns collection of the table. Zero-indexed. Read-only.","format":"int32"},"name":{"type":"string","description":"The name of the table column.","nullable":true},"values":{"description":"TRepresents the raw values of the specified range. The data returned could be of type string, number, or a Boolean. Cell that contain an error will return the error string."},"filter":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.workbookFilter"},{"type":"object","nullable":true}],"description":"The filter applied to the column. Read-only.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.workbookTableColumn"},"microsoft.graph.workbookTableRow":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"workbookTableRow","required":["@odata.type"],"type":"object","properties":{"index":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The index of the row within the rows collection of the table. Zero-based. Read-only.","format":"int32"},"values":{"description":"The raw values of the specified range. The data returned could be of type string, number, or a Boolean. Any cell that contain an error will return the error string."},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.workbookTableRow"},"microsoft.graph.workbookTableSort":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"workbookTableSort","required":["@odata.type"],"type":"object","properties":{"fields":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.workbookSortField"},"description":"The list of the current conditions last used to sort the table. Read-only."},"matchCase":{"type":"boolean","description":"Indicates whether the casing impacted the last sort of the table. Read-only."},"method":{"type":"string","description":"The Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only."},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.workbookTableSort"},"microsoft.graph.workbookWorksheet":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"workbookWorksheet","required":["@odata.type"],"type":"object","properties":{"name":{"type":"string","description":"The display name of the worksheet.","nullable":true},"position":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The zero-based position of the worksheet within the workbook.","format":"int32"},"visibility":{"type":"string","description":"The visibility of the worksheet. The possible values are: Visible, Hidden, VeryHidden."},"charts":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.workbookChart"},"description":"The list of charts that are part of the worksheet. Read-only.","x-ms-navigationProperty":true},"names":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.workbookNamedItem"},"description":"The list of names that are associated with the worksheet. Read-only.","x-ms-navigationProperty":true},"pivotTables":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.workbookPivotTable"},"description":"The list of piot tables that are part of the worksheet.","x-ms-navigationProperty":true},"protection":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.workbookWorksheetProtection"},{"type":"object","nullable":true}],"description":"The sheet protection object for a worksheet. Read-only.","x-ms-navigationProperty":true},"tables":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.workbookTable"},"description":"The list of tables that are part of the worksheet. Read-only.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.workbookWorksheet"},"microsoft.graph.workbookWorksheetProtection":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"workbookWorksheetProtection","required":["@odata.type"],"type":"object","properties":{"options":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.workbookWorksheetProtectionOptions"},{"type":"object","nullable":true}],"description":"Worksheet protection options. Read-only."},"protected":{"type":"boolean","description":"Indicates whether the worksheet is protected.  Read-only."},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.workbookWorksheetProtection"},"microsoft.graph.workHoursAndLocationsSetting":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"workHoursAndLocationsSetting","required":["@odata.type"],"type":"object","properties":{"maxSharedWorkLocationDetails":{"$ref":"#/components/schemas/microsoft.graph.maxWorkLocationDetails"},"occurrences":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.workPlanOccurrence"},"description":"Collection of work plan occurrences.","x-ms-navigationProperty":true},"recurrences":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.workPlanRecurrence"},"description":"Collection of recurring work plans defined by the user.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.workHoursAndLocationsSetting"},"microsoft.graph.workingTimeSchedule":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"workingTimeSchedule","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.workingTimeSchedule"},"microsoft.graph.workPlanOccurrence":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"workPlanOccurrence","required":["@odata.type"],"type":"object","properties":{"end":{"$ref":"#/components/schemas/microsoft.graph.dateTimeTimeZone"},"placeId":{"type":"string","description":"Identifier of a place from the Microsoft Graph Places Directory API. Only applicable when workLocationType is set to office.","nullable":true},"recurrenceId":{"type":"string","description":"The identifier of the parent recurrence pattern that generated this occurrence. The value is null for time-off occurrences because they don't have a parent recurrence.","nullable":true},"start":{"$ref":"#/components/schemas/microsoft.graph.dateTimeTimeZone"},"timeOffDetails":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.timeOffDetails"},{"type":"object","nullable":true}],"description":"The details about the time off. Only applicable when workLocationType is set to timeOff."},"workLocationType":{"$ref":"#/components/schemas/microsoft.graph.workLocationType"},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.workPlanOccurrence"},"microsoft.graph.workPlanRecurrence":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"workPlanRecurrence","required":["@odata.type"],"type":"object","properties":{"end":{"$ref":"#/components/schemas/microsoft.graph.dateTimeTimeZone"},"placeId":{"type":"string","description":"Identifier of a place from the Microsoft Graph Places Directory API. Only applicable when workLocationType is set to office.","nullable":true},"recurrence":{"$ref":"#/components/schemas/microsoft.graph.patternedRecurrence"},"start":{"$ref":"#/components/schemas/microsoft.graph.dateTimeTimeZone"},"workLocationType":{"$ref":"#/components/schemas/microsoft.graph.workLocationType"},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.workPlanRecurrence"},"microsoft.graph.callRecords.callRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"callRecord","required":["@odata.type"],"type":"object","properties":{"endDateTime":{"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":"UTC time when the last user left the call. 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 is 2014-01-01T00:00:00Z","format":"date-time"},"joinWebUrl":{"type":"string","description":"Meeting URL associated to the call. May not be available for a peerToPeer call record type.","nullable":true},"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":"UTC time when the call record was created. 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 is 2014-01-01T00:00:00Z","format":"date-time"},"modalities":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.callRecords.modality"},"description":"List of all the modalities used in the call. The possible values are: unknown, audio, video, videoBasedScreenSharing, data, screenSharing, unknownFutureValue."},"organizer":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"type":"object","nullable":true}],"description":"The organizing party's identity. The organizer property is deprecated and will stop returning data on June 30, 2026. Going forward, use the organizer_v2 relationship."},"participants":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.identitySet"},"description":"List of distinct identities involved in the call. Limited to 130 entries. The participants property is deprecated and will stop returning data on June 30, 2026. Going forward, use the participants_v2 relationship."},"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":"UTC time when the first user joined the call. 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 is 2014-01-01T00:00:00Z.","format":"date-time"},"type":{"$ref":"#/components/schemas/microsoft.graph.callRecords.callType"},"version":{"type":"number","description":"Monotonically increasing version of the call record. Higher version call records with the same id includes additional data compared to the lower version.","format":"int64"},"organizer_v2":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.callRecords.organizer"},{"type":"object","nullable":true}],"description":"Identity of the organizer of the call. This relationship is expanded by default in callRecord methods.","x-ms-navigationProperty":true},"participants_v2":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.callRecords.participant"},"description":"List of distinct participants in the call.","x-ms-navigationProperty":true},"sessions":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.callRecords.session"},"description":"List of sessions involved in the call. Peer-to-peer calls typically only have one session, whereas group calls typically have at least one session per participant. Read-only. Nullable.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.callRecords.callRecord"},"microsoft.graph.callRecords.participantBase":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"participantBase","required":["@odata.type"],"type":"object","properties":{"administrativeUnitInfos":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.callRecords.administrativeUnitInfo"},"description":"List of administrativeUnitInfo objects for the call participant."},"identity":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.communicationsIdentitySet"},{"type":"object","nullable":true}],"description":"The identity of the call participant."},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.callRecords.organizer":"#/components/schemas/microsoft.graph.callRecords.organizer","#microsoft.graph.callRecords.participant":"#/components/schemas/microsoft.graph.callRecords.participant"}}}]},"microsoft.graph.callRecords.organizer":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.callRecords.participantBase"},{"title":"organizer","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.callRecords.organizer"}}}],"x-ms-discriminator-value":"#microsoft.graph.callRecords.organizer"},"microsoft.graph.callRecords.participant":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.callRecords.participantBase"},{"title":"participant","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.callRecords.participant"}}}],"x-ms-discriminator-value":"#microsoft.graph.callRecords.participant"},"microsoft.graph.callRecords.segment":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"segment","required":["@odata.type"],"type":"object","properties":{"callee":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.callRecords.endpoint"},{"type":"object","nullable":true}],"description":"Endpoint that answered this segment."},"caller":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.callRecords.endpoint"},{"type":"object","nullable":true}],"description":"Endpoint that initiated this segment."},"endDateTime":{"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":"UTC time when the segment ended. 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 is 2014-01-01T00:00:00Z","format":"date-time"},"failureInfo":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.callRecords.failureInfo"},{"type":"object","nullable":true}],"description":"Failure information associated with the segment if it failed."},"media":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.callRecords.media"},"description":"Media associated with this segment."},"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":"UTC time when the segment started. 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 is 2014-01-01T00:00:00Z","format":"date-time"},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.callRecords.segment"},"microsoft.graph.callRecords.session":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"session","required":["@odata.type"],"type":"object","properties":{"callee":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.callRecords.endpoint"},{"type":"object","nullable":true}],"description":"Endpoint that answered the session."},"caller":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.callRecords.endpoint"},{"type":"object","nullable":true}],"description":"Endpoint that initiated the session."},"endDateTime":{"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":"UTC time when the last user left the session. 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 is 2014-01-01T00:00:00Z","format":"date-time"},"failureInfo":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.callRecords.failureInfo"},{"type":"object","nullable":true}],"description":"Failure information associated with the session if the session failed."},"isTest":{"type":"boolean","description":"Specifies whether the session is a test.","nullable":true},"modalities":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.callRecords.modality"},"description":"List of modalities present in the session. The possible values are: unknown, audio, video, videoBasedScreenSharing, data, screenSharing, unknownFutureValue."},"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":"UTC time when the first user joined the session. 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 is 2014-01-01T00:00:00Z","format":"date-time"},"segments":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.callRecords.segment"},"description":"The list of segments involved in the session. Read-only. Nullable.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.callRecords.session"},"microsoft.graph.entraRecoveryServices.recovery":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"recovery","required":["@odata.type"],"type":"object","properties":{"jobs":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.entraRecoveryServices.recoveryJobBase"},"description":"Collection of all recovery jobs (both preview and recovery) for the tenant.","x-ms-navigationProperty":true},"snapshots":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.entraRecoveryServices.snapshot"},"description":"Collection of backup snapshots available for the tenant.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.entraRecoveryServices.recovery"},"microsoft.graph.entraRecoveryServices.recoveryChangeObjectBase":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"recoveryChangeObjectBase","required":["@odata.type"],"type":"object","properties":{"displayName":{"type":"string","description":"The display name of the changed object in its current state, used to uniquely identify the object. Supports $filter (eq, ne, startswith).","nullable":true},"entityTypeName":{"$ref":"#/components/schemas/microsoft.graph.entraRecoveryServices.resourceTypeName"},"failureMessage":{"type":"string","description":"The error message if the change failed to apply. Only populated in getFailedChanges responses. null otherwise.","nullable":true},"recoveryAction":{"$ref":"#/components/schemas/microsoft.graph.entraRecoveryServices.recoveryAction"},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.entraRecoveryServices.recoveryChangeObjectBase"},"microsoft.graph.entraRecoveryServices.recoveryJobBase":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"recoveryJobBase","required":["@odata.type"],"type":"object","properties":{"filteringCriteria":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.entraRecoveryServices.recoveryJobFilteringCriteriaBase"},{"type":"object","nullable":true}],"description":"Optional filtering criteria used to scope the job to specific entity types or entity IDs."},"jobCompletionDateTime":{"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 job completed. Null if the job is still running.","format":"date-time","nullable":true},"jobStartDateTime":{"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 job started.","format":"date-time"},"status":{"$ref":"#/components/schemas/microsoft.graph.entraRecoveryServices.recoveryStatus"},"targetStateDateTime":{"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 target snapshot timestamp to which the tenant is being restored. Supports $filter (eq, ne).","format":"date-time"},"totalChangedLinksCalculated":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The total count of changed directory object links (relationships) calculated by the job. null until the job completes calculation. Not all calculated link changes may be successfully applied; see totalLinksModified on derived types for the count of links that were actually modified.","format":"int32","nullable":true},"totalChangedObjectsCalculated":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The total count of changed directory objects calculated by the job. null until the job completes calculation. Not all calculated object changes may be successfully applied; see totalObjectsModified on derived types for the count of objects that were actually modified.","format":"int32","nullable":true},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.entraRecoveryServices.recoveryJob":"#/components/schemas/microsoft.graph.entraRecoveryServices.recoveryJob","#microsoft.graph.entraRecoveryServices.recoveryPreviewJob":"#/components/schemas/microsoft.graph.entraRecoveryServices.recoveryPreviewJob"}}}]},"microsoft.graph.entraRecoveryServices.recoveryJob":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entraRecoveryServices.recoveryJobBase"},{"title":"recoveryJob","required":["@odata.type"],"type":"object","properties":{"totalFailedChanges":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The count of changes (including both objects and links) that failed to apply during recovery.","format":"int32","nullable":true},"totalLinksModified":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The count of directory object links (relationships) that were successfully modified during recovery. This value may be less than totalChangedLinksCalculated if some link changes failed.","format":"int32","nullable":true},"totalObjectsModified":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The count of directory objects that were successfully modified during recovery. This value may be less than totalChangedObjectsCalculated if some object changes failed.","format":"int32","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.entraRecoveryServices.recoveryJob"}}}],"x-ms-discriminator-value":"#microsoft.graph.entraRecoveryServices.recoveryJob"},"microsoft.graph.entraRecoveryServices.recoveryPreviewJob":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entraRecoveryServices.recoveryJobBase"},{"title":"recoveryPreviewJob","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.entraRecoveryServices.recoveryPreviewJob"}}}],"x-ms-discriminator-value":"#microsoft.graph.entraRecoveryServices.recoveryPreviewJob"},"microsoft.graph.entraRecoveryServices.snapshot":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"snapshot","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","description":"The date and time when the snapshot was created.","format":"date-time"},"totalChangedObjects":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The total number of changed objects identified in this snapshot.","format":"int32","nullable":true},"recoveryJobs":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.entraRecoveryServices.recoveryJob"},"description":"Collection of recovery jobs created for this snapshot.","x-ms-navigationProperty":true},"recoveryPreviewJobs":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.entraRecoveryServices.recoveryPreviewJob"},"description":"Collection of preview jobs created for this snapshot.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.entraRecoveryServices.snapshot"},"microsoft.graph.externalConnectors.connectionOperation":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"connectionOperation","required":["@odata.type"],"type":"object","properties":{"error":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.publicError"},{"type":"object","nullable":true}],"description":"If status is failed, provides more information about the error that caused the failure."},"status":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.externalConnectors.connectionOperationStatus"},{"type":"object","nullable":true}],"description":"Indicates the status of the asynchronous operation. The possible values are: unspecified, inprogress, completed, failed, unknownFutureValue."},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.externalConnectors.connectionOperation"},"microsoft.graph.externalConnectors.externalActivity":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"externalActivity","required":["@odata.type"],"type":"object","properties":{"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 date and time when the particular activity occurred. 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 is 2014-01-01T00:00:00Z.","format":"date-time"},"type":{"$ref":"#/components/schemas/microsoft.graph.externalConnectors.externalActivityType"},"performedBy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.externalConnectors.identity"},{"type":"object","nullable":true}],"description":"Represents an identity used to identify who is responsible for the activity.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.externalConnectors.externalActivityResult":"#/components/schemas/microsoft.graph.externalConnectors.externalActivityResult"}}}]},"microsoft.graph.externalConnectors.externalActivityResult":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.externalConnectors.externalActivity"},{"title":"externalActivityResult","required":["@odata.type"],"type":"object","properties":{"error":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.publicError"},{"type":"object","nullable":true}],"description":"Error information that explains the failure to process an external activity."},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.externalConnectors.externalActivityResult"},"microsoft.graph.externalConnectors.externalConnection":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"externalConnection","required":["@odata.type"],"type":"object","properties":{"activitySettings":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.externalConnectors.activitySettings"},{"type":"object","nullable":true}],"description":"Collects configurable settings related to activities involving connector content."},"configuration":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.externalConnectors.configuration"},{"type":"object","nullable":true}],"description":"Specifies additional application IDs that are allowed to manage the connection and to index content in the connection. Optional."},"connectorId":{"type":"string","description":"The Teams app ID. Optional.","nullable":true},"contentCategory":{"$ref":"#/components/schemas/microsoft.graph.externalConnectors.contentCategory"},"description":{"type":"string","description":"Description of the connection displayed in the Microsoft 365 admin center. Optional.","nullable":true},"name":{"type":"string","description":"The display name of the connection to be displayed in the Microsoft 365 admin center. Maximum length of 128 characters. Required.","nullable":true},"searchSettings":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.externalConnectors.searchSettings"},{"type":"object","nullable":true}],"description":"The settings configuring the search experience for content in this connection, such as the display templates for search results."},"state":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.externalConnectors.connectionState"},{"type":"object","nullable":true}],"description":"Indicates the current state of the connection. The possible values are: draft, ready, obsolete, limitExceeded, unknownFutureValue.","readOnly":true},"groups":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.externalConnectors.externalGroup"},"x-ms-navigationProperty":true},"items":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.externalConnectors.externalItem"},"x-ms-navigationProperty":true},"operations":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.externalConnectors.connectionOperation"},"x-ms-navigationProperty":true},"schema":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.externalConnectors.schema"},{"type":"object","nullable":true}],"x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.externalConnectors.externalConnection"},"microsoft.graph.externalConnectors.externalGroup":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"externalGroup","required":["@odata.type"],"type":"object","properties":{"description":{"type":"string","description":"The description of the external group. Optional.","nullable":true},"displayName":{"type":"string","description":"The friendly name of the external group. Optional.","nullable":true},"members":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.externalConnectors.identity"},"description":"A member added to an externalGroup. You can add Microsoft Entra users, Microsoft Entra groups, or an externalGroup as members.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.externalConnectors.externalGroup"},"microsoft.graph.externalConnectors.externalItem":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"externalItem","required":["@odata.type"],"type":"object","properties":{"acl":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.externalConnectors.acl"},"description":"An array of access control entries. Each entry specifies the access granted to a user or group. Required."},"content":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.externalConnectors.externalItemContent"},{"type":"object","nullable":true}],"description":"A plain-text  representation of the contents of the item. The text in this property is full-text indexed. Optional."},"informationProtectionLabel":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.externalConnectors.externalItemInformationProtectionLabel"},{"type":"object","nullable":true}]},"properties":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.externalConnectors.properties"},{"type":"object","nullable":true}],"description":"A property bag with the properties of the item. The properties MUST conform to the schema defined for the externalConnection. Required."},"activities":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.externalConnectors.externalActivity"},"description":"Returns a list of activities performed on the item. Write-only.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.externalConnectors.externalItem"},"microsoft.graph.externalConnectors.identity":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"identity","required":["@odata.type"],"type":"object","properties":{"type":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.externalConnectors.identityType"},{"type":"object","nullable":true}],"description":"The type of identity. The possible values are: user or group for Microsoft Entra identities and externalgroup for groups in an external system."},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.externalConnectors.identity"},"microsoft.graph.externalConnectors.schema":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"schema","required":["@odata.type"],"type":"object","properties":{"baseType":{"type":"string","description":"Must be set to microsoft.graph.externalConnector.externalItem. Required."},"properties":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.externalConnectors.property"},"description":"The properties defined for the items in the connection. The minimum number of properties is one, the maximum is 128."},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.externalConnectors.schema"},"microsoft.graph.identityGovernance.insights":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"insights","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.identityGovernance.insights"},"microsoft.graph.identityGovernance.lifecycleManagementSettings":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"lifecycleManagementSettings","required":["@odata.type"],"type":"object","properties":{"emailSettings":{"$ref":"#/components/schemas/microsoft.graph.emailSettings"},"quarantineConfiguration":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identityGovernance.quarantineConfiguration"},{"type":"object","nullable":true}],"description":"The tenant-level quarantine configuration that automatically halts a workflow when its threshold conditions are met. Optional."},"workflowScheduleIntervalInHours":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The interval in hours at which all workflows running in the tenant should be scheduled for execution. This interval has a minimum value of 1 and a maximum value of 24. The default value is 3 hours.","format":"int32"},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.identityGovernance.lifecycleManagementSettings"},"microsoft.graph.identityGovernance.lifecycleWorkflowsContainer":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"lifecycleWorkflowsContainer","required":["@odata.type"],"type":"object","properties":{"customTaskExtensions":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.identityGovernance.customTaskExtension"},"description":"The customTaskExtension instance.","x-ms-navigationProperty":true},"deletedItems":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.deletedItemContainer"},{"type":"object","nullable":true}],"description":"Deleted workflows in your lifecycle workflows instance.","x-ms-navigationProperty":true},"insights":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identityGovernance.insights"},{"type":"object","nullable":true}],"description":"The insight container holding workflow insight summaries for a tenant.","x-ms-navigationProperty":true},"settings":{"$ref":"#/components/schemas/microsoft.graph.identityGovernance.lifecycleManagementSettings"},"taskDefinitions":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.identityGovernance.taskDefinition"},"description":"The definition of tasks within the lifecycle workflows instance.","x-ms-navigationProperty":true},"workflows":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.identityGovernance.workflow"},"description":"The workflows in the lifecycle workflows instance.","x-ms-navigationProperty":true},"workflowTemplates":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.identityGovernance.workflowTemplate"},"description":"The workflow templates in the lifecycle workflow instance.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.identityGovernance.lifecycleWorkflowsContainer"},"microsoft.graph.identityGovernance.run":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"run","required":["@odata.type"],"type":"object","properties":{"activatedOnScope":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identityGovernance.activationScope"},{"type":"object","nullable":true}],"description":"The scope for which the workflow runs."},"completedDateTime":{"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 time that the run completed. Value is null if the workflow hasn't completed.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby.","format":"date-time","nullable":true},"failedTasksCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The number of tasks that failed in the run execution.","format":"int32"},"failedUsersCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The number of users that failed in the run execution.","format":"int32"},"lastUpdatedDateTime":{"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 datetime that the run was last updated.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby.","format":"date-time","nullable":true},"processingStatus":{"$ref":"#/components/schemas/microsoft.graph.identityGovernance.lifecycleWorkflowProcessingStatus"},"scheduledDateTime":{"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 time that the run is scheduled to be executed for a workflow.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby.","format":"date-time"},"startedDateTime":{"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 time that the run execution started.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby.","format":"date-time","nullable":true},"successfulUsersCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The number of successfully completed users in the run.","format":"int32"},"totalTasksCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","format":"int32"},"totalUnprocessedTasksCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The total number of unprocessed tasks in the run execution.","format":"int32"},"totalUsersCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The total number of users in the workflow execution.","format":"int32"},"workflowExecutionType":{"$ref":"#/components/schemas/microsoft.graph.identityGovernance.workflowExecutionType"},"reprocessedRuns":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.identityGovernance.run"},"description":"The related reprocessed workflow run.","x-ms-navigationProperty":true},"taskProcessingResults":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.identityGovernance.taskProcessingResult"},"description":"The related taskProcessingResults.","x-ms-navigationProperty":true},"userProcessingResults":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.identityGovernance.userProcessingResult"},"description":"The associated individual user execution.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.identityGovernance.run"},"microsoft.graph.identityGovernance.task":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"task","required":["@odata.type"],"type":"object","properties":{"arguments":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.keyValuePair"},"description":"Arguments included within the task.  For guidance to configure this property, see Configure the arguments for built-in Lifecycle Workflow tasks. Required."},"category":{"$ref":"#/components/schemas/microsoft.graph.identityGovernance.lifecycleTaskCategory"},"continueOnError":{"type":"boolean","description":"A Boolean value that specifies whether, if this task fails, the workflow stops, and subsequent tasks aren't run. Optional."},"description":{"type":"string","description":"A string that describes the purpose of the task for administrative use. Optional.","nullable":true},"displayName":{"type":"string","description":"A unique string that identifies the task. Required.Supports $filter(eq, ne) and orderBy."},"executionSequence":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"An integer that states in what order the task runs in a workflow.Supports $orderby.","format":"int32"},"isEnabled":{"type":"boolean","description":"A Boolean value that denotes whether the task is set to run or not. Optional.Supports $filter(eq, ne) and orderBy."},"taskDefinitionId":{"type":"string","description":"A unique template identifier for the task. For more information about the tasks that Lifecycle Workflows currently supports and their unique identifiers, see Configure the arguments for built-in Lifecycle Workflow tasks. Required.Supports $filter(eq, ne)."},"taskProcessingResults":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.identityGovernance.taskProcessingResult"},"description":"The result of processing the task.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.identityGovernance.task"},"microsoft.graph.identityGovernance.taskDefinition":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"taskDefinition","required":["@odata.type"],"type":"object","properties":{"category":{"$ref":"#/components/schemas/microsoft.graph.identityGovernance.lifecycleTaskCategory"},"continueOnError":{"type":"boolean","description":"Defines if the workflow will continue if the task has an error."},"description":{"type":"string","description":"The description of the taskDefinition.","nullable":true},"displayName":{"type":"string","description":"The display name of the taskDefinition.Supports $filter(eq, ne) and $orderby."},"parameters":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.identityGovernance.parameter"},"description":"The parameters that must be supplied when creating a workflow task object.Supports $filter(any)."},"version":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The version number of the taskDefinition. New records are pushed when we add support for new parameters.Supports $filter(ge, gt, le, lt, eq, ne) and $orderby.","format":"int32"},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.identityGovernance.taskDefinition"},"microsoft.graph.identityGovernance.taskProcessingResult":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"taskProcessingResult","required":["@odata.type"],"type":"object","properties":{"completedDateTime":{"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 time when taskProcessingResult execution ended. Value is null if task execution is still in progress.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby.","format":"date-time","nullable":true},"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","description":"The date time when the taskProcessingResult was created.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby.","format":"date-time"},"failureReason":{"type":"string","description":"Describes why the taskProcessingResult failed.","nullable":true},"processingInfo":{"type":"string","description":"Additional human-readable context about the task processing outcome. This property contains information about edge cases where the task completed successfully but the expected action wasn't performed because the target was already in the desired state, such as when the user was already a member of the specified group. Returns null when no additional context is needed. Nullable.","nullable":true},"processingStatus":{"$ref":"#/components/schemas/microsoft.graph.identityGovernance.lifecycleWorkflowProcessingStatus"},"startedDateTime":{"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 time when taskProcessingResult execution started. Value is null if task execution hasn't started yet.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby.","format":"date-time","nullable":true},"subject":{"$ref":"#/components/schemas/microsoft.graph.user"},"task":{"$ref":"#/components/schemas/microsoft.graph.identityGovernance.task"},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.identityGovernance.taskProcessingResult"},"microsoft.graph.identityGovernance.taskReport":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"taskReport","required":["@odata.type"],"type":"object","properties":{"completedDateTime":{"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 time that the associated run completed. Value is null if the run has not completed.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby.","format":"date-time","nullable":true},"failedUsersCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The number of users in the run execution for which the associated task failed.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby.","format":"int32"},"lastUpdatedDateTime":{"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 that the task report was last updated.","format":"date-time"},"processingStatus":{"$ref":"#/components/schemas/microsoft.graph.identityGovernance.lifecycleWorkflowProcessingStatus"},"runId":{"type":"string","description":"The unique identifier of the associated run.","nullable":true},"startedDateTime":{"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 time that the associated run started. Value is null if the run has not started.","format":"date-time","nullable":true},"successfulUsersCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The number of users in the run execution for which the associated task succeeded.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby.","format":"int32"},"totalUsersCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The total number of users in the run execution for which the associated task was scheduled to execute.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby.","format":"int32"},"unprocessedUsersCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The number of users in the run execution for which the associated task is queued, in progress, or canceled.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby.","format":"int32"},"task":{"$ref":"#/components/schemas/microsoft.graph.identityGovernance.task"},"taskDefinition":{"$ref":"#/components/schemas/microsoft.graph.identityGovernance.taskDefinition"},"taskProcessingResults":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.identityGovernance.taskProcessingResult"},"description":"The related lifecycle workflow taskProcessingResults.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.identityGovernance.taskReport"},"microsoft.graph.identityGovernance.userProcessingResult":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"userProcessingResult","required":["@odata.type"],"type":"object","properties":{"completedDateTime":{"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 time that the workflow execution for a user completed. Value is null if the workflow hasn't completed.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby.","format":"date-time","nullable":true},"failedTasksCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The number of tasks that failed in the workflow execution.","format":"int32"},"processingStatus":{"$ref":"#/components/schemas/microsoft.graph.identityGovernance.lifecycleWorkflowProcessingStatus"},"scheduledDateTime":{"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 time that the workflow is scheduled to be executed for a user.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby.","format":"date-time"},"startedDateTime":{"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 time that the workflow execution started. Value is null if the workflow execution hasn't started.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby.","format":"date-time","nullable":true},"totalTasksCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The total number of tasks that in the workflow execution.","format":"int32"},"totalUnprocessedTasksCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The total number of unprocessed tasks for the workflow.","format":"int32"},"workflowExecutionType":{"$ref":"#/components/schemas/microsoft.graph.identityGovernance.workflowExecutionType"},"workflowVersion":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The version of the workflow that was executed.","format":"int32"},"reprocessedRuns":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.identityGovernance.run"},"description":"The related reprocessed workflow run.","x-ms-navigationProperty":true},"subject":{"$ref":"#/components/schemas/microsoft.graph.user"},"taskProcessingResults":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.identityGovernance.taskProcessingResult"},"description":"The associated individual task execution.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.identityGovernance.userProcessingResult"},"microsoft.graph.identityGovernance.workflowTemplate":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"workflowTemplate","required":["@odata.type"],"type":"object","properties":{"category":{"$ref":"#/components/schemas/microsoft.graph.identityGovernance.lifecycleWorkflowCategory"},"description":{"type":"string","description":"The description of the workflowTemplate.","nullable":true},"displayName":{"type":"string","description":"The display name of the workflowTemplate.Supports $filter(eq, ne) and $orderby."},"executionConditions":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identityGovernance.workflowExecutionConditions"},{"type":"object","nullable":true}],"description":"Conditions describing when to execute the workflow and the criteria to identify in-scope subject set."},"tasks":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.identityGovernance.task"},"description":"Represents the configured tasks to execute and their execution sequence within a workflow. This relationship is expanded by default.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.identityGovernance.workflowTemplate"},"microsoft.graph.search.searchAnswer":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"searchAnswer","required":["@odata.type"],"type":"object","properties":{"description":{"type":"string","description":"The search answer description that is shown on the search results page.","nullable":true},"displayName":{"type":"string","description":"The search answer name that is displayed in search results."},"lastModifiedBy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.search.identitySet"},{"type":"object","nullable":true}],"description":"Details of the user who created or last modified the search answer. Read-only."},"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":"Date and time when the search answer was created or last edited. 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. Read-only.","format":"date-time","nullable":true},"webUrl":{"type":"string","description":"The URL link for the search answer. When users select this search answer from the search results, they are directed to the specified URL.","nullable":true},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.search.acronym":"#/components/schemas/microsoft.graph.search.acronym","#microsoft.graph.search.bookmark":"#/components/schemas/microsoft.graph.search.bookmark","#microsoft.graph.search.qna":"#/components/schemas/microsoft.graph.search.qna"}}}]},"microsoft.graph.search.acronym":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.search.searchAnswer"},{"title":"acronym","required":["@odata.type"],"type":"object","properties":{"standsFor":{"type":"string","description":"What the acronym stands for.","nullable":true},"state":{"$ref":"#/components/schemas/microsoft.graph.search.answerState"},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.search.acronym"},"microsoft.graph.search.bookmark":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.search.searchAnswer"},{"title":"bookmark","required":["@odata.type"],"type":"object","properties":{"availabilityEndDateTime":{"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":"Date and time when the bookmark stops appearing as a search result. Set as null for always available. 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","nullable":true},"availabilityStartDateTime":{"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":"Date and time when the bookmark starts to appear as a search result. Set as null for always available. 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","nullable":true},"categories":{"type":"array","items":{"type":"string","nullable":true},"description":"Categories commonly used to describe this bookmark. For example, IT and HR."},"groupIds":{"type":"array","items":{"type":"string","nullable":true},"description":"The list of security groups that are able to view this bookmark."},"isSuggested":{"type":"boolean","description":"True if this bookmark was suggested to the admin, by a user, or was mined and suggested by Microsoft. Read-only.","nullable":true},"keywords":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.search.answerKeyword"},{"type":"object","nullable":true}],"description":"Keywords that trigger this bookmark to appear in search results."},"languageTags":{"type":"array","items":{"type":"string","nullable":true},"description":"A list of geographically specific language names in which this bookmark can be viewed. Each language tag value follows the pattern {language}-{region}. For example, en-us is English as used in the United States. For the list of possible values, see Supported language tags."},"platforms":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.devicePlatformType"},"description":"List of devices and operating systems that are able to view this bookmark. The possible values are: android, androidForWork, ios, macOS, windowsPhone81, windowsPhone81AndLater, windows10AndLater, androidWorkProfile, unknown, androidASOP, androidMobileApplicationManagement, iOSMobileApplicationManagement, unknownFutureValue."},"powerAppIds":{"type":"array","items":{"type":"string","nullable":true},"description":"List of Power Apps associated with this bookmark. If users add existing Power Apps to a bookmark, they can complete tasks directly on the search results page, such as entering vacation time or reporting expenses."},"state":{"$ref":"#/components/schemas/microsoft.graph.search.answerState"},"targetedVariations":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.search.answerVariant"},"description":"Variations of a bookmark for different countries/regions or devices. Use when you need to show different content to users based on their device, country/region, or both. The date and group settings apply to all variations."},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.search.bookmark"},"microsoft.graph.search.qna":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.search.searchAnswer"},{"title":"qna","required":["@odata.type"],"type":"object","properties":{"availabilityEndDateTime":{"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":"Date and time when the QnA stops appearing as a search result. Set as null for always available. 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","nullable":true},"availabilityStartDateTime":{"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":"Date and time when the QnA starts to appear as a search result. Set as null for always available. 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","nullable":true},"groupIds":{"type":"array","items":{"type":"string","nullable":true},"description":"The list of security groups that are able to view this QnA."},"isSuggested":{"type":"boolean","description":"True if a user or Microsoft suggested this QnA to the admin. Read-only.","nullable":true},"keywords":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.search.answerKeyword"},{"type":"object","nullable":true}],"description":"Keywords that trigger this QnA to appear in search results."},"languageTags":{"type":"array","items":{"type":"string","nullable":true},"description":"A list of geographically specific language names in which this QnA can be viewed. Each language tag value follows the pattern {language}-{region}. For example, en-us is English as used in the United States. For the list of possible values, see Supported language tags."},"platforms":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.devicePlatformType"},"description":"List of devices and operating systems that are able to view this QnA. The possible values are: android, androidForWork, ios, macOS, windowsPhone81, windowsPhone81AndLater, windows10AndLater, androidWorkProfile, unknown, androidASOP, androidMobileApplicationManagement, iOSMobileApplicationManagement, unknownFutureValue."},"state":{"$ref":"#/components/schemas/microsoft.graph.search.answerState"},"targetedVariations":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.search.answerVariant"},"description":"Variations of a QnA for different countries/regions or devices. Use when you need to show different content to users based on their device, country/region, or both. The date and group settings apply to all variations."},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.search.qna"},"microsoft.graph.security.alert":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"alert","required":["@odata.type"],"type":"object","properties":{"actorDisplayName":{"type":"string","description":"The adversary or activity group that is associated with this alert.","nullable":true},"additionalData":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.dictionary"},{"type":"object","nullable":true}],"description":"A collection of other alert properties, including user-defined properties. Any custom details defined in the alert, and any dynamic content in the alert details, are stored here."},"alertPolicyId":{"type":"string","description":"The ID of the policy that generated the alert, and populated when there is a specific policy that generated the alert, whether configured by a customer or a built-in policy.","nullable":true},"alertWebUrl":{"type":"string","description":"URL for the Microsoft 365 Defender portal alert page.","nullable":true},"assignedTo":{"type":"string","description":"Owner of the alert, or null if no owner is assigned.","nullable":true},"categories":{"type":"array","items":{"type":"string","nullable":true},"description":"The attack kill-chain categories that the alert belongs to. Aligned with the MITRE ATT&CK framework."},"category":{"type":"string","description":"The attack kill-chain category that the alert belongs to. Aligned with the MITRE ATT&CK framework. This property is in the process of being deprecated. Use the categories property instead.","nullable":true},"classification":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.alertClassification"},{"type":"object","nullable":true}],"description":"Specifies whether the alert represents a true threat. The possible values are: unknown, falsePositive, truePositive, informationalExpectedActivity, unknownFutureValue."},"comments":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.security.alertComment"},"description":"Array of comments created by the Security Operations (SecOps) team during the alert management process."},"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","description":"Time when Microsoft 365 Defender created the alert.","format":"date-time","nullable":true},"customDetails":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.dictionary"},{"type":"object","nullable":true}],"description":"User defined custom fields with string values."},"description":{"type":"string","description":"String value describing each alert.","nullable":true},"detectionSource":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.detectionSource"},{"type":"object","nullable":true}],"description":"Detection technology or sensor that identified the notable component or activity."},"detectorId":{"type":"string","description":"The ID of the detector that triggered the alert.","nullable":true},"determination":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.alertDetermination"},{"type":"object","nullable":true}],"description":"Specifies the result of the investigation, whether the alert represents a true attack and if so, the nature of the attack. The possible values are: unknown, apt, malware, securityPersonnel, securityTesting, unwantedSoftware, other, multiStagedAttack, compromisedAccount, phishing, maliciousUserActivity, notMalicious, notEnoughDataToValidate, confirmedUserActivity, lineOfBusinessApplication, unknownFutureValue."},"evidence":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.security.alertEvidence"},"description":"Collection of evidence related to the alert."},"firstActivityDateTime":{"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 earliest activity associated with the alert.","format":"date-time","nullable":true},"incidentId":{"type":"string","description":"Unique identifier to represent the incident this alert resource is associated with.","nullable":true},"incidentWebUrl":{"type":"string","description":"URL for the incident page in the Microsoft 365 Defender portal.","nullable":true},"investigationState":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.investigationState"},{"type":"object","nullable":true}],"description":"Information on the current status of the investigation. The possible values are: unknown, terminated, successfullyRemediated, benign, failed, partiallyRemediated, running, pendingApproval, pendingResource, queued, innerFailure, preexistingAlert, unsupportedOs, unsupportedAlertType, suppressedAlert, partiallyInvestigated, terminatedByUser, terminatedBySystem, unknownFutureValue."},"lastActivityDateTime":{"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 oldest activity associated with the alert.","format":"date-time","nullable":true},"lastUpdateDateTime":{"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":"Time when the alert was last updated at Microsoft 365 Defender.","format":"date-time","nullable":true},"mitreTechniques":{"type":"array","items":{"type":"string","nullable":true},"description":"The attack techniques, as aligned with the MITRE ATT&CK framework."},"productName":{"type":"string","description":"The name of the product which published this alert.","nullable":true},"providerAlertId":{"type":"string","description":"The ID of the alert as it appears in the security provider product that generated the alert.","nullable":true},"recommendedActions":{"type":"string","description":"Recommended response and remediation actions to take in the event this alert was generated.","nullable":true},"resolvedDateTime":{"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":"Time when the alert was resolved.","format":"date-time","nullable":true},"serviceSource":{"$ref":"#/components/schemas/microsoft.graph.security.serviceSource"},"severity":{"$ref":"#/components/schemas/microsoft.graph.security.alertSeverity"},"status":{"$ref":"#/components/schemas/microsoft.graph.security.alertStatus"},"systemTags":{"type":"array","items":{"type":"string","nullable":true},"description":"The system tags associated with the alert."},"tenantId":{"type":"string","description":"The Microsoft Entra tenant the alert was created in.","nullable":true},"threatDisplayName":{"type":"string","description":"The threat associated with this alert.","nullable":true},"threatFamilyName":{"type":"string","description":"Threat family associated with this alert.","nullable":true},"title":{"type":"string","description":"Brief identifying string value describing the alert.","nullable":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.alert"},"microsoft.graph.security.analyzedEmail":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"analyzedEmail","required":["@odata.type"],"type":"object","properties":{"alertIds":{"type":"array","items":{"type":"string","nullable":true},"description":"A collection of values that contain the IDs of any alerts associated with the email."},"attachments":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.security.analyzedEmailAttachment"},"description":"A collection of the attachments in the email."},"authenticationDetails":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.analyzedEmailAuthenticationDetail"},{"type":"object","nullable":true}],"description":"The authentication details associated with the email."},"bulkComplaintLevel":{"type":"string","description":"The bulk complaint level of the email. A higher level is more likely to be spam.","nullable":true},"clientType":{"type":"string","description":"Shows the type of client that sent the message (for example, REST).","nullable":true},"contexts":{"type":"array","items":{"type":"string","nullable":true},"description":"Provides context of the email."},"detectionMethods":{"type":"array","items":{"type":"string","nullable":true},"description":"The methods of detection used."},"directionality":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.antispamDirectionality"},{"type":"object","nullable":true}],"description":"The direction of the emails. The possible values are: unknown, inbound, outbound, intraOrg, unknownFutureValue."},"distributionList":{"type":"string","description":"The distribution list details to which the email was sent.","nullable":true},"dlpRules":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.security.analyzedEmailDlpRuleInfo"},"description":"Data loss prevention rules configured in purview."},"emailClusterId":{"type":"string","description":"The identifier for the group of similar emails clustered based on heuristic analysis of their content.","nullable":true},"exchangeTransportRules":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.security.analyzedEmailExchangeTransportRuleInfo"},"description":"The name of the Exchange transport rules (ETRs) associated with the email."},"forwardingDetail":{"type":"string","description":"Email smtp forwarding details.","nullable":true},"inboundConnectorFormattedName":{"type":"string","description":"Custom instructions name that defines organizational mail flow and how the email was routed.","nullable":true},"internetMessageId":{"type":"string","description":"A public-facing identifier for the email that is sent. The message ID is in the format specified by RFC2822.","nullable":true},"language":{"type":"string","description":"The detected language of the email content.","nullable":true},"latestDelivery":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.analyzedEmailDeliveryDetail"},{"type":"object","nullable":true}],"description":"The latest delivery details of the email."},"loggedDateTime":{"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":"Date-time when the email record was logged.","format":"date-time","nullable":true},"networkMessageId":{"type":"string","description":"An internal identifier for the email generated by Microsoft 365.","nullable":true},"originalDelivery":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.analyzedEmailDeliveryDetail"},{"type":"object","nullable":true}],"description":"The original delivery details of the email."},"overrideSources":{"type":"array","items":{"type":"string","nullable":true},"description":"An aggregated list of all overrides with source on email."},"phishConfidenceLevel":{"type":"string","description":"The phish confidence level associated with the email","nullable":true},"policy":{"type":"string","description":"The action policy that took effect.","nullable":true},"policyAction":{"type":"string","description":"The action taken on the email based on the configured policy.","nullable":true},"policyType":{"type":"string","description":"Type of policy configured that defines the delivery action on email.","nullable":true},"primaryOverrideSource":{"type":"string","description":"Shows the organization or user setting that altered the intended delivery location of the message (allowed instead of blocked, or blocked instead of allowed).","nullable":true},"recipientDetail":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.analyzedEmailRecipientDetail"},{"type":"object","nullable":true}],"description":"Details of the recipients."},"recipientEmailAddress":{"type":"string","description":"Contains the email address of the recipient.","nullable":true},"returnPath":{"type":"string","description":"A field that indicates where and how bounced emails are processed.","nullable":true},"senderDetail":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.analyzedEmailSenderDetail"},{"type":"object","nullable":true}],"description":"Sender details of the email."},"sizeInBytes":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Size of the email in bytes.","format":"int32","nullable":true},"spamConfidenceLevel":{"type":"string","description":"Spam confidence of the email.","nullable":true},"subject":{"type":"string","description":"Subject of the email.","nullable":true},"threatDetectionDetails":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.security.threatDetectionDetail"},"description":"Information about threats detected in the email."},"threatTypes":{"type":"array","items":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.threatType"},{"type":"object","nullable":true}]},"description":"Indicates the threat types. The possible values are: unknown, spam, malware, phish, none, unknownFutureValue."},"timelineEvents":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.security.timelineEvent"},"description":"Delivery and post-delivery events that happened to the email."},"urls":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.security.analyzedEmailUrl"},"description":"A collection of the URLs in the email."},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.analyzedEmail"},"microsoft.graph.security.article":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"article","required":["@odata.type"],"type":"object","properties":{"body":{"$ref":"#/components/schemas/microsoft.graph.security.formattedContent"},"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","description":"The date and time when this article was created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.","format":"date-time"},"imageUrl":{"type":"string","description":"URL of the header image for this article, used for display purposes.","nullable":true},"isFeatured":{"type":"boolean","description":"Indicates whether this article is currently featured by Microsoft."},"lastUpdatedDateTime":{"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 most recent date and time when this article was updated. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.","format":"date-time"},"summary":{"$ref":"#/components/schemas/microsoft.graph.security.formattedContent"},"tags":{"type":"array","items":{"type":"string","nullable":true},"description":"Tags for this article, communicating keywords, or key concepts."},"title":{"type":"string","description":"The title of this article."},"indicators":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.security.articleIndicator"},"description":"Indicators related to this article.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.article"},"microsoft.graph.security.artifact":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"artifact","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.security.host":"#/components/schemas/microsoft.graph.security.host","#microsoft.graph.security.hostname":"#/components/schemas/microsoft.graph.security.hostname","#microsoft.graph.security.ipAddress":"#/components/schemas/microsoft.graph.security.ipAddress","#microsoft.graph.security.hostComponent":"#/components/schemas/microsoft.graph.security.hostComponent","#microsoft.graph.security.hostCookie":"#/components/schemas/microsoft.graph.security.hostCookie","#microsoft.graph.security.hostSslCertificate":"#/components/schemas/microsoft.graph.security.hostSslCertificate","#microsoft.graph.security.hostTracker":"#/components/schemas/microsoft.graph.security.hostTracker","#microsoft.graph.security.passiveDnsRecord":"#/components/schemas/microsoft.graph.security.passiveDnsRecord","#microsoft.graph.security.sslCertificate":"#/components/schemas/microsoft.graph.security.sslCertificate","#microsoft.graph.security.unclassifiedArtifact":"#/components/schemas/microsoft.graph.security.unclassifiedArtifact"}}}]},"microsoft.graph.security.host":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.artifact"},{"title":"host","required":["@odata.type"],"type":"object","properties":{"firstSeenDateTime":{"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 first date and time when this host was observed. 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","nullable":true},"lastSeenDateTime":{"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 most recent date and time when this host was observed. 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","nullable":true},"childHostPairs":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.security.hostPair"},"description":"The hostPairs that are resources associated with a host, where that host is the parentHost and has an outgoing pairing to a childHost.","x-ms-navigationProperty":true},"components":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.security.hostComponent"},"description":"The hostComponents that are associated with this host.","x-ms-navigationProperty":true},"cookies":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.security.hostCookie"},"description":"The hostCookies that are associated with this host.","x-ms-navigationProperty":true},"hostPairs":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.security.hostPair"},"description":"The hostPairs that are associated with this host, where this host is either the parentHost or childHost.","x-ms-navigationProperty":true},"parentHostPairs":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.security.hostPair"},"description":"The hostPairs that are associated with a host, where that host is the childHost and has an incoming pairing with a parentHost.","x-ms-navigationProperty":true},"passiveDns":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.security.passiveDnsRecord"},"description":"Passive DNS retrieval about this host.","x-ms-navigationProperty":true},"passiveDnsReverse":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.security.passiveDnsRecord"},"description":"Reverse passive DNS retrieval about this host.","x-ms-navigationProperty":true},"ports":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.security.hostPort"},"description":"The hostPorts associated with a host.","x-ms-navigationProperty":true},"reputation":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.hostReputation"},{"type":"object","nullable":true}],"description":"Represents a calculated reputation of this host.","x-ms-navigationProperty":true},"sslCertificates":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.security.hostSslCertificate"},"description":"The hostSslCertificates that are associated with this host.","x-ms-navigationProperty":true},"subdomains":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.security.subdomain"},"description":"The subdomains that are associated with this host.","x-ms-navigationProperty":true},"trackers":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.security.hostTracker"},"description":"The hostTrackers that are associated with this host.","x-ms-navigationProperty":true},"whois":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.whoisRecord"},{"type":"object","nullable":true}],"description":"The most recent whoisRecord for this host.","x-ms-navigationProperty":true},"@odata.type":{"type":"string","default":"#microsoft.graph.security.host"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.security.hostname":"#/components/schemas/microsoft.graph.security.hostname","#microsoft.graph.security.ipAddress":"#/components/schemas/microsoft.graph.security.ipAddress"}}}]},"microsoft.graph.security.hostname":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.host"},{"title":"hostname","required":["@odata.type"],"type":"object","properties":{"registrant":{"type":"string","description":"The company or individual who registered this hostname, from WHOIS data.","nullable":true},"registrar":{"type":"string","description":"The registrar for this hostname, from WHOIS data.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.security.hostname"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.hostname"},"microsoft.graph.security.ipAddress":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.host"},{"title":"ipAddress","required":["@odata.type"],"type":"object","properties":{"autonomousSystem":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.autonomousSystem"},{"type":"object","nullable":true}],"description":"The details about the autonomous system to which this IP address belongs."},"countryOrRegion":{"type":"string","description":"The country/region for this IP address.","nullable":true},"hostingProvider":{"type":"string","description":"The hosting company listed for this host.","nullable":true},"netblock":{"type":"string","description":"The block of IP addresses this IP address belongs to.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.security.ipAddress"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.ipAddress"},"microsoft.graph.security.hostComponent":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.artifact"},{"title":"hostComponent","required":["@odata.type"],"type":"object","properties":{"category":{"type":"string","description":"The type of component that was detected (for example, Operating System, Framework, Remote Access, or Server).","nullable":true},"firstSeenDateTime":{"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 first date and time when Microsoft Defender Threat Intelligence observed this web component. 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"},"lastSeenDateTime":{"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 most recent date and time when Microsoft Defender Threat Intelligence observed this web component. 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"},"name":{"type":"string","description":"A name running on the artifact, for example, Microsoft IIS."},"version":{"type":"string","description":"The component version running on the artifact, for example, v8.5. This shouldn't be assumed to be strictly numerical.","nullable":true},"host":{"$ref":"#/components/schemas/microsoft.graph.security.host"},"@odata.type":{"type":"string","default":"#microsoft.graph.security.hostComponent"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.hostComponent"},"microsoft.graph.security.hostCookie":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.artifact"},{"title":"hostCookie","required":["@odata.type"],"type":"object","properties":{"domain":{"type":"string","description":"The URI for which the cookie is valid."},"firstSeenDateTime":{"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 first date and time when this hostCookie was observed by Microsoft Defender Threat Intelligence. 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"},"lastSeenDateTime":{"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 most recent date and time when this hostCookie was observed by Microsoft Defender Threat Intelligence. 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"},"name":{"type":"string","description":"The name of the cookie, for example, JSESSIONID or SEARCH_NAMESITE."},"host":{"$ref":"#/components/schemas/microsoft.graph.security.host"},"@odata.type":{"type":"string","default":"#microsoft.graph.security.hostCookie"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.hostCookie"},"microsoft.graph.security.hostSslCertificate":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.artifact"},{"title":"hostSslCertificate","required":["@odata.type"],"type":"object","properties":{"firstSeenDateTime":{"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 first date and time when this hostSslCertificate was observed. 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","nullable":true},"lastSeenDateTime":{"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 most recent date and time when this hostSslCertificate was observed. 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","nullable":true},"ports":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.security.hostSslCertificatePort"},"description":"The ports related with this hostSslCertificate."},"host":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.host"},{"type":"object","nullable":true}],"description":"The host for this hostSslCertificate.","x-ms-navigationProperty":true},"sslCertificate":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.sslCertificate"},{"type":"object","nullable":true}],"description":"The sslCertificate for this hostSslCertificate.","x-ms-navigationProperty":true},"@odata.type":{"type":"string","default":"#microsoft.graph.security.hostSslCertificate"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.hostSslCertificate"},"microsoft.graph.security.hostTracker":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.artifact"},{"title":"hostTracker","required":["@odata.type"],"type":"object","properties":{"firstSeenDateTime":{"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 first date and time when this hostTracker was observed by Microsoft Defender Threat Intelligence. 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"},"kind":{"type":"string","description":"The kind of hostTracker that was detected. For example, GoogleAnalyticsID or JarmHash."},"lastSeenDateTime":{"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 most recent date and time when this hostTracker was observed by Microsoft Defender Threat Intelligence. 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"},"value":{"type":"string","description":"The identification value for the hostTracker."},"host":{"$ref":"#/components/schemas/microsoft.graph.security.host"},"@odata.type":{"type":"string","default":"#microsoft.graph.security.hostTracker"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.hostTracker"},"microsoft.graph.security.passiveDnsRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.artifact"},{"title":"passiveDnsRecord","required":["@odata.type"],"type":"object","properties":{"collectedDateTime":{"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 that this passiveDnsRecord entry was collected by Microsoft. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.","format":"date-time"},"firstSeenDateTime":{"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 this passiveDnsRecord entry was first seen. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.","format":"date-time"},"lastSeenDateTime":{"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 this passiveDnsRecord entry was most recently seen. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.","format":"date-time"},"recordType":{"type":"string","description":"The DNS record type for this passiveDnsRecord entry."},"artifact":{"$ref":"#/components/schemas/microsoft.graph.security.artifact"},"parentHost":{"$ref":"#/components/schemas/microsoft.graph.security.host"},"@odata.type":{"type":"string","default":"#microsoft.graph.security.passiveDnsRecord"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.passiveDnsRecord"},"microsoft.graph.security.sslCertificate":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.artifact"},{"title":"sslCertificate","required":["@odata.type"],"type":"object","properties":{"expirationDateTime":{"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 a certificate expires. 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","nullable":true},"fingerprint":{"type":"string","description":"A hash of the certificate calculated on the data and signature.","nullable":true},"firstSeenDateTime":{"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 first date and time when this sslCertificate was observed. 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","nullable":true},"issueDateTime":{"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 a certificate was issued. 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","nullable":true},"issuer":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.sslCertificateEntity"},{"type":"object","nullable":true}],"description":"The entity that grants this certificate."},"lastSeenDateTime":{"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 most recent date and time when this sslCertificate was observed. 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","nullable":true},"serialNumber":{"type":"string","description":"The serial number associated with an SSL certificate.","nullable":true},"sha1":{"type":"string","description":"A SHA-1 hash of the certificate. Note: This is not the signature.","nullable":true},"subject":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.sslCertificateEntity"},{"type":"object","nullable":true}],"description":"The person, site, machine, and so on, this certificate is for."},"relatedHosts":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.security.host"},"description":"The host resources related with this sslCertificate.","x-ms-navigationProperty":true},"@odata.type":{"type":"string","default":"#microsoft.graph.security.sslCertificate"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.sslCertificate"},"microsoft.graph.security.unclassifiedArtifact":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.artifact"},{"title":"unclassifiedArtifact","required":["@odata.type"],"type":"object","properties":{"kind":{"type":"string","description":"The kind for this unclassifiedArtifact resource, describing what this value means."},"value":{"type":"string","description":"The value for this unclassifiedArtifact."},"@odata.type":{"type":"string","default":"#microsoft.graph.security.unclassifiedArtifact"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.unclassifiedArtifact"},"microsoft.graph.security.auditCoreRoot":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"auditCoreRoot","required":["@odata.type"],"type":"object","properties":{"queries":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.security.auditLogQuery"},"description":"The collection of audit log queries.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}},"description":"Root entity for the audit log API."}],"x-ms-discriminator-value":"#microsoft.graph.security.auditCoreRoot"},"microsoft.graph.security.auditLogQuery":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"auditLogQuery","required":["@odata.type"],"type":"object","properties":{"administrativeUnitIdFilters":{"type":"array","items":{"type":"string","nullable":true},"description":"The collection of administrative unit IDs to filter on."},"displayName":{"type":"string","description":"The display name of the audit log query.","nullable":true},"filterEndDateTime":{"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 and time of the audit log query filter.","format":"date-time","nullable":true},"filterStartDateTime":{"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 and time of the audit log query filter.","format":"date-time","nullable":true},"ipAddressFilters":{"type":"array","items":{"type":"string","nullable":true},"description":"The collection of IP addresses to filter on."},"keywordFilter":{"type":"string","description":"The keyword to filter on.","nullable":true},"objectIdFilters":{"type":"array","items":{"type":"string","nullable":true},"description":"The collection of object IDs to filter on."},"operationFilters":{"type":"array","items":{"type":"string","nullable":true},"description":"The collection of operations to filter on."},"recordTypeFilters":{"type":"array","items":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditLogRecordType"},{"type":"object","nullable":true}]},"description":"The collection of record types to filter on."},"serviceFilters":{"type":"array","items":{"type":"string","nullable":true},"description":"The collection of services to filter on."},"status":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditLogQueryStatus"},{"type":"object","nullable":true}],"description":"The status of the audit log query. Possible values are: notStarted, running, succeeded, failed, cancelled, unknownFutureValue."},"userPrincipalNameFilters":{"type":"array","items":{"type":"string","nullable":true},"description":"The collection of user principal names to filter on."},"records":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.security.auditLogRecord"},"description":"The collection of audit log records retrieved by the query.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}},"description":"Represents a query against the unified audit log."}],"x-ms-discriminator-value":"#microsoft.graph.security.auditLogQuery"},"microsoft.graph.security.auditLogRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"auditLogRecord","required":["@odata.type"],"type":"object","properties":{"administrativeUnits":{"type":"array","items":{"type":"string","nullable":true},"description":"The collection of administrative units associated with the record."},"auditData":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"type":"object","nullable":true}],"description":"The audit data associated with the record."},"auditLogRecordType":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditLogRecordType"},{"type":"object","nullable":true}],"description":"The type of the audit log record."},"clientIp":{"type":"string","description":"The IP address of the client that performed the activity.","nullable":true},"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","description":"The date and time when the activity was performed.","format":"date-time","nullable":true},"objectId":{"type":"string","description":"The identifier of the object that was affected by the activity.","nullable":true},"operation":{"type":"string","description":"The name of the activity that was performed.","nullable":true},"organizationId":{"type":"string","description":"The GUID of the organization's Microsoft 365 tenant.","nullable":true},"service":{"type":"string","description":"The Microsoft 365 service where the activity occurred.","nullable":true},"userId":{"type":"string","description":"The identifier of the user, system account, service, or application that performed the activity.","nullable":true},"userPrincipalName":{"type":"string","description":"The user principal name of the user who performed the activity.","nullable":true},"userType":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditLogUserType"},{"type":"object","nullable":true}],"description":"The type of user who performed the activity. Possible values are: regular, reserved, admin, dcAdmin, system, application, servicePrincipal, customPolicy, systemPolicy, partnerTechnician, guest, unknownFutureValue."},"@odata.type":{"type":"string"}},"description":"Represents an individual audit log record."}],"x-ms-discriminator-value":"#microsoft.graph.security.auditLogRecord"},"microsoft.graph.security.autoAuditingConfiguration":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"autoAuditingConfiguration","required":["@odata.type"],"type":"object","properties":{"isAutomatic":{"type":"boolean","description":"Indicates whether automatic auditing is enabled for Defender for Identity monitoring."},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.autoAuditingConfiguration"},"microsoft.graph.security.case":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"case","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","nullable":true},"description":{"type":"string","nullable":true},"displayName":{"type":"string","nullable":true},"lastModifiedBy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"type":"object","nullable":true}]},"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","format":"date-time","nullable":true},"status":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.caseStatus"},{"type":"object","nullable":true}]},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.security.ediscoveryCase":"#/components/schemas/microsoft.graph.security.ediscoveryCase"}}}]},"microsoft.graph.security.ediscoveryCase":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.case"},{"title":"ediscoveryCase","required":["@odata.type"],"type":"object","properties":{"closedBy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"type":"object","nullable":true}],"description":"The user who closed the case."},"closedDateTime":{"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 case was closed. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z","format":"date-time","nullable":true},"externalId":{"type":"string","description":"The external case number for customer reference.","nullable":true},"caseMembers":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.security.ediscoveryCaseMember"},"description":"Represents members of an eDiscovery case.","x-ms-navigationProperty":true},"custodians":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.security.ediscoveryCustodian"},"description":"Returns a list of case ediscoveryCustodian objects for this case.","x-ms-navigationProperty":true},"noncustodialDataSources":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.security.ediscoveryNoncustodialDataSource"},"description":"Returns a list of case ediscoveryNoncustodialDataSource objects for this case.","x-ms-navigationProperty":true},"operations":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.security.caseOperation"},"description":"Returns a list of case caseOperation objects for this case.","x-ms-navigationProperty":true},"reviewSets":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.security.ediscoveryReviewSet"},"description":"Returns a list of eDiscoveryReviewSet objects in the case.","x-ms-navigationProperty":true},"searches":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.security.ediscoverySearch"},"description":"Returns a list of eDiscoverySearch objects associated with this case.","x-ms-navigationProperty":true},"settings":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.ediscoveryCaseSettings"},{"type":"object","nullable":true}],"description":"Returns a list of eDIscoverySettings objects in the case.","x-ms-navigationProperty":true},"tags":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.security.ediscoveryReviewTag"},"description":"Returns a list of ediscoveryReviewTag objects associated to this case.","x-ms-navigationProperty":true},"@odata.type":{"type":"string","default":"#microsoft.graph.security.ediscoveryCase"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.ediscoveryCase"},"microsoft.graph.security.caseOperation":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"caseOperation","required":["@odata.type"],"type":"object","properties":{"action":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.caseAction"},{"type":"object","nullable":true}],"description":"The type of action the operation represents. The possible values are: contentExport,  applyTags, convertToPdf, index, estimateStatistics, addToReviewSet, holdUpdate, unknownFutureValue, purgeData, exportReport, exportResult, holdPolicySync. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: purgeData, exportReport, exportResult, holdPolicySync."},"completedDateTime":{"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 the operation was completed.","format":"date-time","nullable":true},"createdBy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"type":"object","nullable":true}],"description":"The user that created the operation."},"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","description":"The date and time the operation was created.","format":"date-time","nullable":true},"percentProgress":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The progress of the operation.","format":"int32","nullable":true},"resultInfo":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.resultInfo"},{"type":"object","nullable":true}],"description":"Contains success and failure-specific result information."},"status":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.caseOperationStatus"},{"type":"object","nullable":true}],"description":"The status of the case operation. The possible values are: notStarted, submissionFailed, running, succeeded, partiallySucceeded, failed, unknownFutureValue."},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.security.ediscoveryAddToReviewSetOperation":"#/components/schemas/microsoft.graph.security.ediscoveryAddToReviewSetOperation","#microsoft.graph.security.ediscoveryEstimateOperation":"#/components/schemas/microsoft.graph.security.ediscoveryEstimateOperation","#microsoft.graph.security.ediscoveryExportOperation":"#/components/schemas/microsoft.graph.security.ediscoveryExportOperation","#microsoft.graph.security.ediscoveryHoldOperation":"#/components/schemas/microsoft.graph.security.ediscoveryHoldOperation","#microsoft.graph.security.ediscoveryHoldPolicySyncOperation":"#/components/schemas/microsoft.graph.security.ediscoveryHoldPolicySyncOperation","#microsoft.graph.security.ediscoveryIndexOperation":"#/components/schemas/microsoft.graph.security.ediscoveryIndexOperation","#microsoft.graph.security.ediscoveryPurgeDataOperation":"#/components/schemas/microsoft.graph.security.ediscoveryPurgeDataOperation","#microsoft.graph.security.ediscoverySearchExportOperation":"#/components/schemas/microsoft.graph.security.ediscoverySearchExportOperation","#microsoft.graph.security.ediscoveryTagOperation":"#/components/schemas/microsoft.graph.security.ediscoveryTagOperation"}}}]},"microsoft.graph.security.ediscoveryAddToReviewSetOperation":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.caseOperation"},{"title":"ediscoveryAddToReviewSetOperation","required":["@odata.type"],"type":"object","properties":{"additionalDataOptions":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.additionalDataOptions"},{"type":"object","nullable":true}],"description":"The options to add items to the review set. The possible values are: allVersions, linkedFiles, unknownFutureValue, advancedIndexing, listAttachments, htmlTranscripts, messageConversationExpansion, locationsWithoutHits, allItemsInFolder, cloudNativeHtmlConversion. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: advancedIndexing, listAttachments, htmlTranscripts, messageConversationExpansion, locationsWithoutHits, allItemsInFolder, cloudNativeHtmlConversion."},"cloudAttachmentVersion":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.cloudAttachmentVersion"},{"type":"object","nullable":true}],"description":"Specifies the number of most recent versions of cloud attachments to collect. The possible values are: latest, recent10, recent100, all, unknownFutureValue."},"documentVersion":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.documentVersion"},{"type":"object","nullable":true}],"description":"Specifies the number of most recent versions of SharePoint documents to collect. The possible values are: latest, recent10, recent100, all, unknownFutureValue."},"itemsToInclude":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.itemsToInclude"},{"type":"object","nullable":true}],"description":"The items to include in the review set. The possible values are: searchHits, partiallyIndexed, unknownFutureValue."},"reportFileMetadata":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.security.reportFileMetadata"},"description":"Contains the properties for report file metadata, including downloadUrl, fileName, and size."},"reviewSet":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.ediscoveryReviewSet"},{"type":"object","nullable":true}],"description":"eDiscovery review set to which items matching source collection query gets added.","x-ms-navigationProperty":true},"search":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.ediscoverySearch"},{"type":"object","nullable":true}],"description":"eDiscovery search that gets added to review set.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.ediscoveryAddToReviewSetOperation"},"microsoft.graph.security.ediscoveryEstimateOperation":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.caseOperation"},{"title":"ediscoveryEstimateOperation","required":["@odata.type"],"type":"object","properties":{"indexedItemCount":{"type":"number","description":"The estimated count of items for the search that matched the content query.","format":"int64","nullable":true},"indexedItemsSize":{"type":"number","description":"The estimated size of items for the search that matched the content query.","format":"int64","nullable":true},"mailboxCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The number of mailboxes that had search hits.","format":"int32","nullable":true},"reportFileMetadata":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.security.reportFileMetadata"},"description":"Contains the properties for report file metadata, including downloadUrl, fileName, and size."},"siteCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The number of mailboxes that had search hits.","format":"int32","nullable":true},"statisticsOptions":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.statisticsOptions"},{"type":"object","nullable":true}],"description":"The options to generate statistics. The possible values are: includeRefiners, includeQueryStats, includeUnindexedStats, advancedIndexing, locationsWithoutHits, unknownFutureValue."},"unindexedItemCount":{"type":"number","description":"The estimated count of unindexed items for the collection.","format":"int64","nullable":true},"unindexedItemsSize":{"type":"number","description":"The estimated size of unindexed items for the collection.","format":"int64","nullable":true},"search":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.ediscoverySearch"},{"type":"object","nullable":true}],"description":"eDiscovery search.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.ediscoveryEstimateOperation"},"microsoft.graph.security.ediscoveryExportOperation":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.caseOperation"},{"title":"ediscoveryExportOperation","required":["@odata.type"],"type":"object","properties":{"description":{"type":"string","description":"The description provided for the export.","nullable":true},"exportFileMetadata":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.security.exportFileMetadata"},"description":"Contains the properties for an export file metadata, including downloadUrl, fileName, and size."},"exportOptions":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.exportOptions"},{"type":"object","nullable":true}],"description":"The options provided for the export. For more information, see reviewSet: export. The possible values are: originalFiles, text, pdfReplacement, tags, unknownFutureValue, splitSource, includeFolderAndPath, friendlyName, condensePaths. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: splitSource, includeFolderAndPath, friendlyName, condensePaths."},"exportStructure":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.exportFileStructure"},{"type":"object","nullable":true}],"description":"The options that specify the structure of the export. For more information, see reviewSet: export. The possible values are: none, directory (deprecated), pst, unknownFutureValue, msg. Use the Prefer: include-unknown-enum-members request header to get the following members from this evolvable enum: msg. The directory member is deprecated. It remains in v1.0 for backward compatibility. Going forward, use either pst or msg."},"outputName":{"type":"string","description":"The name provided for the export.","nullable":true},"reviewSet":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.ediscoveryReviewSet"},{"type":"object","nullable":true}],"description":"Review set from where documents are exported.","x-ms-navigationProperty":true},"reviewSetQuery":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.ediscoveryReviewSetQuery"},{"type":"object","nullable":true}],"description":"The review set query that is used to filter the documents for export.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.ediscoveryExportOperation"},"microsoft.graph.security.ediscoveryHoldOperation":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.caseOperation"},{"title":"ediscoveryHoldOperation","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.ediscoveryHoldOperation"},"microsoft.graph.security.ediscoveryHoldPolicySyncOperation":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.caseOperation"},{"title":"ediscoveryHoldPolicySyncOperation","required":["@odata.type"],"type":"object","properties":{"reportFileMetadata":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.security.reportFileMetadata"},"description":"Contains the properties for report file metadata, including downloadUrl, fileName, and size."},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.ediscoveryHoldPolicySyncOperation"},"microsoft.graph.security.ediscoveryIndexOperation":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.caseOperation"},{"title":"ediscoveryIndexOperation","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.ediscoveryIndexOperation"},"microsoft.graph.security.ediscoveryPurgeDataOperation":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.caseOperation"},{"title":"ediscoveryPurgeDataOperation","required":["@odata.type"],"type":"object","properties":{"reportFileMetadata":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.security.reportFileMetadata"},"description":"The purge job report file metadata. It contains the properties for report file metadata, including downloadUrl, fileName, and size."},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.ediscoveryPurgeDataOperation"},"microsoft.graph.security.ediscoverySearchExportOperation":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.caseOperation"},{"title":"ediscoverySearchExportOperation","required":["@odata.type"],"type":"object","properties":{"additionalOptions":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.additionalOptions"},{"type":"object","nullable":true}],"description":"The additional items to include in the export. The possible values are: none, teamsAndYammerConversations, cloudAttachments, allDocumentVersions, subfolderContents, listAttachments, unknownFutureValue, htmlTranscripts, advancedIndexing, allItemsInFolder, includeFolderAndPath, condensePaths, friendlyName, splitSource, includeReport. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: htmlTranscripts, advancedIndexing, allItemsInFolder, includeFolderAndPath, condensePaths, friendlyName, splitSource, includeReport."},"cloudAttachmentVersion":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.cloudAttachmentVersion"},{"type":"object","nullable":true}],"description":"The versions of cloud attachments to include in messages. The possible values are: latest, recent10, recent100, all, unknownFutureValue."},"description":{"type":"string","description":"The description of the export by the user.","nullable":true},"displayName":{"type":"string","description":"The name of export provided by the user.","nullable":true},"documentVersion":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.documentVersion"},{"type":"object","nullable":true}],"description":"The versions of files in SharePoint to include. The possible values are: latest, recent10, recent100, all, unknownFutureValue."},"exportCriteria":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.exportCriteria"},{"type":"object","nullable":true}],"description":"Items to be included in the export. The possible values are: searchHits, partiallyIndexed, unknownFutureValue."},"exportFileMetadata":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.security.exportFileMetadata"},"description":"Contains the properties for an export file metadata, including downloadUrl, fileName, and size."},"exportFormat":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.exportFormat"},{"type":"object","nullable":true}],"description":"Format of the emails of the export. The possible values are: pst, msg, eml (deprecated), unknownFutureValue. The eml member is deprecated. It remains in v1.0 for backward compatibility. Going forward, use either pst or msg."},"exportLocation":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.exportLocation"},{"type":"object","nullable":true}],"description":"Location scope for partially indexed items. You can choose to include partially indexed items only in responsive locations with search hits or in all targeted locations. The possible values are: responsiveLocations, nonresponsiveLocations, unknownFutureValue."},"exportSingleItems":{"type":"boolean","description":"Indicates whether to export single items.","nullable":true},"search":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.ediscoverySearch"},{"type":"object","nullable":true}],"description":"The eDiscovery searches under each case.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.ediscoverySearchExportOperation"},"microsoft.graph.security.ediscoveryTagOperation":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.caseOperation"},{"title":"ediscoveryTagOperation","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.ediscoveryTagOperation"},"microsoft.graph.security.casesRoot":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"casesRoot","required":["@odata.type"],"type":"object","properties":{"ediscoveryCases":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.security.ediscoveryCase"},"x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.casesRoot"},"microsoft.graph.security.collaborationRoot":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"collaborationRoot","required":["@odata.type"],"type":"object","properties":{"analyzedEmails":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.security.analyzedEmail"},"description":"Contains metadata for analyzed emails.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.collaborationRoot"},"microsoft.graph.security.dataSet":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"dataSet","required":["@odata.type"],"type":"object","properties":{"createdBy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"type":"object","nullable":true}],"description":"The user who created the data set. Read-only."},"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","description":"The date and time when the review set was created. 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. Read-only.","format":"date-time","nullable":true},"description":{"type":"string","description":"The description of the data set.","nullable":true},"displayName":{"type":"string","description":"The name of the data set. The name is unique with a maximum limit of 64 characters.","nullable":true},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.security.ediscoveryReviewSet":"#/components/schemas/microsoft.graph.security.ediscoveryReviewSet"}}}]},"microsoft.graph.security.ediscoveryReviewSet":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.dataSet"},{"title":"ediscoveryReviewSet","required":["@odata.type"],"type":"object","properties":{"queries":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.security.ediscoveryReviewSetQuery"},"description":"Represents queries within the review set.","x-ms-navigationProperty":true},"@odata.type":{"type":"string","default":"#microsoft.graph.security.ediscoveryReviewSet"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.ediscoveryReviewSet"},"microsoft.graph.security.dataSource":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"dataSource","required":["@odata.type"],"type":"object","properties":{"createdBy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"type":"object","nullable":true}],"description":"The user who created the dataSource."},"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","description":"The date and time the dataSource was created.","format":"date-time","nullable":true},"displayName":{"type":"string","description":"The display name of the dataSource and is the name of the SharePoint site.","nullable":true},"holdStatus":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.dataSourceHoldStatus"},{"type":"object","nullable":true}],"description":"The hold status of the dataSource. The possible values are: notApplied, applied, applying, removing, partial."},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.security.siteSource":"#/components/schemas/microsoft.graph.security.siteSource","#microsoft.graph.security.unifiedGroupSource":"#/components/schemas/microsoft.graph.security.unifiedGroupSource","#microsoft.graph.security.userSource":"#/components/schemas/microsoft.graph.security.userSource"}}}]},"microsoft.graph.security.siteSource":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.dataSource"},{"title":"siteSource","required":["@odata.type"],"type":"object","properties":{"site":{"$ref":"#/components/schemas/microsoft.graph.site"},"@odata.type":{"type":"string","default":"#microsoft.graph.security.siteSource"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.siteSource"},"microsoft.graph.security.unifiedGroupSource":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.dataSource"},{"title":"unifiedGroupSource","required":["@odata.type"],"type":"object","properties":{"includedSources":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.sourceType"},{"type":"object","nullable":true}],"description":"Specifies which sources are included in this group. The possible values are: mailbox, site."},"group":{"$ref":"#/components/schemas/microsoft.graph.group"},"@odata.type":{"type":"string","default":"#microsoft.graph.security.unifiedGroupSource"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.unifiedGroupSource"},"microsoft.graph.security.userSource":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.dataSource"},{"title":"userSource","required":["@odata.type"],"type":"object","properties":{"email":{"type":"string","description":"Email address of the user's mailbox."},"includedSources":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.sourceType"},{"type":"object","nullable":true}],"description":"Specifies which sources are included in this group. The possible values are: mailbox, site."},"siteWebUrl":{"type":"string","description":"The URL of the user's OneDrive for Business site. Read-only.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.security.userSource"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.userSource"},"microsoft.graph.security.dataSourceContainer":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"dataSourceContainer","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","description":"Created date and time of the dataSourceContainer entity.","format":"date-time","nullable":true},"displayName":{"type":"string","description":"Display name of the dataSourceContainer entity.","nullable":true},"holdStatus":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.dataSourceHoldStatus"},{"type":"object","nullable":true}],"description":"The hold status of the dataSourceContainer. The possible values are: notApplied, applied, applying, removing, partial"},"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 modified date and time of the dataSourceContainer.","format":"date-time","nullable":true},"releasedDateTime":{"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":"Date and time that the dataSourceContainer was released from the case.","format":"date-time","nullable":true},"status":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.dataSourceContainerStatus"},{"type":"object","nullable":true}],"description":"Latest status of the dataSourceContainer. The possible values are: Active, Released."},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.security.ediscoveryCustodian":"#/components/schemas/microsoft.graph.security.ediscoveryCustodian","#microsoft.graph.security.ediscoveryNoncustodialDataSource":"#/components/schemas/microsoft.graph.security.ediscoveryNoncustodialDataSource"}}}]},"microsoft.graph.security.ediscoveryCustodian":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.dataSourceContainer"},{"title":"ediscoveryCustodian","required":["@odata.type"],"type":"object","properties":{"acknowledgedDateTime":{"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":"Date and time the custodian acknowledged a hold notification.","format":"date-time","nullable":true},"email":{"type":"string","description":"Email address of the custodian.","nullable":true},"lastIndexOperation":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.ediscoveryIndexOperation"},{"type":"object","nullable":true}],"description":"Operation entity that represents the latest indexing for the custodian.","x-ms-navigationProperty":true},"siteSources":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.security.siteSource"},"description":"Data source entity for SharePoint sites associated with the custodian.","x-ms-navigationProperty":true},"unifiedGroupSources":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.security.unifiedGroupSource"},"description":"Data source entity for groups associated with the custodian.","x-ms-navigationProperty":true},"userSources":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.security.userSource"},"description":"Data source entity for a the custodian. This is the container for a custodian's mailbox and OneDrive for Business site.","x-ms-navigationProperty":true},"@odata.type":{"type":"string","default":"#microsoft.graph.security.ediscoveryCustodian"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.ediscoveryCustodian"},"microsoft.graph.security.ediscoveryNoncustodialDataSource":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.dataSourceContainer"},{"title":"ediscoveryNoncustodialDataSource","required":["@odata.type"],"type":"object","properties":{"dataSource":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.dataSource"},{"type":"object","nullable":true}],"description":"User source or SharePoint site data source as noncustodial data source.","x-ms-navigationProperty":true},"lastIndexOperation":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.ediscoveryIndexOperation"},{"type":"object","nullable":true}],"description":"Operation entity that represents the latest indexing for the noncustodial data source.","x-ms-navigationProperty":true},"@odata.type":{"type":"string","default":"#microsoft.graph.security.ediscoveryNoncustodialDataSource"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.ediscoveryNoncustodialDataSource"},"microsoft.graph.security.dispositionReviewStage":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"dispositionReviewStage","required":["@odata.type"],"type":"object","properties":{"name":{"type":"string","description":"Name representing each stage within a collection.","nullable":true},"reviewersEmailAddresses":{"type":"array","items":{"type":"string","nullable":true},"description":"A collection of reviewers at each stage."},"stageNumber":{"type":"string","description":"The unique sequence number for each stage of the disposition review."},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.dispositionReviewStage"},"microsoft.graph.security.ediscoveryCaseMember":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"ediscoveryCaseMember","required":["@odata.type"],"type":"object","properties":{"displayName":{"type":"string","description":"The display name of the eDiscovery case member. Allowed only for case members of type roleGroup.","nullable":true},"recipientType":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.recipientType"},{"type":"object","nullable":true}],"description":"Specifies the recipient type of the eDiscovery case member. The possible values are: user, roleGroup, unknownFutureValue."},"smtpAddress":{"type":"string","description":"The smtp address of the eDiscovery case member. Allowed only for case members of type user.","nullable":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.ediscoveryCaseMember"},"microsoft.graph.security.ediscoveryCaseSettings":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"ediscoveryCaseSettings","required":["@odata.type"],"type":"object","properties":{"caseType":{"$ref":"#/components/schemas/microsoft.graph.security.caseType"},"ocr":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.ocrSettings"},{"type":"object","nullable":true}],"description":"The OCR (Optical Character Recognition) settings for the case."},"redundancyDetection":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.redundancyDetectionSettings"},{"type":"object","nullable":true}],"description":"The redundancy (near duplicate and email threading) detection settings for the case."},"reviewSetSettings":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.reviewSetSettings"},{"type":"object","nullable":true}],"description":"The settings of the review set for the case. The possible values are: none, disableGrouping, unknownFutureValue."},"topicModeling":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.topicModelingSettings"},{"type":"object","nullable":true}],"description":"The Topic Modeling (Themes) settings for the case."},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.ediscoveryCaseSettings"},"microsoft.graph.security.filePlanDescriptor":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"filePlanDescriptor","required":["@odata.type"],"type":"object","properties":{"authority":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.filePlanAuthority"},{"type":"object","nullable":true}],"description":"Represents the file plan descriptor of type authority applied to a particular retention label."},"category":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.filePlanAppliedCategory"},{"type":"object","nullable":true}]},"citation":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.filePlanCitation"},{"type":"object","nullable":true}],"description":"Represents the file plan descriptor of type citation applied to a particular retention label."},"department":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.filePlanDepartment"},{"type":"object","nullable":true}],"description":"Represents the file plan descriptor of type department applied to a particular retention label."},"filePlanReference":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.filePlanReference"},{"type":"object","nullable":true}],"description":"Represents the file plan descriptor of type filePlanReference applied to a particular retention label."},"authorityTemplate":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.authorityTemplate"},{"type":"object","nullable":true}],"description":"Specifies the underlying authority that describes the type of content to be retained and its retention schedule.","x-ms-navigationProperty":true},"categoryTemplate":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.categoryTemplate"},{"type":"object","nullable":true}],"description":"Specifies a group of similar types of content in a particular department.","x-ms-navigationProperty":true},"citationTemplate":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.citationTemplate"},{"type":"object","nullable":true}],"description":"The specific rule or regulation created by a jurisdiction used to determine whether certain labels and content should be retained or deleted.","x-ms-navigationProperty":true},"departmentTemplate":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.departmentTemplate"},{"type":"object","nullable":true}],"description":"Specifies the  department or business unit of an organization to which a label belongs.","x-ms-navigationProperty":true},"filePlanReferenceTemplate":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.filePlanReferenceTemplate"},{"type":"object","nullable":true}],"description":"Specifies a unique alpha-numeric identifier for an organization’s retention schedule.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.filePlanDescriptor"},"microsoft.graph.security.filePlanDescriptorTemplate":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"filePlanDescriptorTemplate","required":["@odata.type"],"type":"object","properties":{"createdBy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"type":"object","nullable":true}],"description":"Represents the user who created the filePlanDescriptorTemplate column."},"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","description":"Represents the date and time in which the filePlanDescriptorTemplate is created.","format":"date-time","nullable":true},"displayName":{"type":"string","description":"Unique string that defines a filePlanDescriptorTemplate name.","nullable":true},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.security.authorityTemplate":"#/components/schemas/microsoft.graph.security.authorityTemplate","#microsoft.graph.security.categoryTemplate":"#/components/schemas/microsoft.graph.security.categoryTemplate","#microsoft.graph.security.citationTemplate":"#/components/schemas/microsoft.graph.security.citationTemplate","#microsoft.graph.security.departmentTemplate":"#/components/schemas/microsoft.graph.security.departmentTemplate","#microsoft.graph.security.filePlanReferenceTemplate":"#/components/schemas/microsoft.graph.security.filePlanReferenceTemplate","#microsoft.graph.security.subcategoryTemplate":"#/components/schemas/microsoft.graph.security.subcategoryTemplate"}}}]},"microsoft.graph.security.authorityTemplate":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.filePlanDescriptorTemplate"},{"title":"authorityTemplate","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.authorityTemplate"},"microsoft.graph.security.categoryTemplate":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.filePlanDescriptorTemplate"},{"title":"categoryTemplate","required":["@odata.type"],"type":"object","properties":{"subcategories":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.security.subcategoryTemplate"},"description":"Represents all subcategories under a particular category.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.categoryTemplate"},"microsoft.graph.security.citationTemplate":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.filePlanDescriptorTemplate"},{"title":"citationTemplate","required":["@odata.type"],"type":"object","properties":{"citationJurisdiction":{"type":"string","description":"Represents the jurisdiction or agency that published the citation.","nullable":true},"citationUrl":{"type":"string","description":"Represents the URL to the published citation.","nullable":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.citationTemplate"},"microsoft.graph.security.departmentTemplate":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.filePlanDescriptorTemplate"},{"title":"departmentTemplate","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.departmentTemplate"},"microsoft.graph.security.filePlanReferenceTemplate":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.filePlanDescriptorTemplate"},{"title":"filePlanReferenceTemplate","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.filePlanReferenceTemplate"},"microsoft.graph.security.subcategoryTemplate":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.filePlanDescriptorTemplate"},{"title":"subcategoryTemplate","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.subcategoryTemplate"},"microsoft.graph.security.healthIssue":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"healthIssue","required":["@odata.type"],"type":"object","properties":{"additionalInformation":{"type":"array","items":{"type":"string"},"description":"Contains additional information about the issue, such as a list of items to fix."},"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","description":"The date and time when the health issue was generated. 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"},"description":{"type":"string","description":"Contains more detailed information about the health issue."},"displayName":{"type":"string","description":"The display name of the health issue.","nullable":true},"domainNames":{"type":"array","items":{"type":"string","nullable":true},"description":"A list of the fully qualified domain names of the domains or the sensors the health issue is related to."},"healthIssueType":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.healthIssueType"},{"type":"object","nullable":true}],"description":"The type of the health issue. The possible values are: sensor, global, unknownFutureValue. For a list of all health issues and their identifiers, see Microsoft Defender for Identity health issues."},"issueTypeId":{"type":"string","description":"The type identifier of the health issue. For a list of all health issues and their identifiers, see Microsoft Defender for Identity health issues.","nullable":true},"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":"The date and time when the health issue was last updated. 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"},"recommendations":{"type":"array","items":{"type":"string"},"description":"A list of recommended actions that can be taken to resolve the issue effectively and efficiently. These actions might include instructions for further investigation and aren't limited to prewritten responses."},"recommendedActionCommands":{"type":"array","items":{"type":"string"},"description":"A list of commands from the PowerShell module for the product that can be used to resolve the issue, if available. If no commands can be used to solve the issue, this property is empty. The commands, if present, provide a quick and efficient way to address the issue. These commands run in sequence for the single recommended fix."},"sensorDNSNames":{"type":"array","items":{"type":"string","nullable":true},"description":"A list of the DNS names of the sensors the health issue is related to."},"severity":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.healthIssueSeverity"},{"type":"object","nullable":true}],"description":"The severity of the health issue. The possible values are: low, medium, high, unknownFutureValue."},"status":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.healthIssueStatus"},{"type":"object","nullable":true}],"description":"The status of the health issue. The possible values are: open, closed, suppressed, unknownFutureValue."},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.healthIssue"},"microsoft.graph.security.hostPair":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"hostPair","required":["@odata.type"],"type":"object","properties":{"firstSeenDateTime":{"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 Microsoft Defender Threat Intelligence first observed the hostPair. 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","nullable":true},"lastSeenDateTime":{"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 Microsoft Defender Threat Intelligence last observed the hostPair. 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","nullable":true},"linkKind":{"type":"string","description":"The reason that two hosts are identified as hostPair.","nullable":true},"childHost":{"$ref":"#/components/schemas/microsoft.graph.security.host"},"parentHost":{"$ref":"#/components/schemas/microsoft.graph.security.host"},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.hostPair"},"microsoft.graph.security.hostPort":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"hostPort","required":["@odata.type"],"type":"object","properties":{"banners":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.security.hostPortBanner"},"description":"The hostPortBanners retrieved from scanning the port."},"firstSeenDateTime":{"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 first date and time when Microsoft Defender Threat Intelligence observed the hostPort. 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","nullable":true},"lastScanDateTime":{"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 last date and time when Microsoft Defender Threat Intelligence scanned the hostPort. 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","nullable":true},"lastSeenDateTime":{"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 last date and time when Microsoft Defender Threat Intelligence observed the hostPort. 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","nullable":true},"port":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The numerical identifier of the port which is standardized across the internet.","format":"int32"},"protocol":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.hostPortProtocol"},{"type":"object","nullable":true}],"description":"The general protocol used to scan the port. The possible values are: tcp, udp, unknownFutureValue."},"services":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.security.hostPortComponent"},"description":"The hostPortComponents retrieved from scanning the port."},"status":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.hostPortStatus"},{"type":"object","nullable":true}],"description":"The status of the port. The possible values are: open, filtered, closed, unknownFutureValue."},"timesObserved":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The total amount of times that Microsoft Defender Threat Intelligence has observed the hostPort in all its scans.","format":"int32","nullable":true},"host":{"$ref":"#/components/schemas/microsoft.graph.security.host"},"mostRecentSslCertificate":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.sslCertificate"},{"type":"object","nullable":true}],"description":"The most recent sslCertificate used to communicate on the port.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.hostPort"},"microsoft.graph.security.hostReputation":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"hostReputation","required":["@odata.type"],"type":"object","properties":{"classification":{"$ref":"#/components/schemas/microsoft.graph.security.hostReputationClassification"},"rules":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.security.hostReputationRule"},"description":"A collection of rules that have been used to calculate the classification and score."},"score":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The calculated score (0-100) of the requested host. A higher value indicates that this host is more likely to be suspicious or malicious.","format":"int32"},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.hostReputation"},"microsoft.graph.security.identityAccounts":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"identityAccounts","required":["@odata.type"],"type":"object","properties":{"accounts":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.security.account"},"description":"Collection of accounts of the identity in different identity providers."},"cloudSecurityIdentifier":{"type":"string","description":"The cloud security identifier of the identityAccount.","nullable":true},"displayName":{"type":"string","description":"The  Active Directory display name of the identityAccount.","nullable":true},"domain":{"type":"string","description":"The Active Directory domain name of the identityAccount.","nullable":true},"isEnabled":{"type":"boolean","description":"Boolean indicating if the identityAccounts is enabled."},"onPremisesSecurityIdentifier":{"type":"string","description":"The on-premises security identifier of the identityAccount.","nullable":true},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.security.user":"#/components/schemas/microsoft.graph.security.user"}}}]},"microsoft.graph.security.user":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.identityAccounts"},{"title":"user","required":["@odata.type"],"type":"object","properties":{"emailAddress":{"type":"string","description":"Email address of the user.","nullable":true},"userPrincipalName":{"type":"string","description":"The user principal name.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.security.user"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.user"},"microsoft.graph.security.identityContainer":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"identityContainer","required":["@odata.type"],"type":"object","properties":{"healthIssues":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.security.healthIssue"},"description":"Represents potential issues identified by Microsoft Defender for Identity within a customer's Microsoft Defender for Identity configuration.","x-ms-navigationProperty":true},"identityAccounts":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.security.identityAccounts"},"description":"Represents an identity's details in the context of Microsoft Defender for Identity.","x-ms-navigationProperty":true},"sensorCandidateActivationConfiguration":{"$ref":"#/components/schemas/microsoft.graph.security.sensorCandidateActivationConfiguration"},"sensorCandidates":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.security.sensorCandidate"},"description":"Represents Microsoft Defender for Identity sensors that are ready to be activated.","x-ms-navigationProperty":true},"sensors":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.security.sensor"},"description":"Represents a customer's Microsoft Defender for Identity sensors.","x-ms-navigationProperty":true},"settings":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.settingsContainer"},{"type":"object","nullable":true}],"description":"Represents a container for security identities settings APIs.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.identityContainer"},"microsoft.graph.security.incident":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"incident","required":["@odata.type"],"type":"object","properties":{"assignedTo":{"type":"string","description":"Owner of the incident, or null if no owner is assigned. Free editable text.","nullable":true},"classification":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.alertClassification"},{"type":"object","nullable":true}],"description":"The specification for the incident. The possible values are: unknown, falsePositive, truePositive, informationalExpectedActivity, unknownFutureValue."},"comments":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.security.alertComment"},"description":"Array of comments created by the Security Operations (SecOps) team when the incident is managed."},"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","description":"Time when the incident was first created.","format":"date-time"},"customTags":{"type":"array","items":{"type":"string","nullable":true},"description":"Array of custom tags associated with an incident."},"description":{"type":"string","description":"Description of the incident.","nullable":true},"determination":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.alertDetermination"},{"type":"object","nullable":true}],"description":"Specifies the determination of the incident. The possible values are: unknown, apt, malware, securityPersonnel, securityTesting, unwantedSoftware, other, multiStagedAttack, compromisedUser, phishing, maliciousUserActivity, clean, insufficientData, confirmedUserActivity, lineOfBusinessApplication, unknownFutureValue."},"displayName":{"type":"string","description":"The incident name.","nullable":true},"incidentWebUrl":{"type":"string","description":"The URL for the incident page in the Microsoft 365 Defender portal.","nullable":true},"lastModifiedBy":{"type":"string","description":"The identity that last modified the incident.","nullable":true},"lastUpdateDateTime":{"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":"Time when the incident was last updated.","format":"date-time"},"priorityScore":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"A priority score for the incident from 0 to 100, with > 85 being the top priority, 15 - 85 medium priority, and < 15 low priority. This score is generated using machine learning and is based on multiple factors, including severity, disruption impact, threat intelligence, alert types, asset criticality, threat analytics, incident rarity, and additional priority signals. The value can also be null which indicates the feature is not open for the tenant or the value of the score is pending calculation.","format":"int32","nullable":true},"redirectIncidentId":{"type":"string","description":"Only populated in case an incident is grouped with another incident, as part of the logic that processes incidents. In such a case, the status property is redirected.","nullable":true},"resolvingComment":{"type":"string","description":"User input that explains the resolution of the incident and the classification choice. This property contains free editable text.","nullable":true},"severity":{"$ref":"#/components/schemas/microsoft.graph.security.alertSeverity"},"status":{"$ref":"#/components/schemas/microsoft.graph.security.incidentStatus"},"summary":{"type":"string","description":"The overview of an attack. When applicable, the summary contains details of what occurred, impacted assets, and the type of attack.","nullable":true},"systemTags":{"type":"array","items":{"type":"string","nullable":true},"description":"The system tags associated with the incident."},"tenantId":{"type":"string","description":"The Microsoft Entra tenant in which the alert was created.","nullable":true},"alerts":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.security.alert"},"description":"The list of related alerts. Supports $expand.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.incident"},"microsoft.graph.security.indicator":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"indicator","required":["@odata.type"],"type":"object","properties":{"source":{"$ref":"#/components/schemas/microsoft.graph.security.indicatorSource"},"artifact":{"$ref":"#/components/schemas/microsoft.graph.security.artifact"},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.security.articleIndicator":"#/components/schemas/microsoft.graph.security.articleIndicator","#microsoft.graph.security.intelligenceProfileIndicator":"#/components/schemas/microsoft.graph.security.intelligenceProfileIndicator"}}}]},"microsoft.graph.security.articleIndicator":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.indicator"},{"title":"articleIndicator","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.articleIndicator"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.articleIndicator"},"microsoft.graph.security.intelligenceProfileIndicator":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.indicator"},{"title":"intelligenceProfileIndicator","required":["@odata.type"],"type":"object","properties":{"firstSeenDateTime":{"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":"Designate when an artifact was first used actively in an attack, when a particular sample was compiled, or if neither of those could be ascertained when the file was first seen in public repositories (for example, VirusTotal, ANY.RUN, Hybrid Analysis) or reported publicly.","format":"date-time"},"lastSeenDateTime":{"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":"Designate when an artifact was most recently used actively in an attack, when a particular sample was compiled, or if neither of those could be ascertained when the file was first seen in public repositories (for example, VirusTotal, ANY.RUN, Hybrid Analysis) or reported publicly.","format":"date-time","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.security.intelligenceProfileIndicator"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.intelligenceProfileIndicator"},"microsoft.graph.security.intelligenceProfile":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"intelligenceProfile","required":["@odata.type"],"type":"object","properties":{"aliases":{"type":"array","items":{"type":"string","nullable":true},"description":"A list of commonly-known aliases for the threat intelligence included in the intelligenceProfile."},"countriesOrRegionsOfOrigin":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.security.intelligenceProfileCountryOrRegionOfOrigin"},"description":"The country/region of origin for the given actor or threat associated with this intelligenceProfile."},"description":{"$ref":"#/components/schemas/microsoft.graph.security.formattedContent"},"firstActiveDateTime":{"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 this intelligenceProfile was first active. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.","format":"date-time"},"kind":{"$ref":"#/components/schemas/microsoft.graph.security.intelligenceProfileKind"},"summary":{"$ref":"#/components/schemas/microsoft.graph.security.formattedContent"},"targets":{"type":"array","items":{"type":"string","nullable":true},"description":"Known targets related to this intelligenceProfile."},"title":{"type":"string","description":"The title of this intelligenceProfile."},"tradecraft":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.formattedContent"},{"type":"object","nullable":true}],"description":"Formatted information featuring a description of the distinctive tactics, techniques, and procedures (TTP) of the group, followed by a list of all known custom, commodity, and publicly available implants used by the group."},"indicators":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.security.intelligenceProfileIndicator"},"description":"Includes an assemblage of high-fidelity network indicators of compromise.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.intelligenceProfile"},"microsoft.graph.security.labelsRoot":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"labelsRoot","required":["@odata.type"],"type":"object","properties":{"authorities":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.security.authorityTemplate"},"description":"Specifies the underlying authority that describes the type of content to be retained and its retention schedule.","x-ms-navigationProperty":true},"categories":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.security.categoryTemplate"},"description":"Specifies a group of similar types of content in a particular department.","x-ms-navigationProperty":true},"citations":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.security.citationTemplate"},"description":"The specific rule or regulation created by a jurisdiction used to determine whether certain labels and content should be retained or deleted.","x-ms-navigationProperty":true},"departments":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.security.departmentTemplate"},"description":"Specifies the department or business unit of an organization to which a label belongs.","x-ms-navigationProperty":true},"filePlanReferences":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.security.filePlanReferenceTemplate"},"description":"Specifies a unique alpha-numeric identifier for an organization’s retention schedule.","x-ms-navigationProperty":true},"retentionLabels":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.security.retentionLabel"},"description":"Represents how customers can manage their data, whether and for how long to retain or delete it.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.labelsRoot"},"microsoft.graph.security.networkAdapter":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"networkAdapter","required":["@odata.type"],"type":"object","properties":{"isEnabled":{"type":"boolean","description":"Indicates whether the network adapter is selected for capturing and analyzing network traffic.","nullable":true},"name":{"type":"string","description":"The name of the network adapter.","nullable":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.networkAdapter"},"microsoft.graph.security.retentionEvent":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"retentionEvent","required":["@odata.type"],"type":"object","properties":{"createdBy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"type":"object","nullable":true}],"description":"The user who created the retentionEvent."},"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","description":"The date time when the retentionEvent was created.","format":"date-time","nullable":true},"description":{"type":"string","description":"Optional information about the event.","nullable":true},"displayName":{"type":"string","description":"Name of the event.","nullable":true},"eventPropagationResults":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.security.eventPropagationResult"},"description":"Represents the success status of a created event and additional information."},"eventQueries":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.security.eventQuery"},"description":"Represents the workload (SharePoint Online, OneDrive for Business, Exchange Online) and identification information associated with a retention event."},"eventStatus":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.retentionEventStatus"},{"type":"object","nullable":true}],"description":"Status of event propogation to the scoped locations after the event has been created."},"eventTriggerDateTime":{"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":"Optional time when the event should be triggered.","format":"date-time","nullable":true},"lastModifiedBy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"type":"object","nullable":true}],"description":"The user who last modified the retentionEvent."},"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":"The latest date time when the retentionEvent was modified.","format":"date-time","nullable":true},"lastStatusUpdateDateTime":{"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 time the status of the event was updated.","format":"date-time","nullable":true},"retentionEventType":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.retentionEventType"},{"type":"object","nullable":true}],"description":"Specifies the event that will start the retention period for labels that use this event type when an event is created.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.retentionEvent"},"microsoft.graph.security.retentionEventType":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"retentionEventType","required":["@odata.type"],"type":"object","properties":{"createdBy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"type":"object","nullable":true}],"description":"The user who created the retentionEventType."},"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","description":"The date time when the retentionEventType was created.","format":"date-time","nullable":true},"description":{"type":"string","description":"Optional information about the event type.","nullable":true},"displayName":{"type":"string","description":"Name of the event type.","nullable":true},"lastModifiedBy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"type":"object","nullable":true}],"description":"The user who last modified the retentionEventType."},"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":"The latest date time when the retentionEventType was modified.","format":"date-time","nullable":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.retentionEventType"},"microsoft.graph.security.retentionLabel":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"retentionLabel","required":["@odata.type"],"type":"object","properties":{"actionAfterRetentionPeriod":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.actionAfterRetentionPeriod"},{"type":"object","nullable":true}],"description":"Specifies the action to take on the labeled document after the period specified by the retentionDuration property expires. The possible values are: none, delete, startDispositionReview, unknownFutureValue."},"behaviorDuringRetentionPeriod":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.behaviorDuringRetentionPeriod"},{"type":"object","nullable":true}],"description":"Specifies how the behavior of a document with this label should be during the retention period. The possible values are: doNotRetain, retain, retainAsRecord, retainAsRegulatoryRecord, unknownFutureValue."},"createdBy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"type":"object","nullable":true}],"description":"Represents the user who created the retentionLabel."},"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","description":"Represents the date and time in which the retentionLabel is created.","format":"date-time","nullable":true},"defaultRecordBehavior":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.defaultRecordBehavior"},{"type":"object","nullable":true}],"description":"Specifies the locked or unlocked state of a record label when it is created.The possible values are: startLocked, startUnlocked, unknownFutureValue."},"descriptionForAdmins":{"type":"string","description":"Provides label information for the admin. Optional.","nullable":true},"descriptionForUsers":{"type":"string","description":"Provides the label information for the user. Optional.","nullable":true},"displayName":{"type":"string","description":"Unique string that defines a label name.","nullable":true},"isInUse":{"type":"boolean","description":"Specifies whether the label is currently being used.","nullable":true},"labelToBeApplied":{"type":"string","description":"Specifies the replacement label to be applied automatically after the retention period of the current label ends.","nullable":true},"lastModifiedBy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"type":"object","nullable":true}],"description":"The user who last modified the retentionLabel."},"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":"The latest date time when the retentionLabel was modified.","format":"date-time","nullable":true},"retentionDuration":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.retentionDuration"},{"type":"object","nullable":true}],"description":"Specifies the number of days to retain the content."},"retentionTrigger":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.retentionTrigger"},{"type":"object","nullable":true}],"description":"Specifies whether the retention duration is calculated from the content creation date, labeled date, or last modification date. The possible values are: dateLabeled, dateCreated, dateModified, dateOfEvent, unknownFutureValue."},"descriptors":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.filePlanDescriptor"},{"type":"object","nullable":true}],"description":"Represents out-of-the-box values that provide more options to improve the manageability and organization of the content you need to label.","x-ms-navigationProperty":true},"dispositionReviewStages":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.security.dispositionReviewStage"},"description":"When action at the end of retention is chosen as 'dispositionReview', dispositionReviewStages specifies a sequential set of stages with at least one reviewer in each stage.","x-ms-navigationProperty":true},"retentionEventType":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.retentionEventType"},{"type":"object","nullable":true}],"description":"Represents the type associated with a retention event.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.retentionLabel"},"microsoft.graph.security.search":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"search","required":["@odata.type"],"type":"object","properties":{"contentQuery":{"type":"string","nullable":true},"createdBy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"type":"object","nullable":true}]},"createdDateTime":{"pattern":"^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$","type":"string","format":"date-time","nullable":true},"description":{"type":"string","nullable":true},"displayName":{"type":"string","nullable":true},"lastModifiedBy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"type":"object","nullable":true}]},"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","format":"date-time","nullable":true},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.security.ediscoveryReviewSetQuery":"#/components/schemas/microsoft.graph.security.ediscoveryReviewSetQuery","#microsoft.graph.security.ediscoverySearch":"#/components/schemas/microsoft.graph.security.ediscoverySearch"}}}]},"microsoft.graph.security.ediscoveryReviewSetQuery":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.search"},{"title":"ediscoveryReviewSetQuery","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.ediscoveryReviewSetQuery"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.ediscoveryReviewSetQuery"},"microsoft.graph.security.ediscoverySearch":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.search"},{"title":"ediscoverySearch","required":["@odata.type"],"type":"object","properties":{"dataSourceScopes":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.dataSourceScopes"},{"type":"object","nullable":true}],"description":"When specified, the collection spans across a service for an entire workload. The possible values are: none, allTenantMailboxes, allTenantSites, allCaseCustodians, allCaseNoncustodialDataSources."},"additionalSources":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.security.dataSource"},"description":"Adds an additional source to the eDiscovery search.","x-ms-navigationProperty":true},"addToReviewSetOperation":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.ediscoveryAddToReviewSetOperation"},{"type":"object","nullable":true}],"description":"Adds the results of the eDiscovery search to the specified reviewSet.","x-ms-navigationProperty":true},"custodianSources":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.security.dataSource"},"description":"Custodian sources that are included in the eDiscovery search.","x-ms-navigationProperty":true},"lastEstimateStatisticsOperation":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.ediscoveryEstimateOperation"},{"type":"object","nullable":true}],"description":"The last estimate operation associated with the eDiscovery search.","x-ms-navigationProperty":true},"noncustodialSources":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.security.ediscoveryNoncustodialDataSource"},"description":"noncustodialDataSource sources that are included in the eDiscovery search","x-ms-navigationProperty":true},"@odata.type":{"type":"string","default":"#microsoft.graph.security.ediscoverySearch"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.ediscoverySearch"},"microsoft.graph.security.sensor":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"sensor","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","description":"The date and time when the sensor was generated. The Timestamp 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"},"deploymentStatus":{"$ref":"#/components/schemas/microsoft.graph.security.deploymentStatus"},"displayName":{"type":"string","description":"The display name of the sensor."},"domainName":{"type":"string","description":"The fully qualified domain name of the sensor."},"healthStatus":{"$ref":"#/components/schemas/microsoft.graph.security.sensorHealthStatus"},"openHealthIssuesCount":{"type":"number","description":"This field displays the count of health issues related to this sensor.","format":"int64"},"sensorType":{"$ref":"#/components/schemas/microsoft.graph.security.sensorType"},"serviceStatus":{"$ref":"#/components/schemas/microsoft.graph.security.serviceStatus"},"settings":{"$ref":"#/components/schemas/microsoft.graph.security.sensorSettings"},"version":{"type":"string","description":"The version of the sensor."},"healthIssues":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.security.healthIssue"},"description":"Represents potential issues within a customer's Microsoft Defender for Identity configuration that Microsoft Defender for Identity identified related to the sensor.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.sensor"},"microsoft.graph.security.sensorCandidate":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"sensorCandidate","required":["@odata.type"],"type":"object","properties":{"computerDnsName":{"type":"string","description":"The DNS name of the computer associated with the sensor."},"domainName":{"type":"string","description":"The domain name of the sensor."},"lastSeenDateTime":{"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 sensor was last seen.","format":"date-time"},"senseClientVersion":{"type":"string","description":"The version of the Defender for Identity sensor client. Supports $filter (eq)."},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.sensorCandidate"},"microsoft.graph.security.sensorCandidateActivationConfiguration":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"sensorCandidateActivationConfiguration","required":["@odata.type"],"type":"object","properties":{"activationMode":{"$ref":"#/components/schemas/microsoft.graph.security.sensorCandidateActivationMode"},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.sensorCandidateActivationConfiguration"},"microsoft.graph.security.settingsContainer":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"settingsContainer","required":["@odata.type"],"type":"object","properties":{"autoAuditingConfiguration":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.autoAuditingConfiguration"},{"type":"object","nullable":true}],"description":"Represents automatic configuration for collection of Windows event logs as needed for Defender for Identity sensors.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.settingsContainer"},"microsoft.graph.security.subdomain":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"subdomain","required":["@odata.type"],"type":"object","properties":{"firstSeenDateTime":{"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 Microsoft Defender Threat Intelligence first observed the subdomain. 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","nullable":true},"host":{"$ref":"#/components/schemas/microsoft.graph.security.host"},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.subdomain"},"microsoft.graph.security.tag":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"tag","required":["@odata.type"],"type":"object","properties":{"createdBy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"type":"object","nullable":true}]},"description":{"type":"string","nullable":true},"displayName":{"type":"string","nullable":true},"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","format":"date-time","nullable":true},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.security.ediscoveryReviewTag":"#/components/schemas/microsoft.graph.security.ediscoveryReviewTag"}}}]},"microsoft.graph.security.ediscoveryReviewTag":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.tag"},{"title":"ediscoveryReviewTag","required":["@odata.type"],"type":"object","properties":{"childSelectability":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.childSelectability"},{"type":"object","nullable":true}],"description":"Indicates whether a single or multiple child tags can be associated with a document. The possible values are: One, Many.  This value controls whether the UX presents the tags as checkboxes or a radio button group."},"childTags":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.security.ediscoveryReviewTag"},"description":"Returns the tags that are a child of a tag.","x-ms-navigationProperty":true},"parent":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.ediscoveryReviewTag"},{"type":"object","nullable":true}],"description":"Returns the parent tag of the specified tag.","x-ms-navigationProperty":true},"@odata.type":{"type":"string","default":"#microsoft.graph.security.ediscoveryReviewTag"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.ediscoveryReviewTag"},"microsoft.graph.security.threatIntelligence":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"threatIntelligence","required":["@odata.type"],"type":"object","properties":{"articleIndicators":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.security.articleIndicator"},"description":"Refers to indicators of threat or compromise highlighted in an article.Note: List retrieval is not yet supported.","x-ms-navigationProperty":true},"articles":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.security.article"},"description":"A list of article objects.","x-ms-navigationProperty":true},"hostComponents":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.security.hostComponent"},"description":"Retrieve details about hostComponent objects.Note: List retrieval is not yet supported.","x-ms-navigationProperty":true},"hostCookies":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.security.hostCookie"},"description":"Retrieve details about hostCookie objects.Note: List retrieval is not yet supported.","x-ms-navigationProperty":true},"hostPairs":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.security.hostPair"},"description":"Retrieve details about hostTracker objects.Note: List retrieval is not yet supported.","x-ms-navigationProperty":true},"hostPorts":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.security.hostPort"},"description":"Retrieve details about hostPort objects.Note: List retrieval is not yet supported.","x-ms-navigationProperty":true},"hosts":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.security.host"},"description":"Refers to host objects that Microsoft Threat Intelligence has observed.Note: List retrieval is not yet supported.","x-ms-navigationProperty":true},"hostSslCertificates":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.security.hostSslCertificate"},"description":"Retrieve details about hostSslCertificate objects.Note: List retrieval is not yet supported.","x-ms-navigationProperty":true},"hostTrackers":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.security.hostTracker"},"description":"Retrieve details about hostTracker objects.Note: List retrieval is not yet supported.","x-ms-navigationProperty":true},"intelligenceProfileIndicators":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.security.intelligenceProfileIndicator"},"x-ms-navigationProperty":true},"intelProfiles":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.security.intelligenceProfile"},"description":"A list of intelligenceProfile objects.","x-ms-navigationProperty":true},"passiveDnsRecords":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.security.passiveDnsRecord"},"description":"Retrieve details about passiveDnsRecord objects.Note: List retrieval is not yet supported.","x-ms-navigationProperty":true},"sslCertificates":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.security.sslCertificate"},"description":"Retrieve details about sslCertificate objects.Note: List retrieval is not yet supported.","x-ms-navigationProperty":true},"subdomains":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.security.subdomain"},"description":"Retrieve details about the subdomain.Note: List retrieval is not yet supported.","x-ms-navigationProperty":true},"vulnerabilities":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.security.vulnerability"},"description":"Retrieve details about vulnerabilities.Note: List retrieval is not yet supported.","x-ms-navigationProperty":true},"whoisHistoryRecords":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.security.whoisHistoryRecord"},"description":"Retrieve details about whoisHistoryRecord objects.Note: List retrieval is not yet supported.","x-ms-navigationProperty":true},"whoisRecords":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.security.whoisRecord"},"description":"A list of whoisRecord objects.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.threatIntelligence"},"microsoft.graph.security.triggersRoot":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"triggersRoot","required":["@odata.type"],"type":"object","properties":{"retentionEvents":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.security.retentionEvent"},"x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.triggersRoot"},"microsoft.graph.security.triggerTypesRoot":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"triggerTypesRoot","required":["@odata.type"],"type":"object","properties":{"retentionEventTypes":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.security.retentionEventType"},"x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.triggerTypesRoot"},"microsoft.graph.security.vulnerability":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"vulnerability","required":["@odata.type"],"type":"object","properties":{"activeExploitsObserved":{"type":"boolean","description":"Indicates whether this vulnerability has any known exploits associated to known bad actors."},"commonWeaknessEnumerationIds":{"type":"array","items":{"type":"string"},"description":"Community-defined common weakness enumerations (CWE)."},"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","description":"The date and time when this vulnerability article was first created.","format":"date-time"},"cvss2Summary":{"$ref":"#/components/schemas/microsoft.graph.security.cvssSummary"},"cvss3Summary":{"$ref":"#/components/schemas/microsoft.graph.security.cvssSummary"},"description":{"$ref":"#/components/schemas/microsoft.graph.security.formattedContent"},"exploits":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.security.hyperlink"},"description":"Known exploits for this vulnerability."},"exploitsAvailable":{"type":"boolean","description":"Indicates whether this vulnerability has exploits in public sources (such as Packetstorm or Exploit-DB) online."},"hasChatter":{"type":"boolean","description":"Indicates whether chatter about this vulnerability has been discovered online."},"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":"The date and time when this vulnerability article was most recently updated.","format":"date-time"},"priorityScore":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"A unique algorithm that reflects the priority of a vulnerability based on the CVSS score, exploits, chatter, and linkage to malware. This property also evaluates the recency of these components so users can understand which vulnerability should be remediated first.","format":"int32"},"publishedDateTime":{"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 this vulnerability article was published.","format":"date-time"},"references":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.security.hyperlink"},"description":"Reference links where further information can be learned about this vulnerability."},"remediation":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.formattedContent"},{"type":"object","nullable":true}],"description":"Any known remediation steps."},"severity":{"$ref":"#/components/schemas/microsoft.graph.security.vulnerabilitySeverity"},"articles":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.security.article"},"description":"Articles related to this vulnerability.","x-ms-navigationProperty":true},"components":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.security.vulnerabilityComponent"},"description":"Components related to this vulnerability article.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.vulnerability"},"microsoft.graph.security.vulnerabilityComponent":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"vulnerabilityComponent","required":["@odata.type"],"type":"object","properties":{"name":{"type":"string","description":"The name of this vulnerability component."},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.vulnerabilityComponent"},"microsoft.graph.security.whoisBaseRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"whoisBaseRecord","required":["@odata.type"],"type":"object","properties":{"abuse":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.whoisContact"},{"type":"object","nullable":true}],"description":"The contact information for the abuse contact."},"admin":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.whoisContact"},{"type":"object","nullable":true}],"description":"The contact information for the admin contact."},"billing":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.whoisContact"},{"type":"object","nullable":true}],"description":"The contact information for the billing contact."},"domainStatus":{"type":"string","description":"The domain status for this WHOIS object.","nullable":true},"expirationDateTime":{"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 this WHOIS record expires with the registrar. 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","nullable":true},"firstSeenDateTime":{"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 first seen date and time of this WHOIS record. 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","nullable":true},"lastSeenDateTime":{"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 last seen date and time of this WHOIS record. 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","nullable":true},"lastUpdateDateTime":{"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 this WHOIS record was last modified. 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","nullable":true},"nameservers":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.security.whoisNameserver"},"description":"The nameservers for this WHOIS object."},"noc":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.whoisContact"},{"type":"object","nullable":true}],"description":"The contact information for the noc contact."},"rawWhoisText":{"type":"string","description":"The raw WHOIS details for this WHOIS object.","nullable":true},"registrant":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.whoisContact"},{"type":"object","nullable":true}],"description":"The contact information for the registrant contact."},"registrar":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.whoisContact"},{"type":"object","nullable":true}],"description":"The contact information for the registrar contact."},"registrationDateTime":{"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 this WHOIS record was registered with a registrar. 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","nullable":true},"technical":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.whoisContact"},{"type":"object","nullable":true}],"description":"The contact information for the technical contact."},"whoisServer":{"type":"string","description":"The WHOIS server that provides the details.","nullable":true},"zone":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.whoisContact"},{"type":"object","nullable":true}],"description":"The contact information for the zone contact."},"host":{"$ref":"#/components/schemas/microsoft.graph.security.host"},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.security.whoisHistoryRecord":"#/components/schemas/microsoft.graph.security.whoisHistoryRecord","#microsoft.graph.security.whoisRecord":"#/components/schemas/microsoft.graph.security.whoisRecord"}}}]},"microsoft.graph.security.whoisHistoryRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.whoisBaseRecord"},{"title":"whoisHistoryRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.whoisHistoryRecord"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.whoisHistoryRecord"},"microsoft.graph.security.whoisRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.whoisBaseRecord"},{"title":"whoisRecord","required":["@odata.type"],"type":"object","properties":{"history":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.security.whoisHistoryRecord"},"description":"The collection of historical records associated to this WHOIS object.","x-ms-navigationProperty":true},"@odata.type":{"type":"string","default":"#microsoft.graph.security.whoisRecord"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.whoisRecord"},"microsoft.graph.termStore.group":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"group","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","description":"Date and time of the group creation. Read-only.","format":"date-time","nullable":true},"description":{"type":"string","description":"Description that gives details on the term usage.","nullable":true},"displayName":{"type":"string","description":"Name of the group.","nullable":true},"parentSiteId":{"type":"string","description":"ID of the parent site of this group.","nullable":true},"scope":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.termStore.termGroupScope"},{"type":"object","nullable":true}],"description":"Returns the type of the group. The possible values are: global, system, and siteCollection."},"sets":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.termStore.set"},"description":"All sets under the group in a term [store].","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.termStore.group"},"microsoft.graph.termStore.relation":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"relation","required":["@odata.type"],"type":"object","properties":{"relationship":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.termStore.relationType"},{"type":"object","nullable":true}],"description":"The type of relation. The possible values are: pin, reuse."},"fromTerm":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.termStore.term"},{"type":"object","nullable":true}],"description":"The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].","x-ms-navigationProperty":true},"set":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.termStore.set"},{"type":"object","nullable":true}],"description":"The [set] in which the relation is relevant.","x-ms-navigationProperty":true},"toTerm":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.termStore.term"},{"type":"object","nullable":true}],"description":"The to [term] of the relation. The term to which the relationship is defined.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.termStore.relation"},"microsoft.graph.termStore.set":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"set","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","description":"Date and time of set creation. Read-only.","format":"date-time","nullable":true},"description":{"type":"string","description":"Description that gives details on the term usage.","nullable":true},"localizedNames":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.termStore.localizedName"},"description":"Name of the set for each languageTag."},"properties":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.keyValue"},"description":"Custom properties for the set."},"children":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.termStore.term"},"description":"Children terms of set in term [store].","x-ms-navigationProperty":true},"parentGroup":{"$ref":"#/components/schemas/microsoft.graph.termStore.group"},"relations":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.termStore.relation"},"description":"Indicates which terms have been pinned or reused directly under the set.","x-ms-navigationProperty":true},"terms":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.termStore.term"},"description":"All the terms under the set.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.termStore.set"},"microsoft.graph.termStore.store":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"store","required":["@odata.type"],"type":"object","properties":{"defaultLanguageTag":{"type":"string","description":"Default language of the term store."},"languageTags":{"type":"array","items":{"type":"string"},"description":"List of languages for the term store."},"groups":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.termStore.group"},"description":"Collection of all groups available in the term store.","x-ms-navigationProperty":true},"sets":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.termStore.set"},"description":"Collection of all sets available in the term store. This relationship can only be used to load a specific term set.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.termStore.store"},"microsoft.graph.termStore.term":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"term","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","description":"Date and time of term creation. Read-only.","format":"date-time","nullable":true},"descriptions":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.termStore.localizedDescription"},"description":"Description about term that is dependent on the languageTag."},"labels":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.termStore.localizedLabel"},"description":"Label metadata for a term."},"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 date and time of term modification. Read-only.","format":"date-time","nullable":true},"properties":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.keyValue"},"description":"Collection of properties on the term."},"children":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.termStore.term"},"description":"Children of current term.","x-ms-navigationProperty":true},"relations":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.termStore.relation"},"description":"To indicate which terms are related to the current term as either pinned or reused.","x-ms-navigationProperty":true},"set":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.termStore.set"},{"type":"object","nullable":true}],"description":"The [set] in which the term is created.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.termStore.term"},"microsoft.graph.Dictionary":{"title":"Dictionary","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.customMetadataDictionary":"#/components/schemas/microsoft.graph.customMetadataDictionary","#microsoft.graph.fileStorageContainerCustomPropertyDictionary":"#/components/schemas/microsoft.graph.fileStorageContainerCustomPropertyDictionary","#microsoft.graph.openComplexDictionaryType":"#/components/schemas/microsoft.graph.openComplexDictionaryType","#microsoft.graph.resultTemplateDictionary":"#/components/schemas/microsoft.graph.resultTemplateDictionary"}}},"microsoft.graph.identity":{"title":"identity","required":["@odata.type"],"type":"object","properties":{"displayName":{"type":"string","description":"The display name of the identity.For drive items, the display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta.","nullable":true},"id":{"type":"string","description":"Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review.","nullable":true},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.azureCommunicationServicesUserIdentity":"#/components/schemas/microsoft.graph.azureCommunicationServicesUserIdentity","#microsoft.graph.communicationsApplicationIdentity":"#/components/schemas/microsoft.graph.communicationsApplicationIdentity","#microsoft.graph.communicationsApplicationInstanceIdentity":"#/components/schemas/microsoft.graph.communicationsApplicationInstanceIdentity","#microsoft.graph.communicationsEncryptedIdentity":"#/components/schemas/microsoft.graph.communicationsEncryptedIdentity","#microsoft.graph.communicationsGuestIdentity":"#/components/schemas/microsoft.graph.communicationsGuestIdentity","#microsoft.graph.communicationsPhoneIdentity":"#/components/schemas/microsoft.graph.communicationsPhoneIdentity","#microsoft.graph.communicationsUserIdentity":"#/components/schemas/microsoft.graph.communicationsUserIdentity","#microsoft.graph.emailIdentity":"#/components/schemas/microsoft.graph.emailIdentity","#microsoft.graph.initiator":"#/components/schemas/microsoft.graph.initiator","#microsoft.graph.provisionedIdentity":"#/components/schemas/microsoft.graph.provisionedIdentity","#microsoft.graph.provisioningServicePrincipal":"#/components/schemas/microsoft.graph.provisioningServicePrincipal","#microsoft.graph.provisioningSystem":"#/components/schemas/microsoft.graph.provisioningSystem","#microsoft.graph.servicePrincipalIdentity":"#/components/schemas/microsoft.graph.servicePrincipalIdentity","#microsoft.graph.sharePointGroupIdentity":"#/components/schemas/microsoft.graph.sharePointGroupIdentity","#microsoft.graph.sharePointIdentity":"#/components/schemas/microsoft.graph.sharePointIdentity","#microsoft.graph.teamworkApplicationIdentity":"#/components/schemas/microsoft.graph.teamworkApplicationIdentity","#microsoft.graph.teamworkConversationIdentity":"#/components/schemas/microsoft.graph.teamworkConversationIdentity","#microsoft.graph.teamworkTagIdentity":"#/components/schemas/microsoft.graph.teamworkTagIdentity","#microsoft.graph.teamworkUserIdentity":"#/components/schemas/microsoft.graph.teamworkUserIdentity","#microsoft.graph.userIdentity":"#/components/schemas/microsoft.graph.userIdentity","#microsoft.graph.callRecords.userIdentity":"#/components/schemas/microsoft.graph.callRecords.userIdentity"}}},"microsoft.graph.aiInteractionMentionedIdentitySet":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"title":"aiInteractionMentionedIdentitySet","required":["@odata.type"],"type":"object","properties":{"conversation":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.teamworkConversationIdentity"},{"type":"object","nullable":true}]},"tag":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.teamworkTagIdentity"},{"type":"object","nullable":true}]},"@odata.type":{"type":"string","default":"#microsoft.graph.aiInteractionMentionedIdentitySet"}}}],"x-ms-discriminator-value":"#microsoft.graph.aiInteractionMentionedIdentitySet"},"microsoft.graph.chatMessageFromIdentitySet":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"title":"chatMessageFromIdentitySet","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.chatMessageFromIdentitySet"}}}],"x-ms-discriminator-value":"#microsoft.graph.chatMessageFromIdentitySet"},"microsoft.graph.chatMessageMentionedIdentitySet":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"title":"chatMessageMentionedIdentitySet","required":["@odata.type"],"type":"object","properties":{"conversation":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.teamworkConversationIdentity"},{"type":"object","nullable":true}],"description":"If present, represents a conversation (for example, team, channel, or chat) @mentioned in a message."},"@odata.type":{"type":"string","default":"#microsoft.graph.chatMessageMentionedIdentitySet"}}}],"x-ms-discriminator-value":"#microsoft.graph.chatMessageMentionedIdentitySet"},"microsoft.graph.chatMessageReactionIdentitySet":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"title":"chatMessageReactionIdentitySet","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.chatMessageReactionIdentitySet"}}}],"x-ms-discriminator-value":"#microsoft.graph.chatMessageReactionIdentitySet"},"microsoft.graph.communicationsIdentitySet":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"title":"communicationsIdentitySet","required":["@odata.type"],"type":"object","properties":{"applicationInstance":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identity"},{"type":"object","nullable":true}],"description":"The application instance associated with this action."},"assertedIdentity":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identity"},{"type":"object","nullable":true}],"description":"An identity the participant would like to present itself as to the other participants in the call."},"azureCommunicationServicesUser":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identity"},{"type":"object","nullable":true}],"description":"The Azure Communication Services user associated with this action."},"encrypted":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identity"},{"type":"object","nullable":true}],"description":"The encrypted user associated with this action."},"endpointType":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.endpointType"},{"type":"object","nullable":true}],"description":"Type of endpoint that the participant uses. The possible values are: default, voicemail, skypeForBusiness, skypeForBusinessVoipPhone, unknownFutureValue."},"guest":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identity"},{"type":"object","nullable":true}],"description":"The guest user associated with this action."},"onPremises":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identity"},{"type":"object","nullable":true}],"description":"The Skype for Business on-premises user associated with this action."},"phone":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identity"},{"type":"object","nullable":true}],"description":"The phone user associated with this action."},"@odata.type":{"type":"string","default":"#microsoft.graph.communicationsIdentitySet"}}}],"x-ms-discriminator-value":"#microsoft.graph.communicationsIdentitySet"},"microsoft.graph.engagementIdentitySet":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"title":"engagementIdentitySet","required":["@odata.type"],"type":"object","properties":{"audience":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identity"},{"type":"object","nullable":true}],"description":"Optional. The audience associated with this action."},"group":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identity"},{"type":"object","nullable":true}],"description":"Optional. The group associated with this action."},"@odata.type":{"type":"string","default":"#microsoft.graph.engagementIdentitySet"}},"description":"The Viva Engage identities."}],"x-ms-discriminator-value":"#microsoft.graph.engagementIdentitySet"},"microsoft.graph.sharePointIdentitySet":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"title":"sharePointIdentitySet","required":["@odata.type"],"type":"object","properties":{"group":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identity"},{"type":"object","nullable":true}],"description":"The group associated with this action. Optional."},"sharePointGroup":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.sharePointGroupIdentity"},{"type":"object","nullable":true}],"description":"The SharePoint group associated with this action, identified by a globally unique ID. Use this property instead of siteGroup when available. Optional."},"siteGroup":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.sharePointIdentity"},{"type":"object","nullable":true}],"description":"The SharePoint group associated with this action, identified by a principal ID that is unique only within the site. Optional."},"siteUser":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.sharePointIdentity"},{"type":"object","nullable":true}],"description":"The SharePoint user associated with this action. Optional."},"@odata.type":{"type":"string","default":"#microsoft.graph.sharePointIdentitySet"}}}],"x-ms-discriminator-value":"#microsoft.graph.sharePointIdentitySet"},"microsoft.graph.baselineParameterType":{"title":"baselineParameterType","enum":["string","integer","boolean","unknownFutureValue"],"type":"string","x-ms-enum":{"name":"baselineParameterType","modelAsString":false,"values":[{"value":"unknownFutureValue","description":"A marker value for members added after the release of this API.","name":"unknownFutureValue"}]}},"microsoft.graph.displayNameLocalization":{"title":"displayNameLocalization","required":["@odata.type"],"type":"object","properties":{"displayName":{"type":"string","description":"If present, the value of this field contains the displayName string that has been set for the language present in the languageTag field.","nullable":true},"languageTag":{"type":"string","description":"Provides the language culture-code and friendly name of the language that the displayName field has been provided in.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.postType":{"title":"postType","enum":["regular","quick","strategic","unknownFutureValue"],"type":"string"},"microsoft.graph.bodyType":{"title":"bodyType","enum":["text","html"],"type":"string"},"microsoft.graph.teamsAdministration.policyAssignment":{"title":"policyAssignment","required":["@odata.type"],"type":"object","properties":{"assignmentType":{"$ref":"#/components/schemas/microsoft.graph.teamsAdministration.assignmentType"},"displayName":{"type":"string","description":"Represents the name of the policy."},"groupId":{"type":"string","description":"Represents the group identifier.","nullable":true},"policyId":{"type":"string","description":"Represents the unique identifier for the policy."},"@odata.type":{"type":"string"}}},"microsoft.graph.serviceProvisioningXmlError":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.serviceProvisioningError"},{"title":"serviceProvisioningXmlError","required":["@odata.type"],"type":"object","properties":{"errorDetail":{"type":"string","description":"Error Information published by the Federated Service as an xml string.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.serviceProvisioningXmlError"}}}],"x-ms-discriminator-value":"#microsoft.graph.serviceProvisioningXmlError"},"microsoft.graph.status":{"title":"status","enum":["active","updated","deleted","ignored","unknownFutureValue"],"type":"string"},"microsoft.graph.visualInfo":{"title":"visualInfo","required":["@odata.type"],"type":"object","properties":{"attribution":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.imageInfo"},{"type":"object","nullable":true}],"description":"Optional. JSON object used to represent an icon which represents the application used to generate the activity"},"backgroundColor":{"type":"string","description":"Optional. Background color used to render the activity in the UI - brand color for the application source of the activity. Must be a valid hex color","nullable":true},"content":{"description":"Optional. Custom piece of data - JSON object used to provide custom content to render the activity in the Windows Shell UI"},"description":{"type":"string","description":"Optional. Longer text description of the user's unique activity (example: document name, first sentence, and/or metadata)","nullable":true},"displayText":{"type":"string","description":"Required. Short text description of the user's unique activity (for example, document name in cases where an activity refers to document creation)"},"@odata.type":{"type":"string"}}},"microsoft.graph.agreementAcceptanceState":{"title":"agreementAcceptanceState","enum":["accepted","declined","unknownFutureValue"],"type":"string"},"microsoft.graph.onlineMeetingProviderType":{"title":"onlineMeetingProviderType","enum":["unknown","skypeForBusiness","skypeForConsumer","teamsForBusiness"],"type":"string"},"microsoft.graph.calendarColor":{"title":"calendarColor","enum":["auto","lightBlue","lightGreen","lightOrange","lightGray","lightYellow","lightTeal","lightPink","lightBrown","lightRed","maxColor"],"type":"string"},"microsoft.graph.emailAddress":{"title":"emailAddress","required":["@odata.type"],"type":"object","properties":{"address":{"type":"string","description":"The email address of the person or entity.","nullable":true},"name":{"type":"string","description":"The display name of the person or entity.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.attendee":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.attendeeBase"},{"title":"attendee","required":["@odata.type"],"type":"object","properties":{"proposedNewTime":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.timeSlot"},{"type":"object","nullable":true}],"description":"An alternate date/time proposed by the attendee for a meeting request to start and end. If the attendee hasn't proposed another time, then this property isn't included in a response of a GET event."},"status":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.responseStatus"},{"type":"object","nullable":true}],"description":"The attendee's response (none, accepted, declined, etc.) for the event and date-time that the response was sent."},"@odata.type":{"type":"string","default":"#microsoft.graph.attendee"}}}],"x-ms-discriminator-value":"#microsoft.graph.attendee"},"microsoft.graph.dateTimeTimeZone":{"title":"dateTimeTimeZone","required":["@odata.type"],"type":"object","properties":{"dateTime":{"type":"string","description":"A single point of time in a combined date and time representation ({date}T{time}; for example, 2017-08-29T04:00:00.0000000)."},"timeZone":{"type":"string","description":"Represents a time zone, for example, 'Pacific Standard Time'. See below for more possible values.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.importance":{"title":"importance","enum":["low","normal","high"],"type":"string"},"microsoft.graph.location":{"title":"location","required":["@odata.type"],"type":"object","properties":{"address":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.physicalAddress"},{"type":"object","nullable":true}],"description":"The street address of the location."},"coordinates":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.outlookGeoCoordinates"},{"type":"object","nullable":true}],"description":"The geographic coordinates and elevation of the location."},"displayName":{"type":"string","description":"The name associated with the location.","nullable":true},"locationEmailAddress":{"type":"string","description":"Optional email address of the location.","nullable":true},"locationType":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.locationType"},{"type":"object","nullable":true}],"description":"The type of location. The possible values are: default, conferenceRoom, homeAddress, businessAddress,geoCoordinates, streetAddress, hotel, restaurant, localBusiness, postalAddress. Read-only."},"locationUri":{"type":"string","description":"Optional URI representing the location.","nullable":true},"uniqueId":{"type":"string","description":"For internal use only.","nullable":true},"uniqueIdType":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.locationUniqueIdType"},{"type":"object","nullable":true}],"description":"For internal use only."},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.locationConstraintItem":"#/components/schemas/microsoft.graph.locationConstraintItem"}}},"microsoft.graph.onlineMeetingInfo":{"title":"onlineMeetingInfo","required":["@odata.type"],"type":"object","properties":{"conferenceId":{"type":"string","description":"The ID of the conference.","nullable":true},"joinUrl":{"type":"string","description":"The external link that launches the online meeting. This is a URL that clients launch into a browser and will redirect the user to join the meeting.","nullable":true},"phones":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.phone"},"description":"All of the phone numbers associated with this conference."},"quickDial":{"type":"string","description":"The preformatted quick dial for this call.","nullable":true},"tollFreeNumbers":{"type":"array","items":{"type":"string","nullable":true},"description":"The toll free numbers that can be used to join the conference."},"tollNumber":{"type":"string","description":"The toll number that can be used to join the conference.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.recipient":{"title":"recipient","required":["@odata.type"],"type":"object","properties":{"emailAddress":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.emailAddress"},{"type":"object","nullable":true}],"description":"The recipient's email address."},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.attendeeBase":"#/components/schemas/microsoft.graph.attendeeBase","#microsoft.graph.attendee":"#/components/schemas/microsoft.graph.attendee"}}},"microsoft.graph.patternedRecurrence":{"title":"patternedRecurrence","required":["@odata.type"],"type":"object","properties":{"pattern":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.recurrencePattern"},{"type":"object","nullable":true}],"description":"The frequency of an event.  For access reviews: Do not specify this property for a one-time access review.  Only interval, dayOfMonth, and type (weekly, absoluteMonthly) properties of recurrencePattern are supported."},"range":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.recurrenceRange"},{"type":"object","nullable":true}],"description":"The duration of an event."},"@odata.type":{"type":"string"}}},"microsoft.graph.responseStatus":{"title":"responseStatus","required":["@odata.type"],"type":"object","properties":{"response":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.responseType"},{"type":"object","nullable":true}],"description":"The response type. The possible values are: none, organizer, tentativelyAccepted, accepted, declined, notResponded.To differentiate between none and notResponded:  none – from organizer's perspective. This value is used when the status of an attendee/participant is reported to the organizer of a meeting.  notResponded – from attendee's perspective. Indicates the attendee has not responded to the meeting request.  Clients can treat notResponded == none.  As an example, if attendee Alex hasn't responded to a meeting request, getting Alex' response status for that event in Alex' calendar returns notResponded. Getting Alex' response from the calendar of any other attendee or the organizer's returns none. Getting the organizer's response for the event in anybody's calendar also returns none."},"time":{"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 response was returned. It uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z","format":"date-time","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.sensitivity":{"title":"sensitivity","enum":["normal","personal","private","confidential"],"type":"string"},"microsoft.graph.freeBusyStatus":{"title":"freeBusyStatus","enum":["unknown","free","tentative","busy","oof","workingElsewhere"],"type":"string"},"microsoft.graph.eventType":{"title":"eventType","enum":["singleInstance","occurrence","exception","seriesMaster"],"type":"string"},"microsoft.graph.chatType":{"title":"chatType","enum":["oneOnOne","group","meeting","unknownFutureValue"],"type":"string"},"microsoft.graph.migrationMode":{"title":"migrationMode","enum":["inProgress","completed","unknownFutureValue"],"type":"string"},"microsoft.graph.teamworkOnlineMeetingInfo":{"title":"teamworkOnlineMeetingInfo","required":["@odata.type"],"type":"object","properties":{"calendarEventId":{"type":"string","description":"The identifier of the calendar event associated with the meeting.","nullable":true},"joinWebUrl":{"type":"string","description":"The URL that users click to join or uniquely identify the meeting.","nullable":true},"organizer":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.teamworkUserIdentity"},{"type":"object","nullable":true}],"description":"The organizer of the meeting."},"@odata.type":{"type":"string"}}},"microsoft.graph.chatViewpoint":{"title":"chatViewpoint","required":["@odata.type"],"type":"object","properties":{"isHidden":{"type":"boolean","description":"Indicates whether the chat is hidden for the current user.","nullable":true},"lastMessageReadDateTime":{"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":"Represents the dateTime up until which the current user has read chatMessages in a specific chat.","format":"date-time","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.cloudPcProvisioningType":{"title":"cloudPcProvisioningType","enum":["dedicated","shared","unknownFutureValue"],"type":"string"},"microsoft.graph.physicalAddress":{"title":"physicalAddress","required":["@odata.type"],"type":"object","properties":{"city":{"type":"string","description":"The city.","nullable":true},"countryOrRegion":{"type":"string","description":"The country or region. It's a free-format string value, for example, 'United States'.","nullable":true},"postalCode":{"type":"string","description":"The postal code.","nullable":true},"state":{"type":"string","description":"The state.","nullable":true},"street":{"type":"string","description":"The street.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.quota":{"title":"quota","required":["@odata.type"],"type":"object","properties":{"deleted":{"type":"number","description":"Total space consumed by files in the recycle bin, in bytes. Read-only.","format":"int64","nullable":true},"remaining":{"type":"number","description":"Total space remaining before reaching the capacity limit, in bytes. Read-only.","format":"int64","nullable":true},"state":{"type":"string","description":"Enumeration value that indicates the state of the storage space. Read-only.","nullable":true},"storagePlanInformation":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.storagePlanInformation"},{"type":"object","nullable":true}],"description":"Information about the drive's storage quota plans. Only in Personal OneDrive."},"total":{"type":"number","description":"Total allowed storage space, in bytes. Read-only.","format":"int64","nullable":true},"used":{"type":"number","description":"Total space used, in bytes. Read-only.","format":"int64","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.sharepointIds":{"title":"sharepointIds","required":["@odata.type"],"type":"object","properties":{"listId":{"type":"string","description":"The unique identifier (guid) for the item's list in SharePoint.","nullable":true},"listItemId":{"type":"string","description":"An integer identifier for the item within the containing list.","nullable":true},"listItemUniqueId":{"type":"string","description":"The unique identifier (guid) for the item within OneDrive for Business or a SharePoint site.","nullable":true},"siteId":{"type":"string","description":"The unique identifier (guid) for the item's site collection (SPSite).","nullable":true},"siteUrl":{"type":"string","description":"The SharePoint URL for the site that contains the item.","nullable":true},"tenantId":{"type":"string","description":"The unique identifier (guid) for the tenancy.","nullable":true},"webId":{"type":"string","description":"The unique identifier (guid) for the item's site (SPWeb).","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.systemFacet":{"title":"systemFacet","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}}},"microsoft.graph.publicError":{"title":"publicError","required":["@odata.type"],"type":"object","properties":{"code":{"type":"string","description":"Represents the error code.","nullable":true},"details":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.publicErrorDetail"},"description":"Details of the error."},"innerError":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.publicInnerError"},{"type":"object","nullable":true}],"description":"Details of the inner error."},"message":{"type":"string","description":"A non-localized message for the developer.","nullable":true},"target":{"type":"string","description":"The target of the error.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.root":{"title":"root","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}}},"microsoft.graph.siteCollection":{"title":"siteCollection","required":["@odata.type"],"type":"object","properties":{"archivalDetails":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.siteArchivalDetails"},{"type":"object","nullable":true}],"description":"Represents whether the site collection is recently archived, fully archived, or reactivating. The possible values are: recentlyArchived, fullyArchived, reactivating, unknownFutureValue."},"dataLocationCode":{"type":"string","description":"The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only.","nullable":true},"hostname":{"type":"string","description":"The hostname for the site collection. Read-only.","nullable":true},"root":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.root"},{"type":"object","nullable":true}],"description":"If present, indicates that this is a root site collection in SharePoint. Read-only."},"@odata.type":{"type":"string"}}},"microsoft.graph.teamFunSettings":{"title":"teamFunSettings","required":["@odata.type"],"type":"object","properties":{"allowCustomMemes":{"type":"boolean","description":"If set to true, enables users to include custom memes.","nullable":true},"allowGiphy":{"type":"boolean","description":"If set to true, enables Giphy use.","nullable":true},"allowStickersAndMemes":{"type":"boolean","description":"If set to true, enables users to include stickers and memes.","nullable":true},"giphyContentRating":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.giphyRatingType"},{"type":"object","nullable":true}],"description":"Giphy content rating. The possible values are: moderate, strict."},"@odata.type":{"type":"string"}}},"microsoft.graph.teamGuestSettings":{"title":"teamGuestSettings","required":["@odata.type"],"type":"object","properties":{"allowCreateUpdateChannels":{"type":"boolean","description":"If set to true, guests can add and update channels.","nullable":true},"allowDeleteChannels":{"type":"boolean","description":"If set to true, guests can delete channels.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.teamMemberSettings":{"title":"teamMemberSettings","required":["@odata.type"],"type":"object","properties":{"allowAddRemoveApps":{"type":"boolean","description":"If set to true, members can add and remove apps.","nullable":true},"allowCreatePrivateChannels":{"type":"boolean","description":"If set to true, members can add and update private channels.","nullable":true},"allowCreateUpdateChannels":{"type":"boolean","description":"If set to true, members can add and update channels.","nullable":true},"allowCreateUpdateRemoveConnectors":{"type":"boolean","description":"If set to true, members can add, update, and remove connectors.","nullable":true},"allowCreateUpdateRemoveTabs":{"type":"boolean","description":"If set to true, members can add, update, and remove tabs.","nullable":true},"allowDeleteChannels":{"type":"boolean","description":"If set to true, members can delete channels.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.teamMessagingSettings":{"title":"teamMessagingSettings","required":["@odata.type"],"type":"object","properties":{"allowChannelMentions":{"type":"boolean","description":"If set to true, @channel mentions are allowed.","nullable":true},"allowOwnerDeleteMessages":{"type":"boolean","description":"If set to true, owners can delete any message.","nullable":true},"allowTeamMentions":{"type":"boolean","description":"If set to true, @team mentions are allowed.","nullable":true},"allowUserDeleteMessages":{"type":"boolean","description":"If set to true, users can delete their messages.","nullable":true},"allowUserEditMessages":{"type":"boolean","description":"If set to true, users can edit their messages.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.teamSpecialization":{"title":"teamSpecialization","enum":["none","educationStandard","educationClass","educationProfessionalLearningCommunity","educationStaff","healthcareStandard","healthcareCareCoordination","unknownFutureValue"],"type":"string"},"microsoft.graph.teamSummary":{"title":"teamSummary","required":["@odata.type"],"type":"object","properties":{"guestsCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Count of guests in a team.","format":"int32","nullable":true},"membersCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Count of members in a team.","format":"int32","nullable":true},"ownersCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Count of owners in a team.","format":"int32","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.teamVisibilityType":{"title":"teamVisibilityType","enum":["private","public","hiddenMembership","unknownFutureValue"],"type":"string"},"microsoft.graph.mobileAppIdentifier":{"title":"mobileAppIdentifier","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}},"description":"The identifier for a mobile app.","discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.androidMobileAppIdentifier":"#/components/schemas/microsoft.graph.androidMobileAppIdentifier","#microsoft.graph.iosMobileAppIdentifier":"#/components/schemas/microsoft.graph.iosMobileAppIdentifier"}}},"microsoft.graph.managedAppFlaggedReason":{"title":"managedAppFlaggedReason","enum":["none","rootedDevice"],"type":"string","description":"The reason for which a user has been flagged","x-ms-enum":{"name":"managedAppFlaggedReason","modelAsString":false,"values":[{"value":"none","description":"No issue.","name":"none"},{"value":"rootedDevice","description":"The app registration is running on a rooted/unlocked device.","name":"rootedDevice"}]}},"microsoft.graph.complianceState":{"title":"complianceState","enum":["unknown","compliant","noncompliant","conflict","error","inGracePeriod","configManager"],"type":"string","description":"Compliance state.","x-ms-enum":{"name":"complianceState","modelAsString":false,"values":[{"value":"unknown","description":"Unknown.","name":"unknown"},{"value":"compliant","description":"Compliant.","name":"compliant"},{"value":"noncompliant","description":"Device is non-compliant and is blocked from corporate resources.","name":"noncompliant"},{"value":"conflict","description":"Conflict with other rules.","name":"conflict"},{"value":"error","description":"Error.","name":"error"},{"value":"inGracePeriod","description":"Device is non-compliant but still has access to corporate resources","name":"inGracePeriod"},{"value":"configManager","description":"Managed by Config Manager","name":"configManager"}]}},"microsoft.graph.configurationManagerClientEnabledFeatures":{"title":"configurationManagerClientEnabledFeatures","required":["@odata.type"],"type":"object","properties":{"compliancePolicy":{"type":"boolean","description":"Whether compliance policy is managed by Intune"},"deviceConfiguration":{"type":"boolean","description":"Whether device configuration is managed by Intune"},"inventory":{"type":"boolean","description":"Whether inventory is managed by Intune"},"modernApps":{"type":"boolean","description":"Whether modern application is managed by Intune"},"resourceAccess":{"type":"boolean","description":"Whether resource access is managed by Intune"},"windowsUpdateForBusiness":{"type":"boolean","description":"Whether Windows Update for Business is managed by Intune"},"@odata.type":{"type":"string"}},"description":"configuration Manager client enabled features"},"microsoft.graph.deviceActionResult":{"title":"deviceActionResult","required":["@odata.type"],"type":"object","properties":{"actionName":{"type":"string","description":"Action name","nullable":true},"actionState":{"$ref":"#/components/schemas/microsoft.graph.actionState"},"lastUpdatedDateTime":{"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":"Time the action state was last updated","format":"date-time"},"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":"Time the action was initiated","format":"date-time"},"@odata.type":{"type":"string"}},"description":"Device action result","discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.deleteUserFromSharedAppleDeviceActionResult":"#/components/schemas/microsoft.graph.deleteUserFromSharedAppleDeviceActionResult","#microsoft.graph.locateDeviceActionResult":"#/components/schemas/microsoft.graph.locateDeviceActionResult","#microsoft.graph.remoteLockActionResult":"#/components/schemas/microsoft.graph.remoteLockActionResult","#microsoft.graph.resetPasscodeActionResult":"#/components/schemas/microsoft.graph.resetPasscodeActionResult","#microsoft.graph.rotateBitLockerKeysDeviceActionResult":"#/components/schemas/microsoft.graph.rotateBitLockerKeysDeviceActionResult","#microsoft.graph.windowsDefenderScanActionResult":"#/components/schemas/microsoft.graph.windowsDefenderScanActionResult"}}},"microsoft.graph.deviceEnrollmentType":{"title":"deviceEnrollmentType","enum":["unknown","userEnrollment","deviceEnrollmentManager","appleBulkWithUser","appleBulkWithoutUser","windowsAzureADJoin","windowsBulkUserless","windowsAutoEnrollment","windowsBulkAzureDomainJoin","windowsCoManagement","windowsAzureADJoinUsingDeviceAuth","appleUserEnrollment","appleUserEnrollmentWithServiceAccount","unknownFutureValue"],"type":"string","description":"Possible ways of adding a mobile device to management.","x-ms-enum":{"name":"deviceEnrollmentType","modelAsString":false,"values":[{"value":"unknown","description":"Default value, enrollment type was not collected.","name":"unknown"},{"value":"userEnrollment","description":"User driven enrollment through BYOD channel.","name":"userEnrollment"},{"value":"deviceEnrollmentManager","description":"User enrollment with a device enrollment manager account.","name":"deviceEnrollmentManager"},{"value":"appleBulkWithUser","description":"Apple bulk enrollment with user challenge. (DEP, Apple Configurator)","name":"appleBulkWithUser"},{"value":"appleBulkWithoutUser","description":"Apple bulk enrollment without user challenge. (DEP, Apple Configurator, Mobile Config)","name":"appleBulkWithoutUser"},{"value":"windowsAzureADJoin","description":"Windows 10 Entra ID (Azure AD) Join.","name":"windowsAzureADJoin"},{"value":"windowsBulkUserless","description":"Windows 10 Bulk enrollment through ICD with certificate.","name":"windowsBulkUserless"},{"value":"windowsAutoEnrollment","description":"Windows 10 automatic enrollment. (Add work account)","name":"windowsAutoEnrollment"},{"value":"windowsBulkAzureDomainJoin","description":"Windows 10 bulk Entra ID (Azure AD) Join.","name":"windowsBulkAzureDomainJoin"},{"value":"windowsCoManagement","description":"Windows 10 Co-Management triggered by AutoPilot or Group Policy.","name":"windowsCoManagement"},{"value":"windowsAzureADJoinUsingDeviceAuth","description":"Windows 10 Entra ID (Azure AD) Join using Device Auth.","name":"windowsAzureADJoinUsingDeviceAuth"},{"value":"appleUserEnrollment","description":"Indicates the device is enrolled via Apple User Enrollment with Company Portal. It results in an enrollment with a new partition for managed apps and data and which supports a limited set of management capabilities","name":"appleUserEnrollment"},{"value":"appleUserEnrollmentWithServiceAccount","description":"Indicates the device is enrolled via Apple User Enrollment with Company Portal using a device enrollment manager user. It results in an enrollment with a new partition for managed apps and data and which supports a limited set of management capabilities","name":"appleUserEnrollmentWithServiceAccount"},{"value":"unknownFutureValue","description":"Evolvable enumeration sentinel value. Do not use.","name":"unknownFutureValue"}]}},"microsoft.graph.deviceHealthAttestationState":{"title":"deviceHealthAttestationState","required":["@odata.type"],"type":"object","properties":{"attestationIdentityKey":{"type":"string","description":"TWhen an Attestation Identity Key (AIK) is present on a device, it indicates that the device has an endorsement key (EK) certificate.","nullable":true},"bitLockerStatus":{"type":"string","description":"On or Off of BitLocker Drive Encryption","nullable":true},"bootAppSecurityVersion":{"type":"string","description":"The security version number of the Boot Application","nullable":true},"bootDebugging":{"type":"string","description":"When bootDebugging is enabled, the device is used in development and testing","nullable":true},"bootManagerSecurityVersion":{"type":"string","description":"The security version number of the Boot Application","nullable":true},"bootManagerVersion":{"type":"string","description":"The version of the Boot Manager","nullable":true},"bootRevisionListInfo":{"type":"string","description":"The Boot Revision List that was loaded during initial boot on the attested device","nullable":true},"codeIntegrity":{"type":"string","description":"When code integrity is enabled, code execution is restricted to integrity verified code","nullable":true},"codeIntegrityCheckVersion":{"type":"string","description":"The version of the Boot Manager","nullable":true},"codeIntegrityPolicy":{"type":"string","description":"The Code Integrity policy that is controlling the security of the boot environment","nullable":true},"contentNamespaceUrl":{"type":"string","description":"The DHA report version. (Namespace version)","nullable":true},"contentVersion":{"type":"string","description":"The HealthAttestation state schema version","nullable":true},"dataExcutionPolicy":{"type":"string","description":"DEP Policy defines a set of hardware and software technologies that perform additional checks on memory","nullable":true},"deviceHealthAttestationStatus":{"type":"string","description":"The DHA report version. (Namespace version)","nullable":true},"earlyLaunchAntiMalwareDriverProtection":{"type":"string","description":"ELAM provides protection for the computers in your network when they start up","nullable":true},"healthAttestationSupportedStatus":{"type":"string","description":"This attribute indicates if DHA is supported for the device","nullable":true},"healthStatusMismatchInfo":{"type":"string","description":"This attribute appears if DHA-Service detects an integrity issue","nullable":true},"issuedDateTime":{"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 DateTime when device was evaluated or issued to MDM","format":"date-time"},"lastUpdateDateTime":{"type":"string","description":"The Timestamp of the last update.","nullable":true},"operatingSystemKernelDebugging":{"type":"string","description":"When operatingSystemKernelDebugging is enabled, the device is used in development and testing","nullable":true},"operatingSystemRevListInfo":{"type":"string","description":"The Operating System Revision List that was loaded during initial boot on the attested device","nullable":true},"pcr0":{"type":"string","description":"The measurement that is captured in PCR[0]","nullable":true},"pcrHashAlgorithm":{"type":"string","description":"Informational attribute that identifies the HASH algorithm that was used by TPM","nullable":true},"resetCount":{"type":"number","description":"The number of times a PC device has hibernated or resumed","format":"int64"},"restartCount":{"type":"number","description":"The number of times a PC device has rebooted","format":"int64"},"safeMode":{"type":"string","description":"Safe mode is a troubleshooting option for Windows that starts your computer in a limited state","nullable":true},"secureBoot":{"type":"string","description":"When Secure Boot is enabled, the core components must have the correct cryptographic signatures","nullable":true},"secureBootConfigurationPolicyFingerPrint":{"type":"string","description":"Fingerprint of the Custom Secure Boot Configuration Policy","nullable":true},"testSigning":{"type":"string","description":"When test signing is allowed, the device does not enforce signature validation during boot","nullable":true},"tpmVersion":{"type":"string","description":"The security version number of the Boot Application","nullable":true},"virtualSecureMode":{"type":"string","description":"Indicates whether the device has Virtual Secure Mode (VSM) enabled. Virtual Secure Mode (VSM) is a container that protects high value assets from a compromised kernel. This property will be deprecated in beta from August 2023. Support for this property will end in August 2025 for v1.0 API. A new property virtualizationBasedSecurity is added and used instead. The value used for virtualSecureMode will be passed by virtualizationBasedSecurity during the deprecation process. Possible values are 'enabled', 'disabled' and 'notApplicable'. 'enabled' indicates Virtual Secure Mode (VSM) is enabled. 'disabled' indicates Virtual Secure Mode (VSM) is disabled. 'notApplicable' indicates the device is not a Windows 11 device. Default value is 'notApplicable'.","nullable":true},"windowsPE":{"type":"string","description":"Operating system running with limited services that is used to prepare a computer for Windows","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.deviceRegistrationState":{"title":"deviceRegistrationState","enum":["notRegistered","registered","revoked","keyConflict","approvalPending","certificateReset","notRegisteredPendingEnrollment","unknown"],"type":"string","description":"Device registration status.","x-ms-enum":{"name":"deviceRegistrationState","modelAsString":false,"values":[{"value":"notRegistered","description":"The device is not registered.","name":"notRegistered"},{"value":"registered","description":"The device is registered.","name":"registered"},{"value":"revoked","description":"The device has been blocked, wiped or retired.","name":"revoked"},{"value":"keyConflict","description":"The device has a key conflict.","name":"keyConflict"},{"value":"approvalPending","description":"The device is pending approval.","name":"approvalPending"},{"value":"certificateReset","description":"The device certificate has been reset.","name":"certificateReset"},{"value":"notRegisteredPendingEnrollment","description":"The device is not registered and pending enrollment.","name":"notRegisteredPendingEnrollment"},{"value":"unknown","description":"The device registration status is unknown.","name":"unknown"}]}},"microsoft.graph.deviceManagementExchangeAccessState":{"title":"deviceManagementExchangeAccessState","enum":["none","unknown","allowed","blocked","quarantined"],"type":"string","description":"Device Exchange Access State.","x-ms-enum":{"name":"deviceManagementExchangeAccessState","modelAsString":false,"values":[{"value":"none","description":"No access state discovered from Exchange","name":"none"},{"value":"unknown","description":"Device access state to Exchange is unknown","name":"unknown"},{"value":"allowed","description":"Device has access to Exchange","name":"allowed"},{"value":"blocked","description":"Device is Blocked in Exchange","name":"blocked"},{"value":"quarantined","description":"Device is Quarantined in Exchange","name":"quarantined"}]}},"microsoft.graph.deviceManagementExchangeAccessStateReason":{"title":"deviceManagementExchangeAccessStateReason","enum":["none","unknown","exchangeGlobalRule","exchangeIndividualRule","exchangeDeviceRule","exchangeUpgrade","exchangeMailboxPolicy","other","compliant","notCompliant","notEnrolled","unknownLocation","mfaRequired","azureADBlockDueToAccessPolicy","compromisedPassword","deviceNotKnownWithManagedApp"],"type":"string","description":"Device Exchange Access State Reason.","x-ms-enum":{"name":"deviceManagementExchangeAccessStateReason","modelAsString":false,"values":[{"value":"none","description":"No access state reason discovered from Exchange","name":"none"},{"value":"unknown","description":"Unknown access state reason","name":"unknown"},{"value":"exchangeGlobalRule","description":"Access state determined by Exchange Global rule","name":"exchangeGlobalRule"},{"value":"exchangeIndividualRule","description":"Access state determined by Exchange Individual rule","name":"exchangeIndividualRule"},{"value":"exchangeDeviceRule","description":"Access state determined by Exchange Device rule","name":"exchangeDeviceRule"},{"value":"exchangeUpgrade","description":"Access state due to Exchange upgrade","name":"exchangeUpgrade"},{"value":"exchangeMailboxPolicy","description":"Access state determined by Exchange Mailbox Policy","name":"exchangeMailboxPolicy"},{"value":"other","description":"Access state determined by Exchange","name":"other"},{"value":"compliant","description":"Access state granted by compliance challenge","name":"compliant"},{"value":"notCompliant","description":"Access state revoked by compliance challenge","name":"notCompliant"},{"value":"notEnrolled","description":"Access state revoked by management challenge","name":"notEnrolled"},{"value":"unknownLocation","description":"Access state due to unknown location","name":"unknownLocation"},{"value":"mfaRequired","description":"Access state due to MFA challenge","name":"mfaRequired"},{"value":"azureADBlockDueToAccessPolicy","description":"Access State revoked by AAD Access Policy","name":"azureADBlockDueToAccessPolicy"},{"value":"compromisedPassword","description":"Access State revoked by compromised password","name":"compromisedPassword"},{"value":"deviceNotKnownWithManagedApp","description":"Access state revoked by managed application challenge","name":"deviceNotKnownWithManagedApp"}]}},"microsoft.graph.managedDeviceOwnerType":{"title":"managedDeviceOwnerType","enum":["unknown","company","personal","unknownFutureValue"],"type":"string","description":"Owner type of device.","x-ms-enum":{"name":"managedDeviceOwnerType","modelAsString":false,"values":[{"value":"unknown","description":"Unknown device owner type.","name":"unknown"},{"value":"company","description":"Corporate device owner type.","name":"company"},{"value":"personal","description":"Personal device owner type.","name":"personal"},{"value":"unknownFutureValue","description":"Evolvable enumeration sentinel value. Do not use.","name":"unknownFutureValue"}]}},"microsoft.graph.managementAgentType":{"title":"managementAgentType","enum":["eas","mdm","easMdm","intuneClient","easIntuneClient","configurationManagerClient","configurationManagerClientMdm","configurationManagerClientMdmEas","unknown","jamf","googleCloudDevicePolicyController","microsoft365ManagedMdm","msSense"],"type":"string","x-ms-enum":{"name":"managementAgentType","modelAsString":false,"values":[{"value":"eas","description":"The device is managed by Exchange server.","name":"eas"},{"value":"mdm","description":"The device is managed by Intune MDM.","name":"mdm"},{"value":"easMdm","description":"The device is managed by both Exchange server and Intune MDM.","name":"easMdm"},{"value":"intuneClient","description":"Intune client managed.","name":"intuneClient"},{"value":"easIntuneClient","description":"The device is EAS and Intune client dual managed.","name":"easIntuneClient"},{"value":"configurationManagerClient","description":"The device is managed by Configuration Manager.","name":"configurationManagerClient"},{"value":"configurationManagerClientMdm","description":"The device is managed by Configuration Manager and MDM.","name":"configurationManagerClientMdm"},{"value":"configurationManagerClientMdmEas","description":"The device is managed by Configuration Manager, MDM and Eas.","name":"configurationManagerClientMdmEas"},{"value":"unknown","description":"Unknown management agent type.","name":"unknown"},{"value":"jamf","description":"The device attributes are fetched from Jamf.","name":"jamf"},{"value":"googleCloudDevicePolicyController","description":"The device is managed by Google's CloudDPC.","name":"googleCloudDevicePolicyController"},{"value":"microsoft365ManagedMdm","description":"This device is managed by Microsoft 365 through Intune.","name":"microsoft365ManagedMdm"}]}},"microsoft.graph.managementState":{"title":"managementState","enum":["managed","retirePending","retireFailed","wipePending","wipeFailed","unhealthy","deletePending","retireIssued","wipeIssued","wipeCanceled","retireCanceled","discovered","unknownFutureValue"],"type":"string","description":"Management state of device in Microsoft Intune.","x-ms-enum":{"name":"managementState","modelAsString":false,"values":[{"value":"managed","description":"The device is under management","name":"managed"},{"value":"retirePending","description":"A retire command is occuring on the device and in the process of unenrolling from management","name":"retirePending"},{"value":"retireFailed","description":"Retire command failed on the device","name":"retireFailed"},{"value":"wipePending","description":"A wipe command is occuring on the device and in the process of unenrolling from management","name":"wipePending"},{"value":"wipeFailed","description":"Wipe command failed on the device","name":"wipeFailed"},{"value":"unhealthy","description":"The device is unhealthy.","name":"unhealthy"},{"value":"deletePending","description":"A delete command is occuring on the device ","name":"deletePending"},{"value":"retireIssued","description":"A retire command was issued for the device","name":"retireIssued"},{"value":"wipeIssued","description":"A wipe command was issued for the device","name":"wipeIssued"},{"value":"wipeCanceled","description":"A wipe command for this device has been canceled","name":"wipeCanceled"},{"value":"retireCanceled","description":"A retire command for this device has been canceled","name":"retireCanceled"},{"value":"discovered","description":"The device is discovered but not fully enrolled.","name":"discovered"},{"value":"unknownFutureValue","description":"Evolvable enumeration sentinel value. Do not use.","name":"unknownFutureValue"}]}},"microsoft.graph.managedDevicePartnerReportedHealthState":{"title":"managedDevicePartnerReportedHealthState","enum":["unknown","activated","deactivated","secured","lowSeverity","mediumSeverity","highSeverity","unresponsive","compromised","misconfigured"],"type":"string","description":"Available health states for the Device Health API","x-ms-enum":{"name":"managedDevicePartnerReportedHealthState","modelAsString":false,"values":[{"value":"unknown","description":"Device health state is not yet reported","name":"unknown"},{"value":"activated","description":"Device has been activated by a mobile threat defense partner, but has not yet reported health.","name":"activated"},{"value":"deactivated","description":"Device has been deactivated by a mobile threat defense partner. The device health is not known.","name":"deactivated"},{"value":"secured","description":"Device is considered secured by the mobile threat defense partner.","name":"secured"},{"value":"lowSeverity","description":"Device is considered low threat by the mobile threat defense partner.","name":"lowSeverity"},{"value":"mediumSeverity","description":"Device is considered medium threat by the mobile threat defense partner.","name":"mediumSeverity"},{"value":"highSeverity","description":"Device is considered high threat by the mobile threat defense partner.","name":"highSeverity"},{"value":"unresponsive","description":"Device is considered unresponsive by the mobile threat defense partner. The device health is not known.","name":"unresponsive"},{"value":"compromised","description":"Device is considered compromised by the Threat Defense partner. This means the device has an active Threat or Risk which cannot be easily remediated by the end user and the user should contact their IT Admin.","name":"compromised"},{"value":"misconfigured","description":"Device is considered misconfigured with the Threat Defense partner. This means the device is missing a required profile or configuration for the Threat Defense Partner to function properly and is thus threat or risk analysis is not able to complete.","name":"misconfigured"}]}},"microsoft.graph.followupFlag":{"title":"followupFlag","required":["@odata.type"],"type":"object","properties":{"completedDateTime":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.dateTimeTimeZone"},{"type":"object","nullable":true}],"description":"The date and time that the follow-up was finished."},"dueDateTime":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.dateTimeTimeZone"},{"type":"object","nullable":true}],"description":"The date and time that the follow-up is to be finished. Note: To set the due date, you must also specify the startDateTime; otherwise, you get a 400 Bad Request response."},"flagStatus":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.followupFlagStatus"},{"type":"object","nullable":true}],"description":"The status for follow-up for an item. Possible values are notFlagged, complete, and flagged."},"startDateTime":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.dateTimeTimeZone"},{"type":"object","nullable":true}],"description":"The date and time that the follow-up is to begin."},"@odata.type":{"type":"string"}}},"microsoft.graph.inferenceClassificationType":{"title":"inferenceClassificationType","enum":["focused","other"],"type":"string"},"microsoft.graph.internetMessageHeader":{"title":"internetMessageHeader","required":["@odata.type"],"type":"object","properties":{"name":{"type":"string","description":"Represents the key in a key-value pair.","nullable":true},"value":{"type":"string","description":"The value in a key-value pair.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.broadcastMeetingSettings":{"title":"broadcastMeetingSettings","required":["@odata.type"],"type":"object","properties":{"allowedAudience":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.broadcastMeetingAudience"},{"type":"object","nullable":true}],"description":"Defines who can join the Teams live event. Possible values are listed in the following table."},"captions":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.broadcastMeetingCaptionSettings"},{"type":"object","nullable":true}],"description":"Caption settings of a Teams live event."},"isAttendeeReportEnabled":{"type":"boolean","description":"Indicates whether attendee report is enabled for this Teams live event. Default value is false.","nullable":true},"isQuestionAndAnswerEnabled":{"type":"boolean","description":"Indicates whether Q&A is enabled for this Teams live event. Default value is false.","nullable":true},"isRecordingEnabled":{"type":"boolean","description":"Indicates whether recording is enabled for this Teams live event. Default value is false.","nullable":true},"isVideoOnDemandEnabled":{"type":"boolean","description":"Indicates whether video on demand is enabled for this Teams live event. Default value is false.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.meetingParticipants":{"title":"meetingParticipants","required":["@odata.type"],"type":"object","properties":{"attendees":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.meetingParticipantInfo"},"description":"Information about the meeting attendees."},"organizer":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.meetingParticipantInfo"},{"type":"object","nullable":true}],"description":"Information about the meeting organizer."},"@odata.type":{"type":"string"}}},"microsoft.graph.personType":{"title":"personType","required":["@odata.type"],"type":"object","properties":{"class":{"type":"string","description":"The type of data source, such as Person.","nullable":true},"subclass":{"type":"string","description":"The secondary type of data source, such as OrganizationUser.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.phone":{"title":"phone","required":["@odata.type"],"type":"object","properties":{"language":{"type":"string","nullable":true},"number":{"type":"string","description":"The phone number.","nullable":true},"region":{"type":"string","nullable":true},"type":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.phoneType"},{"type":"object","nullable":true}],"description":"The type of phone number. The possible values are: home, business, mobile, other, assistant, homeFax, businessFax, otherFax, pager, radio."},"@odata.type":{"type":"string"}}},"microsoft.graph.scoredEmailAddress":{"title":"scoredEmailAddress","required":["@odata.type"],"type":"object","properties":{"address":{"type":"string","description":"The email address.","nullable":true},"itemId":{"type":"string","nullable":true},"relevanceScore":{"oneOf":[{"type":"number","format":"double","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"The relevance score of the email address. A relevance score is used as a sort key, in relation to the other returned results. A higher relevance score value corresponds to a more relevant result. Relevance is determined by the user’s communication and collaboration patterns and business relationships."},"selectionLikelihood":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.selectionLikelihoodInfo"},{"type":"object","nullable":true}]},"@odata.type":{"type":"string"}}},"microsoft.graph.website":{"title":"website","required":["@odata.type"],"type":"object","properties":{"address":{"type":"string","description":"The URL of the website.","nullable":true},"displayName":{"type":"string","description":"The display name of the web site.","nullable":true},"type":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.websiteType"},{"type":"object","nullable":true}],"description":"The possible values are: other, home, work, blog, profile."},"@odata.type":{"type":"string"}}},"microsoft.graph.outOfOfficeSettings":{"title":"outOfOfficeSettings","required":["@odata.type"],"type":"object","properties":{"isOutOfOffice":{"type":"boolean","description":"If true, either of the following is met:The current time falls within the out-of-office window configured in Outlook or Teams.An event marked as 'Show as Out of Office' appears on the user's calendar.Otherwise, false.","nullable":true},"message":{"type":"string","description":"The out-of-office message configured by the user in the Outlook client (Automatic replies) or the Teams client (Schedule out of office).","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.presenceStatusMessage":{"title":"presenceStatusMessage","required":["@odata.type"],"type":"object","properties":{"expiryDateTime":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.dateTimeTimeZone"},{"type":"object","nullable":true}],"description":"Time in which the status message expires.If not provided, the status message doesn't expire.expiryDateTime.dateTime shouldn't include time zone.expiryDateTime isn't available when you request the presence of another user."},"message":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.itemBody"},{"type":"object","nullable":true}],"description":"Status message item. The only supported format currently is message.contentType = 'text'."},"publishedDateTime":{"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":"Time in which the status message was published.Read-only.publishedDateTime isn't available when you request the presence of another user.","format":"date-time","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.userWorkLocation":{"title":"userWorkLocation","required":["@odata.type"],"type":"object","properties":{"placeId":{"type":"string","description":"Identifier of the place, if applicable.","nullable":true},"source":{"$ref":"#/components/schemas/microsoft.graph.workLocationSource"},"workLocationType":{"$ref":"#/components/schemas/microsoft.graph.workLocationType"},"@odata.type":{"type":"string"}}},"microsoft.graph.externalAudienceScope":{"title":"externalAudienceScope","enum":["none","contactsOnly","all"],"type":"string"},"microsoft.graph.automaticRepliesStatus":{"title":"automaticRepliesStatus","enum":["disabled","alwaysEnabled","scheduled"],"type":"string"},"microsoft.graph.dayOfWeek":{"title":"dayOfWeek","enum":["sunday","monday","tuesday","wednesday","thursday","friday","saturday"],"type":"string"},"microsoft.graph.timeZoneBase":{"title":"timeZoneBase","required":["@odata.type"],"type":"object","properties":{"name":{"type":"string","description":"The name of a time zone. It can be a standard time zone name such as 'Hawaii-Aleutian Standard Time', or 'Customized Time Zone' for a custom time zone.","nullable":true},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.customTimeZone":"#/components/schemas/microsoft.graph.customTimeZone"}}},"microsoft.graph.appIdentity":{"title":"appIdentity","required":["@odata.type"],"type":"object","properties":{"appId":{"type":"string","description":"Refers to the unique ID representing application in Microsoft Entra ID.","nullable":true},"displayName":{"type":"string","description":"Refers to the application name displayed in the Microsoft Entra admin center.","nullable":true},"servicePrincipalId":{"type":"string","description":"Refers to the unique ID for the service principal in Microsoft Entra ID.","nullable":true},"servicePrincipalName":{"type":"string","description":"Refers to the Service Principal Name is the Application name in the tenant.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.groupType":{"title":"groupType","enum":["unifiedGroups","azureAD","unknownFutureValue"],"type":"string"},"microsoft.graph.initiatorType":{"title":"initiatorType","enum":["user","application","system","unknownFutureValue"],"type":"string"},"microsoft.graph.provisioningErrorInfo":{"title":"provisioningErrorInfo","required":["@odata.type"],"type":"object","properties":{"additionalDetails":{"type":"string","description":"Additional details if there's error.","nullable":true},"errorCategory":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.provisioningStatusErrorCategory"},{"type":"object","nullable":true}],"description":"Categorizes the error code. Possible values are failure, nonServiceFailure, success, unknownFutureValue"},"errorCode":{"type":"string","description":"Unique error code if any occurred. Learn more","nullable":true},"reason":{"type":"string","description":"Summarizes the status and describes why the status happened.","nullable":true},"recommendedAction":{"type":"string","description":"Provides the resolution for the corresponding error.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.provisioningResult":{"title":"provisioningResult","enum":["success","failure","skipped","warning","unknownFutureValue"],"type":"string"},"microsoft.graph.detailsInfo":{"title":"detailsInfo","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}}},"microsoft.graph.provisioningStepType":{"title":"provisioningStepType","enum":["import","scoping","matching","processing","referenceResolution","export","unknownFutureValue"],"type":"string"},"microsoft.graph.appliedConditionalAccessPolicyResult":{"title":"appliedConditionalAccessPolicyResult","enum":["success","failure","notApplied","notEnabled","unknown","unknownFutureValue","reportOnlySuccess","reportOnlyFailure","reportOnlyNotApplied","reportOnlyInterrupted"],"type":"string"},"microsoft.graph.geoCoordinates":{"title":"geoCoordinates","required":["@odata.type"],"type":"object","properties":{"altitude":{"oneOf":[{"type":"number","format":"double","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"Optional. The altitude (height), in feet,  above sea level for the item. Read-only."},"latitude":{"oneOf":[{"type":"number","format":"double","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"Optional. The latitude, in decimal, for the item. Read-only."},"longitude":{"oneOf":[{"type":"number","format":"double","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"Optional. The longitude, in decimal, for the item. Read-only."},"@odata.type":{"type":"string"}}},"microsoft.graph.addIn":{"title":"addIn","required":["@odata.type"],"type":"object","properties":{"id":{"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","description":"The unique identifier for the addIn object.","format":"uuid","nullable":true},"properties":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.keyValue"},"description":"The collection of key-value pairs that define parameters that the consuming service can use or call. You must specify this property when performing a POST or a PATCH operation on the addIns collection. Required."},"type":{"type":"string","description":"The unique name for the functionality exposed by the app."},"@odata.type":{"type":"string"}}},"microsoft.graph.apiApplication":{"title":"apiApplication","required":["@odata.type"],"type":"object","properties":{"acceptMappedClaims":{"type":"boolean","description":"When true, allows an application to use claims mapping without specifying a custom signing key.","nullable":true},"knownClientApplications":{"type":"array","items":{"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","nullable":true},"description":"Used for bundling consent if you have a solution that contains two parts: a client app and a custom web API app. If you set the appID of the client app to this value, the user only consents once to the client app. Microsoft Entra ID knows that consenting to the client means implicitly consenting to the web API and automatically provisions service principals for both APIs at the same time. Both the client and the web API app must be registered in the same tenant."},"oauth2PermissionScopes":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.permissionScope"},"description":"The definition of the delegated permissions exposed by the web API represented by this application registration. These delegated permissions may be requested by a client application, and may be granted by users or administrators during consent. Delegated permissions are sometimes referred to as OAuth 2.0 scopes."},"preAuthorizedApplications":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.preAuthorizedApplication"},"description":"Lists the client applications that are preauthorized with the specified delegated permissions to access this application's APIs. Users aren't required to consent to any preauthorized application (for the permissions specified). However, any other permissions not listed in preAuthorizedApplications (requested through incremental consent for example) will require user consent."},"requestedAccessTokenVersion":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Specifies the access token version expected by this resource. This changes the version and format of the JWT produced independent of the endpoint or client used to request the access token.  The endpoint used, v1.0 or v2.0, is chosen by the client and only impacts the version of id_tokens. Resources need to explicitly configure requestedAccessTokenVersion to indicate the supported access token format.  Possible values for requestedAccessTokenVersion are 1, 2, or null. If the value is null, this defaults to 1, which corresponds to the v1.0 endpoint.  If signInAudience on the application is configured as AzureADandPersonalMicrosoftAccount or PersonalMicrosoftAccount, the value for this property must be 2.","format":"int32","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.appRole":{"title":"appRole","required":["@odata.type"],"type":"object","properties":{"allowedMemberTypes":{"type":"array","items":{"type":"string"},"description":"Specifies whether this app role can be assigned to users and groups (by setting to ['User']), to other application's (by setting to ['Application'], or both (by setting to ['User', 'Application']). App roles supporting assignment to other applications' service principals are also known as application permissions. The 'Application' value is only supported for app roles defined on application entities."},"description":{"type":"string","description":"The description for the app role. This is displayed when the app role is being assigned and, if the app role functions as an application permission, during  consent experiences.","nullable":true},"displayName":{"type":"string","description":"Display name for the permission that appears in the app role assignment and consent experiences.","nullable":true},"id":{"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","description":"Unique role identifier inside the appRoles collection. When creating a new app role, a new GUID identifier must be provided.","format":"uuid"},"isEnabled":{"type":"boolean","description":"When creating or updating an app role, this must be set to true (which is the default). To delete a role, this must first be set to false.  At that point, in a subsequent call, this role may be removed."},"origin":{"type":"string","description":"Specifies if the app role is defined on the application object or on the servicePrincipal entity. Must not be included in any POST or PATCH requests. Read-only.","nullable":true},"value":{"type":"string","description":"Specifies the value to include in the roles claim in ID tokens and access tokens authenticating an assigned user or service principal. Must not exceed 120 characters in length. Allowed characters are : ! # $ % & ' ( ) * + , - . / : ;  =  ? @ [ ] ^ + _  {  } ~, and characters in the ranges 0-9, A-Z and a-z. Any other character, including the space character, aren't allowed. May not begin with ..","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.authenticationBehaviors":{"title":"authenticationBehaviors","required":["@odata.type"],"type":"object","properties":{"blockAzureADGraphAccess":{"type":"boolean","nullable":true},"removeUnverifiedEmailClaim":{"type":"boolean","nullable":true},"requireClientServicePrincipal":{"type":"boolean","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.certification":{"title":"certification","required":["@odata.type"],"type":"object","properties":{"certificationDetailsUrl":{"type":"string","description":"URL that shows certification details for the application.","nullable":true,"readOnly":true},"certificationExpirationDateTime":{"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 timestamp when the current certification for the application expires.","format":"date-time","nullable":true},"isCertifiedByMicrosoft":{"type":"boolean","description":"Indicates whether the application is certified by Microsoft.","nullable":true,"readOnly":true},"isPublisherAttested":{"type":"boolean","description":"Indicates whether the application developer or publisher completed Publisher Attestation.","nullable":true},"lastCertificationDateTime":{"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 timestamp when the certification for the application was most recently added or updated.","format":"date-time","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.informationalUrl":{"title":"informationalUrl","required":["@odata.type"],"type":"object","properties":{"logoUrl":{"type":"string","description":"CDN URL to the application's logo, Read-only.","nullable":true},"marketingUrl":{"type":"string","description":"Link to the application's marketing page. For example, https://www.contoso.com/app/marketing","nullable":true},"privacyStatementUrl":{"type":"string","description":"Link to the application's privacy statement. For example, https://www.contoso.com/app/privacy","nullable":true},"supportUrl":{"type":"string","description":"Link to the application's support page. For example, https://www.contoso.com/app/support","nullable":true},"termsOfServiceUrl":{"type":"string","description":"Link to the application's terms of service statement. For example, https://www.contoso.com/app/termsofservice","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.keyCredential":{"title":"keyCredential","required":["@odata.type"],"type":"object","properties":{"customKeyIdentifier":{"type":"string","description":"A 40-character binary type that can be used to identify the credential. Optional. When not provided in the payload, defaults to the thumbprint of the certificate.","format":"base64url","nullable":true},"displayName":{"type":"string","description":"The friendly name for the key, with a maximum length of 90 characters. Longer values are accepted but shortened. Optional.","nullable":true},"endDateTime":{"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 at which the credential expires. 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 is 2014-01-01T00:00:00Z.","format":"date-time","nullable":true},"key":{"type":"string","description":"The certificate's raw data in byte array converted to Base64 string. Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null.  From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key.","format":"base64url","nullable":true},"keyId":{"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","description":"The unique identifier (GUID) for the key.","format":"uuid","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 date and time at which the credential becomes valid.The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.","format":"date-time","nullable":true},"type":{"type":"string","description":"The type of key credential; for example, Symmetric, AsymmetricX509Cert.","nullable":true},"usage":{"type":"string","description":"A string that describes the purpose for which the key can be used; for example, Verify.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.nativeAuthenticationApisEnabled":{"title":"nativeAuthenticationApisEnabled","enum":["none","all","unknownFutureValue"],"type":"string","x-ms-enum-flags":{"isFlags":true}},"microsoft.graph.optionalClaims":{"title":"optionalClaims","required":["@odata.type"],"type":"object","properties":{"accessToken":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.optionalClaim"},"description":"The optional claims returned in the JWT access token."},"idToken":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.optionalClaim"},"description":"The optional claims returned in the JWT ID token."},"saml2Token":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.optionalClaim"},"description":"The optional claims returned in the SAML token."},"@odata.type":{"type":"string"}}},"microsoft.graph.parentalControlSettings":{"title":"parentalControlSettings","required":["@odata.type"],"type":"object","properties":{"countriesBlockedForMinors":{"type":"array","items":{"type":"string","nullable":true},"description":"Specifies the two-letter ISO country codes. Access to the application will be blocked for minors from the countries specified in this list."},"legalAgeGroupRule":{"type":"string","description":"Specifies the legal age group rule that applies to users of the app. Can be set to one of the following values: ValueDescriptionAllowDefault. Enforces the legal minimum. This means parental consent is required for minors in the European Union and Korea.RequireConsentForPrivacyServicesEnforces the user to specify date of birth to comply with COPPA rules. RequireConsentForMinorsRequires parental consent for ages below 18, regardless of country/region minor rules.RequireConsentForKidsRequires parental consent for ages below 14, regardless of country/region minor rules.BlockMinorsBlocks minors from using the app.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.passwordCredential":{"title":"passwordCredential","required":["@odata.type"],"type":"object","properties":{"customKeyIdentifier":{"type":"string","description":"Do not use.","format":"base64url","nullable":true},"displayName":{"type":"string","description":"Friendly name for the password. Optional.","nullable":true},"endDateTime":{"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 at which the password expires represented using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Optional.","format":"date-time","nullable":true},"hint":{"type":"string","description":"Contains the first three characters of the password. Read-only.","nullable":true},"keyId":{"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","description":"The unique identifier for the password.","format":"uuid","nullable":true},"secretText":{"type":"string","description":"Read-only; Contains the strong passwords generated by Microsoft Entra ID that are 16-64 characters in length. The generated password value is only returned during the initial POST request to addPassword. There is no way to retrieve this password in the future.","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 date and time at which the password becomes valid. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Optional.","format":"date-time","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.publicClientApplication":{"title":"publicClientApplication","required":["@odata.type"],"type":"object","properties":{"redirectUris":{"type":"array","items":{"type":"string"},"description":"Specifies the URLs where user tokens are sent for sign-in, or the redirect URIs where OAuth 2.0 authorization codes and access tokens are sent. For iOS and macOS apps, specify the value following the syntax msauth.{BUNDLEID}://auth, replacing '{BUNDLEID}'. For example, if the bundle ID is com.microsoft.identitysample.MSALiOS, the URI is msauth.com.microsoft.identitysample.MSALiOS://auth."},"@odata.type":{"type":"string"}}},"microsoft.graph.requestSignatureVerification":{"title":"requestSignatureVerification","required":["@odata.type"],"type":"object","properties":{"allowedWeakAlgorithms":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.weakAlgorithms"},{"type":"object","nullable":true}],"description":"Specifies which weak algorithms are allowed.  The possible values are: rsaSha1, unknownFutureValue."},"isSignedRequestRequired":{"type":"boolean","description":"Specifies whether signed authentication requests for this application should be required."},"@odata.type":{"type":"string"}}},"microsoft.graph.requiredResourceAccess":{"title":"requiredResourceAccess","required":["@odata.type"],"type":"object","properties":{"resourceAccess":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.resourceAccess"},"description":"The list of OAuth2.0 permission scopes and app roles that the application requires from the specified resource."},"resourceAppId":{"type":"string","description":"The unique identifier for the resource that the application requires access to. This should be equal to the appId declared on the target resource application."},"@odata.type":{"type":"string"}}},"microsoft.graph.servicePrincipalLockConfiguration":{"title":"servicePrincipalLockConfiguration","required":["@odata.type"],"type":"object","properties":{"allProperties":{"type":"boolean","description":"Enables locking all sensitive properties. The sensitive properties are keyCredentials, passwordCredentials, and tokenEncryptionKeyId.","nullable":true},"credentialsWithUsageSign":{"type":"boolean","description":"Locks the keyCredentials and passwordCredentials properties for modification where credential usage type is Sign.","nullable":true},"credentialsWithUsageVerify":{"type":"boolean","description":"Locks the keyCredentials and passwordCredentials properties for modification where credential usage type is Verify. This locks OAuth service principals.","nullable":true},"isEnabled":{"type":"boolean","description":"Enables or disables service principal lock configuration. To allow the sensitive properties to be updated, update this property to false to disable the lock on the service principal."},"tokenEncryptionKeyId":{"type":"boolean","description":"Locks the tokenEncryptionKeyId property for modification on the service principal.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.spaApplication":{"title":"spaApplication","required":["@odata.type"],"type":"object","properties":{"redirectUris":{"type":"array","items":{"type":"string"},"description":"Specifies the URLs where user tokens are sent for sign-in, or the redirect URIs where OAuth 2.0 authorization codes and access tokens are sent."},"@odata.type":{"type":"string"}}},"microsoft.graph.verifiedPublisher":{"title":"verifiedPublisher","required":["@odata.type"],"type":"object","properties":{"addedDateTime":{"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 timestamp when the verified publisher was first added or most recently updated.","format":"date-time","nullable":true},"displayName":{"type":"string","description":"The verified publisher name from the app publisher's Partner Center account.","nullable":true},"verifiedPublisherId":{"type":"string","description":"The ID of the verified publisher from the app publisher's Partner Center account.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.webApplication":{"title":"webApplication","required":["@odata.type"],"type":"object","properties":{"homePageUrl":{"type":"string","description":"Home page or landing page of the application.","nullable":true},"implicitGrantSettings":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.implicitGrantSettings"},{"type":"object","nullable":true}],"description":"Specifies whether this web application can request tokens using the OAuth 2.0 implicit flow."},"logoutUrl":{"type":"string","description":"Specifies the URL that is used by Microsoft's authorization service to log out a user using front-channel, back-channel or SAML logout protocols.","nullable":true},"redirectUris":{"type":"array","items":{"type":"string"},"description":"Specifies the URLs where user tokens are sent for sign-in, or the redirect URIs where OAuth 2.0 authorization codes and access tokens are sent."},"redirectUriSettings":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.redirectUriSettings"}},"@odata.type":{"type":"string"}}},"microsoft.graph.inheritablePermission":{"title":"inheritablePermission","required":["@odata.type"],"type":"object","properties":{"inheritableScopes":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.inheritableScopes"},{"type":"object","nullable":true}],"description":"Inheritance configuration for delegated permission scopes published by the resource application. Supports three patterns: allAllowedScopes (inherit all available scopes), enumeratedScopes (inherit only the listed scopes), and noScopes (inherit none). Each pattern exposes a kind discriminator for filtering."},"resourceAppId":{"type":"string","description":"The appId of the resource application that publishes these scopes. Primary key."},"@odata.type":{"type":"string"}}},"microsoft.graph.certificateAuthorityType":{"title":"certificateAuthorityType","enum":["root","intermediate","unknownFutureValue"],"type":"string"},"microsoft.graph.alternativeSecurityId":{"title":"alternativeSecurityId","required":["@odata.type"],"type":"object","properties":{"identityProvider":{"type":"string","description":"For internal use only.","nullable":true},"key":{"type":"string","description":"For internal use only.","format":"base64url","nullable":true},"type":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"For internal use only.","format":"int32","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.validatingDomains":{"title":"validatingDomains","required":["@odata.type"],"type":"object","properties":{"rootDomains":{"$ref":"#/components/schemas/microsoft.graph.rootDomains"},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.allDomains":"#/components/schemas/microsoft.graph.allDomains","#microsoft.graph.enumeratedDomains":"#/components/schemas/microsoft.graph.enumeratedDomains"}}},"microsoft.graph.groupAccessType":{"title":"groupAccessType","enum":["none","private","secret","public","unknownFutureValue"],"type":"string"},"microsoft.graph.assignedLabel":{"title":"assignedLabel","required":["@odata.type"],"type":"object","properties":{"displayName":{"type":"string","description":"The display name of the label. Read-only.","nullable":true},"labelId":{"type":"string","description":"The unique identifier of the label.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.licenseProcessingState":{"title":"licenseProcessingState","required":["@odata.type"],"type":"object","properties":{"state":{"type":"string","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.settingTemplateValue":{"title":"settingTemplateValue","required":["@odata.type"],"type":"object","properties":{"defaultValue":{"type":"string","description":"Default value for the setting.","nullable":true},"description":{"type":"string","description":"Description of the setting.","nullable":true},"name":{"type":"string","description":"Name of the setting.","nullable":true},"type":{"type":"string","description":"Type of the setting.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.physicalOfficeAddress":{"title":"physicalOfficeAddress","required":["@odata.type"],"type":"object","properties":{"city":{"type":"string","description":"The city.","nullable":true},"countryOrRegion":{"type":"string","description":"The country or region. It's a free-format string value, for example, 'United States'.","nullable":true},"officeLocation":{"type":"string","description":"Office location such as building and office number for an organizational contact.","nullable":true},"postalCode":{"type":"string","description":"The postal code.","nullable":true},"state":{"type":"string","description":"The state.","nullable":true},"street":{"type":"string","description":"The street.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.customAppManagementConfiguration":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.appManagementConfiguration"},{"title":"customAppManagementConfiguration","required":["@odata.type"],"type":"object","properties":{"applicationRestrictions":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.customAppManagementApplicationConfiguration"},{"type":"object","nullable":true}],"description":"Restrictions that are applicable only to application objects to which the policy is attached."},"@odata.type":{"type":"string","default":"#microsoft.graph.customAppManagementConfiguration"}}}],"x-ms-discriminator-value":"#microsoft.graph.customAppManagementConfiguration"},"microsoft.graph.allowInvitesFrom":{"title":"allowInvitesFrom","enum":["none","adminsAndGuestInviters","adminsGuestInvitersAndAllMembers","everyone","unknownFutureValue"],"type":"string"},"microsoft.graph.defaultUserRolePermissions":{"title":"defaultUserRolePermissions","required":["@odata.type"],"type":"object","properties":{"allowedToCreateApps":{"type":"boolean","description":"Indicates whether the default user role can create applications. This setting corresponds to the Users can register applications setting in the User settings menu in the Microsoft Entra admin center."},"allowedToCreateSecurityGroups":{"type":"boolean","description":"Indicates whether the default user role can create security groups. This setting corresponds to the following menus in the Microsoft Entra admin center:  The Users can create security groups in Microsoft Entra admin centers, API or PowerShell setting in the Group settings menu.  Users can create security groups setting in the User settings menu."},"allowedToCreateTenants":{"type":"boolean","description":"Indicates whether the default user role can create tenants. This setting corresponds to the Restrict non-admin users from creating tenants setting in the User settings menu in the Microsoft Entra admin center.  When this setting is false, users assigned the Tenant Creator role can still create tenants.","nullable":true},"allowedToReadBitlockerKeysForOwnedDevice":{"type":"boolean","description":"Indicates whether the registered owners of a device can read their own BitLocker recovery keys with default user role.","nullable":true},"allowedToReadOtherUsers":{"type":"boolean","description":"Indicates whether the default user role can read other users. DO NOT SET THIS VALUE TO false."},"permissionGrantPoliciesAssigned":{"type":"array","items":{"type":"string","nullable":true},"description":"Indicates if user consent to apps is allowed, and if it is, which permission to grant consent and which app consent policy (permissionGrantPolicy) govern the permission for users to grant consent. Value should be in the format managePermissionGrantsForSelf.{id}, where {id} is the id of a built-in or custom app consent policy. An empty list indicates user consent to apps is disabled."},"@odata.type":{"type":"string"}}},"microsoft.graph.crossTenantAccessPolicyConfigurationPartner":{"title":"crossTenantAccessPolicyConfigurationPartner","required":["@odata.type"],"type":"object","properties":{"appServiceConnectInbound":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.crossTenantAccessPolicyAppServiceConnectSetting"},{"type":"object","nullable":true}],"description":"Defines your partner-specific configuration for inbound app service connect settings that control which applications can connect across tenant boundaries with the partner organization."},"automaticUserConsentSettings":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.inboundOutboundPolicyConfiguration"},{"type":"object","nullable":true}],"description":"Determines the partner-specific configuration for automatic user consent settings. Unless specifically configured, the inboundAllowed and outboundAllowed properties are null and inherit from the default settings, which is always false."},"b2bCollaborationInbound":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.crossTenantAccessPolicyB2BSetting"},{"type":"object","nullable":true}],"description":"Defines your partner-specific configuration for users from other organizations accessing your resources via Microsoft Entra B2B collaboration."},"b2bCollaborationOutbound":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.crossTenantAccessPolicyB2BSetting"},{"type":"object","nullable":true}],"description":"Defines your partner-specific configuration for users in your organization going outbound to access resources in another organization via Microsoft Entra B2B collaboration."},"b2bDirectConnectInbound":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.crossTenantAccessPolicyB2BSetting"},{"type":"object","nullable":true}],"description":"Defines your partner-specific configuration for users from other organizations accessing your resources via Azure B2B direct connect."},"b2bDirectConnectOutbound":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.crossTenantAccessPolicyB2BSetting"},{"type":"object","nullable":true}],"description":"Defines your partner-specific configuration for users in your organization going outbound to access resources in another organization via Microsoft Entra B2B direct connect."},"inboundTrust":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.crossTenantAccessPolicyInboundTrust"},{"type":"object","nullable":true}],"description":"Determines the partner-specific configuration for trusting other Conditional Access claims from external Microsoft Entra organizations."},"isInMultiTenantOrganization":{"type":"boolean","description":"Identifies whether a tenant is a member of a multitenant organization.","nullable":true},"isServiceProvider":{"type":"boolean","description":"Identifies whether the partner-specific configuration is a Cloud Service Provider for your organization.","nullable":true},"m365CollaborationInbound":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.crossTenantAccessPolicyM365CollaborationInboundSetting"},{"type":"object","nullable":true}],"description":"Defines your partner-specific configuration for inbound Microsoft 365 collaboration settings that determine which users from the partner organization can collaborate with your organization using Microsoft 365 apps."},"m365CollaborationOutbound":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.crossTenantAccessPolicyM365CollaborationOutboundSetting"},{"type":"object","nullable":true}],"description":"Defines your partner-specific configuration for outbound Microsoft 365 collaboration settings that determine which users in your organization can collaborate with the partner organization using Microsoft 365 apps."},"tenantId":{"type":"string","description":"The tenant identifier for the partner Microsoft Entra organization. Read-only. Key."},"tenantRestrictions":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.crossTenantAccessPolicyTenantRestrictions"},{"type":"object","nullable":true}],"description":"Defines the partner-specific tenant restrictions configuration for users in your organization who access a partner organization using partner supplied identities on your network or devices."},"identitySynchronization":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.crossTenantIdentitySyncPolicyPartner"},{"type":"object","nullable":true}],"description":"Defines the cross-tenant policy for the synchronization of users from a partner tenant. Use this user synchronization policy to streamline collaboration between users in a multitenant organization by automating the creation, update, and deletion of users from one tenant to another.","x-ms-navigationProperty":true},"serviceProviderConstraints":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.serviceProviderConstraints"},{"type":"object","nullable":true}],"x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}},"microsoft.graph.appManagementApplicationConfiguration":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.appManagementConfiguration"},{"title":"appManagementApplicationConfiguration","required":["@odata.type"],"type":"object","properties":{"identifierUris":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identifierUriConfiguration"},{"type":"object","nullable":true}],"description":"Configuration object for restrictions on identifierUris property for an application."},"@odata.type":{"type":"string","default":"#microsoft.graph.appManagementApplicationConfiguration"}}}],"x-ms-discriminator-value":"#microsoft.graph.appManagementApplicationConfiguration"},"microsoft.graph.appManagementServicePrincipalConfiguration":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.appManagementConfiguration"},{"title":"appManagementServicePrincipalConfiguration","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.appManagementServicePrincipalConfiguration"}}}],"x-ms-discriminator-value":"#microsoft.graph.appManagementServicePrincipalConfiguration"},"microsoft.graph.permissionScope":{"title":"permissionScope","required":["@odata.type"],"type":"object","properties":{"adminConsentDescription":{"type":"string","description":"A description of the delegated permissions, intended to be read by an administrator granting the permission on behalf of all users. This text appears in tenant-wide admin consent experiences.","nullable":true},"adminConsentDisplayName":{"type":"string","description":"The permission's title, intended to be read by an administrator granting the permission on behalf of all users.","nullable":true},"id":{"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","description":"Unique delegated permission identifier inside the collection of delegated permissions defined for a resource application.","format":"uuid"},"isEnabled":{"type":"boolean","description":"When you create or update a permission, this property must be set to true (which is the default). To delete a permission, this property must first be set to false.  At that point, in a subsequent call, the permission may be removed."},"origin":{"type":"string","nullable":true},"type":{"type":"string","description":"The possible values are: User and Admin. Specifies whether this delegated permission should be considered safe for non-admin users to consent to on behalf of themselves, or whether an administrator consent should always be required. While Microsoft Graph defines the default consent requirement for each permission, the tenant administrator may override the behavior in their organization (by allowing, restricting, or limiting user consent to this delegated permission). For more information, see Configure how users consent to applications.","nullable":true},"userConsentDescription":{"type":"string","description":"A description of the delegated permissions, intended to be read by a user granting the permission on their own behalf. This text appears in consent experiences where the user is consenting only on behalf of themselves.","nullable":true},"userConsentDisplayName":{"type":"string","description":"A title for the permission, intended to be read by a user granting the permission on their own behalf. This text appears in consent experiences where the user is consenting only on behalf of themselves.","nullable":true},"value":{"type":"string","description":"Specifies the value to include in the scp (scope) claim in access tokens. Must not exceed 120 characters in length. Allowed characters are : ! # $ % & ' ( ) * + , - . / : ;  =  ? @ [ ] ^ + _  {  } ~, and characters in the ranges 0-9, A-Z and a-z. Any other character, including the space character, aren't allowed. May not begin with ..","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.resourceSpecificPermission":{"title":"resourceSpecificPermission","required":["@odata.type"],"type":"object","properties":{"description":{"type":"string","description":"Describes the level of access that the resource-specific permission represents.","nullable":true},"displayName":{"type":"string","description":"The display name for the resource-specific permission.","nullable":true},"id":{"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","description":"The unique identifier for the resource-specific application permission.","format":"uuid"},"isEnabled":{"type":"boolean","description":"Indicates whether the permission is enabled."},"value":{"type":"string","description":"The value of the permission.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.samlSingleSignOnSettings":{"title":"samlSingleSignOnSettings","required":["@odata.type"],"type":"object","properties":{"relayState":{"type":"string","description":"The relative URI the service provider would redirect to after completion of the single sign-on flow.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.authenticationProtocol":{"title":"authenticationProtocol","enum":["wsFed","saml","unknownFutureValue"],"type":"string"},"microsoft.graph.contentCustomization":{"title":"contentCustomization","required":["@odata.type"],"type":"object","properties":{"attributeCollection":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.keyValue"},"description":"Represents the content options of External Identities to be customized throughout the authentication flow for a tenant."},"attributeCollectionRelativeUrl":{"type":"string","description":"A relative URL for the content options of External Identities to be customized throughout the authentication flow for a tenant.","nullable":true},"registrationCampaign":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.keyValue"},"description":"Represents content options to customize during MFA proofup interruptions."},"registrationCampaignRelativeUrl":{"type":"string","description":"The relative URL of the content options to customize during MFA proofup interruptions.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.loginPageLayoutConfiguration":{"title":"loginPageLayoutConfiguration","required":["@odata.type"],"type":"object","properties":{"isFooterShown":{"type":"boolean","description":"Option to show the footer on the sign-in page.","nullable":true},"isHeaderShown":{"type":"boolean","description":"Option to show the header on the sign-in page.","nullable":true},"layoutTemplateType":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.layoutTemplateType"},{"type":"object","nullable":true}],"description":"Represents the layout template to be displayed on the login page for a tenant. The possible values are  default - Represents the default Microsoft layout with a centered lightbox.  verticalSplit - Represents a layout with a background on the left side and a full-height lightbox to the right.  unknownFutureValue - Evolvable enumeration sentinel value. Don't use."},"@odata.type":{"type":"string"}}},"microsoft.graph.loginPageTextVisibilitySettings":{"title":"loginPageTextVisibilitySettings","required":["@odata.type"],"type":"object","properties":{"hideAccountResetCredentials":{"type":"boolean","description":"Option to hide the self-service password reset (SSPR) hyperlinks such as 'Can't access your account?', 'Forgot my password' and 'Reset it now' on the sign-in form.","nullable":true},"hideCannotAccessYourAccount":{"type":"boolean","description":"Option to hide the self-service password reset (SSPR) 'Can't access your account?' hyperlink on the sign-in form.","nullable":true},"hideForgotMyPassword":{"type":"boolean","description":"Option to hide the self-service password reset (SSPR) 'Forgot my password' hyperlink on the sign-in form.","nullable":true},"hidePrivacyAndCookies":{"type":"boolean","description":"Option to hide the 'Privacy & Cookies' hyperlink in the footer.","nullable":true},"hideResetItNow":{"type":"boolean","description":"Option to hide the self-service password reset (SSPR) 'reset it now' hyperlink on the sign-in form.","nullable":true},"hideTermsOfUse":{"type":"boolean","description":"Option to hide the 'Terms of Use' hyperlink in the footer.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.authenticationMethodFeature":{"title":"authenticationMethodFeature","enum":["ssprRegistered","ssprEnabled","ssprCapable","passwordlessCapable","mfaCapable","unknownFutureValue"],"type":"string"},"microsoft.graph.trainingStatus":{"title":"trainingStatus","enum":["unknown","assigned","inProgress","completed","overdue","unknownFutureValue"],"type":"string"},"microsoft.graph.unifiedRole":{"title":"unifiedRole","required":["@odata.type"],"type":"object","properties":{"roleDefinitionId":{"type":"string","description":"The unified role definition ID of the directory role. Refer to unifiedRoleDefinition resource."},"@odata.type":{"type":"string"}}},"microsoft.graph.delegatedAdminAccessContainerType":{"title":"delegatedAdminAccessContainerType","enum":["securityGroup","unknownFutureValue"],"type":"string"},"microsoft.graph.multiTenantOrganizationMemberProcessingStatus":{"title":"multiTenantOrganizationMemberProcessingStatus","enum":["notStarted","running","succeeded","failed","unknownFutureValue"],"type":"string"},"microsoft.graph.ODataErrors.ErrorDetails":{"required":["code","message"],"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"target":{"type":"string","nullable":true}}},"microsoft.graph.ODataErrors.InnerError":{"title":"InnerError","required":["@odata.type"],"type":"object","properties":{"request-id":{"type":"string","description":"Request Id as tracked internally by the service","nullable":true},"client-request-id":{"type":"string","description":"Client request Id as sent by the client application.","nullable":true},"date":{"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":"Date when the error occured.","format":"date-time","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.customExtensionCalloutInstance":{"title":"customExtensionCalloutInstance","required":["@odata.type"],"type":"object","properties":{"customExtensionId":{"type":"string","description":"Identification of the custom extension that was triggered at this instance.","nullable":true},"detail":{"type":"string","description":"Details provided by the logic app during the callback of the request instance.","nullable":true},"externalCorrelationId":{"type":"string","description":"The unique run identifier for the logic app.","nullable":true},"id":{"type":"string","description":"Unique identifier for the callout instance. Read-only.","nullable":true},"status":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.customExtensionCalloutInstanceStatus"},{"type":"object","nullable":true}],"description":"The status of the request to the custom extension. The possible values are: calloutSent, callbackReceived, calloutFailed, callbackTimedOut, waitingForCallback, unknownFutureValue."},"@odata.type":{"type":"string"}}},"microsoft.graph.entitlementManagementSchedule":{"title":"entitlementManagementSchedule","required":["@odata.type"],"type":"object","properties":{"expiration":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.expirationPattern"},{"type":"object","nullable":true}],"description":"When the access should expire."},"recurrence":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.patternedRecurrence"},{"type":"object","nullable":true}],"description":"The recurring access review pattern. Not used in access requests."},"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 Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.","format":"date-time","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.accessPackageAssignmentState":{"title":"accessPackageAssignmentState","enum":["delivering","partiallyDelivered","delivered","expired","deliveryFailed","unknownFutureValue"],"type":"string"},"microsoft.graph.allowedTargetScope":{"title":"allowedTargetScope","enum":["notSpecified","specificDirectoryUsers","specificConnectedOrganizationUsers","specificDirectoryServicePrincipals","allMemberUsers","allDirectoryUsers","allDirectoryServicePrincipals","allConfiguredConnectedOrganizationUsers","allExternalUsers","allDirectoryAgentIdentities","unknownFutureValue"],"type":"string"},"microsoft.graph.accessPackageAutomaticRequestSettings":{"title":"accessPackageAutomaticRequestSettings","required":["@odata.type"],"type":"object","properties":{"gracePeriodBeforeAccessRemoval":{"pattern":"^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$","type":"string","description":"The duration for which access must be retained before the target's access is revoked once they leave the allowed target scope.","format":"duration","nullable":true},"removeAccessWhenTargetLeavesAllowedTargets":{"type":"boolean","description":"Indicates whether automatic assignment must be removed for targets who move out of the allowed target scope.","nullable":true},"requestAccessForAllowedTargets":{"type":"boolean","description":"If set to true, automatic assignments will be created for targets in the allowed target scope.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.expirationPattern":{"title":"expirationPattern","required":["@odata.type"],"type":"object","properties":{"duration":{"pattern":"^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$","type":"string","description":"The requestor's desired duration of access represented in ISO 8601 format for durations. For example, PT3H refers to three hours.  If specified in a request, endDateTime should not be present and the type property should be set to afterDuration.","format":"duration","nullable":true},"endDateTime":{"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":"Timestamp of date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.","format":"date-time","nullable":true},"type":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.expirationPatternType"},{"type":"object","nullable":true}],"description":"The requestor's desired expiration pattern type. The possible values are: notSpecified, noExpiration, afterDateTime, afterDuration."},"@odata.type":{"type":"string"}}},"microsoft.graph.accessPackageNotificationSettings":{"title":"accessPackageNotificationSettings","required":["@odata.type"],"type":"object","properties":{"isAssignmentNotificationDisabled":{"type":"boolean","description":"Indicates if notification emails for an access package are disabled within an access package assignment policy."},"@odata.type":{"type":"string"}}},"microsoft.graph.accessPackageAssignmentApprovalSettings":{"title":"accessPackageAssignmentApprovalSettings","required":["@odata.type"],"type":"object","properties":{"isApprovalRequiredForAdd":{"type":"boolean","description":"If false, then approval isn't required for new requests in this policy.","nullable":true},"isApprovalRequiredForUpdate":{"type":"boolean","description":"If false, then approval isn't required for updates to requests in this policy.","nullable":true},"isRequestorJustificationRequired":{"type":"boolean","description":"If false, then requestor justification isn't required for updates to requests in this policy.","nullable":true},"stages":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.accessPackageApprovalStage"},"description":"If approval is required, the one, two or three elements of this collection define each of the stages of approval. An empty array is present if no approval is required."},"@odata.type":{"type":"string"}}},"microsoft.graph.accessPackageAssignmentRequestorSettings":{"title":"accessPackageAssignmentRequestorSettings","required":["@odata.type"],"type":"object","properties":{"allowCustomAssignmentSchedule":{"type":"boolean","description":"False indicates that the requestor isn't permitted to include a schedule in their request.","nullable":true},"enableOnBehalfRequestorsToAddAccess":{"type":"boolean","description":"True allows on-behalf-of requestors to create a request to add access for another principal.","nullable":true},"enableOnBehalfRequestorsToRemoveAccess":{"type":"boolean","description":"True allows on-behalf-of requestors to create a request to remove access for another principal.","nullable":true},"enableOnBehalfRequestorsToUpdateAccess":{"type":"boolean","description":"True allows on-behalf-of requestors to create a request to update access for another principal.","nullable":true},"enableTargetsToSelfAddAccess":{"type":"boolean","description":"True allows requestors to create a request to add access for themselves.","nullable":true},"enableTargetsToSelfRemoveAccess":{"type":"boolean","description":"True allows requestors to create a request to remove their access.","nullable":true},"enableTargetsToSelfUpdateAccess":{"type":"boolean","description":"True allows requestors to create a request to update their access.","nullable":true},"onBehalfRequestors":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.subjectSet"},"description":"The principals who can request on-behalf-of others."},"@odata.type":{"type":"string"}}},"microsoft.graph.accessPackageAssignmentReviewSettings":{"title":"accessPackageAssignmentReviewSettings","required":["@odata.type"],"type":"object","properties":{"expirationBehavior":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.accessReviewExpirationBehavior"},{"type":"object","nullable":true}],"description":"The default decision to apply if the access is not reviewed. The possible values are: keepAccess, removeAccess, acceptAccessRecommendation, unknownFutureValue."},"fallbackReviewers":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.subjectSet"},"description":"This collection specifies the users who will be the fallback reviewers when the primary reviewers don't respond."},"isEnabled":{"type":"boolean","description":"If true, access reviews are required for assignments through this policy.","nullable":true},"isRecommendationEnabled":{"type":"boolean","description":"Specifies whether to display recommendations to the reviewer. The default value is true.","nullable":true},"isReviewerJustificationRequired":{"type":"boolean","description":"Specifies whether the reviewer must provide justification for the approval. The default value is true.","nullable":true},"isSelfReview":{"type":"boolean","description":"Specifies whether the principals can review their own assignments.","nullable":true},"primaryReviewers":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.subjectSet"},"description":"This collection specifies the users or group of users who will review the access package assignments."},"schedule":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.entitlementManagementSchedule"},{"type":"object","nullable":true}],"description":"When the first review should start and how often it should recur."},"@odata.type":{"type":"string"}}},"microsoft.graph.subjectSet":{"title":"subjectSet","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.attributeRuleMembers":"#/components/schemas/microsoft.graph.attributeRuleMembers","#microsoft.graph.connectedOrganizationMembers":"#/components/schemas/microsoft.graph.connectedOrganizationMembers","#microsoft.graph.externalSponsors":"#/components/schemas/microsoft.graph.externalSponsors","#microsoft.graph.groupMembers":"#/components/schemas/microsoft.graph.groupMembers","#microsoft.graph.internalSponsors":"#/components/schemas/microsoft.graph.internalSponsors","#microsoft.graph.requestorManager":"#/components/schemas/microsoft.graph.requestorManager","#microsoft.graph.singleServicePrincipal":"#/components/schemas/microsoft.graph.singleServicePrincipal","#microsoft.graph.singleUser":"#/components/schemas/microsoft.graph.singleUser","#microsoft.graph.targetAgentIdentitySponsorsOrOwners":"#/components/schemas/microsoft.graph.targetAgentIdentitySponsorsOrOwners","#microsoft.graph.targetApplicationOwners":"#/components/schemas/microsoft.graph.targetApplicationOwners","#microsoft.graph.targetManager":"#/components/schemas/microsoft.graph.targetManager","#microsoft.graph.targetUserSponsors":"#/components/schemas/microsoft.graph.targetUserSponsors","#microsoft.graph.identityGovernance.groupBasedSubjectSet":"#/components/schemas/microsoft.graph.identityGovernance.groupBasedSubjectSet","#microsoft.graph.identityGovernance.ruleBasedSubjectSet":"#/components/schemas/microsoft.graph.identityGovernance.ruleBasedSubjectSet"}}},"microsoft.graph.accessPackageAnswer":{"title":"accessPackageAnswer","required":["@odata.type"],"type":"object","properties":{"displayValue":{"type":"string","description":"The localized display value shown to the requestor and approvers.","nullable":true},"answeredQuestion":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.accessPackageQuestion"},{"type":"object","nullable":true}],"x-ms-navigationProperty":true},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.accessPackageAnswerString":"#/components/schemas/microsoft.graph.accessPackageAnswerString"}}},"microsoft.graph.accessPackageRequestType":{"title":"accessPackageRequestType","enum":["notSpecified","userAdd","userUpdate","userRemove","adminAdd","adminUpdate","adminRemove","systemAdd","systemUpdate","systemRemove","onBehalfAdd","unknownFutureValue","approverRemove"],"type":"string"},"microsoft.graph.accessPackageRequestState":{"title":"accessPackageRequestState","enum":["submitted","pendingApproval","delivering","delivered","deliveryFailed","denied","scheduled","canceled","partiallyDelivered","unknownFutureValue"],"type":"string"},"microsoft.graph.accessPackageCatalogType":{"title":"accessPackageCatalogType","enum":["userManaged","serviceDefault","serviceManaged","unknownFutureValue"],"type":"string"},"microsoft.graph.accessPackageCatalogState":{"title":"accessPackageCatalogState","enum":["unpublished","published","unknownFutureValue"],"type":"string"},"microsoft.graph.accessPackageLocalizedText":{"title":"accessPackageLocalizedText","required":["@odata.type"],"type":"object","properties":{"languageCode":{"type":"string","description":"The language code that text is in. For example, 'en-us'. The language component follows 2-letter codes as defined in ISO 639-1, and the country component follows 2-letter codes as defined in ISO 3166-1 alpha-2. Required."},"text":{"type":"string","description":"The question in the specific language. Required.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.accessPackageAnswerChoice":{"title":"accessPackageAnswerChoice","required":["@odata.type"],"type":"object","properties":{"actualValue":{"type":"string","description":"The actual value of the selected choice. This is typically a string value which is understandable by applications. Required.","nullable":true},"localizations":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.accessPackageLocalizedText"},"description":"The text of the answer choice represented in a format for a specific locale."},"text":{"type":"string","description":"The string to display for this answer; if an Accept-Language header is provided, and there is a matching localization in localizations, this string will be the matching localized string; otherwise, this string remains as the default non-localized string. Required.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.accessPackageResourceAttribute":{"title":"accessPackageResourceAttribute","required":["@odata.type"],"type":"object","properties":{"destination":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.accessPackageResourceAttributeDestination"},{"type":"object","nullable":true}],"description":"Information about how to set the attribute, currently a accessPackageUserDirectoryAttributeStore type."},"isEditable":{"type":"boolean","nullable":true},"isPersistedOnAssignmentRemoval":{"type":"boolean","nullable":true},"name":{"type":"string","description":"The name of the attribute in the end system. If the destination is accessPackageUserDirectoryAttributeStore, then a user property such as jobTitle or a directory schema extension for the user object type, such as extension2b676109c7c74ae2b41549205f1947edpersonalTitle.","nullable":true},"source":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.accessPackageResourceAttributeSource"},{"type":"object","nullable":true}],"description":"Information about how to populate the attribute value when an accessPackageAssignmentRequest is being fulfilled, currently a accessPackageResourceAttributeQuestion type."},"@odata.type":{"type":"string"}}},"microsoft.graph.customExtensionEndpointConfiguration":{"title":"customExtensionEndpointConfiguration","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.httpRequestEndpoint":"#/components/schemas/microsoft.graph.httpRequestEndpoint","#microsoft.graph.logicAppTriggerEndpointConfiguration":"#/components/schemas/microsoft.graph.logicAppTriggerEndpointConfiguration"}}},"microsoft.graph.connectionInfo":{"title":"connectionInfo","required":["@odata.type"],"type":"object","properties":{"url":{"type":"string","description":"The endpoint that is used by Entitlement Management to communicate with the access package resource.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.roleType":{"title":"roleType","enum":["active","eligible","application","delegated","unknownFutureValue"],"type":"string"},"microsoft.graph.accessPackageSubjectLifecycle":{"title":"accessPackageSubjectLifecycle","enum":["notDefined","notGoverned","governed","unknownFutureValue"],"type":"string"},"microsoft.graph.accessPackageSubjectType":{"title":"accessPackageSubjectType","enum":["notSpecified","user","servicePrincipal","unknownFutureValue"],"type":"string"},"microsoft.graph.accessPackageSuggestionReason":{"title":"accessPackageSuggestionReason","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.accessPackageSuggestionRelatedPeopleBased":"#/components/schemas/microsoft.graph.accessPackageSuggestionRelatedPeopleBased","#microsoft.graph.accessPackageSuggestionSelfAssignmentHistoryBased":"#/components/schemas/microsoft.graph.accessPackageSuggestionSelfAssignmentHistoryBased"}}},"microsoft.graph.accessReviewHistoryDecisionFilter":{"title":"accessReviewHistoryDecisionFilter","enum":["approve","deny","notReviewed","dontKnow","notNotified","unknownFutureValue"],"type":"string"},"microsoft.graph.accessReviewHistoryScheduleSettings":{"title":"accessReviewHistoryScheduleSettings","required":["@odata.type"],"type":"object","properties":{"recurrence":{"$ref":"#/components/schemas/microsoft.graph.patternedRecurrence"},"reportRange":{"type":"string","description":"A duration string in ISO 8601 duration format specifying the lookback period of the generated review history data. For example, if a history definition is scheduled to run on the first of every month, the reportRange is P1M. In this case, on the first of every month, access review history data is collected containing only the previous month's review data. Note: Only years, months, and days ISO 8601 properties are supported. Required."},"@odata.type":{"type":"string"}}},"microsoft.graph.accessReviewScope":{"title":"accessReviewScope","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.accessReviewQueryScope":"#/components/schemas/microsoft.graph.accessReviewQueryScope","#microsoft.graph.accessReviewInactiveUsersQueryScope":"#/components/schemas/microsoft.graph.accessReviewInactiveUsersQueryScope","#microsoft.graph.principalResourceMembershipsScope":"#/components/schemas/microsoft.graph.principalResourceMembershipsScope"}}},"microsoft.graph.accessReviewHistoryStatus":{"title":"accessReviewHistoryStatus","enum":["done","inprogress","error","requested","unknownFutureValue"],"type":"string"},"microsoft.graph.accessReviewReviewerScope":{"title":"accessReviewReviewerScope","required":["@odata.type"],"type":"object","properties":{"query":{"type":"string","description":"The query specifying who will be the reviewer.","nullable":true},"queryRoot":{"type":"string","description":"In the scenario where reviewers need to be specified dynamically, this property is used to indicate the relative source of the query. This property is only required if a relative query, for example, ./manager, is specified. Possible value: decisions.","nullable":true},"queryType":{"type":"string","description":"The type of query. Examples include MicrosoftGraph and ARM.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.accessReviewInstanceDecisionItemResource":{"title":"accessReviewInstanceDecisionItemResource","required":["@odata.type"],"type":"object","properties":{"displayName":{"type":"string","description":"Display name of the resource","nullable":true},"id":{"type":"string","description":"Identifier of the resource","nullable":true},"type":{"type":"string","description":"Type of resource. Types include: Group, ServicePrincipal, DirectoryRole, AzureRole, AccessPackage, AccessPackageAssignmentPolicy.","nullable":true},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.accessReviewInstanceDecisionItemAccessPackageAssignmentPolicyResource":"#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItemAccessPackageAssignmentPolicyResource","#microsoft.graph.accessReviewInstanceDecisionItemAzureRoleResource":"#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItemAzureRoleResource","#microsoft.graph.accessReviewInstanceDecisionItemServicePrincipalResource":"#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItemServicePrincipalResource"}}},"microsoft.graph.accessReviewNotificationRecipientItem":{"title":"accessReviewNotificationRecipientItem","required":["@odata.type"],"type":"object","properties":{"notificationRecipientScope":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.accessReviewNotificationRecipientScope"},{"type":"object","nullable":true}],"description":"Determines the recipient of the notification email."},"notificationTemplateType":{"type":"string","description":"Indicates the type of access review email to be sent. Supported template type is CompletedAdditionalRecipients, which sends review completion notifications to the recipients.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.accessReviewScheduleSettings":{"title":"accessReviewScheduleSettings","required":["@odata.type"],"type":"object","properties":{"applyActions":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.accessReviewApplyAction"},"description":"Optional field. Describes the  actions to take once a review is complete. There are two types that are currently supported: removeAccessApplyAction (default) and disableAndDeleteUserApplyAction. Field only needs to be specified in the case of disableAndDeleteUserApplyAction."},"autoApplyDecisionsEnabled":{"type":"boolean","description":"Indicates whether decisions are automatically applied. When set to false, an admin must apply the decisions manually once the reviewer completes the access review. When set to true, decisions are applied automatically after the access review instance duration ends, whether or not the reviewers have responded. Default value is false.  CAUTION: If both autoApplyDecisionsEnabled and defaultDecisionEnabled are true, all access for the principals to the resource risks being revoked if the reviewers fail to respond."},"decisionHistoriesForReviewersEnabled":{"type":"boolean","description":"Indicates whether decisions on previous access review stages are available for reviewers on an accessReviewInstance with multiple subsequent stages. If not provided, the default is disabled (false).","nullable":true},"defaultDecision":{"type":"string","description":"Decision chosen if defaultDecisionEnabled is enabled. Can be one of Approve, Deny, or Recommendation.","nullable":true},"defaultDecisionEnabled":{"type":"boolean","description":"Indicates whether the default decision is enabled or disabled when reviewers do not respond. Default value is false.  CAUTION: If both autoApplyDecisionsEnabled and defaultDecisionEnabled are true, all access for the principals to the resource risks being revoked if the reviewers fail to respond."},"instanceDurationInDays":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Duration of an access review instance in days. NOTE: If the stageSettings of the accessReviewScheduleDefinition object is defined, its durationInDays setting will be used instead of the value of this property.","format":"int32"},"justificationRequiredOnApproval":{"type":"boolean","description":"Indicates whether reviewers are required to provide justification with their decision. Default value is false."},"mailNotificationsEnabled":{"type":"boolean","description":"Indicates whether emails are enabled or disabled. Default value is false."},"recommendationInsightSettings":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.accessReviewRecommendationInsightSetting"},"description":"Optional. Describes the types of insights that aid reviewers to make access review decisions. NOTE: If the stageSettings of the accessReviewScheduleDefinition object is defined, its recommendationInsightSettings setting will be used instead of the value of this property."},"recommendationLookBackDuration":{"pattern":"^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$","type":"string","description":"Optional field. Indicates the period of inactivity (with respect to the start date of the review instance) that recommendations will be configured from. The recommendation will be to deny if the user is inactive during the look-back duration. For reviews of groups and Microsoft Entra roles, any duration is accepted. For reviews of applications, 30 days is the maximum duration. If not specified, the duration is 30 days. NOTE: If the stageSettings of the accessReviewScheduleDefinition object is defined, its recommendationLookBackDuration setting will be used instead of the value of this property.","format":"duration","nullable":true},"recommendationsEnabled":{"type":"boolean","description":"Indicates whether decision recommendations are enabled or disabled. NOTE: If the stageSettings of the accessReviewScheduleDefinition object is defined, its recommendationsEnabled setting will be used instead of the value of this property."},"recurrence":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.patternedRecurrence"},{"type":"object","nullable":true}],"description":"Detailed settings for recurrence using the standard Outlook recurrence object. Note: Only dayOfMonth, interval, and type (weekly, absoluteMonthly) properties are supported. Use the property startDate on recurrenceRange to determine the day the review starts."},"reminderNotificationsEnabled":{"type":"boolean","description":"Indicates whether reminders are enabled or disabled. Default value is false."},"@odata.type":{"type":"string"}}},"microsoft.graph.accessReviewStageSettings":{"title":"accessReviewStageSettings","required":["@odata.type"],"type":"object","properties":{"decisionsThatWillMoveToNextStage":{"type":"array","items":{"type":"string","nullable":true},"description":"Indicate which decisions will go to the next stage. Can be a subset of Approve, Deny, Recommendation, or NotReviewed. If not provided, all decisions will go to the next stage. Optional."},"dependsOn":{"type":"array","items":{"type":"string"},"description":"Defines the sequential or parallel order of the stages and depends on the stageId. Only sequential stages are currently supported. For example, if stageId is 2, then dependsOn must be 1. If stageId is 1, don't specify dependsOn. Required if stageId isn't 1."},"durationInDays":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The duration of the stage. Required.  NOTE: The cumulative value of this property across all stages  1. Will override the instanceDurationInDays setting on the accessReviewScheduleDefinition object. 2. Can't exceed the length of one recurrence. That is, if the review recurs weekly, the cumulative durationInDays can't exceed 7.","format":"int32"},"fallbackReviewers":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.accessReviewReviewerScope"},"description":"If provided, the fallback reviewers are asked to complete a review if the primary reviewers don't exist. For example, if managers are selected as reviewers and a principal under review doesn't have a manager in Microsoft Entra ID, the fallback reviewers are asked to review that principal. NOTE: The value of this property overrides the corresponding setting on the accessReviewScheduleDefinition object."},"recommendationInsightSettings":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.accessReviewRecommendationInsightSetting"}},"recommendationsEnabled":{"type":"boolean","description":"Indicates whether showing recommendations to reviewers is enabled. Required. NOTE: The value of this property overrides override the corresponding setting on the accessReviewScheduleDefinition object."},"reviewers":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.accessReviewReviewerScope"},"description":"Defines who the reviewers are. If none is specified, the review is a self-review (users review their own access).  For examples of options for assigning reviewers, see Assign reviewers to your access review definition using the Microsoft Graph API. NOTE: The value of this property overrides the corresponding setting on the accessReviewScheduleDefinition."},"stageId":{"type":"string","description":"Unique identifier of the accessReviewStageSettings object. The stageId is used by the dependsOn property to indicate the order of the stages. Required."},"@odata.type":{"type":"string"}}},"microsoft.graph.termsExpiration":{"title":"termsExpiration","required":["@odata.type"],"type":"object","properties":{"frequency":{"pattern":"^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$","type":"string","description":"Represents the frequency at which the terms will expire, after its first expiration as set in startDateTime. The value is represented in ISO 8601 format for durations. For example, PT1M represents a time period of one month.","format":"duration","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 DateTime when the agreement is set to expire for all users. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.","format":"date-time","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.agreementFileData":{"title":"agreementFileData","required":["@odata.type"],"type":"object","properties":{"data":{"type":"string","description":"Data that represents the terms of use PDF document. Read-only.","format":"base64url","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.aiInteractionAttachment":{"title":"aiInteractionAttachment","required":["@odata.type"],"type":"object","properties":{"attachmentId":{"type":"string","nullable":true},"content":{"type":"string","nullable":true},"contentType":{"type":"string","nullable":true},"contentUrl":{"type":"string","nullable":true},"name":{"type":"string","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.aiInteractionContext":{"title":"aiInteractionContext","required":["@odata.type"],"type":"object","properties":{"contextReference":{"type":"string","nullable":true},"contextType":{"type":"string","nullable":true},"displayName":{"type":"string","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.aiInteractionType":{"title":"aiInteractionType","enum":["userPrompt","aiResponse","unknownFutureValue"],"type":"string"},"microsoft.graph.aiInteractionLink":{"title":"aiInteractionLink","required":["@odata.type"],"type":"object","properties":{"displayName":{"type":"string","nullable":true},"linkType":{"type":"string","nullable":true},"linkUrl":{"type":"string","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.aiInteractionMention":{"title":"aiInteractionMention","required":["@odata.type"],"type":"object","properties":{"mentioned":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.aiInteractionMentionedIdentitySet"},{"type":"object","nullable":true}]},"mentionId":{"maximum":2147483647,"minimum":-2147483648,"type":"number","format":"int32","nullable":true},"mentionText":{"type":"string","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.alertDetection":{"title":"alertDetection","required":["@odata.type"],"type":"object","properties":{"detectionType":{"type":"string","nullable":true},"method":{"type":"string","nullable":true},"name":{"type":"string","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.cloudAppSecurityState":{"title":"cloudAppSecurityState","required":["@odata.type"],"type":"object","properties":{"destinationServiceIp":{"type":"string","description":"Destination IP Address of the connection to the cloud application/service.","nullable":true},"destinationServiceName":{"type":"string","description":"Cloud application/service name (for example 'Salesforce', 'DropBox', etc.).","nullable":true},"riskScore":{"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},"@odata.type":{"type":"string"}}},"microsoft.graph.alertFeedback":{"title":"alertFeedback","enum":["unknown","truePositive","falsePositive","benignPositive","unknownFutureValue"],"type":"string"},"microsoft.graph.fileSecurityState":{"title":"fileSecurityState","required":["@odata.type"],"type":"object","properties":{"fileHash":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.fileHash"},{"type":"object","nullable":true}],"description":"Complex type containing file hashes (cryptographic and location-sensitive)."},"name":{"type":"string","description":"File name (without path).","nullable":true},"path":{"type":"string","description":"Full file path of the file/imageFile.","nullable":true},"riskScore":{"type":"string","description":"Provider generated/calculated risk score of the alert file. Recommended value range of 0-1, which equates to a percentage.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.alertHistoryState":{"title":"alertHistoryState","required":["@odata.type"],"type":"object","properties":{"appId":{"type":"string","nullable":true},"assignedTo":{"type":"string","nullable":true},"comments":{"type":"array","items":{"type":"string","nullable":true}},"feedback":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.alertFeedback"},{"type":"object","nullable":true}]},"status":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.alertStatus"},{"type":"object","nullable":true}]},"updatedDateTime":{"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},"user":{"type":"string","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.hostSecurityState":{"title":"hostSecurityState","required":["@odata.type"],"type":"object","properties":{"fqdn":{"type":"string","description":"Host FQDN (Fully Qualified Domain Name) (for example, machine.company.com).","nullable":true},"isAzureAdJoined":{"type":"boolean","nullable":true},"isAzureAdRegistered":{"type":"boolean","nullable":true},"isHybridAzureDomainJoined":{"type":"boolean","description":"True if the host is domain joined to an on-premises Active Directory domain.","nullable":true},"netBiosName":{"type":"string","description":"The local host name, without the DNS domain name.","nullable":true},"os":{"type":"string","description":"Host Operating System. (For example, Windows 10, macOS, RHEL, etc.).","nullable":true},"privateIpAddress":{"type":"string","description":"Private (not routable) IPv4 or IPv6 address (see RFC 1918) at the time of the alert.","nullable":true},"publicIpAddress":{"type":"string","description":"Publicly routable IPv4 or IPv6 address (see RFC 1918) at time of the alert.","nullable":true},"riskScore":{"type":"string","description":"Provider-generated/calculated risk score of the host.  Recommended value range of 0-1, which equates to a percentage.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.investigationSecurityState":{"title":"investigationSecurityState","required":["@odata.type"],"type":"object","properties":{"name":{"type":"string","nullable":true},"status":{"type":"string","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.malwareState":{"title":"malwareState","required":["@odata.type"],"type":"object","properties":{"category":{"type":"string","description":"Provider-generated malware category (for example, trojan, ransomware, etc.).","nullable":true},"family":{"type":"string","description":"Provider-generated malware family (for example, 'wannacry,' 'notpetya,' etc.).","nullable":true},"name":{"type":"string","description":"Provider-generated malware variant name (for example, Trojan:Win32/Powessere.H).","nullable":true},"severity":{"type":"string","description":"Provider-determined severity of this malware.","nullable":true},"wasRunning":{"type":"boolean","description":"Indicates whether the detected file (malware/vulnerability) was running at the time of detection or was detected at rest on the disk.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.messageSecurityState":{"title":"messageSecurityState","required":["@odata.type"],"type":"object","properties":{"connectingIP":{"type":"string","nullable":true},"deliveryAction":{"type":"string","nullable":true},"deliveryLocation":{"type":"string","nullable":true},"directionality":{"type":"string","nullable":true},"internetMessageId":{"type":"string","nullable":true},"messageFingerprint":{"type":"string","nullable":true},"messageReceivedDateTime":{"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},"messageSubject":{"type":"string","nullable":true},"networkMessageId":{"type":"string","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.networkConnection":{"title":"networkConnection","required":["@odata.type"],"type":"object","properties":{"applicationName":{"type":"string","description":"Name of the application managing the network connection (for example, Facebook or SMTP).","nullable":true},"destinationAddress":{"type":"string","description":"Destination IP address (of the network connection).","nullable":true},"destinationDomain":{"type":"string","description":"Destination domain portion of the destination URL. (for example 'www.contoso.com').","nullable":true},"destinationLocation":{"type":"string","description":"Location (by IP address mapping) associated with the destination of a network connection.","nullable":true},"destinationPort":{"type":"string","description":"Destination port (of the network connection).","nullable":true},"destinationUrl":{"type":"string","description":"Network connection URL/URI string - excluding parameters. (for example 'www.contoso.com/products/default.html')","nullable":true},"direction":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.connectionDirection"},{"type":"object","nullable":true}],"description":"Network connection direction. The possible values are: unknown, inbound, outbound."},"domainRegisteredDateTime":{"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":"Date when the destination domain was registered. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z","format":"date-time","nullable":true},"localDnsName":{"type":"string","description":"The local DNS name resolution as it appears in the host's local DNS cache (for example, in case the 'hosts' file was tampered with).","nullable":true},"natDestinationAddress":{"type":"string","description":"Network Address Translation destination IP address.","nullable":true},"natDestinationPort":{"type":"string","description":"Network Address Translation destination port.","nullable":true},"natSourceAddress":{"type":"string","description":"Network Address Translation source IP address.","nullable":true},"natSourcePort":{"type":"string","description":"Network Address Translation source port.","nullable":true},"protocol":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.securityNetworkProtocol"},{"type":"object","nullable":true}],"description":"Network protocol. The possible values are: unknown, ip, icmp, igmp, ggp, ipv4, tcp, pup, udp, idp, ipv6, ipv6RoutingHeader, ipv6FragmentHeader, ipSecEncapsulatingSecurityPayload, ipSecAuthenticationHeader, icmpV6, ipv6NoNextHeader, ipv6DestinationOptions, nd, raw, ipx, spx, spxII."},"riskScore":{"type":"string","description":"Provider generated/calculated risk score of the network connection. Recommended value range of 0-1, which equates to a percentage.","nullable":true},"sourceAddress":{"type":"string","description":"Source (i.e. origin) IP address (of the network connection).","nullable":true},"sourceLocation":{"type":"string","description":"Location (by IP address mapping) associated with the source of a network connection.","nullable":true},"sourcePort":{"type":"string","description":"Source (i.e. origin) IP port (of the network connection).","nullable":true},"status":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.connectionStatus"},{"type":"object","nullable":true}],"description":"Network connection status. The possible values are: unknown, attempted, succeeded, blocked, failed."},"urlParameters":{"type":"string","description":"Parameters (suffix) of the destination URL.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.process":{"title":"process","required":["@odata.type"],"type":"object","properties":{"accountName":{"type":"string","description":"User account identifier (user account context the process ran under) for example, AccountName, SID, and so on.","nullable":true},"commandLine":{"type":"string","description":"The full process invocation commandline including all parameters.","nullable":true},"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","description":"Time at which the process was started. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.","format":"date-time","nullable":true},"fileHash":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.fileHash"},{"type":"object","nullable":true}],"description":"Complex type containing file hashes (cryptographic and location-sensitive)."},"integrityLevel":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.processIntegrityLevel"},{"type":"object","nullable":true}],"description":"The integrity level of the process. The possible values are: unknown, untrusted, low, medium, high, system."},"isElevated":{"type":"boolean","description":"True if the process is elevated.","nullable":true},"name":{"type":"string","description":"The name of the process' Image file.","nullable":true},"parentProcessCreatedDateTime":{"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":"DateTime at which the parent process was started. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.","format":"date-time","nullable":true},"parentProcessId":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The Process ID (PID) of the parent process.","format":"int32","nullable":true},"parentProcessName":{"type":"string","description":"The name of the image file of the parent process.","nullable":true},"path":{"type":"string","description":"Full path, including filename.","nullable":true},"processId":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The Process ID (PID) of the process.","format":"int32","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.registryKeyState":{"title":"registryKeyState","required":["@odata.type"],"type":"object","properties":{"hive":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.registryHive"},{"type":"object","nullable":true}],"description":"A Windows registry hive : HKEYCURRENTCONFIG HKEYCURRENTUSER HKEYLOCALMACHINE/SAM HKEYLOCALMACHINE/Security HKEYLOCALMACHINE/Software HKEYLOCALMACHINE/System HKEY_USERS/.Default. The possible values are: unknown, currentConfig, currentUser, localMachineSam, localMachineSecurity, localMachineSoftware, localMachineSystem, usersDefault."},"key":{"type":"string","description":"Current (i.e. changed) registry key (excludes HIVE).","nullable":true},"oldKey":{"type":"string","description":"Previous (i.e. before changed) registry key (excludes HIVE).","nullable":true},"oldValueData":{"type":"string","description":"Previous (i.e. before changed) registry key value data (contents).","nullable":true},"oldValueName":{"type":"string","description":"Previous (i.e. before changed) registry key value name.","nullable":true},"operation":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.registryOperation"},{"type":"object","nullable":true}],"description":"Operation that changed the registry key name and/or value. The possible values are: unknown, create, modify, delete."},"processId":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Process ID (PID) of the process that modified the registry key (process details will appear in the alert 'processes' collection).","format":"int32","nullable":true},"valueData":{"type":"string","description":"Current (i.e. changed) registry key value data (contents).","nullable":true},"valueName":{"type":"string","description":"Current (i.e. changed) registry key value name","nullable":true},"valueType":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.registryValueType"},{"type":"object","nullable":true}],"description":"Registry key value type REGBINARY REGDWORD REGDWORDLITTLEENDIAN REGDWORDBIGENDIANREGEXPANDSZ REGLINK REGMULTISZ REGNONE REGQWORD REGQWORDLITTLEENDIAN REG_SZ The possible values are: unknown, binary, dword, dwordLittleEndian, dwordBigEndian, expandSz, link, multiSz, none, qword, qwordlittleEndian, sz."},"@odata.type":{"type":"string"}}},"microsoft.graph.securityResource":{"title":"securityResource","required":["@odata.type"],"type":"object","properties":{"resource":{"type":"string","description":"Name of the resource that is related to current alert. Required.","nullable":true},"resourceType":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.securityResourceType"},{"type":"object","nullable":true}],"description":"Represents type of security resources related to an alert. The possible values are: attacked, related."},"@odata.type":{"type":"string"}}},"microsoft.graph.alertSeverity":{"title":"alertSeverity","enum":["unknown","informational","low","medium","high","unknownFutureValue"],"type":"string"},"microsoft.graph.alertStatus":{"title":"alertStatus","enum":["unknown","newAlert","inProgress","resolved","dismissed","unknownFutureValue"],"type":"string"},"microsoft.graph.alertTrigger":{"title":"alertTrigger","required":["@odata.type"],"type":"object","properties":{"name":{"type":"string","description":"Name of the property serving as a detection trigger.","nullable":true},"type":{"type":"string","description":"Type of the property in the key:value pair for interpretation. For example, String, Boolean etc.","nullable":true},"value":{"type":"string","description":"Value of the property serving as a detection trigger.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.uriClickSecurityState":{"title":"uriClickSecurityState","required":["@odata.type"],"type":"object","properties":{"clickAction":{"type":"string","nullable":true},"clickDateTime":{"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},"id":{"type":"string","nullable":true},"sourceId":{"type":"string","nullable":true},"uriDomain":{"type":"string","nullable":true},"verdict":{"type":"string","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.userSecurityState":{"title":"userSecurityState","required":["@odata.type"],"type":"object","properties":{"aadUserId":{"type":"string","description":"AAD User object identifier (GUID) - represents the physical/multi-account user entity.","nullable":true},"accountName":{"type":"string","description":"Account name of user account (without Active Directory domain or DNS domain) - (also called mailNickName).","nullable":true},"domainName":{"type":"string","description":"NetBIOS/Active Directory domain of user account (that is, domain/account format).","nullable":true},"emailRole":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.emailRole"},{"type":"object","nullable":true}],"description":"For email-related alerts - user account's email 'role'. The possible values are: unknown, sender, recipient."},"isVpn":{"type":"boolean","description":"Indicates whether the user logged on through a VPN.","nullable":true},"logonDateTime":{"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":"Time at which the sign-in occurred. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.","format":"date-time","nullable":true},"logonId":{"type":"string","description":"User sign-in ID.","nullable":true},"logonIp":{"type":"string","description":"IP Address the sign-in request originated from.","nullable":true},"logonLocation":{"type":"string","description":"Location (by IP address mapping) associated with a user sign-in event by this user.","nullable":true},"logonType":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.logonType"},{"type":"object","nullable":true}],"description":"Method of user sign in. The possible values are: unknown, interactive, remoteInteractive, network, batch, service."},"onPremisesSecurityIdentifier":{"type":"string","description":"Active Directory (on-premises) Security Identifier (SID) of the user.","nullable":true},"riskScore":{"type":"string","description":"Provider-generated/calculated risk score of the user account. Recommended value range of 0-1, which equates to a percentage.","nullable":true},"userAccountType":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.userAccountSecurityType"},{"type":"object","nullable":true}],"description":"User account type (group membership), per Windows definition. The possible values are: unknown, standard, power, administrator."},"userPrincipalName":{"type":"string","description":"User sign-in name - internet format: (user account name)@(user account DNS domain name).","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.securityVendorInformation":{"title":"securityVendorInformation","required":["@odata.type"],"type":"object","properties":{"provider":{"type":"string","description":"Specific provider (product/service - not vendor company); for example, WindowsDefenderATP.","nullable":true},"providerVersion":{"type":"string","description":"Version of the provider or subprovider, if it exists, that generated the alert. Required","nullable":true},"subProvider":{"type":"string","description":"Specific subprovider (under aggregating provider); for example, WindowsDefenderATP.SmartScreen.","nullable":true},"vendor":{"type":"string","description":"Name of the alert vendor (for example, Microsoft, Dell, FireEye). Required","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.vulnerabilityState":{"title":"vulnerabilityState","required":["@odata.type"],"type":"object","properties":{"cve":{"type":"string","description":"Common Vulnerabilities and Exposures (CVE) for the vulnerability.","nullable":true},"severity":{"type":"string","description":"Base Common Vulnerability Scoring System (CVSS) severity score for this vulnerability.","nullable":true},"wasRunning":{"type":"boolean","description":"Indicates whether the detected vulnerability (file) was running at the time of detection or was the file detected at rest on the disk.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.appConsentRequestScope":{"title":"appConsentRequestScope","required":["@odata.type"],"type":"object","properties":{"displayName":{"type":"string","description":"The name of the scope.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.applicationRiskFactors":{"title":"applicationRiskFactors","required":["@odata.type"],"type":"object","properties":{"compliance":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.applicationSecurityCompliance"},{"type":"object","nullable":true}],"description":"Provides information about the application's adherence to security frameworks, certifications, and industry compliance standards."},"general":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.applicationRiskFactorGeneralInfo"},{"type":"object","nullable":true}],"description":"Contains general business, operational, and data handling details that influence the application's risk assessment."},"legal":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.applicationRiskFactorLegalInfo"},{"type":"object","nullable":true}],"description":"Provides legal and regulatory compliance information, including data ownership, retention, and GDPR adherence."},"security":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.applicationRiskFactorSecurityInfo"},{"type":"object","nullable":true}],"description":"Contains information related to the application's security posture, such as encryption, authentication, and vulnerability management practices."},"@odata.type":{"type":"string"}}},"microsoft.graph.applicationRiskScore":{"title":"applicationRiskScore","required":["@odata.type"],"type":"object","properties":{"compliance":{"oneOf":[{"type":"number","format":"float","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"Specifies the compliance risk score based on the application's alignment with regulatory standards and industry certifications such as HIPAA, CSA, and PCI-DSS."},"legal":{"oneOf":[{"type":"number","format":"float","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"Specifies the legal risk score based on data protection practices, privacy policy transparency, and jurisdictional compliance to regulations and policies such as DMCA and data retention policy."},"provider":{"oneOf":[{"type":"number","format":"float","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"Specifies the provider risk score based on vendor credibility, operational maturity, and trustworthiness."},"security":{"oneOf":[{"type":"number","format":"float","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"Specifies the security risk score based on authentication strength, encryption, vulnerability management, and overall security hygiene."},"total":{"oneOf":[{"type":"number","format":"float","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"Represents the composite risk score derived from all risk categories."},"@odata.type":{"type":"string"}}},"microsoft.graph.appLogUploadState":{"title":"appLogUploadState","enum":["pending","completed","failed","unknownFutureValue"],"type":"string","description":"AppLogUploadStatus","x-ms-enum":{"name":"appLogUploadState","modelAsString":false,"values":[{"value":"pending","description":"Default. Indicates that request is waiting to be processed or under processing.","name":"pending"},{"value":"completed","description":"Indicates that request is completed with file uploaded to Azure blob for download.","name":"completed"},{"value":"failed","description":"Indicates that request is completed with file uploaded to Azure blob for download.","name":"failed"},{"value":"unknownFutureValue","description":"Evolvable enumeration sentinel value. Do not use.","name":"unknownFutureValue"}]}},"microsoft.graph.attendanceInterval":{"title":"attendanceInterval","required":["@odata.type"],"type":"object","properties":{"durationInSeconds":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Duration of the meeting interval in seconds; that is, the difference between joinDateTime and leaveDateTime.","format":"int32","nullable":true},"joinDateTime":{"pattern":"^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$","type":"string","description":"The time the attendee joined in UTC.","format":"date-time","nullable":true},"leaveDateTime":{"pattern":"^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$","type":"string","description":"The time the attendee left in UTC.","format":"date-time","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.virtualEventExternalRegistrationInformation":{"title":"virtualEventExternalRegistrationInformation","required":["@odata.type"],"type":"object","properties":{"referrer":{"type":"string","description":"A URL or string that represents the location from which the registrant registered. Optional.","nullable":true},"registrationId":{"type":"string","description":"The identifier for a virtualEventExternalRegistrationInformation object. Optional. If set, the maximum supported length is 256 characters.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.attributeMappingParameterSchema":{"title":"attributeMappingParameterSchema","required":["@odata.type"],"type":"object","properties":{"allowMultipleOccurrences":{"type":"boolean","description":"The given parameter can be provided multiple times (for example, multiple input strings in the Concatenate(string,string,...) function)."},"name":{"type":"string","description":"Parameter name.","nullable":true},"required":{"type":"boolean","description":"true if the parameter is required; otherwise false."},"type":{"$ref":"#/components/schemas/microsoft.graph.attributeType"},"@odata.type":{"type":"string"}}},"microsoft.graph.routingMode":{"title":"routingMode","enum":["oneToOne","multicast","unknownFutureValue"],"type":"string"},"microsoft.graph.auditActor":{"title":"auditActor","required":["@odata.type"],"type":"object","properties":{"applicationDisplayName":{"type":"string","description":"Name of the Application.","nullable":true},"applicationId":{"type":"string","description":"AAD Application Id.","nullable":true},"auditActorType":{"type":"string","description":"Actor Type.","nullable":true},"ipAddress":{"type":"string","description":"IPAddress.","nullable":true},"servicePrincipalName":{"type":"string","description":"Service Principal Name (SPN).","nullable":true},"userId":{"type":"string","description":"User Id.","nullable":true},"userPermissions":{"type":"array","items":{"type":"string","nullable":true},"description":"List of user permissions when the audit was performed."},"userPrincipalName":{"type":"string","description":"User Principal Name (UPN).","nullable":true},"@odata.type":{"type":"string"}},"description":"A class containing the properties for Audit Actor."},"microsoft.graph.auditResource":{"title":"auditResource","required":["@odata.type"],"type":"object","properties":{"auditResourceType":{"type":"string","description":"Audit resource's type.","nullable":true},"displayName":{"type":"string","description":"Display name.","nullable":true},"modifiedProperties":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.auditProperty"},"description":"List of modified properties."},"resourceId":{"type":"string","description":"Audit resource's Id.","nullable":true},"@odata.type":{"type":"string"}},"description":"A class containing the properties for Audit Resource."},"microsoft.graph.authenticationMethodModes":{"title":"authenticationMethodModes","enum":["password","voice","hardwareOath","softwareOath","sms","fido2","windowsHelloForBusiness","microsoftAuthenticatorPush","deviceBasedPush","temporaryAccessPassOneTime","temporaryAccessPassMultiUse","email","x509CertificateSingleFactor","x509CertificateMultiFactor","federatedSingleFactor","federatedMultiFactor","unknownFutureValue","qrCodePin"],"type":"string","x-ms-enum-flags":{"isFlags":true}},"microsoft.graph.authenticationConditions":{"title":"authenticationConditions","required":["@odata.type"],"type":"object","properties":{"applications":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.authenticationConditionsApplications"},{"type":"object","nullable":true}],"description":"Applications which trigger a custom authentication extension."},"@odata.type":{"type":"string"}}},"microsoft.graph.onAttributeCollectionHandler":{"title":"onAttributeCollectionHandler","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.onAttributeCollectionExternalUsersSelfServiceSignUp":"#/components/schemas/microsoft.graph.onAttributeCollectionExternalUsersSelfServiceSignUp"}}},"microsoft.graph.onAttributeCollectionStartHandler":{"title":"onAttributeCollectionStartHandler","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.onAttributeCollectionStartCustomExtensionHandler":"#/components/schemas/microsoft.graph.onAttributeCollectionStartCustomExtensionHandler"}}},"microsoft.graph.onAttributeCollectionSubmitHandler":{"title":"onAttributeCollectionSubmitHandler","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.onAttributeCollectionSubmitCustomExtensionHandler":"#/components/schemas/microsoft.graph.onAttributeCollectionSubmitCustomExtensionHandler"}}},"microsoft.graph.onAuthenticationMethodLoadStartHandler":{"title":"onAuthenticationMethodLoadStartHandler","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp":"#/components/schemas/microsoft.graph.onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp"}}},"microsoft.graph.onOtpSendHandler":{"title":"onOtpSendHandler","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.onOtpSendCustomExtensionHandler":"#/components/schemas/microsoft.graph.onOtpSendCustomExtensionHandler"}}},"microsoft.graph.onFraudProtectionLoadStartHandler":{"title":"onFraudProtectionLoadStartHandler","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.onFraudProtectionLoadStartExternalUsersAuthHandler":"#/components/schemas/microsoft.graph.onFraudProtectionLoadStartExternalUsersAuthHandler"}}},"microsoft.graph.onInteractiveAuthFlowStartHandler":{"title":"onInteractiveAuthFlowStartHandler","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.onInteractiveAuthFlowStartExternalUsersSelfServiceSignUp":"#/components/schemas/microsoft.graph.onInteractiveAuthFlowStartExternalUsersSelfServiceSignUp"}}},"microsoft.graph.onPasswordSubmitHandler":{"title":"onPasswordSubmitHandler","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.onPasswordMigrationCustomExtensionHandler":"#/components/schemas/microsoft.graph.onPasswordMigrationCustomExtensionHandler"}}},"microsoft.graph.onTokenIssuanceStartHandler":{"title":"onTokenIssuanceStartHandler","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.onTokenIssuanceStartCustomExtensionHandler":"#/components/schemas/microsoft.graph.onTokenIssuanceStartCustomExtensionHandler"}}},"microsoft.graph.onUserCreateStartHandler":{"title":"onUserCreateStartHandler","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.onUserCreateStartExternalUsersSelfServiceSignUp":"#/components/schemas/microsoft.graph.onUserCreateStartExternalUsersSelfServiceSignUp"}}},"microsoft.graph.onVerifiedIdClaimValidationHandler":{"title":"onVerifiedIdClaimValidationHandler","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.onVerifiedIdClaimValidationCustomExtensionHandler":"#/components/schemas/microsoft.graph.onVerifiedIdClaimValidationCustomExtensionHandler"}}},"microsoft.graph.selfServiceSignUpAuthenticationFlowConfiguration":{"title":"selfServiceSignUpAuthenticationFlowConfiguration","required":["@odata.type"],"type":"object","properties":{"isEnabled":{"type":"boolean","description":"Indicates whether self-service sign-up flow is enabled or disabled. The default value is false. This property isn't a key. Required."},"@odata.type":{"type":"string"}}},"microsoft.graph.attestationLevel":{"title":"attestationLevel","enum":["attested","notAttested","unknownFutureValue"],"type":"string"},"microsoft.graph.passkeyType":{"title":"passkeyType","enum":["deviceBound","synced","unknownFutureValue"],"type":"string"},"microsoft.graph.webauthnPublicKeyCredential":{"title":"webauthnPublicKeyCredential","required":["@odata.type"],"type":"object","properties":{"clientExtensionResults":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.webauthnAuthenticationExtensionsClientOutputs"},{"type":"object","nullable":true}],"description":"The output of the WebAuthn extension processing."},"id":{"type":"string","description":"The credential ID created by the WebAuthn Authenticator. This value is Base64URL-encoded without padding.","nullable":true},"response":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.webauthnAuthenticatorAttestationResponse"},{"type":"object","nullable":true}],"description":"The response from the WebAuthn Authenticator after generating an attestation."},"@odata.type":{"type":"string"}}},"microsoft.graph.authenticationPhoneType":{"title":"authenticationPhoneType","enum":["mobile","alternateMobile","office","unknownFutureValue"],"type":"string"},"microsoft.graph.authenticationMethodSignInState":{"title":"authenticationMethodSignInState","enum":["notSupported","notAllowedByPolicy","notEnabled","phoneNumberNotUnique","ready","notConfigured","unknownFutureValue"],"type":"string"},"microsoft.graph.authenticationMethodKeyStrength":{"title":"authenticationMethodKeyStrength","enum":["normal","weak","unknown"],"type":"string"},"microsoft.graph.authenticationMethodPlatform":{"title":"authenticationMethodPlatform","enum":["unknown","windows","macOS","iOS","android","linux","unknownFutureValue"],"type":"string"},"microsoft.graph.excludeTarget":{"title":"excludeTarget","required":["@odata.type"],"type":"object","properties":{"id":{"type":"string","description":"The object identifier of a Microsoft Entra user or group."},"targetType":{"$ref":"#/components/schemas/microsoft.graph.authenticationMethodTargetType"},"@odata.type":{"type":"string"}}},"microsoft.graph.authenticationMethodState":{"title":"authenticationMethodState","enum":["enabled","disabled"],"type":"string"},"microsoft.graph.externalEmailOtpState":{"title":"externalEmailOtpState","enum":["default","enabled","disabled","unknownFutureValue"],"type":"string"},"microsoft.graph.openIdConnectSetting":{"title":"openIdConnectSetting","required":["@odata.type"],"type":"object","properties":{"clientId":{"type":"string","description":"The Microsoft Entra ID's client ID as generated by the provider or admin to identify Microsoft Entra ID. In OIDC parlance, this is the client_id that external identity provider assigns to Microsoft Entra ID, which is also a recipient of a token from the external identity provider."},"discoveryUrl":{"type":"string","description":"The host URL of the external identity provider's OIDC discovery endpoint. This endpoint must support the OIDC discovery process."},"@odata.type":{"type":"string"}}},"microsoft.graph.fido2KeyRestrictions":{"title":"fido2KeyRestrictions","required":["@odata.type"],"type":"object","properties":{"aaGuids":{"type":"array","items":{"type":"string","nullable":true},"description":"A collection of Authenticator Attestation GUIDs. AADGUIDs define key types and manufacturers."},"enforcementType":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.fido2RestrictionEnforcementType"},{"type":"object","nullable":true}],"description":"Enforcement type. The possible values are: allow, block."},"isEnforced":{"type":"boolean","description":"Determines if the configured key enforcement is enabled.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.microsoftAuthenticatorFeatureSettings":{"title":"microsoftAuthenticatorFeatureSettings","required":["@odata.type"],"type":"object","properties":{"displayAppInformationRequiredState":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.authenticationMethodFeatureConfiguration"},{"type":"object","nullable":true}],"description":"Determines whether the user's Authenticator app shows them the client app they're signing into."},"displayLocationInformationRequiredState":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.authenticationMethodFeatureConfiguration"},{"type":"object","nullable":true}],"description":"Determines whether the user's Authenticator app shows them the geographic location of where the authentication request originated from."},"@odata.type":{"type":"string"}}},"microsoft.graph.x509CertificateAuthenticationModeConfiguration":{"title":"x509CertificateAuthenticationModeConfiguration","required":["@odata.type"],"type":"object","properties":{"rules":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.x509CertificateRule"},"description":"Rules are configured in addition to the authentication mode to bind a specific x509CertificateRuleType to an x509CertificateAuthenticationMode. For example, bind the policyOID with identifier 1.32.132.343 to x509CertificateMultiFactor authentication mode."},"x509CertificateAuthenticationDefaultMode":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.x509CertificateAuthenticationMode"},{"type":"object","nullable":true}],"description":"The type of strong authentication mode. The possible values are: x509CertificateSingleFactor, x509CertificateMultiFactor, unknownFutureValue."},"x509CertificateDefaultRequiredAffinityLevel":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.x509CertificateAffinityLevel"},{"type":"object","nullable":true}]},"@odata.type":{"type":"string"}}},"microsoft.graph.x509CertificateAuthorityScope":{"title":"x509CertificateAuthorityScope","required":["@odata.type"],"type":"object","properties":{"includeTargets":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.includeTarget"},"description":"A collection of groups that are enabled to be in scope to use certificates issued by specific certificate authority."},"publicKeyInfrastructureIdentifier":{"type":"string","description":"Public Key Infrastructure container object under which the certificate authorities are stored in the Entra PKI based trust store.","nullable":true},"subjectKeyIdentifier":{"type":"string","description":"Subject Key Identifier that identifies the certificate authority uniquely.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.x509CertificateUserBinding":{"title":"x509CertificateUserBinding","required":["@odata.type"],"type":"object","properties":{"priority":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The priority of the binding. Microsoft Entra ID uses the binding with the highest priority. This value must be a non-negative integer and unique in the collection of objects in the certificateUserBindings property of an x509CertificateAuthenticationMethodConfiguration object. Required","format":"int32"},"trustAffinityLevel":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.x509CertificateAffinityLevel"},{"type":"object","nullable":true}]},"userProperty":{"type":"string","description":"Defines the Microsoft Entra user property of the user object to use for the binding. The possible values are: userPrincipalName, onPremisesUserPrincipalName, certificateUserIds. Required.","nullable":true},"x509CertificateField":{"type":"string","description":"The field on the X.509 certificate to use for the binding. The possible values are: PrincipalName, RFC822Name, SubjectKeyIdentifier, SHA1PublicKey.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.x509CertificateCRLValidationConfiguration":{"title":"x509CertificateCRLValidationConfiguration","required":["@odata.type"],"type":"object","properties":{"exemptedCertificateAuthoritiesSubjectKeyIdentifiers":{"type":"array","items":{"type":"string","nullable":true},"description":"Represents the SKIs of CAs that should be excluded from the valid CRL distribution point check. SKI is represented as a hexadecimal string."},"state":{"$ref":"#/components/schemas/microsoft.graph.x509CertificateCRLValidationConfigurationState"},"@odata.type":{"type":"string"}}},"microsoft.graph.x509CertificateIssuerHintsConfiguration":{"title":"x509CertificateIssuerHintsConfiguration","required":["@odata.type"],"type":"object","properties":{"state":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.x509CertificateIssuerHintsState"},{"type":"object","nullable":true}],"description":"The possible values are: disabled, enabled, unknownFutureValue."},"@odata.type":{"type":"string"}}},"microsoft.graph.baseAuthenticationMethod":{"title":"baseAuthenticationMethod","enum":["password","voice","hardwareOath","softwareOath","sms","fido2","windowsHelloForBusiness","microsoftAuthenticator","temporaryAccessPass","email","x509Certificate","federation","unknownFutureValue","qrCodePin"],"type":"string"},"microsoft.graph.authenticationMethodsPolicyMigrationState":{"title":"authenticationMethodsPolicyMigrationState","enum":["preMigration","migrationInProgress","migrationComplete","unknownFutureValue"],"type":"string"},"microsoft.graph.registrationEnforcement":{"title":"registrationEnforcement","required":["@odata.type"],"type":"object","properties":{"authenticationMethodsRegistrationCampaign":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.authenticationMethodsRegistrationCampaign"},{"type":"object","nullable":true}],"description":"Run campaigns to remind users to set up targeted authentication methods."},"@odata.type":{"type":"string"}}},"microsoft.graph.authenticationMethodTargetType":{"title":"authenticationMethodTargetType","enum":["user","group","unknownFutureValue"],"type":"string"},"microsoft.graph.microsoftAuthenticatorAuthenticationMode":{"title":"microsoftAuthenticatorAuthenticationMode","enum":["deviceBasedPush","push","any"],"type":"string"},"microsoft.graph.authenticationStrengthPolicyType":{"title":"authenticationStrengthPolicyType","enum":["builtIn","custom","unknownFutureValue"],"type":"string"},"microsoft.graph.authenticationStrengthRequirements":{"title":"authenticationStrengthRequirements","enum":["none","mfa","unknownFutureValue"],"type":"string","x-ms-enum-flags":{"isFlags":true}},"microsoft.graph.serviceStatus":{"title":"serviceStatus","required":["@odata.type"],"type":"object","properties":{"backupServiceConsumer":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.backupServiceConsumer"},{"type":"object","nullable":true}],"description":"The type of consumer. The possible values are: unknown, firstparty, thirdparty, unknownFutureValue."},"disableReason":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.disableReason"},{"type":"object","nullable":true}],"description":"The reason the service is disabled. The possible values are: none, controllerServiceAppDeleted, invalidBillingProfile, userRequested, unknownFutureValue."},"gracePeriodDateTime":{"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 expiration time of the grace period.","format":"date-time","nullable":true},"lastModifiedBy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"type":"object","nullable":true}],"description":"Identity of the person who last modified the entity."},"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":"Timestamp of the last modification of the entity.","format":"date-time","nullable":true},"restoreAllowedTillDateTime":{"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 expiration time of the restoration allowed period.","format":"date-time","nullable":true},"status":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.backupServiceStatus"},{"type":"object","nullable":true}],"description":"Status of the service. This value indicates what capabilities can be used. The possible values are: disabled, enabled, protectionChangeLocked, restoreLocked, unknownFutureValue."},"@odata.type":{"type":"string"}}},"microsoft.graph.itemReference":{"title":"itemReference","required":["@odata.type"],"type":"object","properties":{"driveId":{"type":"string","description":"Unique identifier of the drive instance that contains the driveItem. Only returned if the item is located in a drive. Read-only.","nullable":true},"driveType":{"type":"string","description":"Identifies the type of drive. Only returned if the item is located in a drive. See drive resource for values.","nullable":true},"id":{"type":"string","description":"Unique identifier of the driveItem in the drive or a listItem in a list. Read-only.","nullable":true},"name":{"type":"string","description":"The name of the item being referenced. Read-only.","nullable":true},"path":{"type":"string","description":"Percent-encoded path that can be used to navigate to the item. Read-only.","nullable":true},"shareId":{"type":"string","description":"A unique identifier for a shared resource that can be accessed via the Shares API.","nullable":true},"sharepointIds":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.sharepointIds"},{"type":"object","nullable":true}],"description":"Returns identifiers useful for SharePoint REST compatibility. Read-only."},"siteId":{"type":"string","description":"For OneDrive for Business and SharePoint, this property represents the ID of the site that contains the parent document library of the driveItem resource or the parent list of the listItem resource. The value is the same as the id property of that site resource. It is an opaque string that consists of three identifiers of the site. For OneDrive, this property is not populated.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.pageLayoutType":{"title":"pageLayoutType","enum":["microsoftReserved","article","home","unknownFutureValue"],"type":"string"},"microsoft.graph.publicationFacet":{"title":"publicationFacet","required":["@odata.type"],"type":"object","properties":{"checkedOutBy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"type":"object","nullable":true}],"description":"The user who checked out the file."},"level":{"type":"string","description":"The state of publication for this document. Either published or checkout. Read-only.","nullable":true},"versionId":{"type":"string","description":"The unique identifier for the version that is visible to the current caller. Read-only.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.pagePromotionType":{"title":"pagePromotionType","enum":["microsoftReserved","page","newsPost","unknownFutureValue"],"type":"string"},"microsoft.graph.reactionsFacet":{"title":"reactionsFacet","required":["@odata.type"],"type":"object","properties":{"commentCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Count of comments.","format":"int32","nullable":true},"likeCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Count of likes.","format":"int32","nullable":true},"shareCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Count of shares.","format":"int32","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.titleArea":{"title":"titleArea","required":["@odata.type"],"type":"object","properties":{"alternativeText":{"type":"string","description":"Alternative text on the title area.","nullable":true},"enableGradientEffect":{"type":"boolean","description":"Indicates whether the title area has a gradient effect enabled.","nullable":true},"imageWebUrl":{"type":"string","description":"URL of the image in the title area.","nullable":true},"layout":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.titleAreaLayoutType"},{"type":"object","nullable":true}],"description":"Enumeration value that indicates the layout of the title area. The possible values are: imageAndTitle, plain, colorBlock, overlap, unknownFutureValue."},"serverProcessedContent":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.serverProcessedContent"},{"type":"object","nullable":true}],"description":"Contains collections of data that can be processed by server side services like search index and link fixup."},"showAuthor":{"type":"boolean","description":"Indicates whether the author should be shown in title area.","nullable":true},"showPublishedDate":{"type":"boolean","description":"Indicates whether the published date should be shown in title area.","nullable":true},"showTextBlockAboveTitle":{"type":"boolean","description":"Indicates whether the text block above title should be shown in title area.","nullable":true},"textAboveTitle":{"type":"string","description":"The text above title line.","nullable":true},"textAlignment":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.titleAreaTextAlignmentType"},{"type":"object","nullable":true}],"description":"Enumeration value that indicates the text alignment of the title area. The possible values are: left, center, unknownFutureValue."},"@odata.type":{"type":"string"}}},"microsoft.graph.audio":{"title":"audio","required":["@odata.type"],"type":"object","properties":{"album":{"type":"string","description":"The title of the album for this audio file.","nullable":true},"albumArtist":{"type":"string","description":"The artist named on the album for the audio file.","nullable":true},"artist":{"type":"string","description":"The performing artist for the audio file.","nullable":true},"bitrate":{"type":"number","description":"Bitrate expressed in kbps.","format":"int64","nullable":true},"composers":{"type":"string","description":"The name of the composer of the audio file.","nullable":true},"copyright":{"type":"string","description":"Copyright information for the audio file.","nullable":true},"disc":{"maximum":32767,"minimum":-32768,"type":"number","description":"The number of the disc this audio file came from.","format":"int16","nullable":true},"discCount":{"maximum":32767,"minimum":-32768,"type":"number","description":"The total number of discs in this album.","format":"int16","nullable":true},"duration":{"type":"number","description":"Duration of the audio file, expressed in milliseconds","format":"int64","nullable":true},"genre":{"type":"string","description":"The genre of this audio file.","nullable":true},"hasDrm":{"type":"boolean","description":"Indicates if the file is protected with digital rights management.","nullable":true},"isVariableBitrate":{"type":"boolean","description":"Indicates if the file is encoded with a variable bitrate.","nullable":true},"title":{"type":"string","description":"The title of the audio file.","nullable":true},"track":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The number of the track on the original disc for this audio file.","format":"int32","nullable":true},"trackCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The total number of tracks on the original disc for this audio file.","format":"int32","nullable":true},"year":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The year the audio file was recorded.","format":"int32","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.bundle":{"title":"bundle","required":["@odata.type"],"type":"object","properties":{"album":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.album"},{"type":"object","nullable":true}],"description":"If the bundle is an album, then the album property is included"},"childCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of children contained immediately within this container.","format":"int32","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.deleted":{"title":"deleted","required":["@odata.type"],"type":"object","properties":{"state":{"type":"string","description":"Represents the state of the deleted item.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.file":{"title":"file","required":["@odata.type"],"type":"object","properties":{"hashes":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.hashes"},{"type":"object","nullable":true}],"description":"Hashes of the file's binary content, if available. Read-only."},"mimeType":{"type":"string","description":"The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only.","nullable":true},"processingMetadata":{"type":"boolean","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.fileSystemInfo":{"title":"fileSystemInfo","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","description":"The UTC date and time the file was created on a client.","format":"date-time","nullable":true},"lastAccessedDateTime":{"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 UTC date and time the file was last accessed. Available for the recent file list only.","format":"date-time","nullable":true},"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":"The UTC date and time the file was last modified on a client.","format":"date-time","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.folder":{"title":"folder","required":["@odata.type"],"type":"object","properties":{"childCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of children contained immediately within this container.","format":"int32","nullable":true},"view":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.folderView"},{"type":"object","nullable":true}],"description":"A collection of properties defining the recommended view for the folder."},"@odata.type":{"type":"string"}}},"microsoft.graph.image":{"title":"image","required":["@odata.type"],"type":"object","properties":{"height":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Optional. Height of the image, in pixels. Read-only.","format":"int32","nullable":true},"width":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Optional. Width of the image, in pixels. Read-only.","format":"int32","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.malware":{"title":"malware","required":["@odata.type"],"type":"object","properties":{"description":{"type":"string","description":"Contains the virus details for the malware facet.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.package":{"title":"package","required":["@odata.type"],"type":"object","properties":{"type":{"type":"string","description":"A string indicating the type of package. While oneNote is the only currently defined value, you should expect other package types to be returned and handle them accordingly.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.pendingOperations":{"title":"pendingOperations","required":["@odata.type"],"type":"object","properties":{"pendingContentUpdate":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.pendingContentUpdate"},{"type":"object","nullable":true}],"description":"A property that indicates that an operation that might update the binary content of a file is pending completion."},"@odata.type":{"type":"string"}}},"microsoft.graph.photo":{"title":"photo","required":["@odata.type"],"type":"object","properties":{"cameraMake":{"type":"string","description":"Camera manufacturer. Read-only.","nullable":true},"cameraModel":{"type":"string","description":"Camera model. Read-only.","nullable":true},"exposureDenominator":{"oneOf":[{"type":"number","format":"double","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"The denominator for the exposure time fraction from the camera. Read-only."},"exposureNumerator":{"oneOf":[{"type":"number","format":"double","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"The numerator for the exposure time fraction from the camera. Read-only."},"fNumber":{"oneOf":[{"type":"number","format":"double","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"The F-stop value from the camera. Read-only."},"focalLength":{"oneOf":[{"type":"number","format":"double","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"The focal length from the camera. Read-only."},"iso":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The ISO value from the camera. Read-only.","format":"int32","nullable":true},"orientation":{"maximum":32767,"minimum":-32768,"type":"number","description":"The orientation value from the camera. Writable on OneDrive Personal.","format":"int16","nullable":true},"takenDateTime":{"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":"Represents the date and time the photo was taken. Read-only.","format":"date-time","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.remoteItem":{"title":"remoteItem","required":["@odata.type"],"type":"object","properties":{"createdBy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"type":"object","nullable":true}],"description":"Identity of the user, device, and application which created the item. Read-only."},"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","description":"Date and time of item creation. Read-only.","format":"date-time","nullable":true},"file":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.file"},{"type":"object","nullable":true}],"description":"Indicates that the remote item is a file. Read-only."},"fileSystemInfo":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.fileSystemInfo"},{"type":"object","nullable":true}],"description":"Information about the remote item from the local file system. Read-only."},"folder":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.folder"},{"type":"object","nullable":true}],"description":"Indicates that the remote item is a folder. Read-only."},"id":{"type":"string","description":"Unique identifier for the remote item in its drive. Read-only.","nullable":true},"image":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.image"},{"type":"object","nullable":true}],"description":"Image metadata, if the item is an image. Read-only."},"lastModifiedBy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"type":"object","nullable":true}],"description":"Identity of the user, device, and application which last modified the item. Read-only."},"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":"Date and time the item was last modified. Read-only.","format":"date-time","nullable":true},"name":{"type":"string","description":"Optional. Filename of the remote item. Read-only.","nullable":true},"package":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.package"},{"type":"object","nullable":true}],"description":"If present, indicates that this item is a package instead of a folder or file. Packages are treated like files in some contexts and folders in others. Read-only."},"parentReference":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.itemReference"},{"type":"object","nullable":true}],"description":"Properties of the parent of the remote item. Read-only."},"shared":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.shared"},{"type":"object","nullable":true}],"description":"Indicates that the item has been shared with others and provides information about the shared state of the item. Read-only."},"sharepointIds":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.sharepointIds"},{"type":"object","nullable":true}],"description":"Provides interop between items in OneDrive for Business and SharePoint with the full set of item identifiers. Read-only."},"size":{"type":"number","description":"Size of the remote item. Read-only.","format":"int64","nullable":true},"specialFolder":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.specialFolder"},{"type":"object","nullable":true}],"description":"If the current item is also available as a special folder, this facet is returned. Read-only."},"video":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.video"},{"type":"object","nullable":true}],"description":"Video metadata, if the item is a video. Read-only."},"webDavUrl":{"type":"string","description":"DAV compatible URL for the item.","nullable":true},"webUrl":{"type":"string","description":"URL that displays the resource in the browser. Read-only.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.searchResult":{"title":"searchResult","required":["@odata.type"],"type":"object","properties":{"onClickTelemetryUrl":{"type":"string","description":"A callback URL that can be used to record telemetry information. The application should issue a GET on this URL if the user interacts with this item to improve the quality of results.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.shared":{"title":"shared","required":["@odata.type"],"type":"object","properties":{"owner":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"type":"object","nullable":true}],"description":"The identity of the owner of the shared item. Read-only."},"scope":{"type":"string","description":"Indicates the scope of how the item is shared. The possible values are: anonymous, organization, or users. Read-only.","nullable":true},"sharedBy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"type":"object","nullable":true}],"description":"The identity of the user who shared the item. Read-only."},"sharedDateTime":{"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 UTC date and time when the item was shared. Read-only.","format":"date-time","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.specialFolder":{"title":"specialFolder","required":["@odata.type"],"type":"object","properties":{"name":{"type":"string","description":"The unique identifier for this item in the /drive/special collection","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.video":{"title":"video","required":["@odata.type"],"type":"object","properties":{"audioBitsPerSample":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of audio bits per sample.","format":"int32","nullable":true},"audioChannels":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of audio channels.","format":"int32","nullable":true},"audioFormat":{"type":"string","description":"Name of the audio format (AAC, MP3, etc.).","nullable":true},"audioSamplesPerSecond":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of audio samples per second.","format":"int32","nullable":true},"bitrate":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Bit rate of the video in bits per second.","format":"int32","nullable":true},"duration":{"type":"number","description":"Duration of the file in milliseconds.","format":"int64","nullable":true},"fourCC":{"type":"string","description":"'Four character code' name of the video format.","nullable":true},"frameRate":{"oneOf":[{"type":"number","format":"double","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"Frame rate of the video."},"height":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Height of the video, in pixels.","format":"int32","nullable":true},"width":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Width of the video, in pixels.","format":"int32","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.listInfo":{"title":"listInfo","required":["@odata.type"],"type":"object","properties":{"contentTypesEnabled":{"type":"boolean","description":"If true, indicates that content types are enabled for this list.","nullable":true},"hidden":{"type":"boolean","description":"If true, indicates that the list isn't normally visible in the SharePoint user experience.","nullable":true},"template":{"type":"string","description":"An enumerated value that represents the base list template used in creating the list. Possible values include documentLibrary, genericList, task, survey, announcements, contacts, and more.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.contentTypeInfo":{"title":"contentTypeInfo","required":["@odata.type"],"type":"object","properties":{"id":{"type":"string","description":"The ID of the content type.","nullable":true},"name":{"type":"string","description":"The name of the content type.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.recycleBinSettings":{"title":"recycleBinSettings","required":["@odata.type"],"type":"object","properties":{"retentionPeriodOverrideDays":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Recycle bin retention period override in days for deleted content. The default value is 93; the value range is 7 to 180. The setting applies to newly deleted content only. Setting this property to null reverts to its default value. Read-write.","format":"int32","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.documentSetVersionItem":{"title":"documentSetVersionItem","required":["@odata.type"],"type":"object","properties":{"itemId":{"type":"string","description":"The unique identifier for the item.","nullable":true},"title":{"type":"string","description":"The title of the item.","nullable":true},"versionId":{"type":"string","description":"The version ID of the item.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.volumeType":{"title":"volumeType","enum":["operatingSystemVolume","fixedDataVolume","removableDataVolume","unknownFutureValue"],"type":"string"},"microsoft.graph.bookingCustomerInformationBase":{"title":"bookingCustomerInformationBase","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.bookingCustomerInformation":"#/components/schemas/microsoft.graph.bookingCustomerInformation"}}},"microsoft.graph.bookingPriceType":{"title":"bookingPriceType","enum":["undefined","fixedPrice","startingAt","hourly","free","priceVaries","callUs","notSet","unknownFutureValue"],"type":"string","description":"Represents the type of pricing of a booking service.","x-ms-enum":{"name":"bookingPriceType","modelAsString":false,"values":[{"value":"undefined","description":"The price of the service is not defined.","name":"undefined"},{"value":"fixedPrice","description":"The price of the service is fixed.","name":"fixedPrice"},{"value":"startingAt","description":"The price of the service starts with a particular value, but can be higher based on the final services performed.","name":"startingAt"},{"value":"hourly","description":"The price of the service depends on the number of hours a staff member works on the service.","name":"hourly"},{"value":"free","description":"The service is free.","name":"free"},{"value":"priceVaries","description":"The price of the service varies.","name":"priceVaries"},{"value":"callUs","description":"The price of the service is not listed.","name":"callUs"},{"value":"notSet","description":"The price of the service is not set.","name":"notSet"}]}},"microsoft.graph.bookingReminder":{"title":"bookingReminder","required":["@odata.type"],"type":"object","properties":{"message":{"type":"string","description":"The message in the reminder."},"offset":{"pattern":"^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$","type":"string","description":"The amount of time before the start of an appointment that the reminder should be sent. It's denoted in ISO 8601 format.","format":"duration"},"recipients":{"$ref":"#/components/schemas/microsoft.graph.bookingReminderRecipients"},"@odata.type":{"type":"string"}},"description":"This type represents when and to whom to send an e-mail reminder."},"microsoft.graph.bookingPageSettings":{"title":"bookingPageSettings","required":["@odata.type"],"type":"object","properties":{"accessControl":{"$ref":"#/components/schemas/microsoft.graph.bookingPageAccessControl"},"bookingPageColorCode":{"type":"string","description":"Custom color for the booking page. The value should be in Hex format. For example, #123456."},"businessTimeZone":{"type":"string","description":"The time zone of the customer. For a list of possible values, see dateTimeTimeZone."},"customerConsentMessage":{"type":"string","description":"The personal data collection and usage consent message in the booking page."},"enforceOneTimePassword":{"type":"boolean","description":"Determines whether the one-time password is required to create an appointment. The default value is false."},"isBusinessLogoDisplayEnabled":{"type":"boolean","description":"Indicates whether the business logo is displayed on the booking page. The default value is false."},"isCustomerConsentEnabled":{"type":"boolean","description":"Enables personal data collection and the usage consent toggle on the booking page. The default value is false."},"isSearchEngineIndexabilityDisabled":{"type":"boolean","description":"Indicates whether web crawlers index this page. The defaults value is false."},"isTimeSlotTimeZoneSetToBusinessTimeZone":{"type":"boolean","description":"Indicates whether the time zone of the time slot is set to the time zone of the business. The default value is false."},"privacyPolicyWebUrl":{"type":"string","description":"URL of a webpage that provides the terms and conditions of the business. If a privacy policy isn't included, the following text appears on the booking page as default: 'The policies and practices of {bookingbusinessname} apply to the use of your data.'"},"termsAndConditionsWebUrl":{"type":"string","description":"URL of a webpage that provides the terms and conditions of the business."},"@odata.type":{"type":"string"}}},"microsoft.graph.bookingWorkHours":{"title":"bookingWorkHours","required":["@odata.type"],"type":"object","properties":{"day":{"$ref":"#/components/schemas/microsoft.graph.dayOfWeek"},"timeSlots":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.bookingWorkTimeSlot"},"description":"A list of start/end times during a day."},"@odata.type":{"type":"string"}},"description":"This type represents the set of working hours in a single day of the week."},"microsoft.graph.bookingSchedulingPolicy":{"title":"bookingSchedulingPolicy","required":["@odata.type"],"type":"object","properties":{"allowStaffSelection":{"type":"boolean","description":"True to allow customers to choose a specific person for the booking."},"customAvailabilities":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.bookingsAvailabilityWindow"},"description":"Custom availability of the service in a given time frame."},"generalAvailability":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.bookingsAvailability"},{"type":"object","nullable":true}],"description":"General availability of the service defined by the scheduling policy."},"isMeetingInviteToCustomersEnabled":{"type":"boolean","description":"Indicates whether the meeting invite is sent to the customers. The default value is false.","nullable":true},"maximumAdvance":{"pattern":"^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$","type":"string","description":"Maximum number of days in advance that a booking can be made. It follows the ISO 8601 format.","format":"duration"},"minimumLeadTime":{"pattern":"^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$","type":"string","description":"The minimum amount of time before which bookings and cancellations must be made. It follows the ISO 8601 format.","format":"duration"},"sendConfirmationsToOwner":{"type":"boolean","description":"True to notify the business via email when a booking is created or changed. Use the email address specified in the email property of the bookingBusiness entity for the business."},"timeSlotInterval":{"pattern":"^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$","type":"string","description":"Duration of each time slot, denoted in ISO 8601 format.","format":"duration"},"@odata.type":{"type":"string"}},"description":"This type represents the set of policies that dictate how bookings can be created in a Booking Calendar."},"microsoft.graph.answerInputType":{"title":"answerInputType","enum":["text","radioButton","unknownFutureValue"],"type":"string"},"microsoft.graph.bookingQuestionAssignment":{"title":"bookingQuestionAssignment","required":["@odata.type"],"type":"object","properties":{"isRequired":{"type":"boolean","description":"Indicates whether it's mandatory to answer the custom question."},"questionId":{"type":"string","description":"The ID of the custom question."},"@odata.type":{"type":"string"}}},"microsoft.graph.bookingStaffMembershipStatus":{"title":"bookingStaffMembershipStatus","enum":["active","pendingAcceptance","rejectedByStaff","unknownFutureValue"],"type":"string"},"microsoft.graph.bookingStaffRole":{"title":"bookingStaffRole","enum":["guest","administrator","viewer","externalGuest","unknownFutureValue","scheduler","teamMember"],"type":"string"},"microsoft.graph.browseSessionStatus":{"title":"browseSessionStatus","enum":["creating","created","failed","unknownFutureValue"],"type":"string"},"microsoft.graph.calendarRoleType":{"title":"calendarRoleType","enum":["none","freeBusyRead","limitedRead","read","write","delegateWithoutPrivateEventAccess","delegateWithPrivateEventAccess","custom"],"type":"string"},"microsoft.graph.callOptions":{"title":"callOptions","required":["@odata.type"],"type":"object","properties":{"hideBotAfterEscalation":{"type":"boolean","description":"Indicates whether to hide the app after the call is escalated.","nullable":true},"isContentSharingNotificationEnabled":{"type":"boolean","description":"Indicates whether content sharing notifications should be enabled for the call.","nullable":true},"isDeltaRosterEnabled":{"type":"boolean","description":"Indicates whether delta roster is enabled for the call.","nullable":true},"isInteractiveRosterEnabled":{"type":"boolean","description":"Indicates whether delta roster filtering by participant interactivity is enabled.","nullable":true},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.incomingCallOptions":"#/components/schemas/microsoft.graph.incomingCallOptions","#microsoft.graph.outgoingCallOptions":"#/components/schemas/microsoft.graph.outgoingCallOptions"}}},"microsoft.graph.callRoute":{"title":"callRoute","required":["@odata.type"],"type":"object","properties":{"final":{"$ref":"#/components/schemas/microsoft.graph.identitySet"},"original":{"$ref":"#/components/schemas/microsoft.graph.identitySet"},"routingType":{"$ref":"#/components/schemas/microsoft.graph.routingType"},"@odata.type":{"type":"string"}}},"microsoft.graph.chatInfo":{"title":"chatInfo","required":["@odata.type"],"type":"object","properties":{"messageId":{"type":"string","description":"The unique identifier of a message in a Microsoft Teams channel.","nullable":true},"replyChainMessageId":{"type":"string","description":"The ID of the reply message.","nullable":true},"threadId":{"type":"string","description":"The unique identifier for a thread in Microsoft Teams.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.callDirection":{"title":"callDirection","enum":["incoming","outgoing"],"type":"string"},"microsoft.graph.incomingContext":{"title":"incomingContext","required":["@odata.type"],"type":"object","properties":{"observedParticipantId":{"type":"string","description":"The ID of the participant that is under observation. Read-only.","nullable":true},"onBehalfOf":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"type":"object","nullable":true}],"description":"The identity that the call is happening on behalf of."},"sourceParticipantId":{"type":"string","description":"The ID of the participant that triggered the incoming call. Read-only.","nullable":true},"transferor":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"type":"object","nullable":true}],"description":"The identity that transferred the call."},"@odata.type":{"type":"string"}}},"microsoft.graph.mediaConfig":{"title":"mediaConfig","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.appHostedMediaConfig":"#/components/schemas/microsoft.graph.appHostedMediaConfig","#microsoft.graph.serviceHostedMediaConfig":"#/components/schemas/microsoft.graph.serviceHostedMediaConfig"}}},"microsoft.graph.callMediaState":{"title":"callMediaState","required":["@odata.type"],"type":"object","properties":{"audio":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.mediaState"},{"type":"object","nullable":true}],"description":"The audio media state. The possible values are: active, inactive, unknownFutureValue."},"@odata.type":{"type":"string"}}},"microsoft.graph.meetingInfo":{"title":"meetingInfo","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.joinMeetingIdMeetingInfo":"#/components/schemas/microsoft.graph.joinMeetingIdMeetingInfo","#microsoft.graph.organizerMeetingInfo":"#/components/schemas/microsoft.graph.organizerMeetingInfo","#microsoft.graph.tokenMeetingInfo":"#/components/schemas/microsoft.graph.tokenMeetingInfo"}}},"microsoft.graph.modality":{"title":"modality","enum":["audio","video","videoBasedScreenSharing","data","unknownFutureValue"],"type":"string"},"microsoft.graph.resultInfo":{"title":"resultInfo","required":["@odata.type"],"type":"object","properties":{"code":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The result code.","format":"int32"},"message":{"type":"string","description":"The message.","nullable":true},"subcode":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The result subcode.","format":"int32"},"@odata.type":{"type":"string"}}},"microsoft.graph.participantInfo":{"title":"participantInfo","required":["@odata.type"],"type":"object","properties":{"countryCode":{"type":"string","description":"The ISO 3166-1 Alpha-2 country code of the participant's best estimated physical location at the start of the call. Read-only.","nullable":true},"endpointType":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.endpointType"},{"type":"object","nullable":true}],"description":"The type of endpoint the participant is using. The possible values are: default, skypeForBusiness, or skypeForBusinessVoipPhone. Read-only."},"identity":{"$ref":"#/components/schemas/microsoft.graph.identitySet"},"languageId":{"type":"string","description":"The language culture string. Read-only.","nullable":true},"participantId":{"type":"string","description":"The participant ID of the participant. Read-only.","nullable":true},"region":{"type":"string","description":"The home region of the participant. This can be a country, a continent, or a larger geographic region. This doesn't change based on the participant's current physical location. Read-only.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.callState":{"title":"callState","enum":["incoming","establishing","established","hold","transferring","transferAccepted","redirecting","terminating","terminated","unknownFutureValue"],"type":"string"},"microsoft.graph.invitationParticipantInfo":{"title":"invitationParticipantInfo","required":["@odata.type"],"type":"object","properties":{"hidden":{"type":"boolean","description":"Optional. Whether to hide the participant from the roster.","nullable":true},"identity":{"$ref":"#/components/schemas/microsoft.graph.identitySet"},"participantId":{"type":"string","description":"Optional. The ID of the target participant.","nullable":true},"removeFromDefaultAudioRoutingGroup":{"type":"boolean","description":"Optional. Whether to remove them from the main mixer.","nullable":true},"replacesCallId":{"type":"string","description":"Optional. The call which the target identity is currently a part of. For peer-to-peer case, the call will be dropped once the participant is added successfully.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.toneInfo":{"title":"toneInfo","required":["@odata.type"],"type":"object","properties":{"sequenceId":{"type":"number","description":"An incremental identifier used for ordering DTMF events.","format":"int64"},"tone":{"$ref":"#/components/schemas/microsoft.graph.tone"},"@odata.type":{"type":"string"}}},"microsoft.graph.callTranscriptionInfo":{"title":"callTranscriptionInfo","required":["@odata.type"],"type":"object","properties":{"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":"The state modified time in UTC.","format":"date-time","nullable":true},"state":{"$ref":"#/components/schemas/microsoft.graph.callTranscriptionState"},"@odata.type":{"type":"string"}}},"microsoft.graph.actionItem":{"title":"actionItem","required":["@odata.type"],"type":"object","properties":{"ownerDisplayName":{"type":"string","nullable":true},"text":{"type":"string","nullable":true},"title":{"type":"string","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.meetingNote":{"title":"meetingNote","required":["@odata.type"],"type":"object","properties":{"subpoints":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.meetingNoteSubpoint"}},"text":{"type":"string","nullable":true},"title":{"type":"string","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.callAiInsightViewPoint":{"title":"callAiInsightViewPoint","required":["@odata.type"],"type":"object","properties":{"mentionEvents":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.mentionEvent"}},"@odata.type":{"type":"string"}}},"microsoft.graph.callEventType":{"title":"callEventType","enum":["callStarted","callEnded","unknownFutureValue","rosterUpdated"],"type":"string"},"microsoft.graph.emergencyCallerInfo":{"title":"emergencyCallerInfo","required":["@odata.type"],"type":"object","properties":{"displayName":{"type":"string","description":"The display name of the emergency caller.","nullable":true},"location":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.location"},{"type":"object","nullable":true}],"description":"The location of the emergency caller."},"phoneNumber":{"type":"string","description":"The phone number of the emergency caller.","nullable":true},"tenantId":{"type":"string","description":"The tenant ID of the emergency caller.","nullable":true},"upn":{"type":"string","description":"The user principal name of the emergency caller.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.namedLocation":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.policyDeletableItem"},{"title":"namedLocation","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","description":"The Timestamp type represents creation date and time of the location using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.","format":"date-time","nullable":true},"displayName":{"type":"string","description":"Human-readable name of the location."},"id":{"type":"string","description":"Identifier of a namedLocation object. Read-only."},"modifiedDateTime":{"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 Timestamp type represents last modified date and time of the location using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.","format":"date-time","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.namedLocation"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.countryNamedLocation":"#/components/schemas/microsoft.graph.countryNamedLocation","#microsoft.graph.ipNamedLocation":"#/components/schemas/microsoft.graph.ipNamedLocation"}}}]},"microsoft.graph.conditionalAccessPolicy":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.policyDeletableItem"},{"title":"conditionalAccessPolicy","required":["@odata.type"],"type":"object","properties":{"conditions":{"$ref":"#/components/schemas/microsoft.graph.conditionalAccessConditionSet"},"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","description":"The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.","format":"date-time","nullable":true},"description":{"type":"string","nullable":true},"displayName":{"type":"string","description":"Specifies a display name for the conditionalAccessPolicy object."},"grantControls":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.conditionalAccessGrantControls"},{"type":"object","nullable":true}],"description":"Specifies the grant controls that must be fulfilled to pass the policy."},"id":{"type":"string","description":"Specifies the identifier of a conditionalAccessPolicy object. Read-only."},"modifiedDateTime":{"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 Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.","format":"date-time","nullable":true},"sessionControls":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.conditionalAccessSessionControls"},{"type":"object","nullable":true}],"description":"Specifies the session controls that are enforced after sign-in."},"state":{"$ref":"#/components/schemas/microsoft.graph.conditionalAccessPolicyState"},"templateId":{"type":"string","description":"Specifies the unique identifier of a Conditional Access template. Inherited from entity.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.conditionalAccessPolicy"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.whatIfAnalysisResult":"#/components/schemas/microsoft.graph.whatIfAnalysisResult"}}}]},"microsoft.graph.openShiftItem":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.shiftItem"},{"title":"openShiftItem","required":["@odata.type"],"type":"object","properties":{"openSlotCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Count of the number of slots for the given open shift.","format":"int32"},"@odata.type":{"type":"string","default":"#microsoft.graph.openShiftItem"}}}],"x-ms-discriminator-value":"#microsoft.graph.openShiftItem"},"microsoft.graph.scheduleChangeRequestActor":{"title":"scheduleChangeRequestActor","enum":["sender","recipient","manager","system","unknownFutureValue"],"type":"string"},"microsoft.graph.scheduleChangeState":{"title":"scheduleChangeState","enum":["pending","approved","declined","unknownFutureValue"],"type":"string"},"microsoft.graph.shiftItem":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.scheduleEntity"},{"title":"shiftItem","required":["@odata.type"],"type":"object","properties":{"activities":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.shiftActivity"},"description":"An incremental part of a shift which can cover details of when and where an employee is during their shift. For example, an assignment or a scheduled break or lunch. Required."},"displayName":{"type":"string","description":"The shift label of the shiftItem.","nullable":true},"notes":{"type":"string","description":"The shift notes for the shiftItem.","nullable":true},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.openShiftItem":"#/components/schemas/microsoft.graph.openShiftItem"}}}]},"microsoft.graph.shiftAvailability":{"title":"shiftAvailability","required":["@odata.type"],"type":"object","properties":{"recurrence":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.patternedRecurrence"},{"type":"object","nullable":true}],"description":"Specifies the pattern for recurrence"},"timeSlots":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.timeRange"},"description":"The time slot(s) preferred by the user."},"timeZone":{"type":"string","description":"Specifies the time zone for the indicated time.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.timeCardBreak":{"title":"timeCardBreak","required":["@odata.type"],"type":"object","properties":{"breakId":{"type":"string","description":"ID of the timeCardBreak.","nullable":true},"end":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.timeCardEvent"},{"type":"object","nullable":true}],"description":"The start event of the timeCardBreak."},"notes":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.itemBody"},{"type":"object","nullable":true}],"description":"Notes about the timeCardBreak."},"start":{"$ref":"#/components/schemas/microsoft.graph.timeCardEvent"},"@odata.type":{"type":"string"}}},"microsoft.graph.timeCardEvent":{"title":"timeCardEvent","required":["@odata.type"],"type":"object","properties":{"dateTime":{"pattern":"^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$","type":"string","description":"The time the entry is recorded.","format":"date-time"},"isAtApprovedLocation":{"type":"boolean","description":"Indicates whether this action happens at an approved location.","nullable":true},"notes":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.itemBody"},{"type":"object","nullable":true}],"description":"Notes about the timeCardEvent."},"@odata.type":{"type":"string"}}},"microsoft.graph.confirmedBy":{"title":"confirmedBy","enum":["none","user","manager","unknownFutureValue"],"type":"string","x-ms-enum-flags":{"isFlags":true}},"microsoft.graph.timeCardEntry":{"title":"timeCardEntry","required":["@odata.type"],"type":"object","properties":{"breaks":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.timeCardBreak"},"description":"The clock-in event of the timeCard."},"clockInEvent":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.timeCardEvent"},{"type":"object","nullable":true}],"description":"The clock-out event of the timeCard."},"clockOutEvent":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.timeCardEvent"},{"type":"object","nullable":true}],"description":"The list of breaks associated with the timeCard."},"@odata.type":{"type":"string"}}},"microsoft.graph.timeCardState":{"title":"timeCardState","enum":["clockedIn","onBreak","clockedOut","unknownFutureValue"],"type":"string"},"microsoft.graph.timeOffItem":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.scheduleEntity"},{"title":"timeOffItem","required":["@odata.type"],"type":"object","properties":{"timeOffReasonId":{"type":"string","description":"ID of the timeOffReason for this timeOffItem. Required.","nullable":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.timeOffItem"},"microsoft.graph.timeOffReasonIconType":{"title":"timeOffReasonIconType","enum":["none","car","calendar","running","plane","firstAid","doctor","notWorking","clock","juryDuty","globe","cup","phone","weather","umbrella","piggyBank","dog","cake","trafficCone","pin","sunny","unknownFutureValue"],"type":"string"},"microsoft.graph.eligibilityFilteringEnabledEntities":{"title":"eligibilityFilteringEnabledEntities","enum":["none","swapRequest","offerShiftRequest","unknownFutureValue","timeOffReason"],"type":"string","x-ms-enum-flags":{"isFlags":true}},"microsoft.graph.workforceIntegrationEncryption":{"title":"workforceIntegrationEncryption","required":["@odata.type"],"type":"object","properties":{"protocol":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.workforceIntegrationEncryptionProtocol"},{"type":"object","nullable":true}],"description":"The possible values are: sharedSecret, unknownFutureValue."},"secret":{"type":"string","description":"Encryption shared secret.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.workforceIntegrationSupportedEntities":{"title":"workforceIntegrationSupportedEntities","enum":["none","shift","swapRequest","userShiftPreferences","openShift","openShiftRequest","offerShiftRequest","unknownFutureValue","timeCard","timeOffReason","timeOff","timeOffRequest"],"type":"string","x-ms-enum-flags":{"isFlags":true}},"microsoft.graph.channelLayoutType":{"title":"channelLayoutType","enum":["post","chat","unknownFutureValue"],"type":"string"},"microsoft.graph.channelMembershipType":{"title":"channelMembershipType","enum":["standard","private","unknownFutureValue","shared"],"type":"string"},"microsoft.graph.channelSummary":{"title":"channelSummary","required":["@odata.type"],"type":"object","properties":{"guestsCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Count of guests in a channel.","format":"int32","nullable":true},"hasMembersFromOtherTenants":{"type":"boolean","description":"Indicates whether external members are included on the channel.","nullable":true},"membersCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Count of members in a channel.","format":"int32","nullable":true},"ownersCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Count of owners in a channel.","format":"int32","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.chatMessageAttachment":{"title":"chatMessageAttachment","required":["@odata.type"],"type":"object","properties":{"content":{"type":"string","description":"The content of the attachment. If the attachment is a rich card, set the property to the rich card object. This property and contentUrl are mutually exclusive.","nullable":true},"contentType":{"type":"string","description":"The media type of the content attachment. The possible values are: reference: The attachment is a link to another file. Populate the contentURL with the link to the object.forwardedMessageReference: The attachment is a reference to a forwarded message. Populate the content with the original message context.Any contentType that is supported by the Bot Framework's Attachment object.application/vnd.microsoft.card.codesnippet: A code snippet. application/vnd.microsoft.card.announcement: An announcement header.","nullable":true},"contentUrl":{"type":"string","description":"The URL for the content of the attachment.","nullable":true},"id":{"type":"string","description":"Read-only. The unique ID of the attachment.","nullable":true},"name":{"type":"string","description":"The name of the attachment.","nullable":true},"teamsAppId":{"type":"string","description":"The ID of the Teams app that is associated with the attachment. The property is used to attribute a Teams message card to the specified app.","nullable":true},"thumbnailUrl":{"type":"string","description":"The URL to a thumbnail image that the channel can use if it supports using an alternative, smaller form of content or contentUrl. For example, if you set contentType to application/word and set contentUrl to the location of the Word document, you might include a thumbnail image that represents the document. The channel could display the thumbnail image instead of the document. When the user selects the image, the channel would open the document.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.channelIdentity":{"title":"channelIdentity","required":["@odata.type"],"type":"object","properties":{"channelId":{"type":"string","description":"The identity of the channel in which the message was posted.","nullable":true},"teamId":{"type":"string","description":"The identity of the team in which the message was posted.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.eventMessageDetail":{"title":"eventMessageDetail","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.callEndedEventMessageDetail":"#/components/schemas/microsoft.graph.callEndedEventMessageDetail","#microsoft.graph.callRecordingEventMessageDetail":"#/components/schemas/microsoft.graph.callRecordingEventMessageDetail","#microsoft.graph.callStartedEventMessageDetail":"#/components/schemas/microsoft.graph.callStartedEventMessageDetail","#microsoft.graph.callTranscriptEventMessageDetail":"#/components/schemas/microsoft.graph.callTranscriptEventMessageDetail","#microsoft.graph.channelAddedEventMessageDetail":"#/components/schemas/microsoft.graph.channelAddedEventMessageDetail","#microsoft.graph.channelDeletedEventMessageDetail":"#/components/schemas/microsoft.graph.channelDeletedEventMessageDetail","#microsoft.graph.channelDescriptionUpdatedEventMessageDetail":"#/components/schemas/microsoft.graph.channelDescriptionUpdatedEventMessageDetail","#microsoft.graph.channelRenamedEventMessageDetail":"#/components/schemas/microsoft.graph.channelRenamedEventMessageDetail","#microsoft.graph.channelSetAsFavoriteByDefaultEventMessageDetail":"#/components/schemas/microsoft.graph.channelSetAsFavoriteByDefaultEventMessageDetail","#microsoft.graph.channelUnsetAsFavoriteByDefaultEventMessageDetail":"#/components/schemas/microsoft.graph.channelUnsetAsFavoriteByDefaultEventMessageDetail","#microsoft.graph.chatRenamedEventMessageDetail":"#/components/schemas/microsoft.graph.chatRenamedEventMessageDetail","#microsoft.graph.conversationMemberRoleUpdatedEventMessageDetail":"#/components/schemas/microsoft.graph.conversationMemberRoleUpdatedEventMessageDetail","#microsoft.graph.meetingPolicyUpdatedEventMessageDetail":"#/components/schemas/microsoft.graph.meetingPolicyUpdatedEventMessageDetail","#microsoft.graph.membersAddedEventMessageDetail":"#/components/schemas/microsoft.graph.membersAddedEventMessageDetail","#microsoft.graph.membersDeletedEventMessageDetail":"#/components/schemas/microsoft.graph.membersDeletedEventMessageDetail","#microsoft.graph.membersJoinedEventMessageDetail":"#/components/schemas/microsoft.graph.membersJoinedEventMessageDetail","#microsoft.graph.membersLeftEventMessageDetail":"#/components/schemas/microsoft.graph.membersLeftEventMessageDetail","#microsoft.graph.messagePinnedEventMessageDetail":"#/components/schemas/microsoft.graph.messagePinnedEventMessageDetail","#microsoft.graph.messageUnpinnedEventMessageDetail":"#/components/schemas/microsoft.graph.messageUnpinnedEventMessageDetail","#microsoft.graph.tabUpdatedEventMessageDetail":"#/components/schemas/microsoft.graph.tabUpdatedEventMessageDetail","#microsoft.graph.teamArchivedEventMessageDetail":"#/components/schemas/microsoft.graph.teamArchivedEventMessageDetail","#microsoft.graph.teamCreatedEventMessageDetail":"#/components/schemas/microsoft.graph.teamCreatedEventMessageDetail","#microsoft.graph.teamDescriptionUpdatedEventMessageDetail":"#/components/schemas/microsoft.graph.teamDescriptionUpdatedEventMessageDetail","#microsoft.graph.teamJoiningDisabledEventMessageDetail":"#/components/schemas/microsoft.graph.teamJoiningDisabledEventMessageDetail","#microsoft.graph.teamJoiningEnabledEventMessageDetail":"#/components/schemas/microsoft.graph.teamJoiningEnabledEventMessageDetail","#microsoft.graph.teamRenamedEventMessageDetail":"#/components/schemas/microsoft.graph.teamRenamedEventMessageDetail","#microsoft.graph.teamsAppInstalledEventMessageDetail":"#/components/schemas/microsoft.graph.teamsAppInstalledEventMessageDetail","#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.chatMessageImportance":{"title":"chatMessageImportance","enum":["normal","high","urgent","unknownFutureValue"],"type":"string"},"microsoft.graph.chatMessageMention":{"title":"chatMessageMention","required":["@odata.type"],"type":"object","properties":{"id":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Index of an entity being mentioned in the specified chatMessage. Matches the {index} value in the corresponding <at id='{index}'> tag in the message body.","format":"int32","nullable":true},"mentioned":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.chatMessageMentionedIdentitySet"},{"type":"object","nullable":true}],"description":"The entity (user, application, team, channel, or chat) that was @mentioned."},"mentionText":{"type":"string","description":"String used to represent the mention. For example, a user's display name, a team name.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.chatMessageHistoryItem":{"title":"chatMessageHistoryItem","required":["@odata.type"],"type":"object","properties":{"actions":{"$ref":"#/components/schemas/microsoft.graph.chatMessageActions"},"modifiedDateTime":{"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 message was modified.","format":"date-time"},"reaction":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.chatMessageReaction"},{"type":"object","nullable":true}],"description":"The reaction in the modified message."},"@odata.type":{"type":"string"}}},"microsoft.graph.chatMessageType":{"title":"chatMessageType","enum":["message","chatEvent","typing","unknownFutureValue","systemEventMessage"],"type":"string"},"microsoft.graph.chatMessagePolicyViolation":{"title":"chatMessagePolicyViolation","required":["@odata.type"],"type":"object","properties":{"dlpAction":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.chatMessagePolicyViolationDlpActionTypes"},{"type":"object","nullable":true}],"description":"The action taken by the DLP provider on the message with sensitive content. Supported values are: NoneNotifySender -- Inform the sender of the violation but allow readers to read the message.BlockAccess -- Block readers from reading the message.BlockAccessExternal -- Block users outside the organization from reading the message, while allowing users within the organization to read the message."},"justificationText":{"type":"string","description":"Justification text provided by the sender of the message when overriding a policy violation.","nullable":true},"policyTip":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.chatMessagePolicyViolationPolicyTip"},{"type":"object","nullable":true}],"description":"Information to display to the message sender about why the message was flagged as a violation."},"userAction":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.chatMessagePolicyViolationUserActionTypes"},{"type":"object","nullable":true}],"description":"Indicates the action taken by the user on a message blocked by the DLP provider. Supported values are: NoneOverrideReportFalsePositiveWhen the DLP provider is updating the message for blocking sensitive content, userAction isn't required."},"verdictDetails":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.chatMessagePolicyViolationVerdictDetailsTypes"},{"type":"object","nullable":true}],"description":"Indicates what actions the sender may take in response to the policy violation. Supported values are: NoneAllowFalsePositiveOverride -- Allows the sender to declare the policyViolation to be an error in the DLP app and its rules, and allow readers to see the message again if the dlpAction hides it.AllowOverrideWithoutJustification -- Allows the sender to override the DLP violation and allow readers to see the message again if the dlpAction hides it, without needing to provide an explanation for doing so. AllowOverrideWithJustification -- Allows the sender to override the DLP violation and allow readers to see the message again if the dlpAction hides it, after providing an explanation for doing so.AllowOverrideWithoutJustification and AllowOverrideWithJustification are mutually exclusive."},"@odata.type":{"type":"string"}}},"microsoft.graph.chatMessageReaction":{"title":"chatMessageReaction","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","description":"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"},"displayName":{"type":"string","description":"The name of the reaction.","nullable":true},"reactionContentUrl":{"type":"string","description":"The hosted content URL for the custom reaction type.","nullable":true},"reactionType":{"type":"string","description":"The reaction type. Supported values include Unicode characters, custom, and some backward-compatible reaction types, such as like, angry, sad, laugh, heart, and surprised."},"user":{"$ref":"#/components/schemas/microsoft.graph.chatMessageReactionIdentitySet"},"@odata.type":{"type":"string"}}},"microsoft.graph.cloudClipboardItemPayload":{"title":"cloudClipboardItemPayload","required":["@odata.type"],"type":"object","properties":{"content":{"type":"string","description":"The formatName version of the value of a cloud clipboard encoded in base64."},"formatName":{"type":"string","description":"For a list of possible values see formatName values."},"@odata.type":{"type":"string"}}},"microsoft.graph.cloudPcAuditActivityOperationType":{"title":"cloudPcAuditActivityOperationType","enum":["create","delete","patch","unknownFutureValue"],"type":"string"},"microsoft.graph.cloudPcAuditActivityResult":{"title":"cloudPcAuditActivityResult","enum":["success","clientError","failure","timeout","unknownFutureValue"],"type":"string"},"microsoft.graph.cloudPcAuditActor":{"title":"cloudPcAuditActor","required":["@odata.type"],"type":"object","properties":{"applicationDisplayName":{"type":"string","description":"Name of the application.","nullable":true},"applicationId":{"type":"string","description":"Microsoft Entra application ID.","nullable":true},"ipAddress":{"type":"string","description":"IP address.","nullable":true},"remoteTenantId":{"type":"string","description":"The delegated partner tenant ID.","nullable":true},"remoteUserId":{"type":"string","description":"The delegated partner user ID.","nullable":true},"servicePrincipalName":{"type":"string","description":"Service Principal Name (SPN).","nullable":true},"userId":{"type":"string","description":"Microsoft Entra user ID.","nullable":true},"userPermissions":{"type":"array","items":{"type":"string"},"description":"List of user permissions and application permissions when the audit event was performed."},"userPrincipalName":{"type":"string","description":"User Principal Name (UPN).","nullable":true},"userRoleScopeTags":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.cloudPcUserRoleScopeTagInfo"},"description":"List of role scope tags."},"@odata.type":{"type":"string"}}},"microsoft.graph.cloudPcAuditCategory":{"title":"cloudPcAuditCategory","enum":["cloudPC","unknownFutureValue"],"type":"string"},"microsoft.graph.cloudPcAuditResource":{"title":"cloudPcAuditResource","required":["@odata.type"],"type":"object","properties":{"displayName":{"type":"string","description":"The display name of the modified resource entity.","nullable":true},"modifiedProperties":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.cloudPcAuditProperty"},"description":"The list of modified properties."},"resourceId":{"type":"string","description":"The unique identifier of the modified resource entity."},"@odata.type":{"type":"string"}}},"microsoft.graph.cloudPcDeviceImageErrorCode":{"title":"cloudPcDeviceImageErrorCode","enum":["internalServerError","sourceImageNotFound","osVersionNotSupported","sourceImageInvalid","sourceImageNotGeneralized","unknownFutureValue","vmAlreadyAzureAdjoined","paidSourceImageNotSupport","sourceImageNotSupportCustomizeVMName","sourceImageSizeExceedsLimitation"],"type":"string"},"microsoft.graph.cloudPcDeviceImageOsStatus":{"title":"cloudPcDeviceImageOsStatus","enum":["supported","supportedWithWarning","unknown","unknownFutureValue"],"type":"string"},"microsoft.graph.cloudPcDeviceImageStatus":{"title":"cloudPcDeviceImageStatus","enum":["pending","ready","failed","unknownFutureValue"],"type":"string"},"microsoft.graph.cloudPcGalleryImageStatus":{"title":"cloudPcGalleryImageStatus","enum":["supported","supportedWithWarning","notSupported","unknownFutureValue"],"type":"string"},"microsoft.graph.cloudPcOnPremisesConnectionType":{"title":"cloudPcOnPremisesConnectionType","enum":["hybridAzureADJoin","azureADJoin","unknownFutureValue"],"type":"string"},"microsoft.graph.cloudPcOnPremisesConnectionStatus":{"title":"cloudPcOnPremisesConnectionStatus","enum":["pending","running","passed","failed","warning","informational","unknownFutureValue"],"type":"string"},"microsoft.graph.cloudPcOnPremisesConnectionStatusDetail":{"title":"cloudPcOnPremisesConnectionStatusDetail","required":["@odata.type"],"type":"object","properties":{"endDateTime":{"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 time of the connection health check. The Timestamp  is shown in ISO 8601 format and Coordinated Universal Time (UTC). For example, midnight UTC on Jan 1, 2014 appears as 2014-01-01T00:00:00Z. Read-Only.","format":"date-time"},"healthChecks":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.cloudPcOnPremisesConnectionHealthCheck"},"description":"A list of all checks that have been run on the connection. Read-Only."},"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 start time of the health check. The timestamp is shown in ISO 8601 format and Coordinated Universal Time (UTC). For example, midnight UTC on Jan 1, 2014 appear as 2014-01-01T00:00:00Z. Read-Only.","format":"date-time"},"@odata.type":{"type":"string"}}},"microsoft.graph.cloudPcProvisioningPolicyAutopatch":{"title":"cloudPcProvisioningPolicyAutopatch","required":["@odata.type"],"type":"object","properties":{"autopatchGroupId":{"type":"string","description":"The unique identifier (ID) of a Windows Autopatch group. An Autopatch group is a logical container or unit that groups several Microsoft Entra groups and software update policies. Devices with the same Autopatch group ID share unified software update management. The default value is null that indicates that no Autopatch group is associated with the provisioning policy.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.cloudPcDomainJoinConfiguration":{"title":"cloudPcDomainJoinConfiguration","required":["@odata.type"],"type":"object","properties":{"domainJoinType":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.cloudPcDomainJoinType"},{"type":"object","nullable":true}],"description":"Specifies the method by which the provisioned Cloud PC joins Microsoft Entra ID. If you choose the hybridAzureADJoin type, only provide a value for the onPremisesConnectionId property and leave the regionName property empty. If you choose the azureADJoin type, provide a value for either the onPremisesConnectionId or the regionName property. The possible values are: azureADJoin, hybridAzureADJoin, unknownFutureValue."},"onPremisesConnectionId":{"type":"string","description":"The Azure network connection ID that matches the virtual network IT admins want the provisioning policy to use when they create Cloud PCs. You can use this property in both domain join types: Azure AD joined or Hybrid Microsoft Entra joined. If you enter an onPremisesConnectionId, leave the regionName property empty.","nullable":true},"regionGroup":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.cloudPcRegionGroup"},{"type":"object","nullable":true}],"description":"The logical geographic group this region belongs to. Multiple regions can belong to one region group. A customer can select a regionGroup when they provision a Cloud PC, and the Cloud PC is put in one of the regions in the group based on resource status. For example, the Europe region group contains the Northern Europe and Western Europe regions. Read-only."},"regionName":{"type":"string","description":"The supported Azure region where the IT admin wants the provisioning policy to create Cloud PCs. Within this region, the Windows 365 service creates and manages the underlying virtual network. This option is available only when the IT admin selects Microsoft Entra joined as the domain join type. If you enter a regionName, leave the onPremisesConnectionId property empty.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.cloudPcProvisioningPolicyImageType":{"title":"cloudPcProvisioningPolicyImageType","enum":["gallery","custom","unknownFutureValue"],"type":"string"},"microsoft.graph.microsoftManagedDesktop":{"title":"microsoftManagedDesktop","required":["@odata.type"],"type":"object","properties":{"managedType":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.microsoftManagedDesktopType"},{"type":"object","nullable":true}],"description":"Indicates the provisioning policy associated with Microsoft Managed Desktop settings. The possible values are: notManaged, premiumManaged, standardManaged, starterManaged, unknownFutureValue. The default is notManaged."},"profile":{"type":"string","description":"The name of the Microsoft Managed Desktop profile that the Windows 365 Cloud PC is associated with.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.cloudPcWindowsSetting":{"title":"cloudPcWindowsSetting","required":["@odata.type"],"type":"object","properties":{"locale":{"type":"string","description":"The Windows language or region tag to use for language pack configuration and localization of the Cloud PC. The default value is en-US, which corresponds to English (United States).","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.cloudPcManagementAssignmentTarget":{"title":"cloudPcManagementAssignmentTarget","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.cloudPcManagementGroupAssignmentTarget":"#/components/schemas/microsoft.graph.cloudPcManagementGroupAssignmentTarget"}}},"microsoft.graph.cloudPcRestorePointSetting":{"title":"cloudPcRestorePointSetting","required":["@odata.type"],"type":"object","properties":{"frequencyType":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.cloudPcRestorePointFrequencyType"},{"type":"object","nullable":true}],"description":"The time interval in hours to take snapshots (restore points) of a Cloud PC automatically. The possible values are: default, fourHours, sixHours, twelveHours, sixteenHours, twentyFourHours, unknownFutureValue. The default value is default that indicates that the time interval for automatic capturing of restore point snapshots is set to 12 hours."},"userRestoreEnabled":{"type":"boolean","description":"If true, the user has the ability to use snapshots to restore Cloud PCs. If false, non-admin users can't use snapshots to restore the Cloud PC.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.booleanColumn":{"title":"booleanColumn","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}}},"microsoft.graph.calculatedColumn":{"title":"calculatedColumn","required":["@odata.type"],"type":"object","properties":{"format":{"type":"string","description":"For dateTime output types, the format of the value. The possible values are: dateOnly or dateTime.","nullable":true},"formula":{"type":"string","description":"The formula used to compute the value for this column.","nullable":true},"outputType":{"type":"string","description":"The output type used to format values in this column. The possible values are: boolean, currency, dateTime, number, or text.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.choiceColumn":{"title":"choiceColumn","required":["@odata.type"],"type":"object","properties":{"allowTextEntry":{"type":"boolean","description":"If true, allows custom values that aren't in the configured choices.","nullable":true},"choices":{"type":"array","items":{"type":"string","nullable":true},"description":"The list of values available for this column."},"displayAs":{"type":"string","description":"How the choices are to be presented in the UX. Must be one of checkBoxes, dropDownMenu, or radioButtons","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.contentApprovalStatusColumn":{"title":"contentApprovalStatusColumn","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}}},"microsoft.graph.currencyColumn":{"title":"currencyColumn","required":["@odata.type"],"type":"object","properties":{"locale":{"type":"string","description":"Specifies the locale from which to infer the currency symbol.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.dateTimeColumn":{"title":"dateTimeColumn","required":["@odata.type"],"type":"object","properties":{"displayAs":{"type":"string","description":"How the value should be presented in the UX. Must be one of default, friendly, or standard. See below for more details. If unspecified, treated as default.","nullable":true},"format":{"type":"string","description":"Indicates whether the value should be presented as a date only or a date and time. Must be one of dateOnly or dateTime","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.defaultColumnValue":{"title":"defaultColumnValue","required":["@odata.type"],"type":"object","properties":{"formula":{"type":"string","description":"The formula used to compute the default value for the column.","nullable":true},"value":{"type":"string","description":"The direct value to use as the default value for the column.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.geolocationColumn":{"title":"geolocationColumn","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}}},"microsoft.graph.hyperlinkOrPictureColumn":{"title":"hyperlinkOrPictureColumn","required":["@odata.type"],"type":"object","properties":{"isPicture":{"type":"boolean","description":"Specifies whether the display format used for URL columns is an image or a hyperlink.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.lookupColumn":{"title":"lookupColumn","required":["@odata.type"],"type":"object","properties":{"allowMultipleValues":{"type":"boolean","description":"Indicates whether multiple values can be selected from the source.","nullable":true},"allowUnlimitedLength":{"type":"boolean","description":"Indicates whether values in the column should be able to exceed the standard limit of 255 characters.","nullable":true},"columnName":{"type":"string","description":"The name of the lookup source column.","nullable":true},"listId":{"type":"string","description":"The unique identifier of the lookup source list.","nullable":true},"primaryLookupColumnId":{"type":"string","description":"If specified, this column is a secondary lookup, pulling an additional field from the list item looked up by the primary lookup. Use the list item looked up by the primary as the source for the column named here.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.numberColumn":{"title":"numberColumn","required":["@odata.type"],"type":"object","properties":{"decimalPlaces":{"type":"string","description":"How many decimal places to display. See below for information about the possible values.","nullable":true},"displayAs":{"type":"string","description":"How the value should be presented in the UX. Must be one of number or percentage. If unspecified, treated as number.","nullable":true},"maximum":{"oneOf":[{"type":"number","format":"double","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"The maximum permitted value."},"minimum":{"oneOf":[{"type":"number","format":"double","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"The minimum permitted value."},"@odata.type":{"type":"string"}}},"microsoft.graph.personOrGroupColumn":{"title":"personOrGroupColumn","required":["@odata.type"],"type":"object","properties":{"allowMultipleSelection":{"type":"boolean","description":"Indicates whether multiple values can be selected from the source.","nullable":true},"chooseFromType":{"type":"string","description":"Whether to allow selection of people only, or people and groups. Must be one of peopleAndGroups or peopleOnly.","nullable":true},"displayAs":{"type":"string","description":"How to display the information about the person or group chosen. See below.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.termColumn":{"title":"termColumn","required":["@odata.type"],"type":"object","properties":{"allowMultipleValues":{"type":"boolean","description":"Specifies whether the column allows more than one value.","nullable":true},"showFullyQualifiedName":{"type":"boolean","description":"Specifies whether to display the entire term path or only the term label.","nullable":true},"parentTerm":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.termStore.term"},{"type":"object","nullable":true}],"x-ms-navigationProperty":true},"termSet":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.termStore.set"},{"type":"object","nullable":true}],"x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}},"microsoft.graph.textColumn":{"title":"textColumn","required":["@odata.type"],"type":"object","properties":{"allowMultipleLines":{"type":"boolean","description":"Whether to allow multiple lines of text.","nullable":true},"appendChangesToExistingText":{"type":"boolean","description":"Whether updates to this column should replace existing text, or append to it.","nullable":true},"linesForEditing":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The size of the text box.","format":"int32","nullable":true},"maxLength":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The maximum number of characters for the value.","format":"int32","nullable":true},"textType":{"type":"string","description":"The type of text being stored. Must be one of plain or richText","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.thumbnailColumn":{"title":"thumbnailColumn","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}}},"microsoft.graph.columnTypes":{"title":"columnTypes","enum":["note","text","choice","multichoice","number","currency","dateTime","lookup","boolean","user","url","calculated","location","geolocation","term","multiterm","thumbnail","approvalStatus","unknownFutureValue"],"type":"string"},"microsoft.graph.columnValidation":{"title":"columnValidation","required":["@odata.type"],"type":"object","properties":{"defaultLanguage":{"type":"string","description":"Default BCP 47 language tag for the description.","nullable":true},"descriptions":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.displayNameLocalization"},"description":"Localized messages that explain what is needed for this column's value to be considered valid. User will be prompted with this message if validation fails."},"formula":{"type":"string","description":"The formula to validate column value. For examples, see Examples of common formulas in lists.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.operationStatus":{"title":"operationStatus","enum":["NotStarted","Running","Completed","Failed"],"type":"string"},"microsoft.graph.sendDtmfCompletionReason":{"title":"sendDtmfCompletionReason","enum":["unknown","completedSuccessfully","mediaOperationCanceled","unknownFutureValue"],"type":"string"},"microsoft.graph.communityPrivacy":{"title":"communityPrivacy","enum":["public","private","unknownFutureValue"],"type":"string","description":"Types of communityPrivacy.","x-ms-enum":{"name":"communityPrivacy","modelAsString":false,"values":[{"value":"public","description":"Any user from the tenant can join and participate in the community.","name":"public"},{"value":"private","description":"A community administrator must add tenant users to the community before they can participate.","name":"private"},{"value":"unknownFutureValue","description":"A marker value for members added after the release of this API.","name":"unknownFutureValue"}]}},"microsoft.graph.complianceManagementPartnerAssignment":{"title":"complianceManagementPartnerAssignment","required":["@odata.type"],"type":"object","properties":{"target":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.deviceAndAppManagementAssignmentTarget"},{"type":"object","nullable":true}],"description":"Group assignment target."},"@odata.type":{"type":"string"}},"description":"User group targeting for Compliance Management Partner"},"microsoft.graph.deviceManagementPartnerTenantState":{"title":"deviceManagementPartnerTenantState","enum":["unknown","unavailable","enabled","terminated","rejected","unresponsive"],"type":"string","description":"Partner state of this tenant.","x-ms-enum":{"name":"deviceManagementPartnerTenantState","modelAsString":false,"values":[{"value":"unknown","description":"Partner state is unknown.","name":"unknown"},{"value":"unavailable","description":"Partner is unavailable.","name":"unavailable"},{"value":"enabled","description":"Partner is enabled.","name":"enabled"},{"value":"terminated","description":"Partner connection is terminated.","name":"terminated"},{"value":"rejected","description":"Partner messages are rejected.","name":"rejected"},{"value":"unresponsive","description":"Partner is unresponsive.","name":"unresponsive"}]}},"microsoft.graph.conditionalAccessPolicyDetail":{"title":"conditionalAccessPolicyDetail","required":["@odata.type"],"type":"object","properties":{"conditions":{"$ref":"#/components/schemas/microsoft.graph.conditionalAccessConditionSet"},"grantControls":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.conditionalAccessGrantControls"},{"type":"object","nullable":true}],"description":"Represents grant controls that must be fulfilled for the policy."},"sessionControls":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.conditionalAccessSessionControls"},{"type":"object","nullable":true}],"description":"Represents a complex type of session controls that is enforced after sign-in."},"@odata.type":{"type":"string"}}},"microsoft.graph.templateScenarios":{"title":"templateScenarios","enum":["new","secureFoundation","zeroTrust","remoteWork","protectAdmins","emergingThreats","unknownFutureValue"],"type":"string","x-ms-enum-flags":{"isFlags":true}},"microsoft.graph.identitySource":{"title":"identitySource","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.azureActiveDirectoryTenant":"#/components/schemas/microsoft.graph.azureActiveDirectoryTenant","#microsoft.graph.crossCloudAzureActiveDirectoryTenant":"#/components/schemas/microsoft.graph.crossCloudAzureActiveDirectoryTenant","#microsoft.graph.domainIdentitySource":"#/components/schemas/microsoft.graph.domainIdentitySource","#microsoft.graph.externalDomainFederation":"#/components/schemas/microsoft.graph.externalDomainFederation","#microsoft.graph.socialIdentitySource":"#/components/schemas/microsoft.graph.socialIdentitySource"}}},"microsoft.graph.connectedOrganizationState":{"title":"connectedOrganizationState","enum":["configured","proposed","unknownFutureValue"],"type":"string"},"microsoft.graph.processContentRequest":{"title":"processContentRequest","required":["@odata.type"],"type":"object","properties":{"activityMetadata":{"$ref":"#/components/schemas/microsoft.graph.activityMetadata"},"contentEntries":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.processContentMetadataBase"},"description":"A collection of content entries to be processed. Each entry contains the content itself and its metadata. Use conversation metadata for content like prompts and responses and file metadata for files. Required."},"deviceMetadata":{"$ref":"#/components/schemas/microsoft.graph.deviceMetadata"},"integratedAppMetadata":{"$ref":"#/components/schemas/microsoft.graph.integratedApplicationMetadata"},"protectedAppMetadata":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.protectedApplicationMetadata"},{"type":"object","nullable":true}],"description":"Metadata about the protected application making the request. Required."},"@odata.type":{"type":"string"}}},"microsoft.graph.documentSet":{"title":"documentSet","required":["@odata.type"],"type":"object","properties":{"allowedContentTypes":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.contentTypeInfo"},"description":"Content types allowed in document set."},"defaultContents":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.documentSetContent"},"description":"Default contents of document set."},"propagateWelcomePageChanges":{"type":"boolean","description":"Specifies whether to push welcome page changes to inherited content types.","nullable":true},"shouldPrefixNameToFile":{"type":"boolean","description":"Indicates whether to add the name of the document set to each file name.","nullable":true},"welcomePageUrl":{"type":"string","description":"Welcome page absolute URL.","nullable":true},"sharedColumns":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.columnDefinition"},"x-ms-navigationProperty":true},"welcomePageColumns":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.columnDefinition"},"x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}},"microsoft.graph.documentSetContent":{"title":"documentSetContent","required":["@odata.type"],"type":"object","properties":{"contentType":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.contentTypeInfo"},{"type":"object","nullable":true}],"description":"Content type information of the file."},"fileName":{"type":"string","description":"Name of the file in resource folder that should be added as a default content or a template in the document set.","nullable":true},"folderName":{"type":"string","description":"Folder name in which the file will be placed when a new document set is created in the library.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.contentTypeOrder":{"title":"contentTypeOrder","required":["@odata.type"],"type":"object","properties":{"default":{"type":"boolean","description":"Indicates whether this is the default content type","nullable":true},"position":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Specifies the position in which the content type appears in the selection UI.","format":"int32","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.accessPackageSuggestionRelatedPeopleInsightLevel":{"title":"accessPackageSuggestionRelatedPeopleInsightLevel","enum":["disabled","count","countAndNames","unknownFutureValue"],"type":"string"},"microsoft.graph.packageStatus":{"title":"packageStatus","enum":["none","some","all","unknownFutureValue"],"type":"string"},"microsoft.graph.packageType":{"title":"packageType","enum":["microsoft","external","shared","custom","unknownFutureValue"],"type":"string"},"microsoft.graph.packageAccessEntity":{"title":"packageAccessEntity","required":["@odata.type"],"type":"object","properties":{"resourceId":{"type":"string"},"resourceType":{"$ref":"#/components/schemas/microsoft.graph.accessEntityType"},"@odata.type":{"type":"string"}}},"microsoft.graph.packageElementDetail":{"title":"packageElementDetail","required":["@odata.type"],"type":"object","properties":{"elements":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.packageElement"}},"elementType":{"type":"string","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.crossTenantAccessPolicyAppServiceConnectSetting":{"title":"crossTenantAccessPolicyAppServiceConnectSetting","required":["@odata.type"],"type":"object","properties":{"applications":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.crossTenantAccessPolicyTargetConfiguration"},{"type":"object","nullable":true}],"description":"Defines the target applications that are allowed for inbound app service connect across tenant boundaries."},"@odata.type":{"type":"string"}}},"microsoft.graph.inboundOutboundPolicyConfiguration":{"title":"inboundOutboundPolicyConfiguration","required":["@odata.type"],"type":"object","properties":{"inboundAllowed":{"type":"boolean","description":"Defines whether external users coming inbound are allowed.","nullable":true},"outboundAllowed":{"type":"boolean","description":"Defines whether internal users are allowed to go outbound.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.crossTenantAccessPolicyB2BSetting":{"title":"crossTenantAccessPolicyB2BSetting","required":["@odata.type"],"type":"object","properties":{"applications":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.crossTenantAccessPolicyTargetConfiguration"},{"type":"object","nullable":true}],"description":"The list of applications targeted with your cross-tenant access policy."},"usersAndGroups":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.crossTenantAccessPolicyTargetConfiguration"},{"type":"object","nullable":true}],"description":"The list of users and groups targeted with your cross-tenant access policy."},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.crossTenantAccessPolicyTenantRestrictions":"#/components/schemas/microsoft.graph.crossTenantAccessPolicyTenantRestrictions"}}},"microsoft.graph.crossTenantAccessPolicyInboundTrust":{"title":"crossTenantAccessPolicyInboundTrust","required":["@odata.type"],"type":"object","properties":{"isCompliantDeviceAccepted":{"type":"boolean","description":"Specifies whether compliant devices from external Microsoft Entra organizations are trusted.","nullable":true},"isHybridAzureADJoinedDeviceAccepted":{"type":"boolean","description":"Specifies whether Microsoft Entra hybrid joined devices from external Microsoft Entra organizations are trusted.","nullable":true},"isMfaAccepted":{"type":"boolean","description":"Specifies whether MFA from external Microsoft Entra organizations is trusted.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.defaultInvitationRedemptionIdentityProviderConfiguration":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.invitationRedemptionIdentityProviderConfiguration"},{"title":"defaultInvitationRedemptionIdentityProviderConfiguration","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.defaultInvitationRedemptionIdentityProviderConfiguration"},"microsoft.graph.crossTenantAccessPolicyM365CollaborationInboundSetting":{"title":"crossTenantAccessPolicyM365CollaborationInboundSetting","required":["@odata.type"],"type":"object","properties":{"users":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.crossTenantAccessPolicyTargetConfiguration"},{"type":"object","nullable":true}],"description":"Defines the target users from other organizations who are allowed inbound Microsoft 365 collaboration with your organization."},"@odata.type":{"type":"string"}}},"microsoft.graph.crossTenantAccessPolicyM365CollaborationOutboundSetting":{"title":"crossTenantAccessPolicyM365CollaborationOutboundSetting","required":["@odata.type"],"type":"object","properties":{"usersAndGroups":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.crossTenantAccessPolicyTargetConfiguration"},{"type":"object","nullable":true}],"description":"Defines the target users and groups in your organization who are allowed outbound Microsoft 365 collaboration with external organizations."},"@odata.type":{"type":"string"}}},"microsoft.graph.crossTenantAccessPolicyTenantRestrictions":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.crossTenantAccessPolicyB2BSetting"},{"title":"crossTenantAccessPolicyTenantRestrictions","required":["@odata.type"],"type":"object","properties":{"devices":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.devicesFilter"},{"type":"object","nullable":true}],"description":"Defines the rule for filtering devices and whether devices that satisfy the rule should be allowed or blocked. This property isn't supported on the server side yet."},"@odata.type":{"type":"string","default":"#microsoft.graph.crossTenantAccessPolicyTenantRestrictions"}}}],"x-ms-discriminator-value":"#microsoft.graph.crossTenantAccessPolicyTenantRestrictions"},"microsoft.graph.customExtensionAuthenticationConfiguration":{"title":"customExtensionAuthenticationConfiguration","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.azureAdPopTokenAuthentication":"#/components/schemas/microsoft.graph.azureAdPopTokenAuthentication","#microsoft.graph.azureAdTokenAuthentication":"#/components/schemas/microsoft.graph.azureAdTokenAuthentication"}}},"microsoft.graph.customExtensionClientConfiguration":{"title":"customExtensionClientConfiguration","required":["@odata.type"],"type":"object","properties":{"maximumRetries":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The max number of retries that Microsoft Entra ID makes to the external API. Values of 0 or 1 are supported. If null, the default for the service applies.","format":"int32","nullable":true},"timeoutInMilliseconds":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The max duration in milliseconds that Microsoft Entra ID waits for a response from the external app before it shuts down the connection. The valid range is between 200 and 2000 milliseconds. Default duration is 1000.","format":"int32","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.customExtensionCallbackConfiguration":{"title":"customExtensionCallbackConfiguration","required":["@odata.type"],"type":"object","properties":{"timeoutDuration":{"pattern":"^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$","type":"string","description":"The maximum duration in ISO 8601 format that Microsoft Entra ID will wait for a resume action for the callout it sent to the logic app. The valid range for custom extensions in lifecycle workflows is five minutes to three hours. The valid range for custom extensions in entitlement management is between 5 minutes and 14 days. For example, PT3H refers to three hours, P3D refers to three days, PT10M refers to ten minutes.","format":"duration","nullable":true},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.accessPackageRequestApprovalStageCallbackConfiguration":"#/components/schemas/microsoft.graph.accessPackageRequestApprovalStageCallbackConfiguration","#microsoft.graph.identityGovernance.customTaskExtensionCallbackConfiguration":"#/components/schemas/microsoft.graph.identityGovernance.customTaskExtensionCallbackConfiguration"}}},"microsoft.graph.customExtensionBehaviorOnError":{"title":"customExtensionBehaviorOnError","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.fallbackToMicrosoftProviderOnError":"#/components/schemas/microsoft.graph.fallbackToMicrosoftProviderOnError"}}},"microsoft.graph.onTokenIssuanceStartReturnClaim":{"title":"onTokenIssuanceStartReturnClaim","required":["@odata.type"],"type":"object","properties":{"claimIdInApiResponse":{"type":"string","description":"The identifier of the claim returned by an API that is to be add to a token being issued.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.customDataProvidedResourcePayloads.data":{"title":"data","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.customDataProvidedResourcePayloads.accessReviewContextDataBase":"#/components/schemas/microsoft.graph.customDataProvidedResourcePayloads.accessReviewContextDataBase","#microsoft.graph.customDataProvidedResourcePayloads.accessReviewContextData":"#/components/schemas/microsoft.graph.customDataProvidedResourcePayloads.accessReviewContextData","#microsoft.graph.customDataProvidedResourcePayloads.applyDecisionContextData":"#/components/schemas/microsoft.graph.customDataProvidedResourcePayloads.applyDecisionContextData"}}},"microsoft.graph.customDataProvidedResourceUploadStats":{"title":"customDataProvidedResourceUploadStats","required":["@odata.type"],"type":"object","properties":{"filesUploaded":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of files uploaded in this session.","format":"int32"},"totalBytesUploaded":{"type":"number","description":"Total bytes uploaded in this session.","format":"int64"},"@odata.type":{"type":"string"}}},"microsoft.graph.customDataProvidedResourceUploadStatus":{"title":"customDataProvidedResourceUploadStatus","enum":["active","complete","expired","unknownFutureValue"],"type":"string"},"microsoft.graph.accessPackageCustomExtensionStage":{"title":"accessPackageCustomExtensionStage","enum":["assignmentRequestCreated","assignmentRequestApproved","assignmentRequestGranted","assignmentRequestRemoved","assignmentFourteenDaysBeforeExpiration","assignmentOneDayBeforeExpiration","unknownFutureValue"],"type":"string"},"microsoft.graph.dataPolicyOperationStatus":{"title":"dataPolicyOperationStatus","enum":["notStarted","running","complete","failed","unknownFutureValue"],"type":"string"},"microsoft.graph.permissionClassificationType":{"title":"permissionClassificationType","enum":["low","medium","high","unknownFutureValue"],"type":"string"},"microsoft.graph.identityGovernance.workflow":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.identityGovernance.workflowBase"},{"title":"workflow","required":["@odata.type"],"type":"object","properties":{"deletedDateTime":{"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":"When the workflow was deleted.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby.","format":"date-time","nullable":true},"id":{"type":"string","description":"Identifier used for individually addressing a specific workflow.Supports $filter(eq, ne) and $orderby."},"nextScheduleRunDateTime":{"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 time when the workflow is expected to run next based on the schedule interval, if there are any users matching the execution conditions. Supports $filter(lt,gt) and $orderby.","format":"date-time","nullable":true},"quarantineDetails":{"$ref":"#/components/schemas/microsoft.graph.identityGovernance.quarantineDetails"},"settings":{"$ref":"#/components/schemas/microsoft.graph.identityGovernance.workflowSetting"},"version":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The current version number of the workflow. Value is 1 when the workflow is first created.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby.","format":"int32","nullable":true},"executionScope":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.identityGovernance.userProcessingResult"},"description":"The list of users that meet the workflowExecutionConditions of a workflow.","x-ms-navigationProperty":true},"previewScope":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.directoryObject"},"description":"The preview scope for the workflow.","x-ms-navigationProperty":true},"runs":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.identityGovernance.run"},"description":"Workflow runs.","x-ms-navigationProperty":true},"taskReports":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.identityGovernance.taskReport"},"description":"Represents the aggregation of task execution data for tasks within a workflow object.","x-ms-navigationProperty":true},"userProcessingResults":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.identityGovernance.userProcessingResult"},"description":"Per-user workflow execution results.","x-ms-navigationProperty":true},"versions":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.identityGovernance.workflowVersion"},"description":"The workflow versions that are available.","x-ms-navigationProperty":true},"@odata.type":{"type":"string","default":"#microsoft.graph.identityGovernance.workflow"}}}],"x-ms-discriminator-value":"#microsoft.graph.identityGovernance.workflow"},"microsoft.graph.detectedAppPlatformType":{"title":"detectedAppPlatformType","enum":["unknown","windows","windowsMobile","windowsHolographic","ios","macOS","chromeOS","androidOSP","androidDeviceAdministrator","androidWorkProfile","androidDedicatedAndFullyManaged","unknownFutureValue"],"type":"string","description":"Indicates the operating system / platform of the discovered application.  Some possible values are Windows, iOS, macOS. The default value is unknown (0).","x-ms-enum":{"name":"detectedAppPlatformType","modelAsString":false,"values":[{"value":"unknown","description":"Default. Set to unknown when platform cannot be determined.","name":"unknown"},{"value":"windows","description":"Indicates that the platform of the detected application is Windows.","name":"windows"},{"value":"windowsMobile","description":"Indicates that the platform of the detected application is Windows Mobile.","name":"windowsMobile"},{"value":"windowsHolographic","description":"Indicates that the platform of the detected application is Windows Holographic.","name":"windowsHolographic"},{"value":"ios","description":"Indicates that the platform of the detected application is iOS.","name":"ios"},{"value":"macOS","description":"Indicates that the platform of the detected application is macOS.","name":"macOS"},{"value":"chromeOS","description":"Indicates that the platform of the detected application is ChromeOS.","name":"chromeOS"},{"value":"androidOSP","description":"Indicates that the platform of the detected application is Android open source project.","name":"androidOSP"},{"value":"androidDeviceAdministrator","description":"Indicates that the platform of the detected application is Android device administrator.","name":"androidDeviceAdministrator"},{"value":"androidWorkProfile","description":"Indicates that the platform of the detected application is Android work profile.","name":"androidWorkProfile"},{"value":"androidDedicatedAndFullyManaged","description":"Indicates that the platform of the detected application is Android dedicated and fully managed.","name":"androidDedicatedAndFullyManaged"},{"value":"unknownFutureValue","description":"Evolvable enumeration sentinel value. Do not use.","name":"unknownFutureValue"}]}},"microsoft.graph.deviceComplianceActionType":{"title":"deviceComplianceActionType","enum":["noAction","notification","block","retire","wipe","removeResourceAccessProfiles","pushNotification"],"type":"string","description":"Scheduled Action Type Enum","x-ms-enum":{"name":"deviceComplianceActionType","modelAsString":false,"values":[{"value":"noAction","description":"No Action","name":"noAction"},{"value":"notification","description":"Send Notification","name":"notification"},{"value":"block","description":"Block the device in AAD","name":"block"},{"value":"retire","description":"Retire the device","name":"retire"},{"value":"wipe","description":"Wipe the device","name":"wipe"},{"value":"removeResourceAccessProfiles","description":"Remove Resource Access Profiles from the device","name":"removeResourceAccessProfiles"},{"value":"pushNotification","description":"Send push notification to device","name":"pushNotification"}]}},"microsoft.graph.complianceStatus":{"title":"complianceStatus","enum":["unknown","notApplicable","compliant","remediated","nonCompliant","error","conflict","notAssigned"],"type":"string"},"microsoft.graph.deviceThreatProtectionLevel":{"title":"deviceThreatProtectionLevel","enum":["unavailable","secured","low","medium","high","notSet"],"type":"string","description":"Device threat protection levels for the Device Threat Protection API.","x-ms-enum":{"name":"deviceThreatProtectionLevel","modelAsString":false,"values":[{"value":"unavailable","description":"Default Value. Do not use.","name":"unavailable"},{"value":"secured","description":"Device Threat Level requirement: Secured. This is the most secure level, and represents that no threats were found on the device.","name":"secured"},{"value":"low","description":"Device Threat Protection level requirement: Low. Low represents a severity of threat that poses minimal risk to the device or device data.","name":"low"},{"value":"medium","description":"Device Threat Protection level requirement: Medium. Medium represents a severity of threat that poses moderate risk to the device or device data.","name":"medium"},{"value":"high","description":"Device Threat Protection level requirement: High. High represents a severity of threat that poses severe risk to the device or device data.","name":"high"},{"value":"notSet","description":"Device Threat Protection level requirement: Not Set. Not set represents that there is no requirement for the device to meet a Threat Protection level.","name":"notSet"}]}},"microsoft.graph.androidRequiredPasswordType":{"title":"androidRequiredPasswordType","enum":["deviceDefault","alphabetic","alphanumeric","alphanumericWithSymbols","lowSecurityBiometric","numeric","numericComplex","any"],"type":"string","description":"Android required password type.","x-ms-enum":{"name":"androidRequiredPasswordType","modelAsString":false,"values":[{"value":"deviceDefault","description":"Device default value, no intent.","name":"deviceDefault"},{"value":"alphabetic","description":"Alphabetic password required.","name":"alphabetic"},{"value":"alphanumeric","description":"Alphanumeric password required.","name":"alphanumeric"},{"value":"alphanumericWithSymbols","description":"Alphanumeric with symbols password required.","name":"alphanumericWithSymbols"},{"value":"lowSecurityBiometric","description":"Low security biometrics based password required.","name":"lowSecurityBiometric"},{"value":"numeric","description":"Numeric password required.","name":"numeric"},{"value":"numericComplex","description":"Numeric complex password required.","name":"numericComplex"},{"value":"any","description":"A password or pattern is required, and any is acceptable.","name":"any"}]}},"microsoft.graph.requiredPasswordType":{"title":"requiredPasswordType","enum":["deviceDefault","alphanumeric","numeric"],"type":"string","description":"Possible values of required passwords.","x-ms-enum":{"name":"requiredPasswordType","modelAsString":false,"values":[{"value":"deviceDefault","description":"Device default value, no intent.","name":"deviceDefault"},{"value":"alphanumeric","description":"Alphanumeric password required.","name":"alphanumeric"},{"value":"numeric","description":"Numeric password required.","name":"numeric"}]}},"microsoft.graph.deviceAndAppManagementAssignmentTarget":{"title":"deviceAndAppManagementAssignmentTarget","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}},"description":"Base type for assignment targets.","discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.allDevicesAssignmentTarget":"#/components/schemas/microsoft.graph.allDevicesAssignmentTarget","#microsoft.graph.allLicensedUsersAssignmentTarget":"#/components/schemas/microsoft.graph.allLicensedUsersAssignmentTarget","#microsoft.graph.configurationManagerCollectionAssignmentTarget":"#/components/schemas/microsoft.graph.configurationManagerCollectionAssignmentTarget","#microsoft.graph.groupAssignmentTarget":"#/components/schemas/microsoft.graph.groupAssignmentTarget","#microsoft.graph.exclusionGroupAssignmentTarget":"#/components/schemas/microsoft.graph.exclusionGroupAssignmentTarget"}}},"microsoft.graph.policyPlatformType":{"title":"policyPlatformType","enum":["android","androidForWork","iOS","macOS","windowsPhone81","windows81AndLater","windows10AndLater","all"],"type":"string","description":"Supported platform types for policies.","x-ms-enum":{"name":"policyPlatformType","modelAsString":false,"values":[{"value":"android","description":"Android.","name":"android"},{"value":"androidForWork","description":"AndroidForWork.","name":"androidForWork"},{"value":"iOS","description":"iOS.","name":"iOS"},{"value":"macOS","description":"MacOS.","name":"macOS"},{"value":"windowsPhone81","description":"WindowsPhone 8.1.","name":"windowsPhone81"},{"value":"windows81AndLater","description":"Windows 8.1 and later","name":"windows81AndLater"},{"value":"windows10AndLater","description":"Windows 10 and later.","name":"windows10AndLater"},{"value":"all","description":"All platforms.","name":"all"}]}},"microsoft.graph.deviceCompliancePolicySettingState":{"title":"deviceCompliancePolicySettingState","required":["@odata.type"],"type":"object","properties":{"currentValue":{"type":"string","description":"Current value of setting on device","nullable":true},"errorCode":{"type":"number","description":"Error code for the setting","format":"int64"},"errorDescription":{"type":"string","description":"Error description","nullable":true},"instanceDisplayName":{"type":"string","description":"Name of setting instance that is being reported.","nullable":true},"setting":{"type":"string","description":"The setting that is being reported","nullable":true},"settingName":{"type":"string","description":"Localized/user friendly setting name that is being reported","nullable":true},"sources":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.settingSource"},"description":"Contributing policies"},"state":{"$ref":"#/components/schemas/microsoft.graph.complianceStatus"},"userEmail":{"type":"string","description":"UserEmail","nullable":true},"userId":{"type":"string","description":"UserId","nullable":true},"userName":{"type":"string","description":"UserName","nullable":true},"userPrincipalName":{"type":"string","description":"UserPrincipalName.","nullable":true},"@odata.type":{"type":"string"}},"description":"Device Compilance Policy Setting State for a given device."},"microsoft.graph.omaSetting":{"title":"omaSetting","required":["@odata.type"],"type":"object","properties":{"description":{"type":"string","description":"Description.","nullable":true},"displayName":{"type":"string","description":"Display Name."},"omaUri":{"type":"string","description":"OMA."},"@odata.type":{"type":"string"}},"description":"OMA Settings definition.","discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.omaSettingBase64":"#/components/schemas/microsoft.graph.omaSettingBase64","#microsoft.graph.omaSettingBoolean":"#/components/schemas/microsoft.graph.omaSettingBoolean","#microsoft.graph.omaSettingDateTime":"#/components/schemas/microsoft.graph.omaSettingDateTime","#microsoft.graph.omaSettingFloatingPoint":"#/components/schemas/microsoft.graph.omaSettingFloatingPoint","#microsoft.graph.omaSettingInteger":"#/components/schemas/microsoft.graph.omaSettingInteger","#microsoft.graph.omaSettingString":"#/components/schemas/microsoft.graph.omaSettingString","#microsoft.graph.omaSettingStringXml":"#/components/schemas/microsoft.graph.omaSettingStringXml"}}},"microsoft.graph.appListItem":{"title":"appListItem","required":["@odata.type"],"type":"object","properties":{"appId":{"type":"string","description":"The application or bundle identifier of the application","nullable":true},"appStoreUrl":{"type":"string","description":"The Store URL of the application","nullable":true},"name":{"type":"string","description":"The application name"},"publisher":{"type":"string","description":"The publisher of the application","nullable":true},"@odata.type":{"type":"string"}},"description":"Represents an app in the list of managed applications"},"microsoft.graph.appListType":{"title":"appListType","enum":["none","appsInListCompliant","appsNotInListCompliant"],"type":"string","description":"Possible values of the compliance app list.","x-ms-enum":{"name":"appListType","modelAsString":false,"values":[{"value":"none","description":"Default value, no intent.","name":"none"},{"value":"appsInListCompliant","description":"The list represents the apps that will be considered compliant (only apps on the list are compliant).","name":"appsInListCompliant"},{"value":"appsNotInListCompliant","description":"The list represents the apps that will be considered non compliant (all apps are compliant except apps on the list).","name":"appsNotInListCompliant"}]}},"microsoft.graph.webBrowserCookieSettings":{"title":"webBrowserCookieSettings","enum":["browserDefault","blockAlways","allowCurrentWebSite","allowFromWebsitesVisited","allowAlways"],"type":"string","description":"Web Browser Cookie Settings.","x-ms-enum":{"name":"webBrowserCookieSettings","modelAsString":false,"values":[{"value":"browserDefault","description":"Browser default value, no intent.","name":"browserDefault"},{"value":"blockAlways","description":"Always block cookies.","name":"blockAlways"},{"value":"allowCurrentWebSite","description":"Allow cookies from current Web site.","name":"allowCurrentWebSite"},{"value":"allowFromWebsitesVisited","description":"Allow Cookies from websites visited.","name":"allowFromWebsitesVisited"},{"value":"allowAlways","description":"Always allow cookies.","name":"allowAlways"}]}},"microsoft.graph.androidWorkProfileRequiredPasswordType":{"title":"androidWorkProfileRequiredPasswordType","enum":["deviceDefault","lowSecurityBiometric","required","atLeastNumeric","numericComplex","atLeastAlphabetic","atLeastAlphanumeric","alphanumericWithSymbols"],"type":"string","description":"Android Work Profile required password type.","x-ms-enum":{"name":"androidWorkProfileRequiredPasswordType","modelAsString":false,"values":[{"value":"deviceDefault","description":"Device default value, no intent.","name":"deviceDefault"},{"value":"lowSecurityBiometric","description":"Low security biometrics based password required.","name":"lowSecurityBiometric"},{"value":"required","description":"Required.","name":"required"},{"value":"atLeastNumeric","description":"At least numeric password required.","name":"atLeastNumeric"},{"value":"numericComplex","description":"Numeric complex password required.","name":"numericComplex"},{"value":"atLeastAlphabetic","description":"At least alphabetic password required.","name":"atLeastAlphabetic"},{"value":"atLeastAlphanumeric","description":"At least alphanumeric password required.","name":"atLeastAlphanumeric"},{"value":"alphanumericWithSymbols","description":"At least alphanumeric with symbols password required.","name":"alphanumericWithSymbols"}]}},"microsoft.graph.androidWorkProfileCrossProfileDataSharingType":{"title":"androidWorkProfileCrossProfileDataSharingType","enum":["deviceDefault","preventAny","allowPersonalToWork","noRestrictions"],"type":"string","description":"Android Work Profile cross profile data sharing type.","x-ms-enum":{"name":"androidWorkProfileCrossProfileDataSharingType","modelAsString":false,"values":[{"value":"deviceDefault","description":"Device default value, no intent.","name":"deviceDefault"},{"value":"preventAny","description":"Prevent any sharing.","name":"preventAny"},{"value":"allowPersonalToWork","description":"Allow data sharing request from personal profile to work profile.","name":"allowPersonalToWork"},{"value":"noRestrictions","description":"No restrictions on sharing.","name":"noRestrictions"}]}},"microsoft.graph.androidWorkProfileDefaultAppPermissionPolicyType":{"title":"androidWorkProfileDefaultAppPermissionPolicyType","enum":["deviceDefault","prompt","autoGrant","autoDeny"],"type":"string","description":"Android Work Profile default app permission policy type.","x-ms-enum":{"name":"androidWorkProfileDefaultAppPermissionPolicyType","modelAsString":false,"values":[{"value":"deviceDefault","description":"Device default value, no intent.","name":"deviceDefault"},{"value":"prompt","description":"Prompt.","name":"prompt"},{"value":"autoGrant","description":"Auto grant.","name":"autoGrant"},{"value":"autoDeny","description":"Auto deny.","name":"autoDeny"}]}},"microsoft.graph.iosHomeScreenItem":{"title":"iosHomeScreenItem","required":["@odata.type"],"type":"object","properties":{"displayName":{"type":"string","description":"Name of the app","nullable":true},"@odata.type":{"type":"string"}},"description":"Represents an item on the iOS Home Screen","discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.iosHomeScreenApp":"#/components/schemas/microsoft.graph.iosHomeScreenApp","#microsoft.graph.iosHomeScreenFolder":"#/components/schemas/microsoft.graph.iosHomeScreenFolder"}}},"microsoft.graph.iosHomeScreenPage":{"title":"iosHomeScreenPage","required":["@odata.type"],"type":"object","properties":{"displayName":{"type":"string","description":"Name of the page","nullable":true},"icons":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.iosHomeScreenItem"},"description":"A list of apps, folders, and web clips to appear on a page. This collection can contain a maximum of 500 elements."},"@odata.type":{"type":"string"}},"description":"A page containing apps, folders, and web clips on the Home Screen."},"microsoft.graph.iosNotificationSettings":{"title":"iosNotificationSettings","required":["@odata.type"],"type":"object","properties":{"alertType":{"$ref":"#/components/schemas/microsoft.graph.iosNotificationAlertType"},"appName":{"type":"string","description":"Application name to be associated with the bundleID.","nullable":true},"badgesEnabled":{"type":"boolean","description":"Indicates whether badges are allowed for this app.","nullable":true},"bundleID":{"type":"string","description":"Bundle id of app to which to apply these notification settings."},"enabled":{"type":"boolean","description":"Indicates whether notifications are allowed for this app.","nullable":true},"publisher":{"type":"string","description":"Publisher to be associated with the bundleID.","nullable":true},"showInNotificationCenter":{"type":"boolean","description":"Indicates whether notifications can be shown in notification center.","nullable":true},"showOnLockScreen":{"type":"boolean","description":"Indicates whether notifications can be shown on the lock screen.","nullable":true},"soundsEnabled":{"type":"boolean","description":"Indicates whether sounds are allowed for this app.","nullable":true},"@odata.type":{"type":"string"}},"description":"An item describing notification setting."},"microsoft.graph.editionUpgradeLicenseType":{"title":"editionUpgradeLicenseType","enum":["productKey","licenseFile"],"type":"string","description":"Edition Upgrade License type","x-ms-enum":{"name":"editionUpgradeLicenseType","modelAsString":false,"values":[{"value":"productKey","description":"Product Key Type","name":"productKey"},{"value":"licenseFile","description":"License File Type","name":"licenseFile"}]}},"microsoft.graph.windows10EditionType":{"title":"windows10EditionType","enum":["windows10Enterprise","windows10EnterpriseN","windows10Education","windows10EducationN","windows10MobileEnterprise","windows10HolographicEnterprise","windows10Professional","windows10ProfessionalN","windows10ProfessionalEducation","windows10ProfessionalEducationN","windows10ProfessionalWorkstation","windows10ProfessionalWorkstationN"],"type":"string","description":"Windows 10 Edition type.","x-ms-enum":{"name":"windows10EditionType","modelAsString":false,"values":[{"value":"windows10Enterprise","description":"Windows 10 Enterprise","name":"windows10Enterprise"},{"value":"windows10EnterpriseN","description":"Windows 10 EnterpriseN","name":"windows10EnterpriseN"},{"value":"windows10Education","description":"Windows 10 Education","name":"windows10Education"},{"value":"windows10EducationN","description":"Windows 10 EducationN","name":"windows10EducationN"},{"value":"windows10MobileEnterprise","description":"Windows 10 Mobile Enterprise","name":"windows10MobileEnterprise"},{"value":"windows10HolographicEnterprise","description":"Windows 10 Holographic Enterprise","name":"windows10HolographicEnterprise"},{"value":"windows10Professional","description":"Windows 10 Professional","name":"windows10Professional"},{"value":"windows10ProfessionalN","description":"Windows 10 ProfessionalN","name":"windows10ProfessionalN"},{"value":"windows10ProfessionalEducation","description":"Windows 10 Professional Education","name":"windows10ProfessionalEducation"},{"value":"windows10ProfessionalEducationN","description":"Windows 10 Professional EducationN","name":"windows10ProfessionalEducationN"},{"value":"windows10ProfessionalWorkstation","description":"Windows 10 Professional for Workstations","name":"windows10ProfessionalWorkstation"},{"value":"windows10ProfessionalWorkstationN","description":"Windows 10 Professional for Workstations N","name":"windows10ProfessionalWorkstationN"}]}},"microsoft.graph.ratingAppsType":{"title":"ratingAppsType","enum":["allAllowed","allBlocked","agesAbove4","agesAbove9","agesAbove12","agesAbove17"],"type":"string","description":"Apps rating as in media content","x-ms-enum":{"name":"ratingAppsType","modelAsString":false,"values":[{"value":"allAllowed","description":"Default value, allow all apps content","name":"allAllowed"},{"value":"allBlocked","description":"Do not allow any apps content","name":"allBlocked"},{"value":"agesAbove4","description":"4+, age 4 and above","name":"agesAbove4"},{"value":"agesAbove9","description":"9+, age 9 and above","name":"agesAbove9"},{"value":"agesAbove12","description":"12+, age 12 and above ","name":"agesAbove12"},{"value":"agesAbove17","description":"17+, age 17 and above","name":"agesAbove17"}]}},"microsoft.graph.mediaContentRatingAustralia":{"title":"mediaContentRatingAustralia","required":["@odata.type"],"type":"object","properties":{"movieRating":{"$ref":"#/components/schemas/microsoft.graph.ratingAustraliaMoviesType"},"tvRating":{"$ref":"#/components/schemas/microsoft.graph.ratingAustraliaTelevisionType"},"@odata.type":{"type":"string"}}},"microsoft.graph.mediaContentRatingCanada":{"title":"mediaContentRatingCanada","required":["@odata.type"],"type":"object","properties":{"movieRating":{"$ref":"#/components/schemas/microsoft.graph.ratingCanadaMoviesType"},"tvRating":{"$ref":"#/components/schemas/microsoft.graph.ratingCanadaTelevisionType"},"@odata.type":{"type":"string"}}},"microsoft.graph.mediaContentRatingFrance":{"title":"mediaContentRatingFrance","required":["@odata.type"],"type":"object","properties":{"movieRating":{"$ref":"#/components/schemas/microsoft.graph.ratingFranceMoviesType"},"tvRating":{"$ref":"#/components/schemas/microsoft.graph.ratingFranceTelevisionType"},"@odata.type":{"type":"string"}}},"microsoft.graph.mediaContentRatingGermany":{"title":"mediaContentRatingGermany","required":["@odata.type"],"type":"object","properties":{"movieRating":{"$ref":"#/components/schemas/microsoft.graph.ratingGermanyMoviesType"},"tvRating":{"$ref":"#/components/schemas/microsoft.graph.ratingGermanyTelevisionType"},"@odata.type":{"type":"string"}}},"microsoft.graph.mediaContentRatingIreland":{"title":"mediaContentRatingIreland","required":["@odata.type"],"type":"object","properties":{"movieRating":{"$ref":"#/components/schemas/microsoft.graph.ratingIrelandMoviesType"},"tvRating":{"$ref":"#/components/schemas/microsoft.graph.ratingIrelandTelevisionType"},"@odata.type":{"type":"string"}}},"microsoft.graph.mediaContentRatingJapan":{"title":"mediaContentRatingJapan","required":["@odata.type"],"type":"object","properties":{"movieRating":{"$ref":"#/components/schemas/microsoft.graph.ratingJapanMoviesType"},"tvRating":{"$ref":"#/components/schemas/microsoft.graph.ratingJapanTelevisionType"},"@odata.type":{"type":"string"}}},"microsoft.graph.mediaContentRatingNewZealand":{"title":"mediaContentRatingNewZealand","required":["@odata.type"],"type":"object","properties":{"movieRating":{"$ref":"#/components/schemas/microsoft.graph.ratingNewZealandMoviesType"},"tvRating":{"$ref":"#/components/schemas/microsoft.graph.ratingNewZealandTelevisionType"},"@odata.type":{"type":"string"}}},"microsoft.graph.mediaContentRatingUnitedKingdom":{"title":"mediaContentRatingUnitedKingdom","required":["@odata.type"],"type":"object","properties":{"movieRating":{"$ref":"#/components/schemas/microsoft.graph.ratingUnitedKingdomMoviesType"},"tvRating":{"$ref":"#/components/schemas/microsoft.graph.ratingUnitedKingdomTelevisionType"},"@odata.type":{"type":"string"}}},"microsoft.graph.mediaContentRatingUnitedStates":{"title":"mediaContentRatingUnitedStates","required":["@odata.type"],"type":"object","properties":{"movieRating":{"$ref":"#/components/schemas/microsoft.graph.ratingUnitedStatesMoviesType"},"tvRating":{"$ref":"#/components/schemas/microsoft.graph.ratingUnitedStatesTelevisionType"},"@odata.type":{"type":"string"}}},"microsoft.graph.iosNetworkUsageRule":{"title":"iosNetworkUsageRule","required":["@odata.type"],"type":"object","properties":{"cellularDataBlocked":{"type":"boolean","description":"If set to true, corresponding managed apps will not be allowed to use cellular data at any time."},"cellularDataBlockWhenRoaming":{"type":"boolean","description":"If set to true, corresponding managed apps will not be allowed to use cellular data when roaming."},"managedApps":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.appListItem"},"description":"Information about the managed apps that this rule is going to apply to. This collection can contain a maximum of 500 elements."},"@odata.type":{"type":"string"}},"description":"Network Usage Rules allow enterprises to specify how managed apps use networks, such as cellular data networks."},"microsoft.graph.sharedPCAccountManagerPolicy":{"title":"sharedPCAccountManagerPolicy","required":["@odata.type"],"type":"object","properties":{"accountDeletionPolicy":{"$ref":"#/components/schemas/microsoft.graph.sharedPCAccountDeletionPolicyType"},"cacheAccountsAboveDiskFreePercentage":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Sets the percentage of available disk space a PC should have before it stops deleting cached shared PC accounts. Only applies when AccountDeletionPolicy is DiskSpaceThreshold or DiskSpaceThresholdOrInactiveThreshold. Valid values 0 to 100","format":"int32","nullable":true},"inactiveThresholdDays":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Specifies when the accounts will start being deleted when they have not been logged on during the specified period, given as number of days. Only applies when AccountDeletionPolicy is DiskSpaceThreshold or DiskSpaceThresholdOrInactiveThreshold.","format":"int32","nullable":true},"removeAccountsBelowDiskFreePercentage":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Sets the percentage of disk space remaining on a PC before cached accounts will be deleted to free disk space. Accounts that have been inactive the longest will be deleted first. Only applies when AccountDeletionPolicy is DiskSpaceThresholdOrInactiveThreshold. Valid values 0 to 100","format":"int32","nullable":true},"@odata.type":{"type":"string"}},"description":"SharedPC Account Manager Policy. Only applies when the account manager is enabled."},"microsoft.graph.sharedPCAllowedAccountType":{"title":"sharedPCAllowedAccountType","enum":["guest","domain"],"type":"string","description":"Type of accounts that are allowed to share the PC.","x-ms-enum-flags":{"isFlags":true},"x-ms-enum":{"name":"sharedPCAllowedAccountType","modelAsString":false,"values":[{"value":"guest","description":"Only guest accounts.","name":"guest"},{"value":"domain","description":"Only domain-joined accounts.","name":"domain"}]}},"microsoft.graph.applicationGuardBlockClipboardSharingType":{"title":"applicationGuardBlockClipboardSharingType","enum":["notConfigured","blockBoth","blockHostToContainer","blockContainerToHost","blockNone"],"type":"string","description":"Possible values for applicationGuardBlockClipboardSharingType","x-ms-enum":{"name":"applicationGuardBlockClipboardSharingType","modelAsString":false,"values":[{"value":"notConfigured","description":"Not Configured","name":"notConfigured"},{"value":"blockBoth","description":"Block clipboard to share data both from Host to Container and from Container to Host","name":"blockBoth"},{"value":"blockHostToContainer","description":"Block clipboard to share data from Host to Container","name":"blockHostToContainer"},{"value":"blockContainerToHost","description":"Block clipboard to share data from Container to Host","name":"blockContainerToHost"},{"value":"blockNone","description":"Block clipboard to share data neither from Host to Container nor from Container to Host","name":"blockNone"}]}},"microsoft.graph.applicationGuardBlockFileTransferType":{"title":"applicationGuardBlockFileTransferType","enum":["notConfigured","blockImageAndTextFile","blockImageFile","blockNone","blockTextFile"],"type":"string","description":"Possible values for applicationGuardBlockFileTransfer","x-ms-enum":{"name":"applicationGuardBlockFileTransferType","modelAsString":false,"values":[{"value":"notConfigured","description":"Not Configured","name":"notConfigured"},{"value":"blockImageAndTextFile","description":"Block clipboard to transfer Image and Text file","name":"blockImageAndTextFile"},{"value":"blockImageFile","description":"Block clipboard to transfer Image file","name":"blockImageFile"},{"value":"blockNone","description":"Neither of text file or image file is blocked from transferring","name":"blockNone"},{"value":"blockTextFile","description":"Block clipboard to transfer Text file","name":"blockTextFile"}]}},"microsoft.graph.appLockerApplicationControlType":{"title":"appLockerApplicationControlType","enum":["notConfigured","enforceComponentsAndStoreApps","auditComponentsAndStoreApps","enforceComponentsStoreAppsAndSmartlocker","auditComponentsStoreAppsAndSmartlocker"],"type":"string","description":"Possible values of AppLocker Application Control Types","x-ms-enum":{"name":"appLockerApplicationControlType","modelAsString":false,"values":[{"value":"notConfigured","description":"Device default value, no Application Control type selected.","name":"notConfigured"},{"value":"enforceComponentsAndStoreApps","description":"Enforce Windows component and store apps.","name":"enforceComponentsAndStoreApps"},{"value":"auditComponentsAndStoreApps","description":"Audit Windows component and store apps.","name":"auditComponentsAndStoreApps"},{"value":"enforceComponentsStoreAppsAndSmartlocker","description":"Enforce Windows components, store apps and smart locker.","name":"enforceComponentsStoreAppsAndSmartlocker"},{"value":"auditComponentsStoreAppsAndSmartlocker","description":"Audit Windows components, store apps and smart locker​.","name":"auditComponentsStoreAppsAndSmartlocker"}]}},"microsoft.graph.bitLockerRemovableDrivePolicy":{"title":"bitLockerRemovableDrivePolicy","required":["@odata.type"],"type":"object","properties":{"blockCrossOrganizationWriteAccess":{"type":"boolean","description":"This policy setting determines whether BitLocker protection is required for removable data drives to be writable on a computer."},"encryptionMethod":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.bitLockerEncryptionMethod"},{"type":"object","nullable":true}],"description":"Select the encryption method for removable  drives. The possible values are: aesCbc128, aesCbc256, xtsAes128, xtsAes256."},"requireEncryptionForWriteAccess":{"type":"boolean","description":"Indicates whether to block write access to devices configured in another organization.  If requireEncryptionForWriteAccess is false, this value does not affect."},"@odata.type":{"type":"string"}},"description":"BitLocker Removable Drive Policies."},"microsoft.graph.firewallCertificateRevocationListCheckMethodType":{"title":"firewallCertificateRevocationListCheckMethodType","enum":["deviceDefault","none","attempt","require"],"type":"string","description":"Possible values for firewallCertificateRevocationListCheckMethod","x-ms-enum":{"name":"firewallCertificateRevocationListCheckMethodType","modelAsString":false,"values":[{"value":"deviceDefault","description":"No value configured by Intune, do not override the user-configured device default value","name":"deviceDefault"},{"value":"none","description":"Do not check certificate revocation list","name":"none"},{"value":"attempt","description":"Attempt CRL check and allow a certificate only if the certificate is confirmed by the check","name":"attempt"},{"value":"require","description":"Require a successful CRL check before allowing a certificate","name":"require"}]}},"microsoft.graph.firewallPacketQueueingMethodType":{"title":"firewallPacketQueueingMethodType","enum":["deviceDefault","disabled","queueInbound","queueOutbound","queueBoth"],"type":"string","description":"Possible values for firewallPacketQueueingMethod","x-ms-enum":{"name":"firewallPacketQueueingMethodType","modelAsString":false,"values":[{"value":"deviceDefault","description":"No value configured by Intune, do not override the user-configured device default value","name":"deviceDefault"},{"value":"disabled","description":"Disable packet queuing","name":"disabled"},{"value":"queueInbound","description":"Queue inbound encrypted packets","name":"queueInbound"},{"value":"queueOutbound","description":"Queue decrypted outbound packets for forwarding","name":"queueOutbound"},{"value":"queueBoth","description":"Queue both inbound and outbound packets","name":"queueBoth"}]}},"microsoft.graph.firewallPreSharedKeyEncodingMethodType":{"title":"firewallPreSharedKeyEncodingMethodType","enum":["deviceDefault","none","utF8"],"type":"string","description":"Possible values for firewallPreSharedKeyEncodingMethod","x-ms-enum":{"name":"firewallPreSharedKeyEncodingMethodType","modelAsString":false,"values":[{"value":"deviceDefault","description":"No value configured by Intune, do not override the user-configured device default value","name":"deviceDefault"},{"value":"none","description":"Preshared key is not encoded. Instead, it is kept in its wide-character format","name":"none"},{"value":"utF8","description":"Encode the preshared key using UTF-8","name":"utF8"}]}},"microsoft.graph.windowsFirewallNetworkProfile":{"title":"windowsFirewallNetworkProfile","required":["@odata.type"],"type":"object","properties":{"authorizedApplicationRulesFromGroupPolicyMerged":{"type":"boolean","description":"Configures the firewall to merge authorized application rules from group policy with those from local store instead of ignoring the local store rules. When AuthorizedApplicationRulesFromGroupPolicyNotMerged and AuthorizedApplicationRulesFromGroupPolicyMerged are both true, AuthorizedApplicationRulesFromGroupPolicyMerged takes priority."},"connectionSecurityRulesFromGroupPolicyMerged":{"type":"boolean","description":"Configures the firewall to merge connection security rules from group policy with those from local store instead of ignoring the local store rules. When ConnectionSecurityRulesFromGroupPolicyNotMerged and ConnectionSecurityRulesFromGroupPolicyMerged are both true, ConnectionSecurityRulesFromGroupPolicyMerged takes priority."},"firewallEnabled":{"$ref":"#/components/schemas/microsoft.graph.stateManagementSetting"},"globalPortRulesFromGroupPolicyMerged":{"type":"boolean","description":"Configures the firewall to merge global port rules from group policy with those from local store instead of ignoring the local store rules. When GlobalPortRulesFromGroupPolicyNotMerged and GlobalPortRulesFromGroupPolicyMerged are both true, GlobalPortRulesFromGroupPolicyMerged takes priority."},"inboundConnectionsBlocked":{"type":"boolean","description":"Configures the firewall to block all incoming connections by default. When InboundConnectionsRequired and InboundConnectionsBlocked are both true, InboundConnectionsBlocked takes priority."},"inboundNotificationsBlocked":{"type":"boolean","description":"Prevents the firewall from displaying notifications when an application is blocked from listening on a port. When InboundNotificationsRequired and InboundNotificationsBlocked are both true, InboundNotificationsBlocked takes priority."},"incomingTrafficBlocked":{"type":"boolean","description":"Configures the firewall to block all incoming traffic regardless of other policy settings. When IncomingTrafficRequired and IncomingTrafficBlocked are both true, IncomingTrafficBlocked takes priority."},"outboundConnectionsBlocked":{"type":"boolean","description":"Configures the firewall to block all outgoing connections by default. When OutboundConnectionsRequired and OutboundConnectionsBlocked are both true, OutboundConnectionsBlocked takes priority. This setting will get applied to Windows releases version 1809 and above."},"policyRulesFromGroupPolicyMerged":{"type":"boolean","description":"Configures the firewall to merge Firewall Rule policies from group policy with those from local store instead of ignoring the local store rules. When PolicyRulesFromGroupPolicyNotMerged and PolicyRulesFromGroupPolicyMerged are both true, PolicyRulesFromGroupPolicyMerged takes priority."},"securedPacketExemptionAllowed":{"type":"boolean","description":"Configures the firewall to allow the host computer to respond to unsolicited network traffic of that traffic is secured by IPSec even when stealthModeBlocked is set to true. When SecuredPacketExemptionBlocked and SecuredPacketExemptionAllowed are both true, SecuredPacketExemptionAllowed takes priority."},"stealthModeBlocked":{"type":"boolean","description":"Prevent the server from operating in stealth mode. When StealthModeRequired and StealthModeBlocked are both true, StealthModeBlocked takes priority."},"unicastResponsesToMulticastBroadcastsBlocked":{"type":"boolean","description":"Configures the firewall to block unicast responses to multicast broadcast traffic. When UnicastResponsesToMulticastBroadcastsRequired and UnicastResponsesToMulticastBroadcastsBlocked are both true, UnicastResponsesToMulticastBroadcastsBlocked takes priority."},"@odata.type":{"type":"string"}},"description":"Windows Firewall Profile Policies."},"microsoft.graph.stateManagementSetting":{"title":"stateManagementSetting","enum":["notConfigured","blocked","allowed"],"type":"string","description":"State Management Setting.","x-ms-enum":{"name":"stateManagementSetting","modelAsString":false,"values":[{"value":"notConfigured","description":"Not configured.","name":"notConfigured"},{"value":"blocked","description":"Blocked.","name":"blocked"},{"value":"allowed","description":"Allowed.","name":"allowed"}]}},"microsoft.graph.defenderCloudBlockLevelType":{"title":"defenderCloudBlockLevelType","enum":["notConfigured","high","highPlus","zeroTolerance"],"type":"string","description":"Possible values of Cloud Block Level","x-ms-enum":{"name":"defenderCloudBlockLevelType","modelAsString":false,"values":[{"value":"notConfigured","description":"Default value, uses the default Windows Defender Antivirus blocking level and provides strong detection without increasing the risk of detecting legitimate files","name":"notConfigured"},{"value":"high","description":"High applies a strong level of detection.","name":"high"},{"value":"highPlus","description":"High + uses the High level and applies addition protection measures","name":"highPlus"},{"value":"zeroTolerance","description":"Zero tolerance blocks all unknown executables","name":"zeroTolerance"}]}},"microsoft.graph.defenderDetectedMalwareActions":{"title":"defenderDetectedMalwareActions","required":["@odata.type"],"type":"object","properties":{"highSeverity":{"$ref":"#/components/schemas/microsoft.graph.defenderThreatAction"},"lowSeverity":{"$ref":"#/components/schemas/microsoft.graph.defenderThreatAction"},"moderateSeverity":{"$ref":"#/components/schemas/microsoft.graph.defenderThreatAction"},"severeSeverity":{"$ref":"#/components/schemas/microsoft.graph.defenderThreatAction"},"@odata.type":{"type":"string"}},"description":"Specify Defender’s actions to take on detected Malware per threat level."},"microsoft.graph.defenderMonitorFileActivity":{"title":"defenderMonitorFileActivity","enum":["userDefined","disable","monitorAllFiles","monitorIncomingFilesOnly","monitorOutgoingFilesOnly"],"type":"string","description":"Possible values for monitoring file activity.","x-ms-enum":{"name":"defenderMonitorFileActivity","modelAsString":false,"values":[{"value":"userDefined","description":"User Defined, default value, no intent.","name":"userDefined"},{"value":"disable","description":"Disable monitoring file activity.","name":"disable"},{"value":"monitorAllFiles","description":"Monitor all files.","name":"monitorAllFiles"},{"value":"monitorIncomingFilesOnly","description":" Monitor incoming files only.","name":"monitorIncomingFilesOnly"},{"value":"monitorOutgoingFilesOnly","description":"Monitor outgoing files only.","name":"monitorOutgoingFilesOnly"}]}},"microsoft.graph.defenderPromptForSampleSubmission":{"title":"defenderPromptForSampleSubmission","enum":["userDefined","alwaysPrompt","promptBeforeSendingPersonalData","neverSendData","sendAllDataWithoutPrompting"],"type":"string","description":"Possible values for prompting user for samples submission.","x-ms-enum":{"name":"defenderPromptForSampleSubmission","modelAsString":false,"values":[{"value":"userDefined","description":"User Defined, default value, no intent.","name":"userDefined"},{"value":"alwaysPrompt","description":"Always prompt.","name":"alwaysPrompt"},{"value":"promptBeforeSendingPersonalData","description":"Send safe samples automatically.","name":"promptBeforeSendingPersonalData"},{"value":"neverSendData","description":"Never send data.","name":"neverSendData"},{"value":"sendAllDataWithoutPrompting","description":"Send all data without prompting.","name":"sendAllDataWithoutPrompting"}]}},"microsoft.graph.defenderScanType":{"title":"defenderScanType","enum":["userDefined","disabled","quick","full"],"type":"string","description":"Possible values for system scan type.","x-ms-enum":{"name":"defenderScanType","modelAsString":false,"values":[{"value":"userDefined","description":"User Defined, default value, no intent.","name":"userDefined"},{"value":"disabled","description":"System scan disabled.","name":"disabled"},{"value":"quick","description":"Quick system scan.","name":"quick"},{"value":"full","description":"Full system scan.","name":"full"}]}},"microsoft.graph.weeklySchedule":{"title":"weeklySchedule","enum":["userDefined","everyday","sunday","monday","tuesday","wednesday","thursday","friday","saturday"],"type":"string","description":"Possible values for a weekly schedule.","x-ms-enum":{"name":"weeklySchedule","modelAsString":false,"values":[{"value":"userDefined","description":"User Defined, default value, no intent.","name":"userDefined"},{"value":"everyday","description":"Everyday.","name":"everyday"},{"value":"sunday","description":"Sunday.","name":"sunday"},{"value":"monday","description":"Monday.","name":"monday"},{"value":"tuesday","description":"Tuesday.","name":"tuesday"},{"value":"wednesday","description":"Wednesday.","name":"wednesday"},{"value":"thursday","description":"Thursday.","name":"thursday"},{"value":"friday","description":"Friday.","name":"friday"},{"value":"saturday","description":"Saturday.","name":"saturday"}]}},"microsoft.graph.diagnosticDataSubmissionMode":{"title":"diagnosticDataSubmissionMode","enum":["userDefined","none","basic","enhanced","full"],"type":"string","description":"Allow the device to send diagnostic and usage telemetry data, such as Watson.","x-ms-enum":{"name":"diagnosticDataSubmissionMode","modelAsString":false,"values":[{"value":"userDefined","description":"Allow the user to set.","name":"userDefined"},{"value":"none","description":"No telemetry data is sent from OS components. Note: This value is only applicable to enterprise and server devices. Using this setting on other devices is equivalent to setting the value of 1.","name":"none"},{"value":"basic","description":"Sends basic telemetry data.","name":"basic"},{"value":"enhanced","description":"Sends enhanced telemetry data including usage and insights data.","name":"enhanced"},{"value":"full","description":"Sends full telemetry data including diagnostic data, such as system state.","name":"full"}]}},"microsoft.graph.edgeCookiePolicy":{"title":"edgeCookiePolicy","enum":["userDefined","allow","blockThirdParty","blockAll"],"type":"string","description":"Possible values to specify which cookies are allowed in Microsoft Edge.","x-ms-enum":{"name":"edgeCookiePolicy","modelAsString":false,"values":[{"value":"userDefined","description":"Allow the user to set.","name":"userDefined"},{"value":"allow","description":"Allow.","name":"allow"},{"value":"blockThirdParty","description":"Block only third party cookies.","name":"blockThirdParty"},{"value":"blockAll","description":"Block all cookies.","name":"blockAll"}]}},"microsoft.graph.edgeSearchEngineBase":{"title":"edgeSearchEngineBase","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}},"description":"Allows IT admins to set a default search engine for MDM-Controlled devices. Users can override this and change their default search engine provided the AllowSearchEngineCustomization policy is not set.","discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.edgeSearchEngine":"#/components/schemas/microsoft.graph.edgeSearchEngine","#microsoft.graph.edgeSearchEngineCustom":"#/components/schemas/microsoft.graph.edgeSearchEngineCustom"}}},"microsoft.graph.windows10NetworkProxyServer":{"title":"windows10NetworkProxyServer","required":["@odata.type"],"type":"object","properties":{"address":{"type":"string","description":"Address to the proxy server. Specify an address in the format [':']"},"exceptions":{"type":"array","items":{"type":"string","nullable":true},"description":"Addresses that should not use the proxy server. The system will not use the proxy server for addresses beginning with what is specified in this node."},"useForLocalAddresses":{"type":"boolean","description":"Specifies whether the proxy server should be used for local (intranet) addresses."},"@odata.type":{"type":"string"}},"description":"Network Proxy Server Policy."},"microsoft.graph.safeSearchFilterType":{"title":"safeSearchFilterType","enum":["userDefined","strict","moderate"],"type":"string","description":"Specifies what level of safe search (filtering adult content) is required","x-ms-enum":{"name":"safeSearchFilterType","modelAsString":false,"values":[{"value":"userDefined","description":"User Defined, default value, no intent.","name":"userDefined"},{"value":"strict","description":"Strict, highest filtering against adult content.","name":"strict"},{"value":"moderate","description":"Moderate filtering against adult content (valid search results will not be filtered).","name":"moderate"}]}},"microsoft.graph.windowsStartMenuAppListVisibilityType":{"title":"windowsStartMenuAppListVisibilityType","enum":["userDefined","collapse","remove","disableSettingsApp"],"type":"string","description":"Type of start menu app list visibility.","x-ms-enum-flags":{"isFlags":true},"x-ms-enum":{"name":"windowsStartMenuAppListVisibilityType","modelAsString":false,"values":[{"value":"userDefined","description":"User defined. Default value.","name":"userDefined"},{"value":"collapse","description":"Collapse the app list on the start menu.","name":"collapse"},{"value":"remove","description":"Removes the app list entirely from the start menu.","name":"remove"},{"value":"disableSettingsApp","description":"Disables the corresponding toggle (Collapse or Remove) in the Settings app.","name":"disableSettingsApp"}]}},"microsoft.graph.windowsStartMenuModeType":{"title":"windowsStartMenuModeType","enum":["userDefined","fullScreen","nonFullScreen"],"type":"string","description":"Type of display modes for the start menu.","x-ms-enum":{"name":"windowsStartMenuModeType","modelAsString":false,"values":[{"value":"userDefined","description":"User defined. Default value.","name":"userDefined"},{"value":"fullScreen","description":"Full screen.","name":"fullScreen"},{"value":"nonFullScreen","description":"Non-full screen.","name":"nonFullScreen"}]}},"microsoft.graph.visibilitySetting":{"title":"visibilitySetting","enum":["notConfigured","hide","show"],"type":"string","description":"Generic visibility state.","x-ms-enum":{"name":"visibilitySetting","modelAsString":false,"values":[{"value":"notConfigured","description":"Not configured.","name":"notConfigured"},{"value":"hide","description":"Hide.","name":"hide"},{"value":"show","description":"Show.","name":"show"}]}},"microsoft.graph.windowsSpotlightEnablementSettings":{"title":"windowsSpotlightEnablementSettings","enum":["notConfigured","disabled","enabled"],"type":"string","description":"Allows IT admind to set a predefined default search engine for MDM-Controlled devices","x-ms-enum":{"name":"windowsSpotlightEnablementSettings","modelAsString":false,"values":[{"value":"notConfigured","description":"Spotlight on lock screen is not configured","name":"notConfigured"},{"value":"disabled","description":"Disable Windows Spotlight on lock screen","name":"disabled"},{"value":"enabled","description":"Enable Windows Spotlight on lock screen","name":"enabled"}]}},"microsoft.graph.miracastChannel":{"title":"miracastChannel","enum":["userDefined","one","two","three","four","five","six","seven","eight","nine","ten","eleven","thirtySix","forty","fortyFour","fortyEight","oneHundredFortyNine","oneHundredFiftyThree","oneHundredFiftySeven","oneHundredSixtyOne","oneHundredSixtyFive"],"type":"string","description":"Possible values for Miracast channel.","x-ms-enum":{"name":"miracastChannel","modelAsString":false,"values":[{"value":"userDefined","description":"User Defined, default value, no intent.","name":"userDefined"},{"value":"one","description":"One.","name":"one"},{"value":"two","description":"Two.","name":"two"},{"value":"three","description":"Three.","name":"three"},{"value":"four","description":"Four.","name":"four"},{"value":"five","description":"Five.","name":"five"},{"value":"six","description":"Six.","name":"six"},{"value":"seven","description":"Seven.","name":"seven"},{"value":"eight","description":"Eight.","name":"eight"},{"value":"nine","description":"Nine.","name":"nine"},{"value":"ten","description":"Ten.","name":"ten"},{"value":"eleven","description":"Eleven.","name":"eleven"},{"value":"thirtySix","description":"Thirty-Six.","name":"thirtySix"},{"value":"forty","description":"Forty.","name":"forty"},{"value":"fortyFour","description":"Forty-Four.","name":"fortyFour"},{"value":"fortyEight","description":"Forty-Eight.","name":"fortyEight"},{"value":"oneHundredFortyNine","description":"OneHundredForty-Nine.","name":"oneHundredFortyNine"},{"value":"oneHundredFiftyThree","description":"OneHundredFifty-Three.","name":"oneHundredFiftyThree"},{"value":"oneHundredFiftySeven","description":"OneHundredFifty-Seven.","name":"oneHundredFiftySeven"},{"value":"oneHundredSixtyOne","description":"OneHundredSixty-One.","name":"oneHundredSixtyOne"},{"value":"oneHundredSixtyFive","description":"OneHundredSixty-Five.","name":"oneHundredSixtyFive"}]}},"microsoft.graph.welcomeScreenMeetingInformation":{"title":"welcomeScreenMeetingInformation","enum":["userDefined","showOrganizerAndTimeOnly","showOrganizerAndTimeAndSubject"],"type":"string","description":"Possible values for welcome screen meeting information.","x-ms-enum":{"name":"welcomeScreenMeetingInformation","modelAsString":false,"values":[{"value":"userDefined","description":"User Defined, default value, no intent.","name":"userDefined"},{"value":"showOrganizerAndTimeOnly","description":"Show organizer and time only.","name":"showOrganizerAndTimeOnly"},{"value":"showOrganizerAndTimeAndSubject","description":"Show organizer, time and subject (subject is hidden for private meetings).","name":"showOrganizerAndTimeAndSubject"}]}},"microsoft.graph.internetSiteSecurityLevel":{"title":"internetSiteSecurityLevel","enum":["userDefined","medium","mediumHigh","high"],"type":"string","description":"Possible values for internet site security level.","x-ms-enum":{"name":"internetSiteSecurityLevel","modelAsString":false,"values":[{"value":"userDefined","description":"User Defined, default value, no intent.","name":"userDefined"},{"value":"medium","description":"Medium.","name":"medium"},{"value":"mediumHigh","description":"Medium-High.","name":"mediumHigh"},{"value":"high","description":"High.","name":"high"}]}},"microsoft.graph.siteSecurityLevel":{"title":"siteSecurityLevel","enum":["userDefined","low","mediumLow","medium","mediumHigh","high"],"type":"string","description":"Possible values for site security level.","x-ms-enum":{"name":"siteSecurityLevel","modelAsString":false,"values":[{"value":"userDefined","description":"User Defined, default value, no intent.","name":"userDefined"},{"value":"low","description":"Low.","name":"low"},{"value":"mediumLow","description":"Medium-low.","name":"mediumLow"},{"value":"medium","description":"Medium.","name":"medium"},{"value":"mediumHigh","description":"Medium-high.","name":"mediumHigh"},{"value":"high","description":"High.","name":"high"}]}},"microsoft.graph.windowsUserAccountControlSettings":{"title":"windowsUserAccountControlSettings","enum":["userDefined","alwaysNotify","notifyOnAppChanges","notifyOnAppChangesWithoutDimming","neverNotify"],"type":"string","description":"Possible values for Windows user account control settings.","x-ms-enum":{"name":"windowsUserAccountControlSettings","modelAsString":false,"values":[{"value":"userDefined","description":"User Defined, default value, no intent.","name":"userDefined"},{"value":"alwaysNotify","description":"Always notify.","name":"alwaysNotify"},{"value":"notifyOnAppChanges","description":"Notify on app changes.","name":"notifyOnAppChanges"},{"value":"notifyOnAppChangesWithoutDimming","description":"Notify on app changes without dimming desktop.","name":"notifyOnAppChangesWithoutDimming"},{"value":"neverNotify","description":"Never notify.","name":"neverNotify"}]}},"microsoft.graph.automaticUpdateMode":{"title":"automaticUpdateMode","enum":["userDefined","notifyDownload","autoInstallAtMaintenanceTime","autoInstallAndRebootAtMaintenanceTime","autoInstallAndRebootAtScheduledTime","autoInstallAndRebootWithoutEndUserControl"],"type":"string","description":"Possible values for automatic update mode.","x-ms-enum":{"name":"automaticUpdateMode","modelAsString":false,"values":[{"value":"userDefined","description":"User Defined, default value, no intent.","name":"userDefined"},{"value":"notifyDownload","description":"Notify on download.","name":"notifyDownload"},{"value":"autoInstallAtMaintenanceTime","description":"Auto-install at maintenance time.","name":"autoInstallAtMaintenanceTime"},{"value":"autoInstallAndRebootAtMaintenanceTime","description":"Auto-install and reboot at maintenance time.","name":"autoInstallAndRebootAtMaintenanceTime"},{"value":"autoInstallAndRebootAtScheduledTime","description":"Auto-install and reboot at scheduled time.","name":"autoInstallAndRebootAtScheduledTime"},{"value":"autoInstallAndRebootWithoutEndUserControl","description":"Auto-install and restart without end-user control","name":"autoInstallAndRebootWithoutEndUserControl"}]}},"microsoft.graph.autoRestartNotificationDismissalMethod":{"title":"autoRestartNotificationDismissalMethod","enum":["notConfigured","automatic","user","unknownFutureValue"],"type":"string","description":"Auto restart required notification dismissal method","x-ms-enum":{"name":"autoRestartNotificationDismissalMethod","modelAsString":false,"values":[{"value":"notConfigured","description":"Not configured","name":"notConfigured"},{"value":"automatic","description":"Auto dismissal Indicates that the notification is automatically dismissed without user intervention","name":"automatic"},{"value":"user","description":"User dismissal. Allows the user to dismiss the notification","name":"user"},{"value":"unknownFutureValue","description":"Evolvable enumeration sentinel value. Do not use.","name":"unknownFutureValue"}]}},"microsoft.graph.windowsUpdateType":{"title":"windowsUpdateType","enum":["userDefined","all","businessReadyOnly","windowsInsiderBuildFast","windowsInsiderBuildSlow","windowsInsiderBuildRelease"],"type":"string","description":"Which branch devices will receive their updates from","x-ms-enum":{"name":"windowsUpdateType","modelAsString":false,"values":[{"value":"userDefined","description":"Allow the user to set.","name":"userDefined"},{"value":"all","description":"Semi-annual Channel (Targeted). Device gets all applicable feature updates from Semi-annual Channel (Targeted).","name":"all"},{"value":"businessReadyOnly","description":"Semi-annual Channel. Device gets feature updates from Semi-annual Channel.","name":"businessReadyOnly"},{"value":"windowsInsiderBuildFast","description":"Windows Insider build - Fast","name":"windowsInsiderBuildFast"},{"value":"windowsInsiderBuildSlow","description":"Windows Insider build - Slow","name":"windowsInsiderBuildSlow"},{"value":"windowsInsiderBuildRelease","description":"Release Windows Insider build","name":"windowsInsiderBuildRelease"}]}},"microsoft.graph.windowsDeliveryOptimizationMode":{"title":"windowsDeliveryOptimizationMode","enum":["userDefined","httpOnly","httpWithPeeringNat","httpWithPeeringPrivateGroup","httpWithInternetPeering","simpleDownload","bypassMode"],"type":"string","description":"Delivery optimization mode for peer distribution","x-ms-enum":{"name":"windowsDeliveryOptimizationMode","modelAsString":false,"values":[{"value":"userDefined","description":"Allow the user to set.","name":"userDefined"},{"value":"httpOnly","description":"HTTP only, no peering","name":"httpOnly"},{"value":"httpWithPeeringNat","description":"OS default – Http blended with peering behind the same network address translator","name":"httpWithPeeringNat"},{"value":"httpWithPeeringPrivateGroup","description":"HTTP blended with peering across a private group","name":"httpWithPeeringPrivateGroup"},{"value":"httpWithInternetPeering","description":"HTTP blended with Internet peering","name":"httpWithInternetPeering"},{"value":"simpleDownload","description":"Simple download mode with no peering","name":"simpleDownload"},{"value":"bypassMode","description":"Bypass mode. Do not use Delivery Optimization and use BITS instead","name":"bypassMode"}]}},"microsoft.graph.windowsUpdateInstallScheduleType":{"title":"windowsUpdateInstallScheduleType","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.windowsUpdateActiveHoursInstall":"#/components/schemas/microsoft.graph.windowsUpdateActiveHoursInstall","#microsoft.graph.windowsUpdateScheduledInstall":"#/components/schemas/microsoft.graph.windowsUpdateScheduledInstall"}}},"microsoft.graph.prereleaseFeatures":{"title":"prereleaseFeatures","enum":["userDefined","settingsOnly","settingsAndExperimentations","notAllowed"],"type":"string","description":"Possible values for pre-release features.","x-ms-enum":{"name":"prereleaseFeatures","modelAsString":false,"values":[{"value":"userDefined","description":"User Defined, default value, no intent.","name":"userDefined"},{"value":"settingsOnly","description":"Settings only pre-release features.","name":"settingsOnly"},{"value":"settingsAndExperimentations","description":"Settings and experimentations pre-release features.","name":"settingsAndExperimentations"},{"value":"notAllowed","description":"Pre-release features not allowed.","name":"notAllowed"}]}},"microsoft.graph.windowsUpdateNotificationDisplayOption":{"title":"windowsUpdateNotificationDisplayOption","enum":["notConfigured","defaultNotifications","restartWarningsOnly","disableAllNotifications","unknownFutureValue"],"type":"string","description":"Windows Update Notification Display Options","x-ms-enum":{"name":"windowsUpdateNotificationDisplayOption","modelAsString":false,"values":[{"value":"notConfigured","description":"Not configured","name":"notConfigured"},{"value":"defaultNotifications","description":"Use the default Windows Update notifications.","name":"defaultNotifications"},{"value":"restartWarningsOnly","description":"Turn off all notifications, excluding restart warnings.","name":"restartWarningsOnly"},{"value":"disableAllNotifications","description":"Turn off all notifications, including restart warnings.","name":"disableAllNotifications"},{"value":"unknownFutureValue","description":"Evolvable enumeration sentinel value. Do not use.","name":"unknownFutureValue"}]}},"microsoft.graph.windowsUpdateForBusinessUpdateWeeks":{"title":"windowsUpdateForBusinessUpdateWeeks","enum":["userDefined","firstWeek","secondWeek","thirdWeek","fourthWeek","everyWeek","unknownFutureValue"],"type":"string","description":"Scheduled the update installation on the weeks of the month","x-ms-enum-flags":{"isFlags":true},"x-ms-enum":{"name":"windowsUpdateForBusinessUpdateWeeks","modelAsString":false,"values":[{"value":"userDefined","description":"Allow the user to set.","name":"userDefined"},{"value":"firstWeek","description":"Scheduled the update installation on the first week of the month","name":"firstWeek"},{"value":"secondWeek","description":"Scheduled the update installation on the second week of the month","name":"secondWeek"},{"value":"thirdWeek","description":"Scheduled the update installation on the third week of the month","name":"thirdWeek"},{"value":"fourthWeek","description":"Scheduled the update installation on the fourth week of the month","name":"fourthWeek"},{"value":"everyWeek","description":"Scheduled the update installation on every week of the month","name":"everyWeek"},{"value":"unknownFutureValue","description":"Evolvable enumeration sentinel value. Do not use.","name":"unknownFutureValue"}]}},"microsoft.graph.enablement":{"title":"enablement","enum":["notConfigured","enabled","disabled"],"type":"string","description":"Possible values of a property","x-ms-enum":{"name":"enablement","modelAsString":false,"values":[{"value":"notConfigured","description":"Device default value, no intent.","name":"notConfigured"},{"value":"enabled","description":"Enables the setting on the device.","name":"enabled"},{"value":"disabled","description":"Disables the setting on the device.","name":"disabled"}]}},"microsoft.graph.deviceConfigurationSettingState":{"title":"deviceConfigurationSettingState","required":["@odata.type"],"type":"object","properties":{"currentValue":{"type":"string","description":"Current value of setting on device","nullable":true},"errorCode":{"type":"number","description":"Error code for the setting","format":"int64"},"errorDescription":{"type":"string","description":"Error description","nullable":true},"instanceDisplayName":{"type":"string","description":"Name of setting instance that is being reported.","nullable":true},"setting":{"type":"string","description":"The setting that is being reported","nullable":true},"settingName":{"type":"string","description":"Localized/user friendly setting name that is being reported","nullable":true},"sources":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.settingSource"},"description":"Contributing policies"},"state":{"$ref":"#/components/schemas/microsoft.graph.complianceStatus"},"userEmail":{"type":"string","description":"UserEmail","nullable":true},"userId":{"type":"string","description":"UserId","nullable":true},"userName":{"type":"string","description":"UserName","nullable":true},"userPrincipalName":{"type":"string","description":"UserPrincipalName.","nullable":true},"@odata.type":{"type":"string"}},"description":"Device Configuration Setting State for a given device."},"microsoft.graph.deviceEnrollmentPlatformRestriction":{"title":"deviceEnrollmentPlatformRestriction","required":["@odata.type"],"type":"object","properties":{"osMaximumVersion":{"type":"string","description":"Max OS version supported","nullable":true},"osMinimumVersion":{"type":"string","description":"Min OS version supported","nullable":true},"personalDeviceEnrollmentBlocked":{"type":"boolean","description":"Block personally owned devices from enrolling"},"platformBlocked":{"type":"boolean","description":"Block the platform from enrolling"},"@odata.type":{"type":"string"}},"description":"Platform specific enrollment restrictions"},"microsoft.graph.windowsHelloForBusinessPinUsage":{"title":"windowsHelloForBusinessPinUsage","enum":["allowed","required","disallowed"],"type":"string","description":"Windows Hello for Business pin usage options","x-ms-enum":{"name":"windowsHelloForBusinessPinUsage","modelAsString":false,"values":[{"value":"allowed","description":"Allowed the usage of certain pin rule","name":"allowed"},{"value":"required","description":"Enforce the usage of certain pin rule","name":"required"},{"value":"disallowed","description":"Forbit the usage of certain pin rule","name":"disallowed"}]}},"microsoft.graph.installState":{"title":"installState","enum":["notApplicable","installed","failed","notInstalled","uninstallFailed","unknown"],"type":"string","description":"Possible values for install state.","x-ms-enum":{"name":"installState","modelAsString":false,"values":[{"value":"notApplicable","description":"Not Applicable.","name":"notApplicable"},{"value":"installed","description":"Installed.","name":"installed"},{"value":"failed","description":"Failed.","name":"failed"},{"value":"notInstalled","description":"Not Installed.","name":"notInstalled"},{"value":"uninstallFailed","description":"Uninstall Failed.","name":"uninstallFailed"},{"value":"unknown","description":"Unknown.","name":"unknown"}]}},"microsoft.graph.deviceLocalCredential":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"deviceLocalCredential","required":["@odata.type"],"type":"object","properties":{"accountName":{"type":"string","description":"The name of the local admin account for which LAPS is enabled."},"accountSid":{"type":"string","description":"The SID of the local admin account for which LAPS is enabled."},"backupDateTime":{"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":"When the local administrator account credential for the device object was backed up to Azure Active Directory.","format":"date-time"},"passwordBase64":{"type":"string","description":"The password for the local administrator account that is backed up to Azure Active Directory and returned as a Base64 encoded value."},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.deviceLocalCredential"},"microsoft.graph.deviceProtectionOverview":{"title":"deviceProtectionOverview","required":["@odata.type"],"type":"object","properties":{"cleanDeviceCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Indicates number of devices reporting as clean","format":"int32"},"criticalFailuresDeviceCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Indicates number of devices with critical failures","format":"int32"},"inactiveThreatAgentDeviceCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Indicates number of devices with inactive threat agent","format":"int32"},"pendingFullScanDeviceCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Indicates number of devices pending full scan","format":"int32"},"pendingManualStepsDeviceCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Indicates number of devices with pending manual steps","format":"int32"},"pendingOfflineScanDeviceCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Indicates number of pending offline scan devices","format":"int32"},"pendingQuickScanDeviceCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Indicates the number of devices that have a pending full scan. Valid values -2147483648 to 2147483647","format":"int32"},"pendingRestartDeviceCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Indicates number of devices pending restart","format":"int32"},"pendingSignatureUpdateDeviceCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Indicates number of devices with an old signature","format":"int32"},"totalReportedDeviceCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Total device count.","format":"int32"},"unknownStateThreatAgentDeviceCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Indicates number of devices with threat agent state as unknown","format":"int32"},"@odata.type":{"type":"string"}},"description":"Hardware information of a given device."},"microsoft.graph.intuneBrand":{"title":"intuneBrand","required":["@odata.type"],"type":"object","properties":{"contactITEmailAddress":{"type":"string","description":"Email address of the person/organization responsible for IT support.","nullable":true},"contactITName":{"type":"string","description":"Name of the person/organization responsible for IT support.","nullable":true},"contactITNotes":{"type":"string","description":"Text comments regarding the person/organization responsible for IT support.","nullable":true},"contactITPhoneNumber":{"type":"string","description":"Phone number of the person/organization responsible for IT support.","nullable":true},"darkBackgroundLogo":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.mimeContent"},{"type":"object","nullable":true}],"description":"Logo image displayed in Company Portal apps which have a dark background behind the logo."},"displayName":{"type":"string","description":"Company/organization name that is displayed to end users.","nullable":true},"lightBackgroundLogo":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.mimeContent"},{"type":"object","nullable":true}],"description":"Logo image displayed in Company Portal apps which have a light background behind the logo."},"onlineSupportSiteName":{"type":"string","description":"Display name of the company/organization’s IT helpdesk site.","nullable":true},"onlineSupportSiteUrl":{"type":"string","description":"URL to the company/organization’s IT helpdesk site.","nullable":true},"privacyUrl":{"type":"string","description":"URL to the company/organization’s privacy policy.","nullable":true},"showDisplayNameNextToLogo":{"type":"boolean","description":"Boolean that represents whether the administrator-supplied display name will be shown next to the logo image."},"showLogo":{"type":"boolean","description":"Boolean that represents whether the administrator-supplied logo images are shown or not shown."},"showNameNextToLogo":{"type":"boolean","description":"Boolean that represents whether the administrator-supplied display name will be shown next to the logo image."},"themeColor":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.rgbColor"},{"type":"object","nullable":true}],"description":"Primary theme color used in the Company Portal applications and web portal."},"@odata.type":{"type":"string"}},"description":"intuneBrand contains data which is used in customizing the appearance of the Company Portal applications as well as the end user web portal."},"microsoft.graph.deviceManagementSettings":{"title":"deviceManagementSettings","required":["@odata.type"],"type":"object","properties":{"deviceComplianceCheckinThresholdDays":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The number of days a device is allowed to go without checking in to remain compliant.","format":"int32"},"isScheduledActionEnabled":{"type":"boolean","description":"Is feature enabled or not for scheduled action for rule."},"secureByDefault":{"type":"boolean","description":"Device should be noncompliant when there is no compliance policy targeted when this is true"},"@odata.type":{"type":"string"}}},"microsoft.graph.deviceManagementSubscriptionState":{"title":"deviceManagementSubscriptionState","enum":["pending","active","warning","disabled","deleted","blocked","lockedOut"],"type":"string","description":"Tenant mobile device management subscription state.","x-ms-enum":{"name":"deviceManagementSubscriptionState","modelAsString":false,"values":[{"value":"pending","description":"Pending","name":"pending"},{"value":"active","description":"Active","name":"active"},{"value":"warning","description":"Warning","name":"warning"},{"value":"disabled","description":"Disabled","name":"disabled"},{"value":"deleted","description":"Deleted","name":"deleted"},{"value":"blocked","description":"Blocked","name":"blocked"},{"value":"lockedOut","description":"LockedOut","name":"lockedOut"}]}},"microsoft.graph.userExperienceAnalyticsSettings":{"title":"userExperienceAnalyticsSettings","required":["@odata.type"],"type":"object","properties":{"configurationManagerDataConnectorConfigured":{"type":"boolean","description":"When TRUE, indicates Tenant attach is configured properly and System Center Configuration Manager (SCCM) tenant attached devices will show up in endpoint analytics reporting. When FALSE, indicates Tenant attach is not configured. FALSE by default."},"@odata.type":{"type":"string"}},"description":"The user experience analytics insight is the recomendation to improve the user experience analytics score."},"microsoft.graph.windowsMalwareOverview":{"title":"windowsMalwareOverview","required":["@odata.type"],"type":"object","properties":{"malwareCategorySummary":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.windowsMalwareCategoryCount"},"description":"List of device counts per malware category"},"malwareDetectedDeviceCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Count of devices with malware detected in the last 30 days","format":"int32"},"malwareExecutionStateSummary":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.windowsMalwareExecutionStateCount"},"description":"List of device counts per malware execution state"},"malwareNameSummary":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.windowsMalwareNameCount"},"description":"List of device counts per malware"},"malwareSeveritySummary":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.windowsMalwareSeverityCount"},"description":"List of active malware counts per malware severity"},"malwareStateSummary":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.windowsMalwareStateCount"},"description":"List of device counts per malware state"},"osVersionsSummary":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.osVersionCount"},"description":"List of device counts with malware per windows OS version"},"totalDistinctMalwareCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Count of all distinct malwares detected across all devices. Valid values -2147483648 to 2147483647","format":"int32"},"totalMalwareCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Count of all malware detections across all devices. Valid values -2147483648 to 2147483647","format":"int32"},"@odata.type":{"type":"string"}},"description":"Windows device malware overview."},"microsoft.graph.deviceManagementExchangeConnectorType":{"title":"deviceManagementExchangeConnectorType","enum":["onPremises","hosted","serviceToService","dedicated","unknownFutureValue"],"type":"string","description":"The type of Exchange Connector.","x-ms-enum":{"name":"deviceManagementExchangeConnectorType","modelAsString":false,"values":[{"value":"onPremises","description":"Connects to on-premises Exchange Environment.","name":"onPremises"},{"value":"hosted","description":"Connects to O365 multi-tenant Exchange environment","name":"hosted"},{"value":"serviceToService","description":"Intune Service connects directly to O365 multi-tenant Exchange environment","name":"serviceToService"},{"value":"dedicated","description":"Connects to O365 Dedicated Exchange environment.","name":"dedicated"},{"value":"unknownFutureValue","description":"Evolvable enumeration sentinel value. Do not use.","name":"unknownFutureValue"}]}},"microsoft.graph.deviceManagementExchangeConnectorStatus":{"title":"deviceManagementExchangeConnectorStatus","enum":["none","connectionPending","connected","disconnected","unknownFutureValue"],"type":"string","description":"The current status of the Exchange Connector.","x-ms-enum":{"name":"deviceManagementExchangeConnectorStatus","modelAsString":false,"values":[{"value":"none","description":"No Connector exists.","name":"none"},{"value":"connectionPending","description":"Pending Connection to the Exchange Environment.","name":"connectionPending"},{"value":"connected","description":"Connected to the Exchange Environment","name":"connected"},{"value":"disconnected","description":"Disconnected from the Exchange Environment","name":"disconnected"},{"value":"unknownFutureValue","description":"Evolvable enumeration sentinel value. Do not use.","name":"unknownFutureValue"}]}},"microsoft.graph.deviceManagementReportFileFormat":{"title":"deviceManagementReportFileFormat","enum":["csv","pdf","json","unknownFutureValue"],"type":"string","description":"Possible values for the file format of a report to be exported.","x-ms-enum":{"name":"deviceManagementReportFileFormat","modelAsString":false,"values":[{"value":"csv","description":"CSV Format.","name":"csv"},{"value":"pdf","description":"PDF Format (Deprecate later).","name":"pdf"},{"value":"json","description":"JSON Format.","name":"json"},{"value":"unknownFutureValue","description":"Evolvable enumeration sentinel value. Do not use.","name":"unknownFutureValue"}]}},"microsoft.graph.deviceManagementExportJobLocalizationType":{"title":"deviceManagementExportJobLocalizationType","enum":["localizedValuesAsAdditionalColumn","replaceLocalizableValues"],"type":"string","description":"Configures how the requested export job is localized.","x-ms-enum":{"name":"deviceManagementExportJobLocalizationType","modelAsString":false,"values":[{"value":"localizedValuesAsAdditionalColumn","description":"Configures the export job to expose localized values as an additional column.","name":"localizedValuesAsAdditionalColumn"},{"value":"replaceLocalizableValues","description":"Configures the export job to replace enumerable values with their localized values.","name":"replaceLocalizableValues"}]}},"microsoft.graph.deviceManagementReportStatus":{"title":"deviceManagementReportStatus","enum":["unknown","notStarted","inProgress","completed","failed"],"type":"string","description":"Possible statuses associated with a generated report.","x-ms-enum":{"name":"deviceManagementReportStatus","modelAsString":false,"values":[{"value":"unknown","description":"Report generation status is unknown.","name":"unknown"},{"value":"notStarted","description":"Report generation has not started.","name":"notStarted"},{"value":"inProgress","description":"Report generation is in progress.","name":"inProgress"},{"value":"completed","description":"Report generation is completed.","name":"completed"},{"value":"failed","description":"Report generation has failed.","name":"failed"}]}},"microsoft.graph.deviceManagementPartnerAssignment":{"title":"deviceManagementPartnerAssignment","required":["@odata.type"],"type":"object","properties":{"target":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.deviceAndAppManagementAssignmentTarget"},{"type":"object","nullable":true}],"description":"User groups targeting for devices to be enrolled through partner."},"@odata.type":{"type":"string"}},"description":"User group targeting for Device Management Partner"},"microsoft.graph.deviceManagementPartnerAppType":{"title":"deviceManagementPartnerAppType","enum":["unknown","singleTenantApp","multiTenantApp"],"type":"string","description":"Partner App Type.","x-ms-enum":{"name":"deviceManagementPartnerAppType","modelAsString":false,"values":[{"value":"unknown","description":"Partner App type is unknown.","name":"unknown"},{"value":"singleTenantApp","description":"Partner App is Single tenant in AAD.","name":"singleTenantApp"},{"value":"multiTenantApp","description":"Partner App is Multi tenant in AAD.","name":"multiTenantApp"}]}},"microsoft.graph.deviceEnrollmentFailureReason":{"title":"deviceEnrollmentFailureReason","enum":["unknown","authentication","authorization","accountValidation","userValidation","deviceNotSupported","inMaintenance","badRequest","featureNotSupported","enrollmentRestrictionsEnforced","clientDisconnected","userAbandonment"],"type":"string","description":"Top level failure categories for enrollment.","x-ms-enum":{"name":"deviceEnrollmentFailureReason","modelAsString":false,"values":[{"value":"unknown","description":"Default value, failure reason is unknown.","name":"unknown"},{"value":"authentication","description":"Authentication failed","name":"authentication"},{"value":"authorization","description":"Call was authenticated, but not authorized to enroll.","name":"authorization"},{"value":"accountValidation","description":"Failed to validate the account for enrollment. (Account blocked, enrollment not enabled)","name":"accountValidation"},{"value":"userValidation","description":"User could not be validated. (User does not exist, missing license)","name":"userValidation"},{"value":"deviceNotSupported","description":"Device is not supported for mobile device management.","name":"deviceNotSupported"},{"value":"inMaintenance","description":"Account is in maintenance.","name":"inMaintenance"},{"value":"badRequest","description":"Client sent a request that is not understood/supported by the service.","name":"badRequest"},{"value":"featureNotSupported","description":"Feature(s) used by this enrollment are not supported for this account.","name":"featureNotSupported"},{"value":"enrollmentRestrictionsEnforced","description":"Enrollment restrictions configured by admin blocked this enrollment.","name":"enrollmentRestrictionsEnforced"},{"value":"clientDisconnected","description":"Client timed out or enrollment was aborted by enduser.","name":"clientDisconnected"},{"value":"userAbandonment","description":"Enrollment was abandoned by enduser. (Enduser started onboarding but failed to complete it in timely manner)","name":"userAbandonment"}]}},"microsoft.graph.azureADJoinPolicy":{"title":"azureADJoinPolicy","required":["@odata.type"],"type":"object","properties":{"allowedToJoin":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.deviceRegistrationMembership"},{"type":"object","nullable":true}],"description":"Determines if Microsoft Entra join is allowed."},"isAdminConfigurable":{"type":"boolean","description":"Determines if administrators can modify this policy.","nullable":true},"localAdmins":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.localAdminSettings"},{"type":"object","nullable":true}],"description":"Determines who becomes a local administrator on joined devices."},"@odata.type":{"type":"string"}}},"microsoft.graph.azureADRegistrationPolicy":{"title":"azureADRegistrationPolicy","required":["@odata.type"],"type":"object","properties":{"allowedToRegister":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.deviceRegistrationMembership"},{"type":"object","nullable":true}],"description":"Determines if Microsoft Entra registered is allowed."},"isAdminConfigurable":{"type":"boolean","description":"Determines if administrators can modify this policy.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.localAdminPasswordSettings":{"title":"localAdminPasswordSettings","required":["@odata.type"],"type":"object","properties":{"isEnabled":{"type":"boolean","description":"Specifies whether LAPS is enabled. The default value is false. An admin can set it to true to enable Local Admin Password Solution (LAPS) within their organization.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.multiFactorAuthConfiguration":{"title":"multiFactorAuthConfiguration","enum":["notRequired","required","unknownFutureValue"],"type":"string"},"microsoft.graph.directoryDefinitionDiscoverabilities":{"title":"directoryDefinitionDiscoverabilities","enum":["None","AttributeNames","AttributeDataTypes","AttributeReadOnly","ReferenceAttributes","UnknownFutureValue"],"type":"string","x-ms-enum-flags":{"isFlags":true}},"microsoft.graph.objectDefinition":{"title":"objectDefinition","required":["@odata.type"],"type":"object","properties":{"attributes":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.attributeDefinition"},"description":"Defines attributes of the object."},"metadata":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.objectDefinitionMetadataEntry"},"description":"Metadata for the given object."},"name":{"type":"string","description":"Name of the object. Must be unique within a directory definition. Not nullable.","nullable":true},"supportedApis":{"type":"array","items":{"type":"string","nullable":true},"description":"The API that the provisioning service queries to retrieve data for synchronization."},"@odata.type":{"type":"string"}}},"microsoft.graph.educationAddedStudentAction":{"title":"educationAddedStudentAction","enum":["none","assignIfOpen","unknownFutureValue"],"type":"string"},"microsoft.graph.educationAddToCalendarOptions":{"title":"educationAddToCalendarOptions","enum":["none","studentsAndPublisher","studentsAndTeamOwners","unknownFutureValue","studentsOnly"],"type":"string"},"microsoft.graph.educationAssignmentRecipient":{"title":"educationAssignmentRecipient","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.educationAssignmentClassRecipient":"#/components/schemas/microsoft.graph.educationAssignmentClassRecipient","#microsoft.graph.educationAssignmentGroupRecipient":"#/components/schemas/microsoft.graph.educationAssignmentGroupRecipient","#microsoft.graph.educationAssignmentIndividualRecipient":"#/components/schemas/microsoft.graph.educationAssignmentIndividualRecipient"}}},"microsoft.graph.educationAssignmentGradeType":{"title":"educationAssignmentGradeType","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.educationAssignmentPointsGradeType":"#/components/schemas/microsoft.graph.educationAssignmentPointsGradeType"}}},"microsoft.graph.educationItemBody":{"title":"educationItemBody","required":["@odata.type"],"type":"object","properties":{"content":{"type":"string","nullable":true},"contentType":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.bodyType"},{"type":"object","nullable":true}]},"@odata.type":{"type":"string"}}},"microsoft.graph.educationAssignmentStatus":{"title":"educationAssignmentStatus","enum":["draft","published","assigned","unknownFutureValue","inactive"],"type":"string"},"microsoft.graph.educationResource":{"title":"educationResource","required":["@odata.type"],"type":"object","properties":{"createdBy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"type":"object","nullable":true}],"description":"The individual who created the resource.","readOnly":true},"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","description":"Moment in time when the resource was created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z","format":"date-time","nullable":true,"readOnly":true},"displayName":{"type":"string","description":"Display name of resource.","nullable":true},"lastModifiedBy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"type":"object","nullable":true}],"description":"The last user to modify the resource.","readOnly":true},"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":"Moment in time when the resource was last modified.  The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.","format":"date-time","nullable":true,"readOnly":true},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.educationChannelResource":"#/components/schemas/microsoft.graph.educationChannelResource","#microsoft.graph.educationExcelResource":"#/components/schemas/microsoft.graph.educationExcelResource","#microsoft.graph.educationExternalResource":"#/components/schemas/microsoft.graph.educationExternalResource","#microsoft.graph.educationFileResource":"#/components/schemas/microsoft.graph.educationFileResource","#microsoft.graph.educationLinkedAssignmentResource":"#/components/schemas/microsoft.graph.educationLinkedAssignmentResource","#microsoft.graph.educationLinkResource":"#/components/schemas/microsoft.graph.educationLinkResource","#microsoft.graph.educationMediaResource":"#/components/schemas/microsoft.graph.educationMediaResource","#microsoft.graph.educationPowerPointResource":"#/components/schemas/microsoft.graph.educationPowerPointResource","#microsoft.graph.educationSpeakerProgressResource":"#/components/schemas/microsoft.graph.educationSpeakerProgressResource","#microsoft.graph.educationTeamsAppResource":"#/components/schemas/microsoft.graph.educationTeamsAppResource","#microsoft.graph.educationWordResource":"#/components/schemas/microsoft.graph.educationWordResource"}}},"microsoft.graph.educationCourse":{"title":"educationCourse","required":["@odata.type"],"type":"object","properties":{"courseNumber":{"type":"string","description":"Unique identifier for the course.","nullable":true},"description":{"type":"string","description":"Description of the course.","nullable":true},"displayName":{"type":"string","description":"Name of the course.","nullable":true},"externalId":{"type":"string","description":"ID of the course from the syncing system.","nullable":true},"subject":{"type":"string","description":"Subject of the course.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.educationExternalSource":{"title":"educationExternalSource","enum":["sis","manual","unknownFutureValue"],"type":"string"},"microsoft.graph.educationTerm":{"title":"educationTerm","required":["@odata.type"],"type":"object","properties":{"displayName":{"type":"string","description":"Display name of the term.","nullable":true},"endDate":{"pattern":"^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$","type":"string","description":"End of the term.","format":"date","nullable":true},"externalId":{"type":"string","description":"ID of term in the syncing system.","nullable":true},"startDate":{"pattern":"^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$","type":"string","description":"Start of the term.","format":"date","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.educationGradingSchemeGrade":{"title":"educationGradingSchemeGrade","required":["@odata.type"],"type":"object","properties":{"defaultPercentage":{"oneOf":[{"type":"number","format":"float","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"The midpoint of the grade range."},"displayName":{"type":"string","description":"The name of this individual grade."},"minPercentage":{"oneOf":[{"type":"number","format":"float","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"The minimum percentage of the total points needed to achieve this grade."},"@odata.type":{"type":"string"}}},"microsoft.graph.educationModuleStatus":{"title":"educationModuleStatus","enum":["draft","published","unknownFutureValue"],"type":"string"},"microsoft.graph.educationFeedback":{"title":"educationFeedback","required":["@odata.type"],"type":"object","properties":{"feedbackBy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"type":"object","nullable":true}],"description":"User who created the feedback."},"feedbackDateTime":{"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":"Moment in time when the feedback was given. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z","format":"date-time","nullable":true},"text":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.educationItemBody"},{"type":"object","nullable":true}],"description":"Feedback."},"@odata.type":{"type":"string"}}},"microsoft.graph.educationFeedbackResourceOutcomeStatus":{"title":"educationFeedbackResourceOutcomeStatus","enum":["notPublished","pendingPublish","published","failedPublish","unknownFutureValue"],"type":"string"},"microsoft.graph.educationAssignmentPointsGrade":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.educationAssignmentGrade"},{"title":"educationAssignmentPointsGrade","required":["@odata.type"],"type":"object","properties":{"points":{"oneOf":[{"type":"number","format":"float","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"Number of points a teacher is giving this submission object."},"@odata.type":{"type":"string","default":"#microsoft.graph.educationAssignmentPointsGrade"}}}],"x-ms-discriminator-value":"#microsoft.graph.educationAssignmentPointsGrade"},"microsoft.graph.rubricQualityFeedbackModel":{"title":"rubricQualityFeedbackModel","required":["@odata.type"],"type":"object","properties":{"feedback":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.educationItemBody"},{"type":"object","nullable":true}],"description":"Specific feedback for one quality of this rubric."},"qualityId":{"type":"string","description":"The ID of the rubricQuality that this feedback is related to.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.rubricQualitySelectedColumnModel":{"title":"rubricQualitySelectedColumnModel","required":["@odata.type"],"type":"object","properties":{"columnId":{"type":"string","description":"ID of the selected level for this quality.","nullable":true},"qualityId":{"type":"string","description":"ID of the associated quality.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.rubricLevel":{"title":"rubricLevel","required":["@odata.type"],"type":"object","properties":{"description":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.educationItemBody"},{"type":"object","nullable":true}],"description":"The description of this rubric level."},"displayName":{"type":"string","description":"The name of this rubric level.","nullable":true},"grading":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.educationAssignmentGradeType"},{"type":"object","nullable":true}],"description":"Null if this is a no-points rubric; educationAssignmentPointsGradeType if it's a points rubric."},"levelId":{"type":"string","description":"The ID of this resource.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.rubricQuality":{"title":"rubricQuality","required":["@odata.type"],"type":"object","properties":{"criteria":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.rubricCriterion"},"description":"The collection of criteria for this rubric quality."},"description":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.educationItemBody"},{"type":"object","nullable":true}],"description":"The description of this rubric quality."},"displayName":{"type":"string","description":"The name of this rubric quality.","nullable":true},"qualityId":{"type":"string","description":"The ID of this resource.","nullable":true},"weight":{"oneOf":[{"type":"number","format":"float","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"If present, a numerical weight for this quality.  Weights must add up to 100."},"@odata.type":{"type":"string"}}},"microsoft.graph.educationSubmissionRecipient":{"title":"educationSubmissionRecipient","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.educationSubmissionIndividualRecipient":"#/components/schemas/microsoft.graph.educationSubmissionIndividualRecipient"}}},"microsoft.graph.educationSubmissionStatus":{"title":"educationSubmissionStatus","enum":["working","submitted","released","returned","unknownFutureValue","reassigned","excused"],"type":"string"},"microsoft.graph.educationOnPremisesInfo":{"title":"educationOnPremisesInfo","required":["@odata.type"],"type":"object","properties":{"immutableId":{"type":"string","description":"Unique identifier for the user object in Active Directory.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.educationUserRole":{"title":"educationUserRole","enum":["student","teacher","none","unknownFutureValue"],"type":"string"},"microsoft.graph.relatedContact":{"title":"relatedContact","required":["@odata.type"],"type":"object","properties":{"accessConsent":{"type":"boolean","description":"Indicates whether the user has been consented to access student data.","nullable":true},"displayName":{"type":"string","description":"Name of the contact. Required."},"emailAddress":{"type":"string","description":"Primary email address of the contact. Required."},"mobilePhone":{"type":"string","description":"Mobile phone number of the contact.","nullable":true},"relationship":{"$ref":"#/components/schemas/microsoft.graph.contactRelationship"},"@odata.type":{"type":"string"}}},"microsoft.graph.educationStudent":{"title":"educationStudent","required":["@odata.type"],"type":"object","properties":{"birthDate":{"pattern":"^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$","type":"string","description":"Birth date of the student.","format":"date","nullable":true},"externalId":{"type":"string","description":"ID of the student in the source system.","nullable":true},"gender":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.educationGender"},{"type":"object","nullable":true}],"description":"The possible values are: female, male, other, unknownFutureValue."},"grade":{"type":"string","description":"Current grade level of the student.","nullable":true},"graduationYear":{"type":"string","description":"Year the student is graduating from the school.","nullable":true},"studentNumber":{"type":"string","description":"Student Number.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.educationTeacher":{"title":"educationTeacher","required":["@odata.type"],"type":"object","properties":{"externalId":{"type":"string","description":"ID of the teacher in the source system.","nullable":true},"teacherNumber":{"type":"string","description":"Teacher number.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.notificationEventsType":{"title":"notificationEventsType","enum":["none","restoreAndPolicyUpdates","unknownFutureValue"],"type":"string","x-ms-enum-flags":{"isFlags":true}},"microsoft.graph.notificationRecipients":{"title":"notificationRecipients","required":["@odata.type"],"type":"object","properties":{"customRecipients":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.emailIdentity"},"description":"A list of users or groups that receive notifications. Only specify this property when role is set to custom."},"role":{"$ref":"#/components/schemas/microsoft.graph.notificationRecipientsType"},"@odata.type":{"type":"string"}}},"microsoft.graph.emailIdentity":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.identity"},{"title":"emailIdentity","required":["@odata.type"],"type":"object","properties":{"email":{"type":"string","description":"Email address of the user.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.emailIdentity"}}}],"x-ms-discriminator-value":"#microsoft.graph.emailIdentity"},"microsoft.graph.endUserNotificationType":{"title":"endUserNotificationType","enum":["unknown","positiveReinforcement","noTraining","trainingAssignment","trainingReminder","unknownFutureValue"],"type":"string"},"microsoft.graph.simulationContentSource":{"title":"simulationContentSource","enum":["unknown","global","tenant","unknownFutureValue"],"type":"string"},"microsoft.graph.simulationContentStatus":{"title":"simulationContentStatus","enum":["unknown","draft","ready","archive","delete","unknownFutureValue"],"type":"string"},"microsoft.graph.engagementCreationMode":{"title":"engagementCreationMode","enum":["none","migration","unknownFutureValue"],"type":"string","description":"Indicates that the resource is in migration state and is currently being used for migration purposes.","x-ms-enum":{"name":"engagementCreationMode","modelAsString":false,"values":[{"value":"none","description":"Unspecified creation mode.","name":"none"},{"value":"migration","description":"Creation is a migration.","name":"migration"},{"value":"unknownFutureValue","description":"A marker value for members added after the release of this API.","name":"unknownFutureValue"}]}},"microsoft.graph.engagementConversationModerationState":{"title":"engagementConversationModerationState","enum":["published","pendingReview","dismissed","unknownFutureValue"],"type":"string","description":"Represents the moderation state of an Engage conversation message.","x-ms-enum":{"name":"engagementConversationModerationState","modelAsString":false,"values":[{"value":"published","description":"The content is published.","name":"published"},{"value":"pendingReview","description":"The content is pending review by a moderator.","name":"pendingReview"},{"value":"dismissed","description":"he content has been rejected by a moderator.","name":"dismissed"},{"value":"unknownFutureValue","description":"A marker value for members added after the release of this API.","name":"unknownFutureValue"}]}},"microsoft.graph.engagementConversationMessageReactionType":{"title":"engagementConversationMessageReactionType","enum":["like","love","celebrate","thank","laugh","sad","happy","excited","smile","silly","intenseLaugh","starStruck","goofy","thinking","surprised","mindBlown","scared","crying","shocked","angry","agree","praise","takingNotes","heartBroken","support","confirmed","watching","brain","medal","bullseye","unknownFutureValue"],"type":"string","description":"Types of reactions to conversation messages.","x-ms-enum":{"name":"engagementConversationMessageReactionType","modelAsString":false,"values":[{"value":"like","description":"Like reaction, represented as a thumbs-up hand. A positive sentiment.","name":"like"},{"value":"love","description":"Love reaction, represented as a solid heart shape. A very positive sentiment.","name":"love"},{"value":"celebrate","description":"Celebrate reaction, represented as a party hat. A positive sentiment.","name":"celebrate"},{"value":"thank","description":"Thank reaction, represented as applauding hands. A positive sentiment.","name":"thank"},{"value":"laugh","description":"Laugh reaction, represented as a grinning face. A positive sentiment.","name":"laugh"},{"value":"sad","description":"Sad reaction, represented as a frowning face. A sympathetic sentiment.","name":"sad"},{"value":"happy","description":"Happy reaction, represented as an open mouth smile face. A very positive sentiment.","name":"happy"},{"value":"excited","description":"Excited reaction, represented as a face with closed eyes and a big smile. A very positive sentiment.","name":"excited"},{"value":"smile","description":"Smiling reaction, represented as a face with a small smile. A positive sentiment.","name":"smile"},{"value":"silly","description":"Silly reaction, represented as an upside down smiling face. A positive sentiment.","name":"silly"},{"value":"intenseLaugh","description":"Intense laughter reaction, represented as a crying laughing face. A very positive sentiment.","name":"intenseLaugh"},{"value":"starStruck","description":"Star struck reaction, represented as a face with stars for eyes. A very positive sentiment.","name":"starStruck"},{"value":"goofy","description":"Goofy reaction, represented as a face with tongue sticking out of mouth. A positive sentiment.","name":"goofy"},{"value":"thinking","description":"Thinking reaction, represented as a face with a hand on the chin. A neutral sentiment.","name":"thinking"},{"value":"surprised","description":"Surprised reaction, represented as a face with its mouth open. A neutral sentiment.","name":"surprised"},{"value":"mindBlown","description":"Mind blown reaction, represented as a face with its head covered in an exploding cloud. A positive sentiment.","name":"mindBlown"},{"value":"scared","description":"Scared reaction, represented as a face with fearful look. A negative sentiment.","name":"scared"},{"value":"crying","description":"Crying reaction, represented as a face with tears streaming down. A negative sentiment.","name":"crying"},{"value":"shocked","description":"Shocked reaction, represented as a face with two hands against cheeks and mouth open. A negative sentiment.","name":"shocked"},{"value":"angry","description":"Angry reaction, represented as a face with furrowed eyebrows and sad mouth. A very negative sentiment.","name":"angry"},{"value":"agree","description":"Agree reaction, represented as a hand pointing upward. A positive sentiment.","name":"agree"},{"value":"praise","description":"Praise reaction, represented as two hands facing outward. A positive sentiment.","name":"praise"},{"value":"takingNotes","description":"Taking notes reaction, represented as a hand holding a pen. A neutral sentiment.","name":"takingNotes"},{"value":"heartBroken","description":"Heart broken reaction, represented as a broken heart. A negative sentiment.","name":"heartBroken"},{"value":"support","description":"Support reaction, represented as red numbers showing 100. A positive sentiment.","name":"support"},{"value":"confirmed","description":"Confirmed reaction, represented as a green check mark. A neutral sentiment.","name":"confirmed"},{"value":"watching","description":"Watching reaction, represented as two eyeballs. A neutral sentiment.","name":"watching"},{"value":"brain","description":"Brain reaction, represented as a brain. A neutral sentiment.","name":"brain"},{"value":"medal","description":"Medal reaction, represented as a medal hanging from a sash. A positive sentiment.","name":"medal"},{"value":"bullseye","description":"Bullseye reaction, represented as a target with an arrow in the middle. A positive sentiment.","name":"bullseye"},{"value":"unknownFutureValue","description":"A marker value for members added after the release of this API.","name":"unknownFutureValue"}]}},"microsoft.graph.certificateStatus":{"title":"certificateStatus","enum":["notProvisioned","provisioned"],"type":"string"},"microsoft.graph.accessPackageExternalUserLifecycleAction":{"title":"accessPackageExternalUserLifecycleAction","enum":["none","blockSignIn","blockSignInAndDelete","unknownFutureValue"],"type":"string"},"microsoft.graph.stagedFeatureName":{"title":"stagedFeatureName","enum":["passthroughAuthentication","seamlessSso","passwordHashSync","emailAsAlternateId","unknownFutureValue","certificateBasedAuthentication","multiFactorAuthentication"],"type":"string"},"microsoft.graph.fileStorageContainerCustomPropertyDictionary":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.Dictionary"},{"title":"fileStorageContainerCustomPropertyDictionary","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.fileStorageContainerCustomPropertyDictionary"},"microsoft.graph.siteLockState":{"title":"siteLockState","enum":["unlocked","lockedReadOnly","lockedNoAccess","lockedNoAdditions","unknownFutureValue"],"type":"string"},"microsoft.graph.fileStorageContainerSettings":{"title":"fileStorageContainerSettings","required":["@odata.type"],"type":"object","properties":{"isItemVersioningEnabled":{"type":"boolean","description":"Indicates whether versioning is enabled for items in the container. Optional. Read-write.","nullable":true},"isOcrEnabled":{"type":"boolean","description":"Indicates whether Optical Character Recognition (OCR) is enabled for the container. The default value is false. When set to true, OCR extraction is performed for new and updated documents of supported document types, and the extracted fields in the metadata of the document enable end-user search and search-driven solutions. When set to false, existing OCR metadata is not impacted. Optional. Read-write.","nullable":true},"itemMajorVersionLimit":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The maximum major versions allowed for items in the container. Optional. Read-write.","format":"int32","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.fileStorageContainerStatus":{"title":"fileStorageContainerStatus","enum":["inactive","active","unknownFutureValue"],"type":"string"},"microsoft.graph.fileStorageContainerViewpoint":{"title":"fileStorageContainerViewpoint","required":["@odata.type"],"type":"object","properties":{"effectiveRole":{"type":"string","description":"The current user's effective role. Read-only."},"@odata.type":{"type":"string"}}},"microsoft.graph.fileStorageContainerBillingClassification":{"title":"fileStorageContainerBillingClassification","enum":["standard","trial","directToCustomer","unknownFutureValue"],"type":"string"},"microsoft.graph.fileStorageContainerBillingStatus":{"title":"fileStorageContainerBillingStatus","enum":["invalid","valid","unknownFutureValue"],"type":"string"},"microsoft.graph.fileStorageContainerTypeSettings":{"title":"fileStorageContainerTypeSettings","required":["@odata.type"],"type":"object","properties":{"consumingTenantOverridables":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.fileStorageContainerTypeSettingsOverride"},{"type":"object","nullable":true}],"description":"A comma-separated list of settings that can be overridden in the consuming tenant. The possible values are: urlTemplate, isDiscoverabilityEnabled, isSearchEnabled, isItemVersioningEnabled, itemMajorVersionLimit, maxStoragePerContainerInBytes, unknownFutureValue."},"isDiscoverabilityEnabled":{"type":"boolean","description":"Indicates whether items from containers are surfaced in experiences such as My Activity or Microsoft 365.","nullable":true},"isItemVersioningEnabled":{"type":"boolean","description":"Indicates whether item versioning is enabled.","nullable":true},"isSearchEnabled":{"type":"boolean","description":"Indicates whether search is enabled.","nullable":true},"isSharingRestricted":{"type":"boolean","description":"Only the manager and owner can share files in the container if restricted sharing is enabled.","nullable":true},"itemMajorVersionLimit":{"type":"number","description":"Maximum number of versions. Versioning must be enabled ('isItemVersioningEnabled'=true).","format":"int64","nullable":true},"maxStoragePerContainerInBytes":{"type":"number","description":"Controls maximum storage in bytes.","format":"int64","nullable":true},"sharingCapability":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.sharingCapabilities"},{"type":"object","nullable":true}],"description":"Sharing capabilities permitted for containers. This value can always be overridden during registration if needed. The possible values are: disabled, externalUserSharingOnly, externalUserAndGuestSharing, existingExternalUserSharingOnly, unknownFutureValue."},"urlTemplate":{"type":"string","description":"Pattern used to redirect files.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.fileStorageContainerTypeRegistrationSettings":{"title":"fileStorageContainerTypeRegistrationSettings","required":["@odata.type"],"type":"object","properties":{"isDiscoverabilityEnabled":{"type":"boolean","description":"Indicates whether items from containers are surfaced in experiences such as My Activity or Microsoft 365.","nullable":true},"isItemVersioningEnabled":{"type":"boolean","description":"Indicates whether item versioning is enabled.","nullable":true},"isSearchEnabled":{"type":"boolean","description":"Indicates whether search is enabled.","nullable":true},"isSharingRestricted":{"type":"boolean","description":"Only the manager and owner can share files in the container if restricted sharing is enabled.","nullable":true},"itemMajorVersionLimit":{"type":"number","description":"Maximum number of versions. Versioning must be enabled ('isItemVersioningEnabled'=true).","format":"int64","nullable":true},"maxStoragePerContainerInBytes":{"type":"number","description":"Controls maximum storage in bytes.","format":"int64","nullable":true},"sharingCapability":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.sharingCapabilities"},{"type":"object","nullable":true}],"description":"Sharing capabilities permitted for containers. The possible values are: disabled, externalUserSharingOnly, externalUserAndGuestSharing, existingExternalUserSharingOnly, unknownFutureValue. Can always be updated."},"urlTemplate":{"type":"string","description":"Pattern used to redirect files.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.fileStorageContainerTypeAppPermissionGrant":{"title":"fileStorageContainerTypeAppPermissionGrant","required":["@odata.type"],"type":"object","properties":{"appId":{"type":"string","description":"Application ID to which to set permissions."},"applicationPermissions":{"type":"array","items":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.fileStorageContainerTypeAppPermission"},{"type":"object","nullable":true}]},"description":"Allowed permissions when you use delegated tokens. The possible values are: none, readContent, writeContent, manageContent, create, delete, read, write, enumeratePermissions, addPermissions, updatePermissions, deletePermissions, deleteOwnPermission, managePermissions, full, unknownFutureValue."},"delegatedPermissions":{"type":"array","items":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.fileStorageContainerTypeAppPermission"},{"type":"object","nullable":true}]},"description":"Allowed permissions when you use application tokens. The possible values are: none, readContent, writeContent, manageContent, create, delete, read, write, enumeratePermissions, addPermissions, updatePermissions, deletePermissions, deleteOwnPermission, managePermissions, full, unknownFutureValue."},"@odata.type":{"type":"string"}}},"microsoft.graph.scopeOperatorType":{"title":"scopeOperatorType","enum":["Binary","Unary"],"type":"string"},"microsoft.graph.scopeOperatorMultiValuedComparisonType":{"title":"scopeOperatorMultiValuedComparisonType","enum":["All","Any"],"type":"string"},"microsoft.graph.attributeType":{"title":"attributeType","enum":["String","Integer","Reference","Binary","Boolean","DateTime"],"type":"string"},"microsoft.graph.outlierContainerType":{"title":"outlierContainerType","enum":["group","unknownFutureValue"],"type":"string"},"microsoft.graph.outlierMemberType":{"title":"outlierMemberType","enum":["user","unknownFutureValue"],"type":"string"},"microsoft.graph.artifactRestoreStatus":{"title":"artifactRestoreStatus","enum":["added","scheduling","scheduled","inProgress","succeeded","failed","unknownFutureValue"],"type":"string"},"microsoft.graph.settingValue":{"title":"settingValue","required":["@odata.type"],"type":"object","properties":{"name":{"type":"string","description":"Name of the setting (as defined by the groupSettingTemplate).","nullable":true},"value":{"type":"string","description":"Value of the setting.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.sectionEmphasisType":{"title":"sectionEmphasisType","enum":["none","neutral","soft","strong","unknownFutureValue"],"type":"string"},"microsoft.graph.horizontalSectionLayoutType":{"title":"horizontalSectionLayoutType","enum":["none","oneColumn","twoColumns","threeColumns","oneThirdLeftColumn","oneThirdRightColumn","fullWidth","unknownFutureValue"],"type":"string"},"microsoft.graph.apiAuthenticationConfigurationBase":{"title":"apiAuthenticationConfigurationBase","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.basicAuthentication":"#/components/schemas/microsoft.graph.basicAuthentication","#microsoft.graph.clientCertificateAuthentication":"#/components/schemas/microsoft.graph.clientCertificateAuthentication","#microsoft.graph.pkcs12Certificate":"#/components/schemas/microsoft.graph.pkcs12Certificate"}}},"microsoft.graph.riskPreventionContainer":{"title":"riskPreventionContainer","required":["@odata.type"],"type":"object","properties":{"fraudProtectionProviders":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.fraudProtectionProvider"},"description":"Represents entry point for fraud protection provider configurations for Microsoft Entra External ID tenants.","x-ms-navigationProperty":true},"webApplicationFirewallProviders":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.webApplicationFirewallProvider"},"description":"Collection of WAF provider configurations registered in the External ID tenant.","x-ms-navigationProperty":true},"webApplicationFirewallVerifications":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.webApplicationFirewallVerificationModel"},"description":"Collection of verification operations performed for domains or hosts with WAF providers registered in the External ID tenant.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}},"microsoft.graph.oidcClientAuthentication":{"title":"oidcClientAuthentication","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.oidcClientSecretAuthentication":"#/components/schemas/microsoft.graph.oidcClientSecretAuthentication","#microsoft.graph.oidcPrivateJwtKeyClientAuthentication":"#/components/schemas/microsoft.graph.oidcPrivateJwtKeyClientAuthentication"}}},"microsoft.graph.oidcInboundClaimMappingOverride":{"title":"oidcInboundClaimMappingOverride","required":["@odata.type"],"type":"object","properties":{"address":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.oidcAddressInboundClaims"},{"type":"object","nullable":true}]},"email":{"type":"string","nullable":true},"email_verified":{"type":"string","nullable":true},"family_name":{"type":"string","nullable":true},"given_name":{"type":"string","nullable":true},"name":{"type":"string","nullable":true},"phone_number":{"type":"string","nullable":true},"phone_number_verified":{"type":"string","nullable":true},"sub":{"type":"string","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.oidcResponseType":{"title":"oidcResponseType","enum":["code","id_token","token","unknownFutureValue"],"type":"string","x-ms-enum-flags":{"isFlags":true}},"microsoft.graph.userFlowType":{"title":"userFlowType","enum":["signUp","signIn","signUpOrSignIn","passwordReset","profileUpdate","resourceOwner","unknownFutureValue"],"type":"string"},"microsoft.graph.userFlowApiConnectorConfiguration":{"title":"userFlowApiConnectorConfiguration","required":["@odata.type"],"type":"object","properties":{"postAttributeCollection":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identityApiConnector"},{"type":"object","nullable":true}],"x-ms-navigationProperty":true},"postFederationSignup":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identityApiConnector"},{"type":"object","nullable":true}],"x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}},"microsoft.graph.identityUserFlowAttributeDataType":{"title":"identityUserFlowAttributeDataType","enum":["string","boolean","int64","stringCollection","dateTime","unknownFutureValue"],"type":"string"},"microsoft.graph.identityUserFlowAttributeType":{"title":"identityUserFlowAttributeType","enum":["builtIn","custom","required","unknownFutureValue"],"type":"string"},"microsoft.graph.userAttributeValuesItem":{"title":"userAttributeValuesItem","required":["@odata.type"],"type":"object","properties":{"isDefault":{"type":"boolean","description":"Determines whether the value is set as the default."},"name":{"type":"string","description":"The display name of the property displayed to the user in the user flow.","nullable":true},"value":{"type":"string","description":"The value that is set when this item is selected.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.identityUserFlowAttributeInputType":{"title":"identityUserFlowAttributeInputType","enum":["textBox","dateTimeDropdown","radioSingleSelect","dropdownSingleSelect","emailBox","checkboxMultiSelect"],"type":"string"},"microsoft.graph.importedWindowsAutopilotDeviceIdentityState":{"title":"importedWindowsAutopilotDeviceIdentityState","required":["@odata.type"],"type":"object","properties":{"deviceErrorCode":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Device error code reported by Device Directory Service(DDS).","format":"int32"},"deviceErrorName":{"type":"string","description":"Device error name reported by Device Directory Service(DDS).","nullable":true},"deviceImportStatus":{"$ref":"#/components/schemas/microsoft.graph.importedWindowsAutopilotDeviceIdentityImportStatus"},"deviceRegistrationId":{"type":"string","description":"Device Registration ID for successfully added device reported by Device Directory Service(DDS).","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.importedWindowsAutopilotDeviceIdentityUploadStatus":{"title":"importedWindowsAutopilotDeviceIdentityUploadStatus","enum":["noUpload","pending","complete","error"],"type":"string","x-ms-enum":{"name":"importedWindowsAutopilotDeviceIdentityUploadStatus","modelAsString":false,"values":[{"value":"noUpload","description":"No upload status.","name":"noUpload"},{"value":"pending","description":"Pending status.","name":"pending"},{"value":"complete","description":"Complete status.","name":"complete"},{"value":"error","description":"Error status.","name":"error"}]}},"microsoft.graph.invitedUserMessageInfo":{"title":"invitedUserMessageInfo","required":["@odata.type"],"type":"object","properties":{"ccRecipients":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.recipient"},"description":"Additional recipients the invitation message should be sent to. Currently only one additional recipient is supported."},"customizedMessageBody":{"type":"string","description":"Customized message body you want to send if you don't want the default message. Only plain text is allowed.","nullable":true},"messageLanguage":{"type":"string","description":"The language you want to send the default message in. If the customizedMessageBody is specified, this property is ignored, and the message is sent using the customizedMessageBody. The language format should be in ISO 639. The default is en-US.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.iosUpdatesInstallStatus":{"title":"iosUpdatesInstallStatus","enum":["deviceOsHigherThanDesiredOsVersion","sharedDeviceUserLoggedInError","notSupportedOperation","installFailed","installPhoneCallInProgress","installInsufficientPower","installInsufficientSpace","installing","downloadInsufficientNetwork","downloadInsufficientPower","downloadInsufficientSpace","downloadRequiresComputer","downloadFailed","downloading","success","available","idle","unknown"],"type":"string"},"microsoft.graph.accessAction":{"title":"accessAction","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}}},"microsoft.graph.itemActionStat":{"title":"itemActionStat","required":["@odata.type"],"type":"object","properties":{"actionCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The number of times the action took place. Read-only.","format":"int32","nullable":true},"actorCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The number of distinct actors that performed the action. Read-only.","format":"int32","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.incompleteData":{"title":"incompleteData","required":["@odata.type"],"type":"object","properties":{"missingDataBeforeDateTime":{"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 service does not have source data before the specified time.","format":"date-time","nullable":true},"wasThrottled":{"type":"boolean","description":"Some data was not recorded due to excessive activity.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.retentionLabelSettings":{"title":"retentionLabelSettings","required":["@odata.type"],"type":"object","properties":{"behaviorDuringRetentionPeriod":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.behaviorDuringRetentionPeriod"},{"type":"object","nullable":true}],"description":"Describes the item behavior during retention period. The possible values are: doNotRetain, retain, retainAsRecord, retainAsRegulatoryRecord, unknownFutureValue. Read-only."},"isContentUpdateAllowed":{"type":"boolean","description":"Specifies whether updates to document content are allowed. Read-only.","nullable":true},"isDeleteAllowed":{"type":"boolean","description":"Specifies whether the document deletion is allowed. Read-only.","nullable":true},"isLabelUpdateAllowed":{"type":"boolean","description":"Specifies whether you're allowed to change the retention label on the document. Read-only.","nullable":true},"isMetadataUpdateAllowed":{"type":"boolean","description":"Specifies whether updates to the item metadata (for example, the Title field) are blocked. Read-only.","nullable":true},"isRecordLocked":{"type":"boolean","description":"Specifies whether the item is locked. Read-write.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.usageRights":{"title":"usageRights","enum":["unknown","docEdit","edit","comment","export","forward","owner","print","reply","replyAll","view","extract","viewRightsData","editRightsData","objModel","accessDenied","userDefinedProtectionTypeNotSupportedException","encryptedProtectionTypeNotSupportedException","purviewClaimsChallengeNotSupportedException","exception","labelNotFoundException","unknownFutureValue"],"type":"string","x-ms-enum-flags":{"isFlags":true}},"microsoft.graph.level":{"title":"level","enum":["beginner","intermediate","advanced","unknownFutureValue"],"type":"string"},"microsoft.graph.courseStatus":{"title":"courseStatus","enum":["notStarted","inProgress","completed","unknownFutureValue"],"type":"string"},"microsoft.graph.assignmentType":{"title":"assignmentType","enum":["required","recommended","unknownFutureValue","peerRecommended"],"type":"string"},"microsoft.graph.attackSimulationOperationType":{"title":"attackSimulationOperationType","enum":["createSimualation","updateSimulation","unknownFutureValue"],"type":"string"},"microsoft.graph.engagementAsyncOperationType":{"title":"engagementAsyncOperationType","enum":["createCommunity","unknownFutureValue"],"type":"string","description":"Types of engagementAsyncOperationType. Members will be added here as more async operations are supported.","x-ms-enum":{"name":"engagementAsyncOperationType","modelAsString":false,"values":[{"value":"createCommunity","description":"Operation to create a Viva Engage community.","name":"createCommunity"},{"value":"unknownFutureValue","description":"A marker value for members added after the release of this API.","name":"unknownFutureValue"}]}},"microsoft.graph.windowsMalwareExecutionState":{"title":"windowsMalwareExecutionState","enum":["unknown","blocked","allowed","running","notRunning"],"type":"string","description":"Malware execution status","x-ms-enum":{"name":"windowsMalwareExecutionState","modelAsString":false,"values":[{"value":"unknown","description":"Unknown","name":"unknown"},{"value":"blocked","description":"Blocked","name":"blocked"},{"value":"allowed","description":"Allowed","name":"allowed"},{"value":"running","description":"Running","name":"running"},{"value":"notRunning","description":"Not running","name":"notRunning"}]}},"microsoft.graph.windowsMalwareThreatState":{"title":"windowsMalwareThreatState","enum":["active","actionFailed","manualStepsRequired","fullScanRequired","rebootRequired","remediatedWithNonCriticalFailures","quarantined","removed","cleaned","allowed","noStatusCleared"],"type":"string","description":"Malware threat status","x-ms-enum":{"name":"windowsMalwareThreatState","modelAsString":false,"values":[{"value":"active","description":"Active","name":"active"},{"value":"actionFailed","description":"Action failed","name":"actionFailed"},{"value":"manualStepsRequired","description":"Manual steps required","name":"manualStepsRequired"},{"value":"fullScanRequired","description":"Full scan required","name":"fullScanRequired"},{"value":"rebootRequired","description":"Reboot required","name":"rebootRequired"},{"value":"remediatedWithNonCriticalFailures","description":"Remediated with non critical failures ","name":"remediatedWithNonCriticalFailures"},{"value":"quarantined","description":"Quarantined","name":"quarantined"},{"value":"removed","description":"Removed","name":"removed"},{"value":"cleaned","description":"Cleaned","name":"cleaned"},{"value":"allowed","description":"Allowed","name":"allowed"},{"value":"noStatusCleared","description":"No status cleared","name":"noStatusCleared"}]}},"microsoft.graph.managedAppDataStorageLocation":{"title":"managedAppDataStorageLocation","enum":["oneDriveForBusiness","sharePoint","box","localStorage"],"type":"string","description":"The storage locations where managed apps can potentially store their data.","x-ms-enum":{"name":"managedAppDataStorageLocation","modelAsString":false,"values":[{"value":"oneDriveForBusiness","description":"Indicates allowed storage location for the managed app to save files is 'OneDrive for Business'.","name":"oneDriveForBusiness"},{"value":"sharePoint","description":"Indicates allowed storage location for the managed app to save files is 'Sharepoint'.","name":"sharePoint"},{"value":"box","description":"Indicates that the allowed storage location for a managed app to save files is to 'Box'. Box is a non-Microsoft solution that enables cloud-based file storage capabilities.","name":"box"},{"value":"localStorage","description":"Indicates allowed storage location for the managed app to save files is local storage on the device.","name":"localStorage"}]}},"microsoft.graph.managedAppDataTransferLevel":{"title":"managedAppDataTransferLevel","enum":["allApps","managedApps","none"],"type":"string","description":"Data can be transferred from/to these classes of apps","x-ms-enum":{"name":"managedAppDataTransferLevel","modelAsString":false,"values":[{"value":"allApps","description":"All apps.","name":"allApps"},{"value":"managedApps","description":"Managed apps.","name":"managedApps"},{"value":"none","description":"No apps.","name":"none"}]}},"microsoft.graph.managedAppClipboardSharingLevel":{"title":"managedAppClipboardSharingLevel","enum":["allApps","managedAppsWithPasteIn","managedApps","blocked"],"type":"string","description":"Represents the level to which the device's clipboard may be shared between apps","x-ms-enum":{"name":"managedAppClipboardSharingLevel","modelAsString":false,"values":[{"value":"allApps","description":"Sharing is allowed between all apps, managed or not","name":"allApps"},{"value":"managedAppsWithPasteIn","description":"Sharing is allowed between all managed apps with paste in enabled","name":"managedAppsWithPasteIn"},{"value":"managedApps","description":"Sharing is allowed between all managed apps","name":"managedApps"},{"value":"blocked","description":"Sharing between apps is disabled","name":"blocked"}]}},"microsoft.graph.managedBrowserType":{"title":"managedBrowserType","enum":["notConfigured","microsoftEdge"],"type":"string","description":"Type of managed browser","x-ms-enum-flags":{"isFlags":true},"x-ms-enum":{"name":"managedBrowserType","modelAsString":false,"values":[{"value":"notConfigured","description":"Not configured","name":"notConfigured"},{"value":"microsoftEdge","description":"Microsoft Edge","name":"microsoftEdge"}]}},"microsoft.graph.managedAppPinCharacterSet":{"title":"managedAppPinCharacterSet","enum":["numeric","alphanumericAndSymbol"],"type":"string","description":"Character set which is to be used for a user's app PIN","x-ms-enum":{"name":"managedAppPinCharacterSet","modelAsString":false,"values":[{"value":"numeric","description":"Numeric characters","name":"numeric"},{"value":"alphanumericAndSymbol","description":"Alphanumeric and symbolic characters","name":"alphanumericAndSymbol"}]}},"microsoft.graph.managedAppDataEncryptionType":{"title":"managedAppDataEncryptionType","enum":["useDeviceSettings","afterDeviceRestart","whenDeviceLockedExceptOpenFiles","whenDeviceLocked"],"type":"string","description":"Represents the level to which app data is encrypted for managed apps","x-ms-enum":{"name":"managedAppDataEncryptionType","modelAsString":false,"values":[{"value":"useDeviceSettings","description":"App data is encrypted based on the default settings on the device.","name":"useDeviceSettings"},{"value":"afterDeviceRestart","description":"App data is encrypted when the device is restarted.","name":"afterDeviceRestart"},{"value":"whenDeviceLockedExceptOpenFiles","description":"App data associated with this policy is encrypted when the device is locked, except data in files that are open","name":"whenDeviceLockedExceptOpenFiles"},{"value":"whenDeviceLocked","description":"App data associated with this policy is encrypted when the device is locked","name":"whenDeviceLocked"}]}},"microsoft.graph.windowsInformationProtectionDataRecoveryCertificate":{"title":"windowsInformationProtectionDataRecoveryCertificate","required":["@odata.type"],"type":"object","properties":{"certificate":{"type":"string","description":"Data recovery Certificate","format":"base64url","nullable":true},"description":{"type":"string","description":"Data recovery Certificate description","nullable":true},"expirationDateTime":{"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":"Data recovery Certificate expiration datetime","format":"date-time"},"subjectName":{"type":"string","description":"Data recovery Certificate subject name","nullable":true},"@odata.type":{"type":"string"}},"description":"Windows Information Protection DataRecoveryCertificate"},"microsoft.graph.windowsInformationProtectionEnforcementLevel":{"title":"windowsInformationProtectionEnforcementLevel","enum":["noProtection","encryptAndAuditOnly","encryptAuditAndPrompt","encryptAuditAndBlock"],"type":"string","description":"Possible values for WIP Protection enforcement levels","x-ms-enum":{"name":"windowsInformationProtectionEnforcementLevel","modelAsString":false,"values":[{"value":"noProtection","description":"No protection enforcement","name":"noProtection"},{"value":"encryptAndAuditOnly","description":"Encrypt and Audit only","name":"encryptAndAuditOnly"},{"value":"encryptAuditAndPrompt","description":"Encrypt, Audit and Prompt","name":"encryptAuditAndPrompt"},{"value":"encryptAuditAndBlock","description":"Encrypt, Audit and Block","name":"encryptAuditAndBlock"}]}},"microsoft.graph.windowsInformationProtectionResourceCollection":{"title":"windowsInformationProtectionResourceCollection","required":["@odata.type"],"type":"object","properties":{"displayName":{"type":"string","description":"Display name"},"resources":{"type":"array","items":{"type":"string","nullable":true},"description":"Collection of resources"},"@odata.type":{"type":"string"}},"description":"Windows Information Protection Resource Collection"},"microsoft.graph.windowsInformationProtectionIPRangeCollection":{"title":"windowsInformationProtectionIPRangeCollection","required":["@odata.type"],"type":"object","properties":{"displayName":{"type":"string","description":"Display name"},"ranges":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.ipRange"},"description":"Collection of ip ranges"},"@odata.type":{"type":"string"}},"description":"Windows Information Protection IP Range Collection"},"microsoft.graph.windowsInformationProtectionProxiedDomainCollection":{"title":"windowsInformationProtectionProxiedDomainCollection","required":["@odata.type"],"type":"object","properties":{"displayName":{"type":"string","description":"Display name"},"proxiedDomains":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.proxiedDomain"},"description":"Collection of proxied domains"},"@odata.type":{"type":"string"}},"description":"Windows Information Protection Proxied Domain Collection"},"microsoft.graph.windowsInformationProtectionApp":{"title":"windowsInformationProtectionApp","required":["@odata.type"],"type":"object","properties":{"denied":{"type":"boolean","description":"If true, app is denied protection or exemption."},"description":{"type":"string","description":"The app's description.","nullable":true},"displayName":{"type":"string","description":"App display name."},"productName":{"type":"string","description":"The product name.","nullable":true},"publisherName":{"type":"string","description":"The publisher name","nullable":true},"@odata.type":{"type":"string"}},"description":"App for Windows information protection","discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.windowsInformationProtectionDesktopApp":"#/components/schemas/microsoft.graph.windowsInformationProtectionDesktopApp","#microsoft.graph.windowsInformationProtectionStoreApp":"#/components/schemas/microsoft.graph.windowsInformationProtectionStoreApp"}}},"microsoft.graph.windowsInformationProtectionPinCharacterRequirements":{"title":"windowsInformationProtectionPinCharacterRequirements","enum":["notAllow","requireAtLeastOne","allow"],"type":"string","description":"Pin Character Requirements","x-ms-enum":{"name":"windowsInformationProtectionPinCharacterRequirements","modelAsString":false,"values":[{"value":"notAllow","description":"Not allow","name":"notAllow"},{"value":"requireAtLeastOne","description":"Require atleast one","name":"requireAtLeastOne"},{"value":"allow","description":"Allow any number","name":"allow"}]}},"microsoft.graph.managedAppPolicyDeploymentSummaryPerApp":{"title":"managedAppPolicyDeploymentSummaryPerApp","required":["@odata.type"],"type":"object","properties":{"configurationAppliedUserCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of users the policy is applied.","format":"int32"},"mobileAppIdentifier":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.mobileAppIdentifier"},{"type":"object","nullable":true}],"description":"Deployment of an app."},"@odata.type":{"type":"string"}},"description":"Represents policy deployment summary per app."},"microsoft.graph.appConfigurationSettingItem":{"title":"appConfigurationSettingItem","required":["@odata.type"],"type":"object","properties":{"appConfigKey":{"type":"string","description":"app configuration key."},"appConfigKeyType":{"$ref":"#/components/schemas/microsoft.graph.mdmAppConfigKeyType"},"appConfigKeyValue":{"type":"string","description":"app configuration key value."},"@odata.type":{"type":"string"}},"description":"Contains properties for App configuration setting item."},"microsoft.graph.deviceExchangeAccessStateSummary":{"title":"deviceExchangeAccessStateSummary","required":["@odata.type"],"type":"object","properties":{"allowedDeviceCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Total count of devices with Exchange Access State: Allowed.","format":"int32"},"blockedDeviceCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Total count of devices with Exchange Access State: Blocked.","format":"int32"},"quarantinedDeviceCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Total count of devices with Exchange Access State: Quarantined.","format":"int32"},"unavailableDeviceCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Total count of devices for which no Exchange Access State could be found.","format":"int32"},"unknownDeviceCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Total count of devices with Exchange Access State: Unknown.","format":"int32"},"@odata.type":{"type":"string"}},"description":"Device Exchange Access State summary"},"microsoft.graph.deviceOperatingSystemSummary":{"title":"deviceOperatingSystemSummary","required":["@odata.type"],"type":"object","properties":{"androidCorporateWorkProfileCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The count of Corporate work profile Android devices. Also known as Corporate Owned Personally Enabled (COPE). Valid values -1 to 2147483647","format":"int32"},"androidCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of android device count.","format":"int32"},"androidDedicatedCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of dedicated Android devices.","format":"int32"},"androidDeviceAdminCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of device admin Android devices.","format":"int32"},"androidFullyManagedCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of fully managed Android devices.","format":"int32"},"androidWorkProfileCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of work profile Android devices.","format":"int32"},"configMgrDeviceCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of ConfigMgr managed devices.","format":"int32"},"iosCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of iOS device count.","format":"int32"},"macOSCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of Mac OS X device count.","format":"int32"},"unknownCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of unknown device count.","format":"int32"},"windowsCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of Windows device count.","format":"int32"},"windowsMobileCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of Windows mobile device count.","format":"int32"},"@odata.type":{"type":"string"}},"description":"Device operating system summary."},"microsoft.graph.mimeContent":{"title":"mimeContent","required":["@odata.type"],"type":"object","properties":{"type":{"type":"string","description":"Indicates the content mime type.","nullable":true},"value":{"type":"string","description":"The byte array that contains the actual content.","format":"base64url","nullable":true},"@odata.type":{"type":"string"}},"description":"Contains properties for a generic mime content."},"microsoft.graph.installIntent":{"title":"installIntent","enum":["available","required","uninstall","availableWithoutEnrollment"],"type":"string","description":"Possible values for the install intent chosen by the admin.","x-ms-enum":{"name":"installIntent","modelAsString":false,"values":[{"value":"available","description":"Available install intent.","name":"available"},{"value":"required","description":"Required install intent.","name":"required"},{"value":"uninstall","description":"Uninstall install intent.","name":"uninstall"},{"value":"availableWithoutEnrollment","description":"Available without enrollment install intent.","name":"availableWithoutEnrollment"}]}},"microsoft.graph.virtualEventExternalInformation":{"title":"virtualEventExternalInformation","required":["@odata.type"],"type":"object","properties":{"applicationId":{"type":"string","description":"Identifier of the application that hosts the externalEventId. Read-only.","nullable":true},"externalEventId":{"type":"string","description":"The identifier for a virtualEventExternalInformation object that associates the virtual event with an event ID in an external application. This association bundles all the information (both supported and not supported in virtualEvent) into one virtual event object. Optional. If set, the maximum supported length is 256 characters.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.messageRuleActions":{"title":"messageRuleActions","required":["@odata.type"],"type":"object","properties":{"assignCategories":{"type":"array","items":{"type":"string","nullable":true},"description":"A list of categories to be assigned to a message."},"copyToFolder":{"type":"string","description":"The ID of a folder that a message is to be copied to.","nullable":true},"delete":{"type":"boolean","description":"Indicates whether a message should be moved to the Deleted Items folder.","nullable":true},"forwardAsAttachmentTo":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.recipient"},"description":"The email addresses of the recipients to which a message should be forwarded as an attachment."},"forwardTo":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.recipient"},"description":"The email addresses of the recipients to which a message should be forwarded."},"markAsRead":{"type":"boolean","description":"Indicates whether a message should be marked as read.","nullable":true},"markImportance":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.importance"},{"type":"object","nullable":true}],"description":"Sets the importance of the message, which can be: low, normal, high."},"moveToFolder":{"type":"string","description":"The ID of the folder that a message will be moved to.","nullable":true},"permanentDelete":{"type":"boolean","description":"Indicates whether a message should be permanently deleted and not saved to the Deleted Items folder.","nullable":true},"redirectTo":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.recipient"},"description":"The email addresses to which a message should be redirected."},"stopProcessingRules":{"type":"boolean","description":"Indicates whether subsequent rules should be evaluated.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.messageRulePredicates":{"title":"messageRulePredicates","required":["@odata.type"],"type":"object","properties":{"bodyContains":{"type":"array","items":{"type":"string","nullable":true},"description":"Represents the strings that should appear in the body of an incoming message in order for the condition or exception to apply."},"bodyOrSubjectContains":{"type":"array","items":{"type":"string","nullable":true},"description":"Represents the strings that should appear in the body or subject of an incoming message in order for the condition or exception to apply."},"categories":{"type":"array","items":{"type":"string","nullable":true},"description":"Represents the categories that an incoming message should be labeled with in order for the condition or exception to apply."},"fromAddresses":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.recipient"},"description":"Represents the specific sender email addresses of an incoming message in order for the condition or exception to apply."},"hasAttachments":{"type":"boolean","description":"Indicates whether an incoming message must have attachments in order for the condition or exception to apply.","nullable":true},"headerContains":{"type":"array","items":{"type":"string","nullable":true},"description":"Represents the strings that appear in the headers of an incoming message in order for the condition or exception to apply."},"importance":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.importance"},{"type":"object","nullable":true}],"description":"The importance that is stamped on an incoming message in order for the condition or exception to apply: low, normal, high."},"isApprovalRequest":{"type":"boolean","description":"Indicates whether an incoming message must be an approval request in order for the condition or exception to apply.","nullable":true},"isAutomaticForward":{"type":"boolean","description":"Indicates whether an incoming message must be automatically forwarded in order for the condition or exception to apply.","nullable":true},"isAutomaticReply":{"type":"boolean","description":"Indicates whether an incoming message must be an auto reply in order for the condition or exception to apply.","nullable":true},"isEncrypted":{"type":"boolean","description":"Indicates whether an incoming message must be encrypted in order for the condition or exception to apply.","nullable":true},"isMeetingRequest":{"type":"boolean","description":"Indicates whether an incoming message must be a meeting request in order for the condition or exception to apply.","nullable":true},"isMeetingResponse":{"type":"boolean","description":"Indicates whether an incoming message must be a meeting response in order for the condition or exception to apply.","nullable":true},"isNonDeliveryReport":{"type":"boolean","description":"Indicates whether an incoming message must be a non-delivery report in order for the condition or exception to apply.","nullable":true},"isPermissionControlled":{"type":"boolean","description":"Indicates whether an incoming message must be permission controlled (RMS-protected) in order for the condition or exception to apply.","nullable":true},"isReadReceipt":{"type":"boolean","description":"Indicates whether an incoming message must be a read receipt in order for the condition or exception to apply.","nullable":true},"isSigned":{"type":"boolean","description":"Indicates whether an incoming message must be S/MIME-signed in order for the condition or exception to apply.","nullable":true},"isVoicemail":{"type":"boolean","description":"Indicates whether an incoming message must be a voice mail in order for the condition or exception to apply.","nullable":true},"messageActionFlag":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.messageActionFlag"},{"type":"object","nullable":true}],"description":"Represents the flag-for-action value that appears on an incoming message in order for the condition or exception to apply. The possible values are: any, call, doNotForward, followUp, fyi, forward, noResponseNecessary, read, reply, replyToAll, review."},"notSentToMe":{"type":"boolean","description":"Indicates whether the owner of the mailbox must not be a recipient of an incoming message in order for the condition or exception to apply.","nullable":true},"recipientContains":{"type":"array","items":{"type":"string","nullable":true},"description":"Represents the strings that appear in either the toRecipients or ccRecipients properties of an incoming message in order for the condition or exception to apply."},"senderContains":{"type":"array","items":{"type":"string","nullable":true},"description":"Represents the strings that appear in the from property of an incoming message in order for the condition or exception to apply."},"sensitivity":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.sensitivity"},{"type":"object","nullable":true}],"description":"Represents the sensitivity level that must be stamped on an incoming message in order for the condition or exception to apply. The possible values are: normal, personal, private, confidential."},"sentCcMe":{"type":"boolean","description":"Indicates whether the owner of the mailbox must be in the ccRecipients property of an incoming message in order for the condition or exception to apply.","nullable":true},"sentOnlyToMe":{"type":"boolean","description":"Indicates whether the owner of the mailbox must be the only recipient in an incoming message in order for the condition or exception to apply.","nullable":true},"sentToAddresses":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.recipient"},"description":"Represents the email addresses that an incoming message must have been sent to in order for the condition or exception to apply."},"sentToMe":{"type":"boolean","description":"Indicates whether the owner of the mailbox must be in the toRecipients property of an incoming message in order for the condition or exception to apply.","nullable":true},"sentToOrCcMe":{"type":"boolean","description":"Indicates whether the owner of the mailbox must be in either a toRecipients or ccRecipients property of an incoming message in order for the condition or exception to apply.","nullable":true},"subjectContains":{"type":"array","items":{"type":"string","nullable":true},"description":"Represents the strings that appear in the subject of an incoming message in order for the condition or exception to apply."},"withinSizeRange":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.sizeRange"},{"type":"object","nullable":true}],"description":"Represents the minimum and maximum sizes (in kilobytes) that an incoming message must fall in between in order for the condition or exception to apply."},"@odata.type":{"type":"string"}}},"microsoft.graph.mobileAppPublishingState":{"title":"mobileAppPublishingState","enum":["notPublished","processing","published"],"type":"string","description":"Indicates the publishing state of an app.","x-ms-enum":{"name":"mobileAppPublishingState","modelAsString":false,"values":[{"value":"notPublished","description":"The app is not yet published.","name":"notPublished"},{"value":"processing","description":"The app is pending service-side processing.","name":"processing"},{"value":"published","description":"The app is published.","name":"published"}]}},"microsoft.graph.androidMinimumOperatingSystem":{"title":"androidMinimumOperatingSystem","required":["@odata.type"],"type":"object","properties":{"v10_0":{"type":"boolean","description":"When TRUE, only Version 10.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE."},"v11_0":{"type":"boolean","description":"When TRUE, only Version 11.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE."},"v4_0":{"type":"boolean","description":"When TRUE, only Version 4.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE."},"v4_0_3":{"type":"boolean","description":"When TRUE, only Version 4.0.3 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE."},"v4_1":{"type":"boolean","description":"When TRUE, only Version 4.1 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE."},"v4_2":{"type":"boolean","description":"When TRUE, only Version 4.2 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE."},"v4_3":{"type":"boolean","description":"When TRUE, only Version 4.3 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE."},"v4_4":{"type":"boolean","description":"When TRUE, only Version 4.4 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE."},"v5_0":{"type":"boolean","description":"When TRUE, only Version 5.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE."},"v5_1":{"type":"boolean","description":"When TRUE, only Version 5.1 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE."},"v6_0":{"type":"boolean","description":"When TRUE, only Version 6.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE."},"v7_0":{"type":"boolean","description":"When TRUE, only Version 7.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE."},"v7_1":{"type":"boolean","description":"When TRUE, only Version 7.1 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE."},"v8_0":{"type":"boolean","description":"When TRUE, only Version 8.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE."},"v8_1":{"type":"boolean","description":"When TRUE, only Version 8.1 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE."},"v9_0":{"type":"boolean","description":"When TRUE, only Version 9.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE."},"@odata.type":{"type":"string"}},"description":"Contains properties for the minimum operating system required for an Android mobile app."},"microsoft.graph.iosDeviceType":{"title":"iosDeviceType","required":["@odata.type"],"type":"object","properties":{"iPad":{"type":"boolean","description":"Whether the app should run on iPads."},"iPhoneAndIPod":{"type":"boolean","description":"Whether the app should run on iPhones and iPods."},"@odata.type":{"type":"string"}},"description":"Contains properties of the possible iOS device types the mobile app can run on."},"microsoft.graph.iosMinimumOperatingSystem":{"title":"iosMinimumOperatingSystem","required":["@odata.type"],"type":"object","properties":{"v10_0":{"type":"boolean","description":"Indicates the minimum iOS version support required for the managed device. When 'True', iOS with OS Version 10.0 or later is required to install the app. If 'False', iOS Version 10.0 is not the minimum version. Default value is False. Exactly one of the minimum operating system boolean values will be TRUE."},"v11_0":{"type":"boolean","description":"Indicates the minimum iOS version support required for the managed device. When 'True', iOS with OS Version 11.0 or later is required to install the app. If 'False', iOS Version 11.0 is not the minimum version. Default value is False. Exactly one of the minimum operating system boolean values will be TRUE."},"v12_0":{"type":"boolean","description":"Indicates the minimum iOS version support required for the managed device. When 'True', iOS with OS Version 12.0 or later is required to install the app. If 'False', iOS Version 12.0 is not the minimum version. Default value is False. Exactly one of the minimum operating system boolean values will be TRUE."},"v13_0":{"type":"boolean","description":"Indicates the minimum iOS version support required for the managed device. When 'True', iOS with OS Version 13.0 or later is required to install the app. If 'False', iOS Version 13.0 is not the minimum version. Default value is False. Exactly one of the minimum operating system boolean values will be TRUE."},"v14_0":{"type":"boolean","description":"Indicates the minimum iOS version support required for the managed device. When 'True', iOS with OS Version 14.0 or later is required to install the app. If 'False', iOS Version 14.0 is not the minimum version. Default value is False. Exactly one of the minimum operating system boolean values will be TRUE."},"v15_0":{"type":"boolean","description":"Indicates the minimum iOS version support required for the managed device. When 'True', iOS with OS Version 15.0 or later is required to install the app. If 'False', iOS Version 15.0 is not the minimum version. Default value is False. Exactly one of the minimum operating system boolean values will be TRUE."},"v8_0":{"type":"boolean","description":"Indicates the minimum iOS version support required for the managed device. When 'True', iOS with OS Version 8.0 or later is required to install the app. If 'False', iOS Version 8.0  is not the minimum version. Default value is False. Exactly one of the minimum operating system boolean values will be TRUE."},"v9_0":{"type":"boolean","description":"Indicates the minimum iOS version support required for the managed device. When 'True', iOS with OS Version 9.0 or later is required to install the app. If 'False', iOS Version 9.0 is not the minimum version. Default value is False. Exactly one of the minimum operating system boolean values will be TRUE."},"@odata.type":{"type":"string"}},"description":"Contains properties of the minimum operating system required for an iOS mobile app."},"microsoft.graph.vppLicensingType":{"title":"vppLicensingType","required":["@odata.type"],"type":"object","properties":{"supportsDeviceLicensing":{"type":"boolean","description":"Whether the program supports the device licensing type."},"supportsUserLicensing":{"type":"boolean","description":"Whether the program supports the user licensing type."},"@odata.type":{"type":"string"}},"description":"Contains properties for iOS Volume-Purchased Program (Vpp) Licensing Type."},"microsoft.graph.vppTokenAccountType":{"title":"vppTokenAccountType","enum":["business","education"],"type":"string","description":"Possible types of an Apple Volume Purchase Program token.","x-ms-enum":{"name":"vppTokenAccountType","modelAsString":false,"values":[{"value":"business","description":"Apple Volume Purchase Program token associated with an business program.","name":"business"},{"value":"education","description":"Apple Volume Purchase Program token associated with an education program.","name":"education"}]}},"microsoft.graph.microsoftEdgeChannel":{"title":"microsoftEdgeChannel","enum":["dev","beta","stable","unknownFutureValue"],"type":"string","description":"The enum to specify the channels for Microsoft Edge apps.","x-ms-enum":{"name":"microsoftEdgeChannel","modelAsString":false,"values":[{"value":"dev","description":"The Dev Channel is intended to help you plan and develop with the latest capabilities of Microsoft Edge.","name":"dev"},{"value":"beta","description":"The Beta Channel is intended for production deployment to a representative sample set of users. New features ship about every 4 weeks. Security and quality updates ship as needed.","name":"beta"},{"value":"stable","description":"The Stable Channel is intended for broad deployment within organizations, and it's the channel that most users should be on. New features ship about every 4 weeks. Security and quality updates ship as needed.","name":"stable"},{"value":"unknownFutureValue","description":"Evolvable enumeration sentinel value. Do not use.","name":"unknownFutureValue"}]}},"microsoft.graph.managedAppAvailability":{"title":"managedAppAvailability","enum":["global","lineOfBusiness"],"type":"string","description":"A managed (MAM) application's availability.","x-ms-enum":{"name":"managedAppAvailability","modelAsString":false,"values":[{"value":"global","description":"A globally available app to all tenants.","name":"global"},{"value":"lineOfBusiness","description":"A line-of-business apps private to an organization.","name":"lineOfBusiness"}]}},"microsoft.graph.microsoftStoreForBusinessLicenseType":{"title":"microsoftStoreForBusinessLicenseType","enum":["offline","online"],"type":"string"},"microsoft.graph.macOSIncludedApp":{"title":"macOSIncludedApp","required":["@odata.type"],"type":"object","properties":{"bundleId":{"type":"string","description":"The bundleId of the app. This maps to the CFBundleIdentifier in the app's bundle configuration."},"bundleVersion":{"type":"string","description":"The version of the app. This maps to the CFBundleShortVersion in the app's bundle configuration."},"@odata.type":{"type":"string"}},"description":"Contains properties of an included .app in a MacOS app."},"microsoft.graph.macOSMinimumOperatingSystem":{"title":"macOSMinimumOperatingSystem","required":["@odata.type"],"type":"object","properties":{"v10_10":{"type":"boolean","description":"Indicates the minimum OS X version support required for the managed device. When 'True', macOS with OS X 10.10 or later is required to install the app. If 'False', OS X Version 10.10 is not the minimum version. Default value is False. Exactly one of the minimum operating system boolean values will be TRUE."},"v10_11":{"type":"boolean","description":"Indicates the minimum OS X version support required for the managed device. When 'True', macOS with OS X 10.11 or later is required to install the app. If 'False', OS X Version 10.11 is not the minimum version. Default value is False. Exactly one of the minimum operating system boolean values will be TRUE."},"v10_12":{"type":"boolean","description":"Indicates the minimum OS X version support required for the managed device. When 'True', macOS with OS X 10.12 or later is required to install the app. If 'False', OS X Version 10.12 is not the minimum version. Default value is False. Exactly one of the minimum operating system boolean values will be TRUE."},"v10_13":{"type":"boolean","description":"Indicates the minimum OS X version support required for the managed device. When 'True', macOS with OS X 10.13 or later is required to install the app. If 'False', OS X Version 10.13 is not the minimum version. Default value is False. Exactly one of the minimum operating system boolean values will be TRUE."},"v10_14":{"type":"boolean","description":"Indicates the minimum OS X version support required for the managed device. When 'True', macOS with OS X 10.14 or later is required to install the app. If 'False', OS X Version 10.14 is not the minimum version. Default value is False. Exactly one of the minimum operating system boolean values will be TRUE."},"v10_15":{"type":"boolean","description":"Indicates the minimum OS X version support required for the managed device. When 'True', macOS with OS X 10.15 or later is required to install the app. If 'False', OS X Version 10.15 is not the minimum version. Default value is False. Exactly one of the minimum operating system boolean values will be TRUE."},"v10_7":{"type":"boolean","description":"Indicates the minimum OS X version support required for the managed device. When 'True', macOS with OS X 10.7 or later is required to install the app. If 'False', OS X Version 10.7 is not the minimum version. Default value is False. Exactly one of the minimum operating system boolean values will be TRUE."},"v10_8":{"type":"boolean","description":"Indicates the minimum OS X version support required for the managed device. When 'True', macOS with OS X 10.8 or later is required to install the app. If 'False', OS X Version 10.8 is not the minimum version. Default value is False. Exactly one of the minimum operating system boolean values will be TRUE."},"v10_9":{"type":"boolean","description":"Indicates the minimum OS X version support required for the managed device. When 'True', macOS with OS X 10.9 or later is required to install the app. If 'False', OS X Version 10.9 is not the minimum version. Default value is False. Exactly one of the minimum operating system boolean values will be TRUE."},"v11_0":{"type":"boolean","description":"Indicates the minimum OS X version support required for the managed device. When 'True', macOS with OS X 11.0 or later is required to install the app. If 'False', OS X Version 11.0 is not the minimum version. Default value is False. Exactly one of the minimum operating system boolean values will be TRUE."},"v12_0":{"type":"boolean","description":"Indicates the minimum OS X version support required for the managed device. When 'True', macOS with OS X 12.0 or later is required to install the app. If 'False', OS X Version 12.0 is not the minimum version. Default value is False. Exactly one of the minimum operating system boolean values will be TRUE."},"v13_0":{"type":"boolean","description":"Indicates the minimum OS X version support required for the managed device. When 'True', macOS with OS X 13.0 or later is required to install the app. If 'False', OS X Version 13.0 is not the minimum version. Default value is False. Exactly one of the minimum operating system boolean values will be TRUE."},"@odata.type":{"type":"string"}},"description":"The minimum operating system required for a macOS app."},"microsoft.graph.macOSLobChildApp":{"title":"macOSLobChildApp","required":["@odata.type"],"type":"object","properties":{"buildNumber":{"type":"string","description":"The build number of the app.","nullable":true},"bundleId":{"type":"string","description":"The bundleId of the app.","nullable":true},"versionNumber":{"type":"string","description":"The version number of the app.","nullable":true},"@odata.type":{"type":"string"}},"description":"Contains properties of a macOS .app in the package"},"microsoft.graph.windowsArchitecture":{"title":"windowsArchitecture","enum":["none","x86","x64","arm","neutral"],"type":"string","description":"Contains properties for Windows architecture.","x-ms-enum-flags":{"isFlags":true},"x-ms-enum":{"name":"windowsArchitecture","modelAsString":false,"values":[{"value":"none","description":"No flags set.","name":"none"},{"value":"x86","description":"Whether or not the X86 Windows architecture type is supported.","name":"x86"},{"value":"x64","description":"Whether or not the X64 Windows architecture type is supported.","name":"x64"},{"value":"arm","description":"Whether or not the Arm Windows architecture type is supported.","name":"arm"},{"value":"neutral","description":"Whether or not the Neutral Windows architecture type is supported.","name":"neutral"}]}},"microsoft.graph.win32LobAppInstallExperience":{"title":"win32LobAppInstallExperience","required":["@odata.type"],"type":"object","properties":{"deviceRestartBehavior":{"$ref":"#/components/schemas/microsoft.graph.win32LobAppRestartBehavior"},"runAsAccount":{"$ref":"#/components/schemas/microsoft.graph.runAsAccountType"},"@odata.type":{"type":"string"}},"description":"Contains installation experience properties for a Win32 App"},"microsoft.graph.win32LobAppMsiInformation":{"title":"win32LobAppMsiInformation","required":["@odata.type"],"type":"object","properties":{"packageType":{"$ref":"#/components/schemas/microsoft.graph.win32LobAppMsiPackageType"},"productCode":{"type":"string","description":"The MSI product code.","nullable":true},"productName":{"type":"string","description":"The MSI product name.","nullable":true},"productVersion":{"type":"string","description":"The MSI product version.","nullable":true},"publisher":{"type":"string","description":"The MSI publisher.","nullable":true},"requiresReboot":{"type":"boolean","description":"Whether the MSI app requires the machine to reboot to complete installation."},"upgradeCode":{"type":"string","description":"The MSI upgrade code.","nullable":true},"@odata.type":{"type":"string"}},"description":"Contains MSI app properties for a Win32 App."},"microsoft.graph.win32LobAppReturnCode":{"title":"win32LobAppReturnCode","required":["@odata.type"],"type":"object","properties":{"returnCode":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Return code.","format":"int32"},"type":{"$ref":"#/components/schemas/microsoft.graph.win32LobAppReturnCodeType"},"@odata.type":{"type":"string"}},"description":"Contains return code properties for a Win32 App"},"microsoft.graph.win32LobAppRule":{"title":"win32LobAppRule","required":["@odata.type"],"type":"object","properties":{"ruleType":{"$ref":"#/components/schemas/microsoft.graph.win32LobAppRuleType"},"@odata.type":{"type":"string"}},"description":"A base complex type to store the detection or requirement rule data for a Win32 LOB app.","discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.win32LobAppFileSystemRule":"#/components/schemas/microsoft.graph.win32LobAppFileSystemRule","#microsoft.graph.win32LobAppPowerShellScriptRule":"#/components/schemas/microsoft.graph.win32LobAppPowerShellScriptRule","#microsoft.graph.win32LobAppProductCodeRule":"#/components/schemas/microsoft.graph.win32LobAppProductCodeRule","#microsoft.graph.win32LobAppRegistryRule":"#/components/schemas/microsoft.graph.win32LobAppRegistryRule"}}},"microsoft.graph.windowsMinimumOperatingSystem":{"title":"windowsMinimumOperatingSystem","required":["@odata.type"],"type":"object","properties":{"v10_0":{"type":"boolean","description":"Windows version 10.0 or later."},"v8_0":{"type":"boolean","description":"Windows version 8.0 or later."},"v8_1":{"type":"boolean","description":"Windows version 8.1 or later."},"@odata.type":{"type":"string"}},"description":"The minimum operating system required for a Windows mobile app."},"microsoft.graph.windowsDeviceType":{"title":"windowsDeviceType","enum":["none","desktop","mobile","holographic","team","unknownFutureValue"],"type":"string","description":"Contains properties for Windows device type. Multiple values can be selected. Default value is `none`.","x-ms-enum-flags":{"isFlags":true},"x-ms-enum":{"name":"windowsDeviceType","modelAsString":false,"values":[{"value":"none","description":"No device types supported. Default value.","name":"none"},{"value":"desktop","description":"Indicates support for Desktop Windows device type.","name":"desktop"},{"value":"mobile","description":"Indicates support for Mobile Windows device type.","name":"mobile"},{"value":"holographic","description":"Indicates support for Holographic Windows device type.","name":"holographic"},{"value":"team","description":"Indicates support for Team Windows device type.","name":"team"},{"value":"unknownFutureValue","description":"Evolvable enumeration sentinel value. Do not use.","name":"unknownFutureValue"}]}},"microsoft.graph.mobileAppAssignmentSettings":{"title":"mobileAppAssignmentSettings","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}},"description":"Abstract class to contain properties used to assign a mobile app to a group.","discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.iosLobAppAssignmentSettings":"#/components/schemas/microsoft.graph.iosLobAppAssignmentSettings","#microsoft.graph.iosStoreAppAssignmentSettings":"#/components/schemas/microsoft.graph.iosStoreAppAssignmentSettings","#microsoft.graph.iosVppAppAssignmentSettings":"#/components/schemas/microsoft.graph.iosVppAppAssignmentSettings","#microsoft.graph.macOsLobAppAssignmentSettings":"#/components/schemas/microsoft.graph.macOsLobAppAssignmentSettings","#microsoft.graph.microsoftStoreForBusinessAppAssignmentSettings":"#/components/schemas/microsoft.graph.microsoftStoreForBusinessAppAssignmentSettings","#microsoft.graph.win32LobAppAssignmentSettings":"#/components/schemas/microsoft.graph.win32LobAppAssignmentSettings","#microsoft.graph.windowsAppXAppAssignmentSettings":"#/components/schemas/microsoft.graph.windowsAppXAppAssignmentSettings","#microsoft.graph.windowsUniversalAppXAppAssignmentSettings":"#/components/schemas/microsoft.graph.windowsUniversalAppXAppAssignmentSettings"}}},"microsoft.graph.mobileAppContentFileUploadState":{"title":"mobileAppContentFileUploadState","enum":["success","transientError","error","unknown","azureStorageUriRequestSuccess","azureStorageUriRequestPending","azureStorageUriRequestFailed","azureStorageUriRequestTimedOut","azureStorageUriRenewalSuccess","azureStorageUriRenewalPending","azureStorageUriRenewalFailed","azureStorageUriRenewalTimedOut","commitFileSuccess","commitFilePending","commitFileFailed","commitFileTimedOut"],"type":"string","description":"Contains properties for upload request states."},"microsoft.graph.mobileThreatPartnerTenantState":{"title":"mobileThreatPartnerTenantState","enum":["unavailable","available","enabled","unresponsive","unknownFutureValue"],"type":"string","description":"Partner state of this tenant.","x-ms-enum":{"name":"mobileThreatPartnerTenantState","modelAsString":false,"values":[{"value":"unavailable","description":"Partner is unavailable.","name":"unavailable"},{"value":"available","description":"Partner is available.","name":"available"},{"value":"enabled","description":"Partner is enabled.","name":"enabled"},{"value":"unresponsive","description":"Partner is unresponsive.","name":"unresponsive"},{"value":"unknownFutureValue","description":"Evolvable enumeration sentinel value. Do not use.","name":"unknownFutureValue"}]}},"microsoft.graph.templateApplicationLevel":{"title":"templateApplicationLevel","enum":["none","newPartners","existingPartners","unknownFutureValue"],"type":"string","x-ms-enum-flags":{"isFlags":true}},"microsoft.graph.crossTenantUserSyncInbound":{"title":"crossTenantUserSyncInbound","required":["@odata.type"],"type":"object","properties":{"isSyncAllowed":{"type":"boolean","description":"Defines whether user objects should be synchronized from the partner tenant. false causes any current user synchronization from the source tenant to the target tenant to stop. This property has no impact on existing users who have already been synchronized.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.notificationTemplateBrandingOptions":{"title":"notificationTemplateBrandingOptions","enum":["none","includeCompanyLogo","includeCompanyName","includeContactInformation","includeCompanyPortalLink","includeDeviceDetails","unknownFutureValue"],"type":"string","description":"Branding Options for the Message Template. Branding is defined in the Intune Admin Console.","x-ms-enum-flags":{"isFlags":true},"x-ms-enum":{"name":"notificationTemplateBrandingOptions","modelAsString":false,"values":[{"value":"none","description":"Indicates that no branding options are set in the message template.","name":"none"},{"value":"includeCompanyLogo","description":"Indicates to include company logo in the message template.","name":"includeCompanyLogo"},{"value":"includeCompanyName","description":"Indicates to include company name in the message template.","name":"includeCompanyName"},{"value":"includeContactInformation","description":"Indicates to include contact information in the message template.","name":"includeContactInformation"},{"value":"includeCompanyPortalLink","description":"Indicates to include company portal website link in the message template.","name":"includeCompanyPortalLink"},{"value":"includeDeviceDetails","description":"Indicates to include device details in the message template.","name":"includeDeviceDetails"},{"value":"unknownFutureValue","description":"Evolvable enumeration sentinel value. Do not use.","name":"unknownFutureValue"}]}},"microsoft.graph.notebookLinks":{"title":"notebookLinks","required":["@odata.type"],"type":"object","properties":{"oneNoteClientUrl":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.externalLink"},{"type":"object","nullable":true}],"description":"Opens the notebook in the OneNote native client if it's installed."},"oneNoteWebUrl":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.externalLink"},{"type":"object","nullable":true}],"description":"Opens the notebook in OneNote on the web."},"@odata.type":{"type":"string"}}},"microsoft.graph.onenoteUserRole":{"title":"onenoteUserRole","enum":["None","Owner","Contributor","Reader"],"type":"string"},"microsoft.graph.sectionLinks":{"title":"sectionLinks","required":["@odata.type"],"type":"object","properties":{"oneNoteClientUrl":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.externalLink"},{"type":"object","nullable":true}],"description":"Opens the section in the OneNote native client if it's installed."},"oneNoteWebUrl":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.externalLink"},{"type":"object","nullable":true}],"description":"Opens the section in OneNote on the web."},"@odata.type":{"type":"string"}}},"microsoft.graph.pageLinks":{"title":"pageLinks","required":["@odata.type"],"type":"object","properties":{"oneNoteClientUrl":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.externalLink"},{"type":"object","nullable":true}],"description":"Opens the page in the OneNote native client if it's installed."},"oneNoteWebUrl":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.externalLink"},{"type":"object","nullable":true}],"description":"Opens the page in OneNote on the web."},"@odata.type":{"type":"string"}}},"microsoft.graph.allowedLobbyAdmitterRoles":{"title":"allowedLobbyAdmitterRoles","enum":["organizerAndCoOrganizersAndPresenters","organizerAndCoOrganizers","unknownFutureValue"],"type":"string"},"microsoft.graph.onlineMeetingPresenters":{"title":"onlineMeetingPresenters","enum":["everyone","organization","roleIsPresenter","organizer","unknownFutureValue"],"type":"string"},"microsoft.graph.meetingLiveShareOptions":{"title":"meetingLiveShareOptions","enum":["enabled","disabled","unknownFutureValue"],"type":"string"},"microsoft.graph.meetingChatMode":{"title":"meetingChatMode","enum":["enabled","disabled","limited","unknownFutureValue"],"type":"string"},"microsoft.graph.audioConferencing":{"title":"audioConferencing","required":["@odata.type"],"type":"object","properties":{"conferenceId":{"type":"string","description":"The conference id of the online meeting.","nullable":true},"dialinUrl":{"type":"string","description":"A URL to the externally-accessible web page that contains dial-in information.","nullable":true},"tollFreeNumber":{"type":"string","description":"The toll-free number that connects to the Audio Conference Provider.","nullable":true},"tollFreeNumbers":{"type":"array","items":{"type":"string","nullable":true},"description":"List of toll-free numbers that are displayed in the meeting invite."},"tollNumber":{"type":"string","description":"The toll number that connects to the Audio Conference Provider.","nullable":true},"tollNumbers":{"type":"array","items":{"type":"string","nullable":true},"description":"List of toll numbers that are displayed in the meeting invite."},"@odata.type":{"type":"string"}}},"microsoft.graph.chatRestrictions":{"title":"chatRestrictions","required":["@odata.type"],"type":"object","properties":{"allowTextOnly":{"type":"boolean","description":"Indicates whether only text is allowed in the meeting chat. Optional.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.cloudVideoInteropInfo":{"title":"cloudVideoInteropInfo","required":["@odata.type"],"type":"object","properties":{"moreInfoWebUrl":{"type":"string","description":"Provides other video teleconferencing (VTC) dial-in options. Read-only.","nullable":true},"tenantKey":{"type":"string","description":"The tenant key that is used to dial into the interactive voice response (IVR) of the partner CVI service.","nullable":true},"videoTeleconferenceId":{"type":"string","description":"The video teleconferencing ID. Read-only.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.joinMeetingIdSettings":{"title":"joinMeetingIdSettings","required":["@odata.type"],"type":"object","properties":{"isPasscodeRequired":{"type":"boolean","description":"Indicates whether a passcode is required to join a meeting when using joinMeetingId. Optional.","nullable":true},"joinMeetingId":{"type":"string","description":"The meeting ID to be used to join a meeting. Optional. Read-only.","nullable":true},"passcode":{"type":"string","description":"The passcode to join a meeting.  Optional. Read-only.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.lobbyBypassSettings":{"title":"lobbyBypassSettings","required":["@odata.type"],"type":"object","properties":{"isDialInBypassEnabled":{"type":"boolean","description":"Specifies whether or not to always let dial-in callers bypass the lobby. Optional.","nullable":true},"scope":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.lobbyBypassScope"},{"type":"object","nullable":true}],"description":"Specifies the type of participants that are automatically admitted into a meeting, bypassing the lobby. Optional."},"@odata.type":{"type":"string"}}},"microsoft.graph.onlineMeetingType":{"title":"onlineMeetingType","enum":["adhoc","scheduled","recurring","broadcast","meetnow","unknownFutureValue"],"type":"string"},"microsoft.graph.onlineMeetingSensitivityLabelAssignment":{"title":"onlineMeetingSensitivityLabelAssignment","required":["@odata.type"],"type":"object","properties":{"sensitivityLabelId":{"type":"string","description":"The ID of the sensitivity label that is applied to the Teams meeting.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.meetingChatHistoryDefaultMode":{"title":"meetingChatHistoryDefaultMode","enum":["none","all","unknownFutureValue"],"type":"string"},"microsoft.graph.watermarkProtectionValues":{"title":"watermarkProtectionValues","required":["@odata.type"],"type":"object","properties":{"isEnabledForContentSharing":{"type":"boolean","description":"Indicates whether to apply a watermark to any shared content.","nullable":true},"isEnabledForVideo":{"type":"boolean","description":"Indicates whether to apply a watermark to everyone's video feed.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.onPremisesDirectorySynchronizationConfiguration":{"title":"onPremisesDirectorySynchronizationConfiguration","required":["@odata.type"],"type":"object","properties":{"accidentalDeletionPrevention":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.onPremisesAccidentalDeletionPrevention"},{"type":"object","nullable":true}],"description":"Contains the accidental deletion prevention configuration for a tenant."},"@odata.type":{"type":"string"}}},"microsoft.graph.onPremisesDirectorySynchronizationFeature":{"title":"onPremisesDirectorySynchronizationFeature","required":["@odata.type"],"type":"object","properties":{"allowOnPremUpdateOfOnPremisesObjectIdentifierEnabled":{"type":"boolean","description":"When true, allows on-premises directory sync clients to update the onPremisesObjectIdentifier property.","nullable":true},"blockCloudObjectTakeoverThroughHardMatchEnabled":{"type":"boolean","description":"Used to block cloud object takeover via source anchor hard match if enabled.","nullable":true},"blockSoftMatchEnabled":{"type":"boolean","description":"Use to block soft match for all objects if enabled for the  tenant. Customers are encouraged to enable this feature and keep it enabled until soft matching is required again for their tenancy. This flag should be enabled again after any soft matching has been completed and is no longer needed.","nullable":true},"bypassDirSyncOverridesEnabled":{"type":"boolean","description":"When true, persists the values of Mobile and OtherMobile in on-premises AD during sync cycles instead of values of MobilePhone or AlternateMobilePhones in Microsoft Entra ID.","nullable":true},"cloudPasswordPolicyForPasswordSyncedUsersEnabled":{"type":"boolean","description":"Used to indicate that cloud password policy applies to users whose passwords are synchronized from on-premises.","nullable":true},"concurrentCredentialUpdateEnabled":{"type":"boolean","description":"Used to enable concurrent user credentials update in OrgId.","nullable":true},"concurrentOrgIdProvisioningEnabled":{"type":"boolean","description":"Used to enable concurrent user creation in OrgId.","nullable":true},"deviceWritebackEnabled":{"type":"boolean","description":"Used to indicate that device write-back is enabled.","nullable":true},"directoryExtensionsEnabled":{"type":"boolean","description":"Used to indicate that directory extensions are being synced from on-premises AD to Microsoft Entra ID.","nullable":true},"fopeConflictResolutionEnabled":{"type":"boolean","description":"Used to indicate that for a Microsoft Forefront Online Protection for Exchange (FOPE) migrated tenant, the conflicting proxy address should be migrated over.","nullable":true},"groupWriteBackEnabled":{"type":"boolean","description":"Used to enable object-level group writeback feature for additional group types.","nullable":true},"passwordSyncEnabled":{"type":"boolean","description":"Used to indicate on-premise password synchronization is enabled.","nullable":true},"passwordWritebackEnabled":{"type":"boolean","description":"Used to indicate that writeback of password resets from Microsoft Entra ID to on-premises AD is enabled. This property isn't in use and updating it isn't supported.","nullable":true},"quarantineUponProxyAddressesConflictEnabled":{"type":"boolean","description":"Used to indicate that we should quarantine objects with conflicting proxy address.","nullable":true},"quarantineUponUpnConflictEnabled":{"type":"boolean","description":"Used to indicate that we should quarantine objects conflicting with duplicate userPrincipalName.","nullable":true},"softMatchOnUpnEnabled":{"type":"boolean","description":"Used to indicate that we should soft match objects based on userPrincipalName.","nullable":true},"synchronizeUpnForManagedUsersEnabled":{"type":"boolean","description":"Used to indicate that we should synchronize userPrincipalName objects for managed users with licenses.","nullable":true},"unifiedGroupWritebackEnabled":{"type":"boolean","description":"Used to indicate that Microsoft 365 Group write-back is enabled.","nullable":true},"userForcePasswordChangeOnLogonEnabled":{"type":"boolean","description":"Used to indicate that feature to force password change for a user on logon is enabled while synchronizing on-premise credentials.","nullable":true},"userWritebackEnabled":{"type":"boolean","description":"Used to indicate that user writeback is enabled.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.onenoteOperationError":{"title":"onenoteOperationError","required":["@odata.type"],"type":"object","properties":{"code":{"type":"string","description":"The error code.","nullable":true},"message":{"type":"string","description":"The error message.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.categoryColor":{"title":"categoryColor","enum":["none","preset0","preset1","preset2","preset3","preset4","preset5","preset6","preset7","preset8","preset9","preset10","preset11","preset12","preset13","preset14","preset15","preset16","preset17","preset18","preset19","preset20","preset21","preset22","preset23","preset24"],"type":"string"},"microsoft.graph.calendarSharingMessageAction":{"title":"calendarSharingMessageAction","required":["@odata.type"],"type":"object","properties":{"action":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.calendarSharingAction"},{"type":"object","nullable":true}]},"actionType":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.calendarSharingActionType"},{"type":"object","nullable":true}]},"importance":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.calendarSharingActionImportance"},{"type":"object","nullable":true}]},"@odata.type":{"type":"string"}}},"microsoft.graph.meetingMessageType":{"title":"meetingMessageType","enum":["none","meetingRequest","meetingCancelled","meetingAccepted","meetingTenativelyAccepted","meetingDeclined"],"type":"string"},"microsoft.graph.meetingRequestType":{"title":"meetingRequestType","enum":["none","newMeetingRequest","fullUpdate","informationalUpdate","silentUpdate","outdated","principalWantsCopy"],"type":"string"},"microsoft.graph.timeSlot":{"title":"timeSlot","required":["@odata.type"],"type":"object","properties":{"end":{"$ref":"#/components/schemas/microsoft.graph.dateTimeTimeZone"},"start":{"$ref":"#/components/schemas/microsoft.graph.dateTimeTimeZone"},"@odata.type":{"type":"string"}}},"microsoft.graph.responseType":{"title":"responseType","enum":["none","organizer","tentativelyAccepted","accepted","declined","notResponded"],"type":"string"},"microsoft.graph.emailDetails":{"title":"emailDetails","required":["@odata.type"],"type":"object","properties":{"body":{"type":"string","description":"The body content of the notification email in plain text format."},"senderEmailAddress":{"type":"string","description":"The email address of the sender for notification emails. Shared mailboxes aren't supported."},"subject":{"type":"string","description":"The subject line of the notification email."},"@odata.type":{"type":"string"}}},"microsoft.graph.targetOwners":{"title":"targetOwners","required":["@odata.type"],"type":"object","properties":{"notifyMembers":{"$ref":"#/components/schemas/microsoft.graph.notifyMembers"},"securityGroups":{"type":"array","items":{"type":"string"},"description":"The collection of IDs for security groups used for allowing or blocking filtering. When notifyMembers is all, all members are eligible for ownership and this collection can be empty. When notifyMembers is allowSelected, only members in these security groups are eligible. When notifyMembers is blockSelected, members in these security groups are excluded."},"@odata.type":{"type":"string"}}},"microsoft.graph.mediaStream":{"title":"mediaStream","required":["@odata.type"],"type":"object","properties":{"direction":{"$ref":"#/components/schemas/microsoft.graph.mediaDirection"},"label":{"type":"string","description":"The media stream label.","nullable":true},"mediaType":{"$ref":"#/components/schemas/microsoft.graph.modality"},"serverMuted":{"type":"boolean","description":"If the media is muted by the server."},"sourceId":{"type":"string","description":"The source ID."},"@odata.type":{"type":"string"}}},"microsoft.graph.recordingInfo":{"title":"recordingInfo","required":["@odata.type"],"type":"object","properties":{"initiator":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"type":"object","nullable":true}],"description":"The identities of the recording initiator."},"recordingStatus":{"$ref":"#/components/schemas/microsoft.graph.recordingStatus"},"@odata.type":{"type":"string"}}},"microsoft.graph.removedState":{"title":"removedState","required":["@odata.type"],"type":"object","properties":{"reason":{"type":"string","description":"The removal reason for the participant resource.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.onlineMeetingRestricted":{"title":"onlineMeetingRestricted","required":["@odata.type"],"type":"object","properties":{"contentSharingDisabled":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.onlineMeetingContentSharingDisabledReason"},{"type":"object","nullable":true}],"description":"Specifies the reason shared content from this participant is disabled. The possible values are: watermarkProtection, unknownFutureValue."},"videoDisabled":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.onlineMeetingVideoDisabledReason"},{"type":"object","nullable":true}],"description":"Specifies the reason video from this participant is disabled. The possible values are: watermarkProtection, unknownFutureValue."},"@odata.type":{"type":"string"}}},"microsoft.graph.attestationEnforcement":{"title":"attestationEnforcement","enum":["disabled","registrationOnly","unknownFutureValue"],"type":"string"},"microsoft.graph.passkeyTypes":{"title":"passkeyTypes","enum":["deviceBound","synced","unknownFutureValue"],"type":"string","x-ms-enum-flags":{"isFlags":true}},"microsoft.graph.payloadBrand":{"title":"payloadBrand","enum":["unknown","other","americanExpress","capitalOne","dhl","docuSign","dropbox","facebook","firstAmerican","microsoft","netflix","scotiabank","sendGrid","stewartTitle","tesco","wellsFargo","syrinxCloud","adobe","teams","zoom","unknownFutureValue"],"type":"string"},"microsoft.graph.payloadComplexity":{"title":"payloadComplexity","enum":["unknown","low","medium","high","unknownFutureValue"],"type":"string"},"microsoft.graph.payloadDetail":{"title":"payloadDetail","required":["@odata.type"],"type":"object","properties":{"coachmarks":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.payloadCoachmark"}},"content":{"type":"string","description":"Payload content details.","nullable":true},"phishingUrl":{"type":"string","description":"The phishing URL used to target a user.","nullable":true},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.emailPayloadDetail":"#/components/schemas/microsoft.graph.emailPayloadDetail"}}},"microsoft.graph.payloadIndustry":{"title":"payloadIndustry","enum":["unknown","other","banking","businessServices","consumerServices","education","energy","construction","consulting","financialServices","government","hospitality","insurance","legal","courierServices","IT","healthcare","manufacturing","retail","telecom","realEstate","unknownFutureValue"],"type":"string"},"microsoft.graph.payloadDeliveryPlatform":{"title":"payloadDeliveryPlatform","enum":["unknown","sms","email","teams","unknownFutureValue"],"type":"string"},"microsoft.graph.simulationAttackType":{"title":"simulationAttackType","enum":["unknown","social","cloud","endpoint","unknownFutureValue"],"type":"string"},"microsoft.graph.simulationAttackTechnique":{"title":"simulationAttackTechnique","enum":["unknown","credentialHarvesting","attachmentMalware","driveByUrl","linkInAttachment","linkToMalwareFile","unknownFutureValue"],"type":"string"},"microsoft.graph.payloadTheme":{"title":"payloadTheme","enum":["unknown","other","accountActivation","accountVerification","billing","cleanUpMail","controversial","documentReceived","expense","fax","financeReport","incomingMessages","invoice","itemReceived","loginAlert","mailReceived","password","payment","payroll","personalizedOffer","quarantine","remoteWork","reviewMessage","securityUpdate","serviceSuspended","signatureRequired","upgradeMailboxStorage","verifyMailbox","voicemail","advertisement","employeeEngagement","unknownFutureValue"],"type":"string"},"microsoft.graph.sharingInvitation":{"title":"sharingInvitation","required":["@odata.type"],"type":"object","properties":{"email":{"type":"string","description":"The email address provided for the recipient of the sharing invitation. Read-only.","nullable":true},"invitedBy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"type":"object","nullable":true}],"description":"Provides information about who sent the invitation that created this permission, if that information is available. Read-only."},"redeemedBy":{"type":"string","nullable":true},"signInRequired":{"type":"boolean","description":"If true the recipient of the invitation needs to sign in in order to access the shared item. Read-only.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.sharingLink":{"title":"sharingLink","required":["@odata.type"],"type":"object","properties":{"application":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identity"},{"type":"object","nullable":true}],"description":"The app the link is associated with."},"preventsDownload":{"type":"boolean","description":"If true then the user can only use this link to view the item on the web, and cannot use it to download the contents of the item. Only for OneDrive for Business and SharePoint.","nullable":true},"scope":{"type":"string","description":"The scope of the link represented by this permission. Value anonymous indicates the link is usable by anyone, organization indicates the link is only usable for users signed into the same tenant.","nullable":true},"type":{"type":"string","description":"The type of the link created.","nullable":true},"webHtml":{"type":"string","description":"For embed links, this property contains the HTML code for an <iframe> element that will embed the item in a webpage.","nullable":true},"webUrl":{"type":"string","description":"A URL that opens the item in the browser on the OneDrive website.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.permissionType":{"title":"permissionType","enum":["delegatedUserConsentable","delegated","application"],"type":"string"},"microsoft.graph.outlookGeoCoordinates":{"title":"outlookGeoCoordinates","required":["@odata.type"],"type":"object","properties":{"accuracy":{"oneOf":[{"type":"number","format":"double","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"The accuracy of the latitude and longitude. As an example, the accuracy can be measured in meters, such as the latitude and longitude are accurate to within 50 meters."},"altitude":{"oneOf":[{"type":"number","format":"double","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"The altitude of the location."},"altitudeAccuracy":{"oneOf":[{"type":"number","format":"double","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"The accuracy of the altitude."},"latitude":{"oneOf":[{"type":"number","format":"double","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"The latitude of the location."},"longitude":{"oneOf":[{"type":"number","format":"double","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"The longitude of the location."},"@odata.type":{"type":"string"}}},"microsoft.graph.checkInClaim":{"title":"checkInClaim","required":["@odata.type"],"type":"object","properties":{"calendarEventId":{"type":"string","description":"The unique identifier for an Outlook calendar event associated with the checkInClaim object. For more information, see the iCalUId property in event."},"checkInMethod":{"$ref":"#/components/schemas/microsoft.graph.checkInMethod"},"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","description":"The date and time when the checkInClaim object was created. 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","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.resourceLink":{"title":"resourceLink","required":["@odata.type"],"type":"object","properties":{"linkType":{"$ref":"#/components/schemas/microsoft.graph.resourceLinkType"},"name":{"type":"string","description":"The link text that is visible in the Places app. The maximum length is 200 characters.","nullable":true},"value":{"type":"string","description":"The URL of the resource link. The maximum length is 200 characters.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.placeFeatureEnablement":{"title":"placeFeatureEnablement","enum":["unknown","enabled","disabled","unknownFutureValue"],"type":"string"},"microsoft.graph.mailboxDetails":{"title":"mailboxDetails","required":["@odata.type"],"type":"object","properties":{"emailAddress":{"type":"string","description":"The primary SMTP address associated with the mailbox.","nullable":true},"externalDirectoryObjectId":{"type":"string","description":"The unique identifier of the mailbox in the external directory (such as Microsoft Entra).","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.placeMode":{"title":"placeMode","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.assignedPlaceMode":"#/components/schemas/microsoft.graph.assignedPlaceMode","#microsoft.graph.dropInPlaceMode":"#/components/schemas/microsoft.graph.dropInPlaceMode","#microsoft.graph.reservablePlaceMode":"#/components/schemas/microsoft.graph.reservablePlaceMode","#microsoft.graph.unavailablePlaceMode":"#/components/schemas/microsoft.graph.unavailablePlaceMode"}}},"microsoft.graph.placeServicePlanInfo":{"title":"placeServicePlanInfo","required":["@odata.type"],"type":"object","properties":{"servicePlanId":{"type":"string","description":"The service plan identifier.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.bookingType":{"title":"bookingType","enum":["unknown","standard","reserved"],"type":"string"},"microsoft.graph.plannerOrderHintsByAssignee":{"title":"plannerOrderHintsByAssignee","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}}},"microsoft.graph.plannerPlanContainer":{"title":"plannerPlanContainer","required":["@odata.type"],"type":"object","properties":{"containerId":{"type":"string","description":"The identifier of the resource that contains the plan. Optional.","nullable":true},"type":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.plannerContainerType"},{"type":"object","nullable":true}],"description":"The type of the resource that contains the plan. For supported types, see the previous table. The possible values are: group, unknownFutureValue, roster. Use the Prefer: include-unknown-enum-members request header to get the following members in this evolvable enum: roster. Optional."},"url":{"type":"string","description":"The full canonical URL of the container. Optional.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.plannerCategoryDescriptions":{"title":"plannerCategoryDescriptions","required":["@odata.type"],"type":"object","properties":{"category1":{"type":"string","description":"The label associated with Category 1","nullable":true},"category10":{"type":"string","description":"The label associated with Category 10","nullable":true},"category11":{"type":"string","description":"The label associated with Category 11","nullable":true},"category12":{"type":"string","description":"The label associated with Category 12","nullable":true},"category13":{"type":"string","description":"The label associated with Category 13","nullable":true},"category14":{"type":"string","description":"The label associated with Category 14","nullable":true},"category15":{"type":"string","description":"The label associated with Category 15","nullable":true},"category16":{"type":"string","description":"The label associated with Category 16","nullable":true},"category17":{"type":"string","description":"The label associated with Category 17","nullable":true},"category18":{"type":"string","description":"The label associated with Category 18","nullable":true},"category19":{"type":"string","description":"The label associated with Category 19","nullable":true},"category2":{"type":"string","description":"The label associated with Category 2","nullable":true},"category20":{"type":"string","description":"The label associated with Category 20","nullable":true},"category21":{"type":"string","description":"The label associated with Category 21","nullable":true},"category22":{"type":"string","description":"The label associated with Category 22","nullable":true},"category23":{"type":"string","description":"The label associated with Category 23","nullable":true},"category24":{"type":"string","description":"The label associated with Category 24","nullable":true},"category25":{"type":"string","description":"The label associated with Category 25","nullable":true},"category3":{"type":"string","description":"The label associated with Category 3","nullable":true},"category4":{"type":"string","description":"The label associated with Category 4","nullable":true},"category5":{"type":"string","description":"The label associated with Category 5","nullable":true},"category6":{"type":"string","description":"The label associated with Category 6","nullable":true},"category7":{"type":"string","description":"The label associated with Category 7","nullable":true},"category8":{"type":"string","description":"The label associated with Category 8","nullable":true},"category9":{"type":"string","description":"The label associated with Category 9","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.plannerUserIds":{"title":"plannerUserIds","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}}},"microsoft.graph.plannerAppliedCategories":{"title":"plannerAppliedCategories","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}}},"microsoft.graph.plannerAssignments":{"title":"plannerAssignments","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}}},"microsoft.graph.plannerPreviewType":{"title":"plannerPreviewType","enum":["automatic","noPreview","checklist","description","reference"],"type":"string"},"microsoft.graph.plannerChecklistItems":{"title":"plannerChecklistItems","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}}},"microsoft.graph.plannerExternalReferences":{"title":"plannerExternalReferences","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}}},"microsoft.graph.printerLocation":{"title":"printerLocation","required":["@odata.type"],"type":"object","properties":{"altitudeInMeters":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The altitude, in meters, that the printer is located at.","format":"int32","nullable":true},"building":{"type":"string","description":"The building that the printer is located in.","nullable":true},"city":{"type":"string","description":"The city that the printer is located in.","nullable":true},"countryOrRegion":{"type":"string","description":"The country or region that the printer is located in.","nullable":true},"floor":{"type":"string","description":"The floor that the printer is located on. Only numerical values are supported right now.","nullable":true},"floorDescription":{"type":"string","description":"The description of the floor that the printer is located on.","nullable":true},"latitude":{"oneOf":[{"type":"number","format":"double","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"The latitude that the printer is located at."},"longitude":{"oneOf":[{"type":"number","format":"double","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"The longitude that the printer is located at."},"organization":{"type":"array","items":{"type":"string","nullable":true},"description":"The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order."},"postalCode":{"type":"string","description":"The postal code that the printer is located in.","nullable":true},"roomDescription":{"type":"string","description":"The description of the room that the printer is located in.","nullable":true},"roomName":{"type":"string","description":"The room that the printer is located in. Only numerical values are supported right now.","nullable":true},"site":{"type":"string","description":"The site that the printer is located in.","nullable":true},"stateOrProvince":{"type":"string","description":"The state or province that the printer is located in.","nullable":true},"streetAddress":{"type":"string","description":"The street address where the printer is located.","nullable":true},"subdivision":{"type":"array","items":{"type":"string","nullable":true},"description":"The subdivision that the printer is located in. The elements should be in hierarchical order."},"subunit":{"type":"array","items":{"type":"string","nullable":true}},"@odata.type":{"type":"string"}}},"microsoft.graph.printerCapabilities":{"title":"printerCapabilities","required":["@odata.type"],"type":"object","properties":{"bottomMargins":{"type":"array","items":{"maximum":2147483647,"minimum":-2147483648,"type":"number","format":"int32","nullable":true},"description":"A list of supported bottom margins(in microns) for the printer."},"collation":{"type":"boolean","description":"True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise.","nullable":true},"colorModes":{"type":"array","items":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.printColorMode"},{"type":"object","nullable":true}]},"description":"The color modes supported by the printer. Valid values are described in the following table."},"contentTypes":{"type":"array","items":{"type":"string","nullable":true},"description":"A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types."},"copiesPerJob":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.integerRange"},{"type":"object","nullable":true}],"description":"The range of copies per job supported by the printer."},"dpis":{"type":"array","items":{"maximum":2147483647,"minimum":-2147483648,"type":"number","format":"int32","nullable":true},"description":"The list of print resolutions in DPI that are supported by the printer."},"duplexModes":{"type":"array","items":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.printDuplexMode"},{"type":"object","nullable":true}]},"description":"The list of duplex modes that are supported by the printer. Valid values are described in the following table."},"feedOrientations":{"type":"array","items":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.printerFeedOrientation"},{"type":"object","nullable":true}]},"description":"The list of feed orientations that are supported by the printer."},"finishings":{"type":"array","items":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.printFinishing"},{"type":"object","nullable":true}]},"description":"Finishing processes the printer supports for a printed document."},"inputBins":{"type":"array","items":{"type":"string","nullable":true},"description":"Supported input bins for the printer."},"isColorPrintingSupported":{"type":"boolean","description":"True if color printing is supported by the printer; false otherwise. Read-only.","nullable":true},"isPageRangeSupported":{"type":"boolean","description":"True if the printer supports printing by page ranges; false otherwise.","nullable":true},"leftMargins":{"type":"array","items":{"maximum":2147483647,"minimum":-2147483648,"type":"number","format":"int32","nullable":true},"description":"A list of supported left margins(in microns) for the printer."},"mediaColors":{"type":"array","items":{"type":"string","nullable":true},"description":"The media (for example, paper) colors supported by the printer."},"mediaSizes":{"type":"array","items":{"type":"string","nullable":true},"description":"The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. For the list of supported values, see mediaSizes values."},"mediaTypes":{"type":"array","items":{"type":"string","nullable":true},"description":"The media types supported by the printer."},"multipageLayouts":{"type":"array","items":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.printMultipageLayout"},{"type":"object","nullable":true}]},"description":"The presentation directions supported by the printer. Supported values are described in the following table."},"orientations":{"type":"array","items":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.printOrientation"},{"type":"object","nullable":true}]},"description":"The print orientations supported by the printer. Valid values are described in the following table."},"outputBins":{"type":"array","items":{"type":"string","nullable":true},"description":"The printer's supported output bins (trays)."},"pagesPerSheet":{"type":"array","items":{"maximum":2147483647,"minimum":-2147483648,"type":"number","format":"int32","nullable":true},"description":"Supported number of Input Pages to impose upon a single Impression."},"qualities":{"type":"array","items":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.printQuality"},{"type":"object","nullable":true}]},"description":"The print qualities supported by the printer."},"rightMargins":{"type":"array","items":{"maximum":2147483647,"minimum":-2147483648,"type":"number","format":"int32","nullable":true},"description":"A list of supported right margins(in microns) for the printer."},"scalings":{"type":"array","items":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.printScaling"},{"type":"object","nullable":true}]},"description":"Supported print scalings."},"supportsFitPdfToPage":{"type":"boolean","description":"True if the printer supports scaling PDF pages to match the print media size; false otherwise.","nullable":true},"topMargins":{"type":"array","items":{"maximum":2147483647,"minimum":-2147483648,"type":"number","format":"int32","nullable":true},"description":"A list of supported top margins(in microns) for the printer."},"@odata.type":{"type":"string"}}},"microsoft.graph.printerDefaults":{"title":"printerDefaults","required":["@odata.type"],"type":"object","properties":{"colorMode":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.printColorMode"},{"type":"object","nullable":true}],"description":"The default color mode to use when printing the document. Valid values are described in the following table."},"contentType":{"type":"string","description":"The default content (MIME) type to use when processing documents.","nullable":true},"copiesPerJob":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The default number of copies printed per job.","format":"int32","nullable":true},"dpi":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The default resolution in DPI to use when printing the job.","format":"int32","nullable":true},"duplexMode":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.printDuplexMode"},{"type":"object","nullable":true}],"description":"The default duplex (double-sided) configuration to use when printing a document. Valid values are described in the following table."},"finishings":{"type":"array","items":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.printFinishing"},{"type":"object","nullable":true}]},"description":"The default set of finishings to apply to print jobs. Valid values are described in the following table."},"fitPdfToPage":{"type":"boolean","description":"The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions.","nullable":true},"inputBin":{"type":"string","description":"The default input bin that serves as the paper source.","nullable":true},"mediaColor":{"type":"string","description":"The default media (such as paper) color to print the document on.","nullable":true},"mediaSize":{"type":"string","description":"The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic.","nullable":true},"mediaType":{"type":"string","description":"The default media (such as paper) type to print the document on.","nullable":true},"multipageLayout":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.printMultipageLayout"},{"type":"object","nullable":true}],"description":"The default direction to lay out pages when multiple pages are being printed per sheet. Valid values are described in the following table."},"orientation":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.printOrientation"},{"type":"object","nullable":true}],"description":"The default orientation to use when printing the document. Valid values are described in the following table."},"outputBin":{"type":"string","description":"The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins.","nullable":true},"pagesPerSheet":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The default number of document pages to print on each sheet.","format":"int32","nullable":true},"quality":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.printQuality"},{"type":"object","nullable":true}],"description":"The default quality to use when printing the document. Valid values are described in the following table."},"scaling":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.printScaling"},{"type":"object","nullable":true}],"description":"Specifies how the printer scales the document data to fit the requested media. Valid values are described in the following table."},"@odata.type":{"type":"string"}}},"microsoft.graph.printerStatus":{"title":"printerStatus","required":["@odata.type"],"type":"object","properties":{"description":{"type":"string","description":"A human-readable description of the printer's current processing state. Read-only.","nullable":true},"details":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.printerProcessingStateDetail"},"description":"The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only."},"state":{"$ref":"#/components/schemas/microsoft.graph.printerProcessingState"},"@odata.type":{"type":"string"}}},"microsoft.graph.printerShareViewpoint":{"title":"printerShareViewpoint","required":["@odata.type"],"type":"object","properties":{"lastUsedDateTime":{"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":"Date and time when the printer was last used by the signed-in user. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.","format":"date-time","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.printJobConfiguration":{"title":"printJobConfiguration","required":["@odata.type"],"type":"object","properties":{"collate":{"type":"boolean","description":"Whether the printer should collate pages wehen printing multiple copies of a multi-page document.","nullable":true},"colorMode":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.printColorMode"},{"type":"object","nullable":true}],"description":"The color mode the printer should use to print the job. Valid values are described in the table below. Read-only."},"copies":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The number of copies that should be printed. Read-only.","format":"int32","nullable":true},"dpi":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only.","format":"int32","nullable":true},"duplexMode":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.printDuplexMode"},{"type":"object","nullable":true}],"description":"The duplex mode the printer should use when printing the job. Valid values are described in the table below. Read-only."},"feedOrientation":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.printerFeedOrientation"},{"type":"object","nullable":true}],"description":"The orientation to use when feeding media into the printer. Valid values are described in the following table. Read-only."},"finishings":{"type":"array","items":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.printFinishing"},{"type":"object","nullable":true}]},"description":"Finishing processes to use when printing."},"fitPdfToPage":{"type":"boolean","description":"True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions.","nullable":true},"inputBin":{"type":"string","description":"The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins.","nullable":true},"margin":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.printMargin"},{"type":"object","nullable":true}],"description":"The margin settings to use when printing."},"mediaSize":{"type":"string","description":"The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic.","nullable":true},"mediaType":{"type":"string","description":"The default media (such as paper) type to print the document on.","nullable":true},"multipageLayout":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.printMultipageLayout"},{"type":"object","nullable":true}],"description":"The direction to lay out pages when multiple pages are being printed per sheet. Valid values are described in the following table."},"orientation":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.printOrientation"},{"type":"object","nullable":true}],"description":"The orientation setting the printer should use when printing the job. Valid values are described in the following table."},"outputBin":{"type":"string","description":"The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins.","nullable":true},"pageRanges":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.integerRange"},"description":"The page ranges to print. Read-only."},"pagesPerSheet":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The number of document pages to print on each sheet.","format":"int32","nullable":true},"quality":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.printQuality"},{"type":"object","nullable":true}],"description":"The print quality to use when printing the job. Valid values are described in the table below. Read-only."},"scaling":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.printScaling"},{"type":"object","nullable":true}],"description":"Specifies how the printer should scale the document data to fit the requested media. Valid values are described in the following table."},"@odata.type":{"type":"string"}}},"microsoft.graph.printJobStatus":{"title":"printJobStatus","required":["@odata.type"],"type":"object","properties":{"description":{"type":"string","description":"A human-readable description of the print job's current processing state. Read-only."},"details":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.printJobStateDetail"},"description":"Additional details for print job state. Valid values are described in the following table. Read-only."},"isAcquiredByPrinter":{"type":"boolean","description":"True if the job was acknowledged by a printer; false otherwise. Read-only."},"state":{"$ref":"#/components/schemas/microsoft.graph.printJobProcessingState"},"@odata.type":{"type":"string"}}},"microsoft.graph.printOperationStatus":{"title":"printOperationStatus","required":["@odata.type"],"type":"object","properties":{"description":{"type":"string","description":"A human-readable description of the printOperation's current processing state. Read-only."},"state":{"$ref":"#/components/schemas/microsoft.graph.printOperationProcessingState"},"@odata.type":{"type":"string"}}},"microsoft.graph.printTaskStatus":{"title":"printTaskStatus","required":["@odata.type"],"type":"object","properties":{"description":{"type":"string","description":"A human-readable description of the current processing state of the printTask."},"state":{"$ref":"#/components/schemas/microsoft.graph.printTaskProcessingState"},"@odata.type":{"type":"string"}}},"microsoft.graph.printEvent":{"title":"printEvent","enum":["jobStarted","unknownFutureValue"],"type":"string"},"microsoft.graph.requestSchedule":{"title":"requestSchedule","required":["@odata.type"],"type":"object","properties":{"expiration":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.expirationPattern"},{"type":"object","nullable":true}],"description":"When the eligible or active assignment expires."},"recurrence":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.patternedRecurrence"},{"type":"object","nullable":true}],"description":"The frequency of the  eligible or active assignment. This property is currently unsupported in PIM."},"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":"When the  eligible or active assignment becomes active.","format":"date-time","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.privilegedAccessGroupRelationships":{"title":"privilegedAccessGroupRelationships","enum":["owner","member","unknownFutureValue"],"type":"string"},"microsoft.graph.privilegedAccessGroupAssignmentType":{"title":"privilegedAccessGroupAssignmentType","enum":["assigned","activated","unknownFutureValue"],"type":"string"},"microsoft.graph.privilegedAccessGroupMemberType":{"title":"privilegedAccessGroupMemberType","enum":["direct","group","unknownFutureValue"],"type":"string"},"microsoft.graph.protectionPolicyArtifactCount":{"title":"protectionPolicyArtifactCount","required":["@odata.type"],"type":"object","properties":{"completed":{"maximum":2147483647,"minimum":-2147483648,"type":"number","format":"int32","nullable":true},"failed":{"maximum":2147483647,"minimum":-2147483648,"type":"number","format":"int32","nullable":true},"inProgress":{"maximum":2147483647,"minimum":-2147483648,"type":"number","format":"int32","nullable":true},"total":{"maximum":2147483647,"minimum":-2147483648,"type":"number","format":"int32","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.retentionSetting":{"title":"retentionSetting","required":["@odata.type"],"type":"object","properties":{"interval":{"type":"string","description":"The frequency of the backup.","nullable":true},"period":{"pattern":"^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$","type":"string","description":"The period of time to retain the protected data for a single Microsoft 365 service.","format":"duration","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.protectionPolicyStatus":{"title":"protectionPolicyStatus","enum":["inactive","activeWithErrors","updating","active","unknownFutureValue"],"type":"string"},"microsoft.graph.protectionRuleStatus":{"title":"protectionRuleStatus","enum":["draft","active","completed","completedWithErrors","unknownFutureValue","updateRequested","deleteRequested"],"type":"string"},"microsoft.graph.protectionSource":{"title":"protectionSource","enum":["none","manual","dynamicRule","unknownFutureValue"],"type":"string","x-ms-enum-flags":{"isFlags":true}},"microsoft.graph.protectionUnitStatus":{"title":"protectionUnitStatus","enum":["protectRequested","protected","unprotectRequested","unprotected","removeRequested","unknownFutureValue","offboardRequested","offboarded","cancelOffboardRequested"],"type":"string"},"microsoft.graph.protectionUnitsBulkJobStatus":{"title":"protectionUnitsBulkJobStatus","enum":["unknown","active","completed","completedWithErrors","unknownFutureValue"],"type":"string"},"microsoft.graph.qrCodeImageDetails":{"title":"qrCodeImageDetails","required":["@odata.type"],"type":"object","properties":{"binaryValue":{"type":"string","description":"The binary representation of the QR code image.","format":"base64url","nullable":true},"errorCorrectionLevel":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.errorCorrectionLevel"},{"type":"object","nullable":true}],"description":"The error correction level of the QR code, which determines how much of the QR code can be damaged while still being readable. The possible values are: l, m, q, h, unknownFutureValue."},"rawContent":{"type":"string","description":"The raw encoded content embedded in the QR code.","format":"base64url","nullable":true},"version":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The version number of the QR code, which determines its size and data capacity.","format":"int32","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.challengingWord":{"title":"challengingWord","required":["@odata.type"],"type":"object","properties":{"count":{"type":"number","description":"Number of times the word was found challenging by the student during the reading session.","format":"int64"},"word":{"type":"string","description":"The specific word that the student found challenging during the reading session."},"@odata.type":{"type":"string"}}},"microsoft.graph.readingCoachStoryType":{"title":"readingCoachStoryType","enum":["aiGenerated","readWorks","userProvided","unknownFutureValue"],"type":"string"},"microsoft.graph.responseEmotionType":{"title":"responseEmotionType","enum":["none","confident","excited","happy","motivated","peaceful","ambitious","cheerful","comfortable","creative","determined","energized","focused","fulfilled","grateful","included","inspired","optimistic","proud","successful","valuable","annoyed","bored","calm","confused","glad","content","pensive","reserved","restless","shocked","tired","angry","depressed","exhausted","lonely","nervous","anxious","apathetic","concerned","disappointed","frightened","frustrated","hopeless","hurt","jealous","miserable","overwhelmed","skeptical","stressed","stuck","worthless","awed","ashamed","curious","sensitive","sad","unknownFutureValue"],"type":"string"},"microsoft.graph.responseFeedbackType":{"title":"responseFeedbackType","enum":["none","notDetected","veryUnpleasant","unpleasant","neutral","pleasant","veryPleasant","unknownFutureValue"],"type":"string"},"microsoft.graph.remoteAssistanceOnboardingStatus":{"title":"remoteAssistanceOnboardingStatus","enum":["notOnboarded","onboarding","onboarded"],"type":"string","description":"The current TeamViewer connector status","x-ms-enum":{"name":"remoteAssistanceOnboardingStatus","modelAsString":false,"values":[{"value":"notOnboarded","description":"The status reported when there is no active TeamViewer connector configured or active","name":"notOnboarded"},{"value":"onboarding","description":"The status reported when the system has initiated a TeamViewer connection, but the service has not yet completed the confirmation of a connector","name":"onboarding"},{"value":"onboarded","description":"The status reported when the system has successfully exchanged account information with TeamViewer and can now initiate remote assistance sessions with clients","name":"onboarded"}]}},"microsoft.graph.scheduleRequestActions":{"title":"scheduleRequestActions","enum":["adminAssign","adminUpdate","adminRemove","selfActivate","selfDeactivate","adminExtend","adminRenew","selfExtend","selfRenew","unknownFutureValue"],"type":"string"},"microsoft.graph.ticketInfo":{"title":"ticketInfo","required":["@odata.type"],"type":"object","properties":{"ticketNumber":{"type":"string","description":"The ticket number.","nullable":true},"ticketSystem":{"type":"string","description":"The description of the ticket system.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.unifiedRoleScheduleRequestActions":{"title":"unifiedRoleScheduleRequestActions","enum":["adminAssign","adminUpdate","adminRemove","selfActivate","selfDeactivate","adminExtend","adminRenew","selfExtend","selfRenew","unknownFutureValue"],"type":"string"},"microsoft.graph.destinationType":{"title":"destinationType","enum":["new","inPlace","unknownFutureValue"],"type":"string"},"microsoft.graph.timePeriod":{"title":"timePeriod","required":["@odata.type"],"type":"object","properties":{"endDateTime":{"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 time of the end of the time period.","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 date time of the start of the time period.","format":"date-time","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.restorePointPreference":{"title":"restorePointPreference","enum":["latest","oldest","unknownFutureValue"],"type":"string"},"microsoft.graph.restoreArtifactsBulkRequestStatus":{"title":"restoreArtifactsBulkRequestStatus","enum":["unknown","active","completed","completedWithErrors","unknownFutureValue"],"type":"string"},"microsoft.graph.restorePointTags":{"title":"restorePointTags","enum":["none","fastRestore","unknownFutureValue"],"type":"string","x-ms-enum-flags":{"isFlags":true}},"microsoft.graph.restoreJobType":{"title":"restoreJobType","enum":["standard","bulk","unknownFutureValue","granular"],"type":"string"},"microsoft.graph.restoreSessionArtifactCount":{"title":"restoreSessionArtifactCount","required":["@odata.type"],"type":"object","properties":{"completed":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The number of artifacts whose restoration completed.","format":"int32","nullable":true},"failed":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The number of artifacts whose restoration failed.","format":"int32","nullable":true},"inProgress":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The number of artifacts whose restoration is in progress.","format":"int32","nullable":true},"total":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The number of artifacts present in the restore session.","format":"int32","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.restoreSessionStatus":{"title":"restoreSessionStatus","enum":["draft","activating","active","completedWithError","completed","unknownFutureValue","failed"],"type":"string"},"microsoft.graph.activityType":{"title":"activityType","enum":["signin","user","unknownFutureValue","servicePrincipal"],"type":"string"},"microsoft.graph.riskDetectionTimingType":{"title":"riskDetectionTimingType","enum":["notDefined","realtime","nearRealtime","offline","unknownFutureValue"],"type":"string"},"microsoft.graph.tokenIssuerType":{"title":"tokenIssuerType","enum":["AzureAD","ADFederationServices","UnknownFutureValue","AzureADBackupAuth","ADFederationServicesMFAAdapter","NPSExtension"],"type":"string"},"microsoft.graph.riskServicePrincipalActivity":{"title":"riskServicePrincipalActivity","required":["@odata.type"],"type":"object","properties":{"detail":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.riskDetail"},{"type":"object","nullable":true}],"description":"Details of the detected risk. Note: Details for this property are only available for Workload Identities Premium customers. Events in tenants without this license will be returned hidden."},"riskEventTypes":{"type":"array","items":{"type":"string","nullable":true},"description":"The type of risk event detected. The possible values are: investigationsThreatIntelligence, generic, adminConfirmedServicePrincipalCompromised, suspiciousSignins, leakedCredentials, anomalousServicePrincipalActivity, maliciousApplication, suspiciousApplication."},"@odata.type":{"type":"string"}}},"microsoft.graph.riskUserActivity":{"title":"riskUserActivity","required":["@odata.type"],"type":"object","properties":{"detail":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.riskDetail"},{"type":"object","nullable":true}],"description":"For more information, see riskDetail."},"riskEventTypes":{"type":"array","items":{"type":"string","nullable":true},"description":"The type of risk event detected."},"@odata.type":{"type":"string"}}},"microsoft.graph.rolePermission":{"title":"rolePermission","required":["@odata.type"],"type":"object","properties":{"resourceActions":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.resourceAction"},"description":"Resource Actions each containing a set of allowed and not allowed permissions."},"@odata.type":{"type":"string"}},"description":"Contains the set of ResourceActions determining the allowed and not allowed permissions for each role."},"microsoft.graph.timeClockSettings":{"title":"timeClockSettings","required":["@odata.type"],"type":"object","properties":{"approvedLocation":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.geoCoordinates"},{"type":"object","nullable":true}],"description":"The approved location of the timeClock."},"@odata.type":{"type":"string"}}},"microsoft.graph.extensionSchemaProperty":{"title":"extensionSchemaProperty","required":["@odata.type"],"type":"object","properties":{"name":{"type":"string","description":"The name of the strongly typed property defined as part of a schema extension.","nullable":true},"type":{"type":"string","description":"The type of the property that is defined as part of a schema extension.  Allowed values are Binary, Boolean, DateTime, Integer, or String. For more information, see Supported property data types.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.averageComparativeScore":{"title":"averageComparativeScore","required":["@odata.type"],"type":"object","properties":{"averageScore":{"oneOf":[{"type":"number","format":"double","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"Average score within specified basis."},"basis":{"type":"string","description":"Scope type. The possible values are: AllTenants, TotalSeats, IndustryTypes.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.controlScore":{"title":"controlScore","required":["@odata.type"],"type":"object","properties":{"controlCategory":{"type":"string","description":"Control action category (Identity, Data, Device, Apps, Infrastructure).","nullable":true},"controlName":{"type":"string","description":"Control unique name.","nullable":true},"description":{"type":"string","description":"Description of the control.","nullable":true},"score":{"oneOf":[{"type":"number","format":"double","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"Tenant achieved score for the control (it varies day by day depending on tenant operations on the control)."},"@odata.type":{"type":"string"}}},"microsoft.graph.complianceInformation":{"title":"complianceInformation","required":["@odata.type"],"type":"object","properties":{"certificationControls":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.certificationControl"},"description":"Collection of the certification controls associated with the certification."},"certificationName":{"type":"string","description":"The name of the compliance certification, for example, ISO 27018:2014, GDPR, FedRAMP, and NIST 800-171.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.secureScoreControlStateUpdate":{"title":"secureScoreControlStateUpdate","required":["@odata.type"],"type":"object","properties":{"assignedTo":{"type":"string","description":"Assigns the control to the user who will take the action.","nullable":true},"comment":{"type":"string","description":"Provides optional comment about the control.","nullable":true},"state":{"type":"string","description":"State of the control, which can be modified via a PATCH command (for example, ignored, thirdParty).","nullable":true},"updatedBy":{"type":"string","description":"ID of the user who updated tenant state.","nullable":true},"updatedDateTime":{"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":"Time at which the control state was updated.","format":"date-time","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.labelActionSource":{"title":"labelActionSource","enum":["manual","automatic","recommended","none","unknownFutureValue"],"type":"string"},"microsoft.graph.serviceAppStatus":{"title":"serviceAppStatus","enum":["inactive","active","pendingActive","pendingInactive","unknownFutureValue"],"type":"string"},"microsoft.graph.sharingDetail":{"title":"sharingDetail","required":["@odata.type"],"type":"object","properties":{"sharedBy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.insightIdentity"},{"type":"object","nullable":true}],"description":"The user who shared the document."},"sharedDateTime":{"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 the file was last shared. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.","format":"date-time","nullable":true},"sharingReference":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.resourceReference"},{"type":"object","nullable":true}],"description":"Reference properties of the document, such as the URL and type of the document. Read-only","readOnly":true},"sharingSubject":{"type":"string","description":"The subject with which the document was shared.","nullable":true},"sharingType":{"type":"string","description":"Determines the way the document was shared. Can be by a 1Link1, 1Attachment1, 1Group1, 1Site1.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.resourceReference":{"title":"resourceReference","required":["@odata.type"],"type":"object","properties":{"id":{"type":"string","description":"The item's unique identifier.","nullable":true},"type":{"type":"string","description":"A string value that can be used to classify the item, such as 'microsoft.graph.driveItem'","nullable":true},"webUrl":{"type":"string","description":"A URL leading to the referenced item.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.resourceVisualization":{"title":"resourceVisualization","required":["@odata.type"],"type":"object","properties":{"containerDisplayName":{"type":"string","description":"A string describing where the item is stored. For example, the name of a SharePoint site or the user name identifying the owner of the OneDrive storing the item.","nullable":true},"containerType":{"type":"string","description":"Can be used for filtering by the type of container in which the file is stored. Such as Site or OneDriveBusiness.","nullable":true},"containerWebUrl":{"type":"string","description":"A path leading to the folder in which the item is stored.","nullable":true},"mediaType":{"type":"string","description":"The item's media type. Can be used for filtering for a specific type of file based on supported IANA Media Mime Types. Not all Media Mime Types are supported.","nullable":true},"previewImageUrl":{"type":"string","description":"A URL leading to the preview image for the item.","nullable":true},"previewText":{"type":"string","description":"A preview text for the item.","nullable":true},"title":{"type":"string","description":"The item's title text.","nullable":true},"type":{"type":"string","description":"The item's media type. Can be used for filtering for a specific file based on a specific type. See the section Type property values for supported types.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.sharePointMigrationJobErrorLevel":{"title":"sharePointMigrationJobErrorLevel","enum":["important","warning","error","fatalError","unknownFutureValue"],"type":"string"},"microsoft.graph.sharePointMigrationObjectType":{"title":"sharePointMigrationObjectType","enum":["site","web","folder","list","listItem","file","alert","sharedWithObject","invalid","unknownFutureValue"],"type":"string"},"microsoft.graph.sharePointMigrationContainerInfo":{"title":"sharePointMigrationContainerInfo","required":["@odata.type"],"type":"object","properties":{"dataContainerUri":{"type":"string","description":"A valid URL with a SAS token for accessing the Azure blob storage container that contains the file content. Read-only."},"encryptionKey":{"type":"string","description":"Provides the AES-256-CBC encryption key if files stored in Azure blob containers are encrypted. The key is Base64-encoded. Read-only."},"metadataContainerUri":{"type":"string","description":"A valid URL with a SAS token for accessing the Azure blob storage container that contains the file metadata. Read-only."},"@odata.type":{"type":"string"}}},"microsoft.graph.endUserNotificationSetting":{"title":"endUserNotificationSetting","required":["@odata.type"],"type":"object","properties":{"notificationPreference":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.endUserNotificationPreference"},{"type":"object","nullable":true}],"description":"Notification preference. The possible values are: unknown, microsoft, custom, unknownFutureValue."},"positiveReinforcement":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.positiveReinforcementNotification"},{"type":"object","nullable":true}],"description":"Positive reinforcement detail."},"settingType":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.endUserNotificationSettingType"},{"type":"object","nullable":true}],"description":"End user notification type. The possible values are: unknown, noTraining, trainingSelected, noNotification, unknownFutureValue."},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.noTrainingNotificationSetting":"#/components/schemas/microsoft.graph.noTrainingNotificationSetting","#microsoft.graph.trainingNotificationSetting":"#/components/schemas/microsoft.graph.trainingNotificationSetting"}}},"microsoft.graph.accountTargetContent":{"title":"accountTargetContent","required":["@odata.type"],"type":"object","properties":{"type":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.accountTargetContentType"},{"type":"object","nullable":true}],"description":"The type of account target content. The possible values are: unknown, includeAll, addressBook, unknownFutureValue."},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.addressBookAccountTargetContent":"#/components/schemas/microsoft.graph.addressBookAccountTargetContent","#microsoft.graph.includeAllAccountTargetContent":"#/components/schemas/microsoft.graph.includeAllAccountTargetContent"}}},"microsoft.graph.oAuthConsentAppDetail":{"title":"oAuthConsentAppDetail","required":["@odata.type"],"type":"object","properties":{"appScope":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.oAuthAppScope"},{"type":"object","nullable":true}],"description":"App scope. The possible values are: unknown, readCalendar, readContact, readMail, readAllChat, readAllFile, readAndWriteMail, sendMail, unknownFutureValue."},"displayLogo":{"type":"string","description":"App display logo.","nullable":true},"displayName":{"type":"string","description":"App name.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.simulationReport":{"title":"simulationReport","required":["@odata.type"],"type":"object","properties":{"overview":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.simulationReportOverview"},{"type":"object","nullable":true}],"description":"Overview of an attack simulation and training campaign."},"simulationUsers":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.userSimulationDetails"},"description":"The tenant users and their online actions in an attack simulation and training campaign."},"@odata.type":{"type":"string"}}},"microsoft.graph.simulationStatus":{"title":"simulationStatus","enum":["unknown","draft","running","scheduled","succeeded","failed","cancelled","excluded","unknownFutureValue"],"type":"string"},"microsoft.graph.trainingSetting":{"title":"trainingSetting","required":["@odata.type"],"type":"object","properties":{"settingType":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.trainingSettingType"},{"type":"object","nullable":true}],"description":"Type of setting. The possible values are: microsoftCustom, microsoftManaged, noTraining, custom, unknownFutureValue."},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.customTrainingSetting":"#/components/schemas/microsoft.graph.customTrainingSetting","#microsoft.graph.microsoftCustomTrainingSetting":"#/components/schemas/microsoft.graph.microsoftCustomTrainingSetting","#microsoft.graph.microsoftManagedTrainingSetting":"#/components/schemas/microsoft.graph.microsoftManagedTrainingSetting","#microsoft.graph.microsoftTrainingAssignmentMapping":"#/components/schemas/microsoft.graph.microsoftTrainingAssignmentMapping","#microsoft.graph.noTrainingSetting":"#/components/schemas/microsoft.graph.noTrainingSetting"}}},"microsoft.graph.simulationAutomationStatus":{"title":"simulationAutomationStatus","enum":["unknown","draft","notRunning","running","completed","unknownFutureValue"],"type":"string"},"microsoft.graph.simulationAutomationRunStatus":{"title":"simulationAutomationRunStatus","enum":["unknown","running","succeeded","failed","skipped","unknownFutureValue"],"type":"string"},"microsoft.graph.dataSubject":{"title":"dataSubject","required":["@odata.type"],"type":"object","properties":{"email":{"type":"string","description":"Email of the data subject.","nullable":true},"firstName":{"type":"string","description":"First name of the data subject.","nullable":true},"lastName":{"type":"string","description":"Last Name of the data subject.","nullable":true},"residency":{"type":"string","description":"The country/region of residency. The residency information is uesed only for internal reporting but not for the content search.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.dataSubjectType":{"title":"dataSubjectType","enum":["customer","currentEmployee","formerEmployee","prospectiveEmployee","student","teacher","faculty","other","unknownFutureValue"],"type":"string"},"microsoft.graph.subjectRightsRequestHistory":{"title":"subjectRightsRequestHistory","required":["@odata.type"],"type":"object","properties":{"changedBy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"type":"object","nullable":true}],"description":"Identity of the user who changed the  subject rights request."},"eventDateTime":{"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":"Data and time when the entity was changed.","format":"date-time","nullable":true},"stage":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.subjectRightsRequestStage"},{"type":"object","nullable":true}],"description":"The stage when the entity was changed."},"stageStatus":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.subjectRightsRequestStageStatus"},{"type":"object","nullable":true}],"description":"The status of the stage when the entity was changed. The possible values are: notStarted, current, completed, failed, unknownFutureValue."},"type":{"type":"string","description":"Type of history.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.subjectRightsRequestDetail":{"title":"subjectRightsRequestDetail","required":["@odata.type"],"type":"object","properties":{"excludedItemCount":{"type":"number","description":"Count of items that are excluded from the request.","format":"int64","nullable":true},"insightCounts":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.keyValuePair"},"description":"Count of items per insight."},"itemCount":{"type":"number","description":"Count of items found.","format":"int64","nullable":true},"itemNeedReview":{"type":"number","description":"Count of item that need review.","format":"int64","nullable":true},"productItemCounts":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.keyValuePair"},"description":"Count of items per product, such as Exchange, SharePoint, OneDrive, and Teams."},"signedOffItemCount":{"type":"number","description":"Count of items signed off by the administrator.","format":"int64","nullable":true},"totalItemSize":{"type":"number","description":"Total item size in bytes.","format":"int64","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.subjectRightsRequestMailboxLocation":{"title":"subjectRightsRequestMailboxLocation","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.subjectRightsRequestAllMailboxLocation":"#/components/schemas/microsoft.graph.subjectRightsRequestAllMailboxLocation","#microsoft.graph.subjectRightsRequestEnumeratedMailboxLocation":"#/components/schemas/microsoft.graph.subjectRightsRequestEnumeratedMailboxLocation"}}},"microsoft.graph.subjectRightsRequestSiteLocation":{"title":"subjectRightsRequestSiteLocation","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.subjectRightsRequestAllSiteLocation":"#/components/schemas/microsoft.graph.subjectRightsRequestAllSiteLocation","#microsoft.graph.subjectRightsRequestEnumeratedSiteLocation":"#/components/schemas/microsoft.graph.subjectRightsRequestEnumeratedSiteLocation"}}},"microsoft.graph.subjectRightsRequestStageDetail":{"title":"subjectRightsRequestStageDetail","required":["@odata.type"],"type":"object","properties":{"error":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.publicError"},{"type":"object","nullable":true}],"description":"Describes the error, if any, for the current stage."},"stage":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.subjectRightsRequestStage"},{"type":"object","nullable":true}],"description":"The stage of the subject rights request."},"status":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.subjectRightsRequestStageStatus"},{"type":"object","nullable":true}],"description":"Status of the current stage. The possible values are: notStarted, current, completed, failed, unknownFutureValue."},"@odata.type":{"type":"string"}}},"microsoft.graph.subjectRightsRequestStatus":{"title":"subjectRightsRequestStatus","enum":["active","closed","unknownFutureValue"],"type":"string"},"microsoft.graph.subjectRightsRequestType":{"title":"subjectRightsRequestType","enum":["export","delete","access","tagForAction","unknownFutureValue"],"type":"string"},"microsoft.graph.synchronizationSecretKeyStringValuePair":{"title":"synchronizationSecretKeyStringValuePair","required":["@odata.type"],"type":"object","properties":{"key":{"$ref":"#/components/schemas/microsoft.graph.synchronizationSecret"},"value":{"type":"string","description":"The value of the secret.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.synchronizationSchedule":{"title":"synchronizationSchedule","required":["@odata.type"],"type":"object","properties":{"expiration":{"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":"Date and time when this job expires. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.","format":"date-time","nullable":true},"interval":{"pattern":"^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$","type":"string","description":"The interval between synchronization iterations. The value is represented in ISO 8601  format for durations. For example, P1M represents a period of one month and PT1M represents a period of one minute.","format":"duration"},"state":{"$ref":"#/components/schemas/microsoft.graph.synchronizationScheduleState"},"@odata.type":{"type":"string"}}},"microsoft.graph.synchronizationStatus":{"title":"synchronizationStatus","required":["@odata.type"],"type":"object","properties":{"code":{"$ref":"#/components/schemas/microsoft.graph.synchronizationStatusCode"},"countSuccessiveCompleteFailures":{"type":"number","description":"Number of consecutive times this job failed.","format":"int64"},"escrowsPruned":{"type":"boolean","description":"true if the job's escrows (object-level errors) were pruned during initial synchronization. Escrows can be pruned if during the initial synchronization, you reach the threshold of errors that would normally put the job in quarantine. Instead of going into quarantine, the synchronization process clears the job's errors and continues until the initial synchronization is completed. When the initial synchronization is completed, the job will pause and wait for the customer to clean up the errors."},"lastExecution":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.synchronizationTaskExecution"},{"type":"object","nullable":true}],"description":"Details of the last execution of the job."},"lastSuccessfulExecution":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.synchronizationTaskExecution"},{"type":"object","nullable":true}],"description":"Details of the last execution of this job, which didn't have any errors."},"lastSuccessfulExecutionWithExports":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.synchronizationTaskExecution"},{"type":"object","nullable":true}],"description":"Details of the last execution of the job, which exported objects into the target directory."},"progress":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.synchronizationProgress"},"description":"Details of the progress of a job toward completion."},"quarantine":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.synchronizationQuarantine"},{"type":"object","nullable":true}],"description":"If job is in quarantine, quarantine details."},"steadyStateFirstAchievedTime":{"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 when steady state (no more changes to the process) was first achieved. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.","format":"date-time"},"steadyStateLastAchievedTime":{"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 when steady state (no more changes to the process) was last achieved. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.","format":"date-time"},"synchronizedEntryCountByType":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.stringKeyLongValuePair"},"description":"Count of synchronized objects, listed by object type."},"troubleshootingUrl":{"type":"string","description":"In the event of an error, the URL with the troubleshooting steps for the issue.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.synchronizationRule":{"title":"synchronizationRule","required":["@odata.type"],"type":"object","properties":{"containerFilter":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.containerFilter"},{"type":"object","nullable":true}]},"editable":{"type":"boolean","description":"true if the synchronization rule can be customized; false if this rule is read-only and shouldn't be changed."},"groupFilter":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.groupFilter"},{"type":"object","nullable":true}]},"id":{"type":"string","description":"Synchronization rule identifier. Must be one of the identifiers recognized by the synchronization engine. Supported rule identifiers can be found in the synchronization template returned by the API.","nullable":true},"metadata":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.stringKeyStringValuePair"},"description":"Additional extension properties. Unless instructed explicitly by the support team, metadata values shouldn't be changed."},"name":{"type":"string","description":"Human-readable name of the synchronization rule. Not nullable.","nullable":true},"objectMappings":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.objectMapping"},"description":"Collection of object mappings supported by the rule. Tells the synchronization engine which objects should be synchronized."},"priority":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Priority relative to other rules in the synchronizationSchema. Rules with the lowest priority number will be processed first.","format":"int32"},"sourceDirectoryName":{"type":"string","description":"Name of the source directory. Must match one of the directory definitions in synchronizationSchema.","nullable":true},"targetDirectoryName":{"type":"string","description":"Name of the target directory. Must match one of the directory definitions in synchronizationSchema.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.synchronizationMetadataEntry":{"title":"synchronizationMetadataEntry","required":["@odata.type"],"type":"object","properties":{"key":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.synchronizationMetadata"},{"type":"object","nullable":true}],"description":"The possible values are: GalleryApplicationIdentifier, GalleryApplicationKey, IsOAuthEnabled, IsSynchronizationAgentAssignmentRequired, IsSynchronizationAgentRequired, IsSynchronizationInPreview, OAuthSettings, SynchronizationLearnMoreIbizaFwLink, ConfigurationFields."},"value":{"type":"string","description":"Value of the metadata property.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.teamsAppDistributionMethod":{"title":"teamsAppDistributionMethod","enum":["store","organization","sideloaded","unknownFutureValue"],"type":"string"},"microsoft.graph.teamsAppAuthorization":{"title":"teamsAppAuthorization","required":["@odata.type"],"type":"object","properties":{"clientAppId":{"type":"string","description":"The registration ID of the Microsoft Entra app ID associated with the teamsApp.","nullable":true},"requiredPermissionSet":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.teamsAppPermissionSet"},{"type":"object","nullable":true}],"description":"Set of permissions required by the teamsApp."},"@odata.type":{"type":"string"}}},"microsoft.graph.teamsAppPublishingState":{"title":"teamsAppPublishingState","enum":["submitted","rejected","published","unknownFutureValue"],"type":"string"},"microsoft.graph.teamsAppPermissionSet":{"title":"teamsAppPermissionSet","required":["@odata.type"],"type":"object","properties":{"resourceSpecificPermissions":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.teamsAppResourceSpecificPermission"},"description":"A collection of resource-specific permissions."},"@odata.type":{"type":"string"}}},"microsoft.graph.operationError":{"title":"operationError","required":["@odata.type"],"type":"object","properties":{"code":{"type":"string","description":"Operation error code.","nullable":true},"message":{"type":"string","description":"Operation error message.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.teamsAsyncOperationType":{"title":"teamsAsyncOperationType","enum":["invalid","cloneTeam","archiveTeam","unarchiveTeam","createTeam","unknownFutureValue","teamifyGroup","createChannel","archiveChannel","unarchiveChannel"],"type":"string"},"microsoft.graph.teamsAsyncOperationStatus":{"title":"teamsAsyncOperationStatus","enum":["invalid","notStarted","inProgress","succeeded","failed","unknownFutureValue"],"type":"string"},"microsoft.graph.teamsTabConfiguration":{"title":"teamsTabConfiguration","required":["@odata.type"],"type":"object","properties":{"contentUrl":{"type":"string","description":"Url used for rendering tab contents in Teams. Required.","nullable":true},"entityId":{"type":"string","description":"Identifier for the entity hosted by the tab provider.","nullable":true},"removeUrl":{"type":"string","description":"Url called by Teams client when a Tab is removed using the Teams Client.","nullable":true},"websiteUrl":{"type":"string","description":"Url for showing tab contents outside of Teams.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.teamworkTagType":{"title":"teamworkTagType","enum":["standard","unknownFutureValue"],"type":"string"},"microsoft.graph.threatCategory":{"title":"threatCategory","enum":["undefined","spam","phishing","malware","unknownFutureValue"],"type":"string"},"microsoft.graph.threatAssessmentContentType":{"title":"threatAssessmentContentType","enum":["mail","url","file"],"type":"string"},"microsoft.graph.threatExpectedAssessment":{"title":"threatExpectedAssessment","enum":["block","unblock"],"type":"string"},"microsoft.graph.threatAssessmentRequestSource":{"title":"threatAssessmentRequestSource","enum":["undefined","user","administrator"],"type":"string"},"microsoft.graph.threatAssessmentStatus":{"title":"threatAssessmentStatus","enum":["pending","completed"],"type":"string"},"microsoft.graph.mailDestinationRoutingReason":{"title":"mailDestinationRoutingReason","enum":["none","mailFlowRule","safeSender","blockedSender","advancedSpamFiltering","domainAllowList","domainBlockList","notInAddressBook","firstTimeSender","autoPurgeToInbox","autoPurgeToJunk","autoPurgeToDeleted","outbound","notJunk","junk","unknownFutureValue"],"type":"string"},"microsoft.graph.threatAssessmentResultType":{"title":"threatAssessmentResultType","enum":["checkPolicy","rescan","unknownFutureValue"],"type":"string"},"microsoft.graph.thumbnail":{"title":"thumbnail","required":["@odata.type"],"type":"object","properties":{"content":{"type":"string","description":"The content stream for the thumbnail.","format":"base64url","nullable":true},"height":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The height of the thumbnail, in pixels.","format":"int32","nullable":true},"sourceItemId":{"type":"string","description":"The unique identifier of the item that provided the thumbnail. This is only available when a folder thumbnail is requested.","nullable":true},"url":{"type":"string","description":"The URL used to fetch the thumbnail content.","nullable":true},"width":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The width of the thumbnail, in pixels.","format":"int32","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.taskStatus":{"title":"taskStatus","enum":["notStarted","inProgress","completed","waitingOnOthers","deferred"],"type":"string"},"microsoft.graph.wellknownListName":{"title":"wellknownListName","enum":["none","defaultList","flaggedEmails","unknownFutureValue"],"type":"string"},"microsoft.graph.trainingAvailabilityStatus":{"title":"trainingAvailabilityStatus","enum":["unknown","notAvailable","available","archive","delete","unknownFutureValue"],"type":"string"},"microsoft.graph.trainingType":{"title":"trainingType","enum":["unknown","phishing","unknownFutureValue"],"type":"string"},"microsoft.graph.unifiedRolePermission":{"title":"unifiedRolePermission","required":["@odata.type"],"type":"object","properties":{"allowedResourceActions":{"type":"array","items":{"type":"string"},"description":"Set of tasks that can be performed on a resource. Required."},"condition":{"type":"string","description":"Optional constraints that must be met for the permission to be effective. Not supported for custom roles.","nullable":true},"excludedResourceActions":{"type":"array","items":{"type":"string","nullable":true},"description":"Set of tasks that may not be performed on a resource. Not yet supported."},"@odata.type":{"type":"string"}}},"microsoft.graph.unifiedRoleManagementPolicyRuleTarget":{"title":"unifiedRoleManagementPolicyRuleTarget","required":["@odata.type"],"type":"object","properties":{"caller":{"type":"string","description":"The type of caller that's the target of the policy rule. Allowed values are: None, Admin, EndUser.","nullable":true},"enforcedSettings":{"type":"array","items":{"type":"string","nullable":true},"description":"The list of role settings that are enforced and cannot be overridden by child scopes. Use All for all settings."},"inheritableSettings":{"type":"array","items":{"type":"string","nullable":true},"description":"The list of role settings that can be inherited by child scopes. Use All for all settings."},"level":{"type":"string","description":"The role assignment type that's the target of policy rule. Allowed values are: Eligibility, Assignment.","nullable":true},"operations":{"type":"array","items":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.unifiedRoleManagementPolicyRuleTargetOperations"},{"type":"object","nullable":true}]},"description":"The role management operations that are the target of the policy rule. Allowed values are: All, Activate, Deactivate, Assign, Update, Remove, Extend, Renew."},"targetObjects":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.directoryObject"},"x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}},"microsoft.graph.approvalSettings":{"title":"approvalSettings","required":["@odata.type"],"type":"object","properties":{"approvalMode":{"type":"string","description":"One of SingleStage, Serial, Parallel, NoApproval (default). NoApproval is used when isApprovalRequired is false.","nullable":true},"approvalStages":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.unifiedApprovalStage"},"description":"If approval is required, the one or two elements of this collection define each of the stages of approval. An empty array if no approval is required."},"isApprovalRequired":{"type":"boolean","description":"Indicates whether approval is required for requests in this policy.","nullable":true},"isApprovalRequiredForExtension":{"type":"boolean","description":"Indicates whether approval is required for a user to extend their assignment.","nullable":true},"isRequestorJustificationRequired":{"type":"boolean","description":"Indicates whether the requestor is required to supply a justification in their request.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.usageDetails":{"title":"usageDetails","required":["@odata.type"],"type":"object","properties":{"lastAccessedDateTime":{"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 the resource was last accessed by the user. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.","format":"date-time","nullable":true},"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":"The date and time the resource was last modified by the user. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.","format":"date-time","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.userExperienceAnalyticsHealthState":{"title":"userExperienceAnalyticsHealthState","enum":["unknown","insufficientData","needsAttention","meetingGoals","unknownFutureValue"],"type":"string","x-ms-enum":{"name":"userExperienceAnalyticsHealthState","modelAsString":false,"values":[{"value":"unknown","description":"Indicates that the health state is unknown.","name":"unknown"},{"value":"insufficientData","description":"Indicates that the health state is insufficient data.","name":"insufficientData"},{"value":"needsAttention","description":"Indicates that the health state needs attention.","name":"needsAttention"},{"value":"meetingGoals","description":"Indicates that the health state is meeting goals.","name":"meetingGoals"},{"value":"unknownFutureValue","description":"Evolvable enumeration sentinel value. Do not use.","name":"unknownFutureValue"}]}},"microsoft.graph.userExperienceAnalyticsInsight":{"title":"userExperienceAnalyticsInsight","required":["@odata.type"],"type":"object","properties":{"insightId":{"type":"string","description":"The unique identifier of the user experience analytics insight.","nullable":true},"severity":{"$ref":"#/components/schemas/microsoft.graph.userExperienceAnalyticsInsightSeverity"},"userExperienceAnalyticsMetricId":{"type":"string","description":"The unique identifier of the user experience analytics metric.","nullable":true},"values":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.userExperienceAnalyticsInsightValue"},"description":"The value of the user experience analytics insight."},"@odata.type":{"type":"string"}},"description":"The user experience analytics insight is the recomendation to improve the user experience analytics score."},"microsoft.graph.diskType":{"title":"diskType","enum":["unknown","hdd","ssd","unknownFutureValue"],"type":"string","x-ms-enum":{"name":"diskType","modelAsString":false,"values":[{"value":"unknown","description":"Enum member for unknown or default diskType.","name":"unknown"},{"value":"hdd","description":"Enum member for HDD devices.","name":"hdd"},{"value":"ssd","description":"Enum member for SSD devices.","name":"ssd"},{"value":"unknownFutureValue","description":"Evolvable enumeration sentinel value. Do not use.","name":"unknownFutureValue"}]}},"microsoft.graph.userExperienceAnalyticsOperatingSystemRestartCategory":{"title":"userExperienceAnalyticsOperatingSystemRestartCategory","enum":["unknown","restartWithUpdate","restartWithoutUpdate","blueScreen","shutdownWithUpdate","shutdownWithoutUpdate","longPowerButtonPress","bootError","update","unknownFutureValue"],"type":"string","description":"Operating System restart category.","x-ms-enum":{"name":"userExperienceAnalyticsOperatingSystemRestartCategory","modelAsString":false,"values":[{"value":"unknown","description":"Default. Set to unknown if device operating system restart category has not yet been calculated.","name":"unknown"},{"value":"restartWithUpdate","description":"Indicates that the device operating system restart is along with an update.","name":"restartWithUpdate"},{"value":"restartWithoutUpdate","description":"Indicates that the device operating system restart is without update.","name":"restartWithoutUpdate"},{"value":"blueScreen","description":"Indicates that the device operating system restart is due to a specific stop error.","name":"blueScreen"},{"value":"shutdownWithUpdate","description":"Indicates that the device operating system restart is due to shutdown with update.","name":"shutdownWithUpdate"},{"value":"shutdownWithoutUpdate","description":"Indicates that the device operating system restart is due to shutdown without update.","name":"shutdownWithoutUpdate"},{"value":"longPowerButtonPress","description":"Indicates that the device operating system restart is due to update long power-button press.","name":"longPowerButtonPress"},{"value":"bootError","description":"Indicates that the device operating system restart is due to boot error.","name":"bootError"},{"value":"update","description":"Indicates that the device operating system restarted after an update.","name":"update"},{"value":"unknownFutureValue","description":"Evolvable enumeration sentinel value. Do not use.","name":"unknownFutureValue"}]}},"microsoft.graph.operatingSystemUpgradeEligibility":{"title":"operatingSystemUpgradeEligibility","enum":["upgraded","unknown","notCapable","capable","unknownFutureValue"],"type":"string","description":"Work From Anywhere windows device upgrade eligibility status.","x-ms-enum":{"name":"operatingSystemUpgradeEligibility","modelAsString":false,"values":[{"value":"upgraded","description":"The device is upgraded to latest version of windows.","name":"upgraded"},{"value":"unknown","description":"Not enough data available to compute the eligibility of device for windows upgrade.","name":"unknown"},{"value":"notCapable","description":"The device is not capable for windows upgrade.","name":"notCapable"},{"value":"capable","description":"The device is capable for windows upgrade.","name":"capable"},{"value":"unknownFutureValue","description":"Evolvable enumeration sentinel value. Do not use.","name":"unknownFutureValue"}]}},"microsoft.graph.faceCheckConfiguration":{"title":"faceCheckConfiguration","required":["@odata.type"],"type":"object","properties":{"isEnabled":{"type":"boolean","description":"Defines if Face Check is required. Currently must always be true."},"sourcePhotoClaimName":{"type":"string","description":"Source of photo to validate Face Check against. Currently must always be portrait."},"@odata.type":{"type":"string"}}},"microsoft.graph.verifiedIdProfileState":{"title":"verifiedIdProfileState","enum":["enabled","disabled","unknownFutureValue"],"type":"string"},"microsoft.graph.verifiedIdProfileConfiguration":{"title":"verifiedIdProfileConfiguration","required":["@odata.type"],"type":"object","properties":{"acceptedIssuer":{"type":"string","description":"Trusted Verified ID issuer."},"claimBindings":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.claimBinding"},"description":"Claim bindings from Verified ID to source attributes."},"claimBindingSource":{"$ref":"#/components/schemas/microsoft.graph.claimBindingSource"},"claimValidation":{"$ref":"#/components/schemas/microsoft.graph.claimValidation"},"type":{"type":"string","description":"Verified ID type."},"@odata.type":{"type":"string"}}},"microsoft.graph.verifiedIdUsageConfiguration":{"title":"verifiedIdUsageConfiguration","required":["@odata.type"],"type":"object","properties":{"isEnabledForTestOnly":{"type":"boolean","description":"Sets profile usage for evaluation (test-only) or production."},"purpose":{"$ref":"#/components/schemas/microsoft.graph.verifiedIdUsageConfigurationPurpose"},"@odata.type":{"type":"string"}}},"microsoft.graph.virtualEventSettings":{"title":"virtualEventSettings","required":["@odata.type"],"type":"object","properties":{"isAttendeeEmailNotificationEnabled":{"type":"boolean","description":"Indicates whether virtual event attendees receive email notifications.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.virtualEventStatus":{"title":"virtualEventStatus","enum":["draft","published","canceled","unknownFutureValue"],"type":"string"},"microsoft.graph.meetingAudience":{"title":"meetingAudience","enum":["everyone","organization","unknownFutureValue"],"type":"string"},"microsoft.graph.communicationsUserIdentity":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.identity"},{"title":"communicationsUserIdentity","required":["@odata.type"],"type":"object","properties":{"tenantId":{"type":"string","description":"The user's tenant ID.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.communicationsUserIdentity"}}}],"x-ms-discriminator-value":"#microsoft.graph.communicationsUserIdentity"},"microsoft.graph.virtualEventPresenterDetails":{"title":"virtualEventPresenterDetails","required":["@odata.type"],"type":"object","properties":{"bio":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.itemBody"},{"type":"object","nullable":true}],"description":"Bio of the presenter."},"company":{"type":"string","description":"The presenter's company name.","nullable":true},"jobTitle":{"type":"string","description":"The presenter's job title.","nullable":true},"linkedInProfileWebUrl":{"type":"string","description":"The presenter's LinkedIn profile URL.","nullable":true},"personalSiteWebUrl":{"type":"string","description":"The presenter's personal website URL.","nullable":true},"photo":{"type":"string","description":"The content stream of the presenter's photo.","format":"base64url","nullable":true},"twitterProfileWebUrl":{"type":"string","description":"The presenter's Twitter profile URL.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.virtualEventRegistrationQuestionAnswer":{"title":"virtualEventRegistrationQuestionAnswer","required":["@odata.type"],"type":"object","properties":{"booleanValue":{"type":"boolean","description":"Boolean answer of the virtual event registration question. Only appears when answerInputType is boolean.","nullable":true},"displayName":{"type":"string","description":"Display name of the registration question.","nullable":true},"multiChoiceValues":{"type":"array","items":{"type":"string","nullable":true},"description":"Collection of text answer of the virtual event registration question. Only appears when answerInputType is multiChoice."},"questionId":{"type":"string","description":"id of the virtual event registration question.","nullable":true},"value":{"type":"string","description":"Text answer of the virtual event registration question. Appears when answerInputType is text, multilineText or singleChoice.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.virtualEventAttendeeRegistrationStatus":{"title":"virtualEventAttendeeRegistrationStatus","enum":["registered","canceled","waitlisted","pendingApproval","rejectedByOrganizer","unknownFutureValue"],"type":"string"},"microsoft.graph.virtualEventRegistrationQuestionAnswerInputType":{"title":"virtualEventRegistrationQuestionAnswerInputType","enum":["text","multilineText","singleChoice","multiChoice","boolean","unknownFutureValue"],"type":"string"},"microsoft.graph.virtualEventRegistrationPredefinedQuestionLabel":{"title":"virtualEventRegistrationPredefinedQuestionLabel","enum":["street","city","state","postalCode","countryOrRegion","industry","jobTitle","organization","unknownFutureValue"],"type":"string"},"microsoft.graph.vppTokenSyncStatus":{"title":"vppTokenSyncStatus","enum":["none","inProgress","completed","failed"],"type":"string","description":"Possible sync statuses associated with an Apple Volume Purchase Program token.","x-ms-enum":{"name":"vppTokenSyncStatus","modelAsString":false,"values":[{"value":"none","description":"Default status.","name":"none"},{"value":"inProgress","description":"Last Sync in progress.","name":"inProgress"},{"value":"completed","description":"Last Sync completed successfully.","name":"completed"},{"value":"failed","description":"Last Sync failed.","name":"failed"}]}},"microsoft.graph.vppTokenState":{"title":"vppTokenState","enum":["unknown","valid","expired","invalid","assignedToExternalMDM"],"type":"string","description":"Possible states associated with an Apple Volume Purchase Program token.","x-ms-enum":{"name":"vppTokenState","modelAsString":false,"values":[{"value":"unknown","description":"Default state.","name":"unknown"},{"value":"valid","description":"Token is valid.","name":"valid"},{"value":"expired","description":"Token is expired.","name":"expired"},{"value":"invalid","description":"Token is invalid.","name":"invalid"},{"value":"assignedToExternalMDM","description":"Token is managed by another MDM Service.","name":"assignedToExternalMDM"}]}},"microsoft.graph.webApplicationFirewallProviderType":{"title":"webApplicationFirewallProviderType","enum":["akamai","cloudflare","unknownFutureValue"],"type":"string"},"microsoft.graph.webApplicationFirewallVerificationResult":{"title":"webApplicationFirewallVerificationResult","required":["@odata.type"],"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.genericError"},"description":"List of errors encountered during the verification process."},"status":{"$ref":"#/components/schemas/microsoft.graph.webApplicationFirewallVerificationStatus"},"verifiedOnDateTime":{"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":"UTC timestamp when the verification was performed or last updated. This indicates when the verification result was produced.","format":"date-time"},"warnings":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.genericError"},"description":"List of warnings produced during verification."},"@odata.type":{"type":"string"}}},"microsoft.graph.webApplicationFirewallVerifiedDetails":{"title":"webApplicationFirewallVerifiedDetails","required":["@odata.type"],"type":"object","properties":{"dnsConfiguration":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.webApplicationFirewallDnsConfiguration"},{"type":"object","nullable":true}],"description":"DNS-related details discovered during verification for the host, such as the DNS record name, record type, record value, whether the record is proxied through the provider, and whether the domain is verified."},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.akamaiVerifiedDetailsModel":"#/components/schemas/microsoft.graph.akamaiVerifiedDetailsModel","#microsoft.graph.cloudFlareVerifiedDetailsModel":"#/components/schemas/microsoft.graph.cloudFlareVerifiedDetailsModel"}}},"microsoft.graph.webPartData":{"title":"webPartData","required":["@odata.type"],"type":"object","properties":{"dataVersion":{"type":"string","description":"Data version of the web part. The value is defined by the web part developer. Different dataVersions usually refers to a different property structure.","nullable":true},"description":{"type":"string","description":"Description of the web part.","nullable":true},"properties":{"description":"Properties bag of the web part."},"serverProcessedContent":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.serverProcessedContent"},{"type":"object","nullable":true}],"description":"Contains collections of data that can be processed by server side services like search index and link fixup."},"title":{"type":"string","description":"Title of the web part.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.windowsAutopilotDeviceType":{"title":"windowsAutopilotDeviceType","enum":["windowsPc","holoLens","unknownFutureValue"],"type":"string","x-ms-enum":{"name":"windowsAutopilotDeviceType","modelAsString":false,"values":[{"value":"windowsPc","description":"Default. Indicates that the device type  is a Windows PC.","name":"windowsPc"},{"value":"holoLens","description":"Indicates that the device type is a HoloLens.","name":"holoLens"},{"value":"unknownFutureValue","description":"Evolvable enumeration sentinel value. Do not use.","name":"unknownFutureValue"}]}},"microsoft.graph.outOfBoxExperienceSetting":{"title":"outOfBoxExperienceSetting","required":["@odata.type"],"type":"object","properties":{"deviceUsageType":{"$ref":"#/components/schemas/microsoft.graph.windowsDeviceUsageType"},"escapeLinkHidden":{"type":"boolean","description":"When TRUE, the link that allows user to start over with a different account on company sign-in is hidden. When false, the link that allows user to start over with a different account on company sign-in is available. Default value is FALSE."},"eulaHidden":{"type":"boolean","description":"When TRUE, EULA is hidden to the end user during OOBE. When FALSE, EULA is shown to the end user during OOBE. Default value is FALSE."},"keyboardSelectionPageSkipped":{"type":"boolean","description":"When TRUE, the keyboard selection page is hidden to the end user during OOBE if Language and Region are set. When FALSE, the keyboard selection page is skipped during OOBE."},"privacySettingsHidden":{"type":"boolean","description":"When TRUE, privacy settings is hidden to the end user during OOBE. When FALSE, privacy settings is shown to the end user during OOBE. Default value is FALSE."},"userType":{"$ref":"#/components/schemas/microsoft.graph.windowsUserType"},"@odata.type":{"type":"string"}},"description":"The Windows Autopilot Deployment Profile settings used by the device for the out-of-box experience. Supports: $select, $top, $skip. $Search, $orderBy and $filter are not supported."},"microsoft.graph.enrollmentState":{"title":"enrollmentState","enum":["unknown","enrolled","pendingReset","failed","notContacted"],"type":"string","x-ms-enum":{"name":"enrollmentState","modelAsString":false,"values":[{"value":"unknown","description":"Device enrollment state is unknown","name":"unknown"},{"value":"enrolled","description":"Device is Enrolled.","name":"enrolled"},{"value":"pendingReset","description":"Enrolled but it's enrolled via enrollment profile and the enrolled profile is different from the assigned profile.","name":"pendingReset"},{"value":"failed","description":"Not enrolled and there is enrollment failure record.","name":"failed"},{"value":"notContacted","description":"Device is imported but not enrolled.","name":"notContacted"}]}},"microsoft.graph.windowsMalwareCategory":{"title":"windowsMalwareCategory","enum":["invalid","adware","spyware","passwordStealer","trojanDownloader","worm","backdoor","remoteAccessTrojan","trojan","emailFlooder","keylogger","dialer","monitoringSoftware","browserModifier","cookie","browserPlugin","aolExploit","nuker","securityDisabler","jokeProgram","hostileActiveXControl","softwareBundler","stealthNotifier","settingsModifier","toolBar","remoteControlSoftware","trojanFtp","potentialUnwantedSoftware","icqExploit","trojanTelnet","exploit","filesharingProgram","malwareCreationTool","remote_Control_Software","tool","trojanDenialOfService","trojanDropper","trojanMassMailer","trojanMonitoringSoftware","trojanProxyServer","virus","known","unknown","spp","behavior","vulnerability","policy","enterpriseUnwantedSoftware","ransom","hipsRule"],"type":"string","description":"Malware category id","x-ms-enum":{"name":"windowsMalwareCategory","modelAsString":false,"values":[{"value":"invalid","description":"Invalid","name":"invalid"},{"value":"adware","description":"Adware","name":"adware"},{"value":"spyware","description":"Spyware","name":"spyware"},{"value":"passwordStealer","description":"Password stealer","name":"passwordStealer"},{"value":"trojanDownloader","description":"Trojan downloader","name":"trojanDownloader"},{"value":"worm","description":"Worm","name":"worm"},{"value":"backdoor","description":"Backdoor","name":"backdoor"},{"value":"remoteAccessTrojan","description":"Remote access Trojan","name":"remoteAccessTrojan"},{"value":"trojan","description":"Trojan","name":"trojan"},{"value":"emailFlooder","description":"Email flooder","name":"emailFlooder"},{"value":"keylogger","description":"Keylogger","name":"keylogger"},{"value":"dialer","description":"Dialer","name":"dialer"},{"value":"monitoringSoftware","description":"Monitoring software","name":"monitoringSoftware"},{"value":"browserModifier","description":"Browser modifier","name":"browserModifier"},{"value":"cookie","description":"Cookie","name":"cookie"},{"value":"browserPlugin","description":"Browser plugin","name":"browserPlugin"},{"value":"aolExploit","description":"AOL exploit","name":"aolExploit"},{"value":"nuker","description":"Nuker","name":"nuker"},{"value":"securityDisabler","description":"Security disabler","name":"securityDisabler"},{"value":"jokeProgram","description":"Joke program","name":"jokeProgram"},{"value":"hostileActiveXControl","description":"Hostile ActiveX control","name":"hostileActiveXControl"},{"value":"softwareBundler","description":"Software bundler","name":"softwareBundler"},{"value":"stealthNotifier","description":"Stealth modifier","name":"stealthNotifier"},{"value":"settingsModifier","description":"Settings modifier","name":"settingsModifier"},{"value":"toolBar","description":"Toolbar","name":"toolBar"},{"value":"remoteControlSoftware","description":"Remote control software","name":"remoteControlSoftware"},{"value":"trojanFtp","description":"Trojan FTP","name":"trojanFtp"},{"value":"potentialUnwantedSoftware","description":"Potential unwanted software","name":"potentialUnwantedSoftware"},{"value":"icqExploit","description":"ICQ exploit","name":"icqExploit"},{"value":"trojanTelnet","description":"Trojan telnet","name":"trojanTelnet"},{"value":"exploit","description":"Exploit","name":"exploit"},{"value":"filesharingProgram","description":"File sharing program","name":"filesharingProgram"},{"value":"malwareCreationTool","description":"Malware creation tool","name":"malwareCreationTool"},{"value":"remote_Control_Software","description":"Remote control software","name":"remote_Control_Software"},{"value":"tool","description":"Tool","name":"tool"},{"value":"trojanDenialOfService","description":"Trojan denial of service","name":"trojanDenialOfService"},{"value":"trojanDropper","description":"Trojan dropper","name":"trojanDropper"},{"value":"trojanMassMailer","description":"Trojan mass mailer","name":"trojanMassMailer"},{"value":"trojanMonitoringSoftware","description":"Trojan monitoring software","name":"trojanMonitoringSoftware"},{"value":"trojanProxyServer","description":"Trojan proxy server","name":"trojanProxyServer"},{"value":"virus","description":"Virus","name":"virus"},{"value":"known","description":"Known","name":"known"},{"value":"unknown","description":"Unknown","name":"unknown"},{"value":"spp","description":"SPP","name":"spp"},{"value":"behavior","description":"Behavior","name":"behavior"},{"value":"vulnerability","description":"Vulnerability","name":"vulnerability"},{"value":"policy","description":"Policy","name":"policy"},{"value":"enterpriseUnwantedSoftware","description":"Enterprise Unwanted Software","name":"enterpriseUnwantedSoftware"},{"value":"ransom","description":"Ransom","name":"ransom"},{"value":"hipsRule","description":"HIPS Rule","name":"hipsRule"}]}},"microsoft.graph.windowsMalwareSeverity":{"title":"windowsMalwareSeverity","enum":["unknown","low","moderate","high","severe"],"type":"string","description":"Malware severity","x-ms-enum":{"name":"windowsMalwareSeverity","modelAsString":false,"values":[{"value":"unknown","description":"Unknown","name":"unknown"},{"value":"low","description":"Low","name":"low"},{"value":"moderate","description":"Moderate","name":"moderate"},{"value":"high","description":"High","name":"high"},{"value":"severe","description":"Severe","name":"severe"}]}},"microsoft.graph.windowsMalwareState":{"title":"windowsMalwareState","enum":["unknown","detected","cleaned","quarantined","removed","allowed","blocked","cleanFailed","quarantineFailed","removeFailed","allowFailed","abandoned","blockFailed"],"type":"string","description":"Malware current status","x-ms-enum":{"name":"windowsMalwareState","modelAsString":false,"values":[{"value":"unknown","description":"Unknown","name":"unknown"},{"value":"detected","description":"Detected","name":"detected"},{"value":"cleaned","description":"Cleaned","name":"cleaned"},{"value":"quarantined","description":"Quarantined","name":"quarantined"},{"value":"removed","description":"Removed","name":"removed"},{"value":"allowed","description":"Allowed","name":"allowed"},{"value":"blocked","description":"Blocked","name":"blocked"},{"value":"cleanFailed","description":"Clean failed","name":"cleanFailed"},{"value":"quarantineFailed","description":"Quarantine failed","name":"quarantineFailed"},{"value":"removeFailed","description":"Remove failed","name":"removeFailed"},{"value":"allowFailed","description":"Allow failed","name":"allowFailed"},{"value":"abandoned","description":"Abandoned","name":"abandoned"},{"value":"blockFailed","description":"Block failed","name":"blockFailed"}]}},"microsoft.graph.applicationType":{"title":"applicationType","enum":["universal","desktop"],"type":"string","description":"Possible types of Application","x-ms-enum":{"name":"applicationType","modelAsString":false,"values":[{"value":"universal","description":"The windows universal application","name":"universal"},{"value":"desktop","description":"The windows desktop application","name":"desktop"}]}},"microsoft.graph.windowsDeviceHealthState":{"title":"windowsDeviceHealthState","enum":["clean","fullScanPending","rebootPending","manualStepsPending","offlineScanPending","critical"],"type":"string","description":"Computer endpoint protection state","x-ms-enum-flags":{"isFlags":true},"x-ms-enum":{"name":"windowsDeviceHealthState","modelAsString":false,"values":[{"value":"clean","description":"Computer is clean and no action is required","name":"clean"},{"value":"fullScanPending","description":"Computer is in pending full scan state","name":"fullScanPending"},{"value":"rebootPending","description":"Computer is in pending reboot state","name":"rebootPending"},{"value":"manualStepsPending","description":"Computer is in pending manual steps state","name":"manualStepsPending"},{"value":"offlineScanPending","description":"Computer is in pending offline scan state","name":"offlineScanPending"},{"value":"critical","description":"Computer is in critical failure state","name":"critical"}]}},"microsoft.graph.windowsDefenderProductStatus":{"title":"windowsDefenderProductStatus","enum":["noStatus","serviceNotRunning","serviceStartedWithoutMalwareProtection","pendingFullScanDueToThreatAction","pendingRebootDueToThreatAction","pendingManualStepsDueToThreatAction","avSignaturesOutOfDate","asSignaturesOutOfDate","noQuickScanHappenedForSpecifiedPeriod","noFullScanHappenedForSpecifiedPeriod","systemInitiatedScanInProgress","systemInitiatedCleanInProgress","samplesPendingSubmission","productRunningInEvaluationMode","productRunningInNonGenuineMode","productExpired","offlineScanRequired","serviceShutdownAsPartOfSystemShutdown","threatRemediationFailedCritically","threatRemediationFailedNonCritically","noStatusFlagsSet","platformOutOfDate","platformUpdateInProgress","platformAboutToBeOutdated","signatureOrPlatformEndOfLifeIsPastOrIsImpending","windowsSModeSignaturesInUseOnNonWin10SInstall"],"type":"string","description":"Product Status of Windows Defender","x-ms-enum-flags":{"isFlags":true},"x-ms-enum":{"name":"windowsDefenderProductStatus","modelAsString":false,"values":[{"value":"noStatus","description":"No status","name":"noStatus"},{"value":"serviceNotRunning","description":"Service not running","name":"serviceNotRunning"},{"value":"serviceStartedWithoutMalwareProtection","description":"Service started without any malware protection engine","name":"serviceStartedWithoutMalwareProtection"},{"value":"pendingFullScanDueToThreatAction","description":"Pending full scan due to threat action","name":"pendingFullScanDueToThreatAction"},{"value":"pendingRebootDueToThreatAction","description":"Pending reboot due to threat action","name":"pendingRebootDueToThreatAction"},{"value":"pendingManualStepsDueToThreatAction","description":"Pending manual steps due to threat action","name":"pendingManualStepsDueToThreatAction"},{"value":"avSignaturesOutOfDate","description":"Antivirus (AV) signatures out of date","name":"avSignaturesOutOfDate"},{"value":"asSignaturesOutOfDate","description":"Antisypware (AS) signatures out of date","name":"asSignaturesOutOfDate"},{"value":"noQuickScanHappenedForSpecifiedPeriod","description":"No quick scan has happened for a specified period","name":"noQuickScanHappenedForSpecifiedPeriod"},{"value":"noFullScanHappenedForSpecifiedPeriod","description":"No full scan has happened for a specified period","name":"noFullScanHappenedForSpecifiedPeriod"},{"value":"systemInitiatedScanInProgress","description":"System initiated scan in progress","name":"systemInitiatedScanInProgress"},{"value":"systemInitiatedCleanInProgress","description":"System initiated clean in progress","name":"systemInitiatedCleanInProgress"},{"value":"samplesPendingSubmission","description":"There are samples pending submission","name":"samplesPendingSubmission"},{"value":"productRunningInEvaluationMode","description":"Product running in evaluation mode","name":"productRunningInEvaluationMode"},{"value":"productRunningInNonGenuineMode","description":"Product running in non-genuine Windows mode","name":"productRunningInNonGenuineMode"},{"value":"productExpired","description":"Product expired","name":"productExpired"},{"value":"offlineScanRequired","description":"Off-line scan required","name":"offlineScanRequired"},{"value":"serviceShutdownAsPartOfSystemShutdown","description":"Service is shutting down as part of system shutdown","name":"serviceShutdownAsPartOfSystemShutdown"},{"value":"threatRemediationFailedCritically","description":"Threat remediation failed critically","name":"threatRemediationFailedCritically"},{"value":"threatRemediationFailedNonCritically","description":"Threat remediation failed non-critically","name":"threatRemediationFailedNonCritically"},{"value":"noStatusFlagsSet","description":"No status flags set (well initialized state)","name":"noStatusFlagsSet"},{"value":"platformOutOfDate","description":"Platform is out of date","name":"platformOutOfDate"},{"value":"platformUpdateInProgress","description":"Platform update is in progress","name":"platformUpdateInProgress"},{"value":"platformAboutToBeOutdated","description":"Platform is about to be outdated","name":"platformAboutToBeOutdated"},{"value":"signatureOrPlatformEndOfLifeIsPastOrIsImpending","description":"Signature or platform end of life is past or is impending","name":"signatureOrPlatformEndOfLifeIsPastOrIsImpending"},{"value":"windowsSModeSignaturesInUseOnNonWin10SInstall","description":"Windows SMode signatures still in use on non-Win10S install","name":"windowsSModeSignaturesInUseOnNonWin10SInstall"}]}},"microsoft.graph.windowsSettingType":{"title":"windowsSettingType","enum":["roaming","backup","unknownFutureValue"],"type":"string"},"microsoft.graph.workbookFilterCriteria":{"title":"workbookFilterCriteria","required":["@odata.type"],"type":"object","properties":{"color":{"type":"string","description":"The color applied to the cell.","nullable":true},"criterion1":{"type":"string","description":"A custom criterion.","nullable":true},"criterion2":{"type":"string","description":"A custom criterion.","nullable":true},"dynamicCriteria":{"type":"string","description":"A dynamic formula specified in a custom filter."},"filterOn":{"type":"string","description":"Indicates whether a filter is applied to a column."},"icon":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.workbookIcon"},{"type":"object","nullable":true}],"description":"An icon applied to a cell via conditional formatting."},"operator":{"type":"string","description":"An operator in a cell; for example, =, >, <, <=, or <>."},"values":{"description":"The values that appear in the cell."},"@odata.type":{"type":"string"}}},"microsoft.graph.workbookOperationError":{"title":"workbookOperationError","required":["@odata.type"],"type":"object","properties":{"code":{"type":"string","description":"The error code.","nullable":true},"innerError":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.workbookOperationError"},{"type":"object","nullable":true}]},"message":{"type":"string","description":"The error message.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.workbookOperationStatus":{"title":"workbookOperationStatus","enum":["notStarted","running","succeeded","failed"],"type":"string"},"microsoft.graph.workbookSortField":{"title":"workbookSortField","required":["@odata.type"],"type":"object","properties":{"ascending":{"type":"boolean","description":"Represents whether the sorting is done in an ascending fashion."},"color":{"type":"string","description":"Represents the color that is the target of the condition if the sorting is on font or cell color.","nullable":true},"dataOption":{"type":"string","description":"Represents additional sorting options for this field. The possible values are: Normal, TextAsNumber."},"icon":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.workbookIcon"},{"type":"object","nullable":true}],"description":"Represents the icon that is the target of the condition if the sorting is on the cell's icon."},"key":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Represents the column (or row, depending on the sort orientation) that the condition is on. Represented as an offset from the first column (or row).","format":"int32"},"sortOn":{"type":"string","description":"Represents the type of sorting of this condition. The possible values are: Value, CellColor, FontColor, Icon."},"@odata.type":{"type":"string"}}},"microsoft.graph.workbookWorksheetProtectionOptions":{"title":"workbookWorksheetProtectionOptions","required":["@odata.type"],"type":"object","properties":{"allowAutoFilter":{"type":"boolean","description":"Indicates whether the worksheet protection option to allow the use of the autofilter feature is enabled."},"allowDeleteColumns":{"type":"boolean","description":"Indicates whether the worksheet protection option to allow deleting columns is enabled."},"allowDeleteRows":{"type":"boolean","description":"Indicates whether the worksheet protection option to allow deleting rows is enabled."},"allowFormatCells":{"type":"boolean","description":"Indicates whether the worksheet protection option to allow formatting cells is enabled."},"allowFormatColumns":{"type":"boolean","description":"Indicates whether the worksheet protection option to allow formatting columns is enabled."},"allowFormatRows":{"type":"boolean","description":"Indicates whether the worksheet protection option to allow formatting rows is enabled."},"allowInsertColumns":{"type":"boolean","description":"Indicates whether the worksheet protection option to allow inserting columns is enabled."},"allowInsertHyperlinks":{"type":"boolean","description":"Indicates whether the worksheet protection option to allow inserting hyperlinks is enabled."},"allowInsertRows":{"type":"boolean","description":"Indicates whether the worksheet protection option to allow inserting rows is enabled."},"allowPivotTables":{"type":"boolean","description":"Indicates whether the worksheet protection option to allow the use of the pivot table feature is enabled."},"allowSort":{"type":"boolean","description":"Indicates whether the worksheet protection option to allow the use of the sort feature is enabled."},"@odata.type":{"type":"string"}}},"microsoft.graph.maxWorkLocationDetails":{"title":"maxWorkLocationDetails","enum":["unknown","none","approximate","specific","unknownFutureValue"],"type":"string"},"microsoft.graph.timeOffDetails":{"title":"timeOffDetails","required":["@odata.type"],"type":"object","properties":{"isAllDay":{"type":"boolean","description":"Indicates whether the time-off entry spans the entire day."},"subject":{"type":"string","description":"The subject or reason for the time-off entry.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.workLocationType":{"title":"workLocationType","enum":["unspecified","office","remote","timeOff","unknownFutureValue"],"type":"string"},"microsoft.graph.callRecords.modality":{"title":"modality","enum":["audio","video","videoBasedScreenSharing","data","screenSharing","unknownFutureValue"],"type":"string"},"microsoft.graph.callRecords.callType":{"title":"callType","enum":["unknown","groupCall","peerToPeer","unknownFutureValue"],"type":"string"},"microsoft.graph.callRecords.administrativeUnitInfo":{"title":"administrativeUnitInfo","required":["@odata.type"],"type":"object","properties":{"id":{"type":"string","description":"Unique identifier for the administrative unit.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.callRecords.endpoint":{"title":"endpoint","required":["@odata.type"],"type":"object","properties":{"userAgent":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.callRecords.userAgent"},{"type":"object","nullable":true}],"description":"User-agent reported by this endpoint."},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.callRecords.participantEndpoint":"#/components/schemas/microsoft.graph.callRecords.participantEndpoint","#microsoft.graph.callRecords.serviceEndpoint":"#/components/schemas/microsoft.graph.callRecords.serviceEndpoint"}}},"microsoft.graph.callRecords.failureInfo":{"title":"failureInfo","required":["@odata.type"],"type":"object","properties":{"reason":{"type":"string","description":"Classification of why a call or portion of a call failed.","nullable":true},"stage":{"$ref":"#/components/schemas/microsoft.graph.callRecords.failureStage"},"@odata.type":{"type":"string"}}},"microsoft.graph.callRecords.media":{"title":"media","required":["@odata.type"],"type":"object","properties":{"calleeDevice":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.callRecords.deviceInfo"},{"type":"object","nullable":true}],"description":"Device information associated with the callee endpoint of this media."},"calleeNetwork":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.callRecords.networkInfo"},{"type":"object","nullable":true}],"description":"Network information associated with the callee endpoint of this media."},"callerDevice":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.callRecords.deviceInfo"},{"type":"object","nullable":true}],"description":"Device information associated with the caller endpoint of this media."},"callerNetwork":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.callRecords.networkInfo"},{"type":"object","nullable":true}],"description":"Network information associated with the caller endpoint of this media."},"label":{"type":"string","description":"How the media was identified during media negotiation stage.","nullable":true},"streams":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.callRecords.mediaStream"},"description":"Network streams associated with this media."},"@odata.type":{"type":"string"}}},"microsoft.graph.entraRecoveryServices.resourceTypeName":{"title":"resourceTypeName","enum":["user","group","conditionalAccessPolicy","namedLocationPolicy","authenticationMethodPolicy","authorizationPolicy","authenticationStrengthPolicy","application","servicePrincipal","unknownFutureValue","oAuth2PermissionGrant","appRoleAssignment","organization"],"type":"string","x-ms-enum":{"name":"resourceTypeName","modelAsString":false,"values":[{"value":"user","description":"Represents the user entity","name":"user"},{"value":"group","description":"Represents the group entity","name":"group"},{"value":"conditionalAccessPolicy","description":"Represents the conditional access policy entity","name":"conditionalAccessPolicy"},{"value":"namedLocationPolicy","description":"Represents the named location policy entity","name":"namedLocationPolicy"},{"value":"authenticationMethodPolicy","description":"Represents the authentication method policy entity","name":"authenticationMethodPolicy"},{"value":"authorizationPolicy","description":"Represents the authorization policy entity","name":"authorizationPolicy"},{"value":"authenticationStrengthPolicy","description":"Represents the authentication strength policy entity","name":"authenticationStrengthPolicy"},{"value":"application","description":"Represents the application entity","name":"application"},{"value":"servicePrincipal","description":"Represents the service principal entity","name":"servicePrincipal"},{"value":"unknownFutureValue","description":"This will help in making this enum evolable and adding more values in the future.","name":"unknownFutureValue"},{"value":"oAuth2PermissionGrant","description":"Represents the oAuth2PermissionGrant entity.","name":"oAuth2PermissionGrant"},{"value":"appRoleAssignment","description":"Represents the appRoleAssignment entity.","name":"appRoleAssignment"},{"value":"organization","description":"Represents the organization entity.","name":"organization"}]}},"microsoft.graph.entraRecoveryServices.recoveryAction":{"title":"recoveryAction","enum":["softDelete","update","restore","unknownFutureValue"],"type":"string","x-ms-enum":{"name":"recoveryAction","modelAsString":false,"values":[{"value":"softDelete","description":"Represents a soft delete action during recovery","name":"softDelete"},{"value":"update","description":"Represents an update action during recovery","name":"update"},{"value":"restore","description":"Represents a restore action during recovery","name":"restore"},{"value":"unknownFutureValue","description":"This will help in making this enum evolable and adding more values in the future","name":"unknownFutureValue"}]}},"microsoft.graph.entraRecoveryServices.recoveryJobFilteringCriteriaBase":{"title":"recoveryJobFilteringCriteriaBase","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.entraRecoveryServices.recoveryJobEntityNameAndIdsFilter":"#/components/schemas/microsoft.graph.entraRecoveryServices.recoveryJobEntityNameAndIdsFilter","#microsoft.graph.entraRecoveryServices.recoveryJobEntityNamesFilter":"#/components/schemas/microsoft.graph.entraRecoveryServices.recoveryJobEntityNamesFilter"}}},"microsoft.graph.entraRecoveryServices.recoveryStatus":{"title":"recoveryStatus","enum":["initialized","running","successful","failed","abandoned","unknownFutureValue","calculating","loadingData"],"type":"string","x-ms-enum":{"name":"recoveryStatus","modelAsString":false,"values":[{"value":"initialized","description":"Represents a job that has been initialized but has not been started yet","name":"initialized"},{"value":"running","description":"Represents a job that is in progress","name":"running"},{"value":"successful","description":"Represents a job that ran successfully and is now complete","name":"successful"},{"value":"failed","description":"Represents a job that we were not able to run successfully","name":"failed"},{"value":"abandoned","description":"Represents a job that was abandoned by the user","name":"abandoned"},{"value":"unknownFutureValue","description":"This will help in making this enum evolable and adding more values in the future-","name":"unknownFutureValue"},{"value":"calculating","description":"Represents a job for which we have started calculating the diff/preview.","name":"calculating"},{"value":"loadingData","description":"Represents a job for which we have started loading data of the snapshot.","name":"loadingData"}]}},"microsoft.graph.externalConnectors.connectionOperationStatus":{"title":"connectionOperationStatus","enum":["unspecified","inprogress","completed","failed","unknownFutureValue"],"type":"string"},"microsoft.graph.externalConnectors.externalActivityType":{"title":"externalActivityType","enum":["viewed","modified","created","commented","unknownFutureValue"],"type":"string"},"microsoft.graph.externalConnectors.activitySettings":{"title":"activitySettings","required":["@odata.type"],"type":"object","properties":{"urlToItemResolvers":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.externalConnectors.urlToItemResolverBase"},"description":"Specifies configurations to identify an externalItem based on a shared URL."},"@odata.type":{"type":"string"}}},"microsoft.graph.externalConnectors.configuration":{"title":"configuration","required":["@odata.type"],"type":"object","properties":{"authorizedAppIds":{"type":"array","items":{"type":"string","nullable":true},"description":"A collection of application IDs for registered Microsoft Entra apps that are allowed to manage the externalConnection and to index content in the externalConnection."},"@odata.type":{"type":"string"}}},"microsoft.graph.externalConnectors.contentCategory":{"title":"contentCategory","enum":["uncategorized","knowledgeBase","wikis","fileRepository","qna","crm","dashboard","people","media","email","messaging","meetingTranscripts","taskManagement","learningManagement","unknownFutureValue"],"type":"string"},"microsoft.graph.externalConnectors.searchSettings":{"title":"searchSettings","required":["@odata.type"],"type":"object","properties":{"searchResultTemplates":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.externalConnectors.displayTemplate"},"description":"Enables the developer to define the appearance of the content and configure conditions that dictate when the template should be displayed. Maximum of 2 search result templates per connection."},"@odata.type":{"type":"string"}}},"microsoft.graph.externalConnectors.connectionState":{"title":"connectionState","enum":["draft","ready","obsolete","limitExceeded","unknownFutureValue"],"type":"string"},"microsoft.graph.externalConnectors.acl":{"title":"acl","required":["@odata.type"],"type":"object","properties":{"accessType":{"$ref":"#/components/schemas/microsoft.graph.externalConnectors.accessType"},"type":{"$ref":"#/components/schemas/microsoft.graph.externalConnectors.aclType"},"value":{"type":"string","description":"The unique identifer of the identity. For Microsoft Entra identities, value is set to the object identifier of the user, group or tenant for types user, group and everyone (and everyoneExceptGuests) respectively. For external groups value is set to the ID of the externalGroup"},"@odata.type":{"type":"string"}}},"microsoft.graph.externalConnectors.externalItemContent":{"title":"externalItemContent","required":["@odata.type"],"type":"object","properties":{"type":{"$ref":"#/components/schemas/microsoft.graph.externalConnectors.externalItemContentType"},"value":{"type":"string","description":"The content for the externalItem. Required.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.externalConnectors.externalItemInformationProtectionLabel":{"title":"externalItemInformationProtectionLabel","required":["@odata.type"],"type":"object","properties":{"sensitivityLabelId":{"type":"string","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.externalConnectors.properties":{"title":"properties","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}}},"microsoft.graph.externalConnectors.identityType":{"title":"identityType","enum":["user","group","externalGroup","unknownFutureValue"],"type":"string"},"microsoft.graph.externalConnectors.property":{"title":"property","required":["@odata.type"],"type":"object","properties":{"aliases":{"type":"array","items":{"type":"string","nullable":true},"description":"A set of aliases or a friendly name for the property. Maximum 32 characters. Only alphanumeric characters allowed. For example, each string may not contain control characters, whitespace, or any of the following: :, ;, ,, (, ), [, ], {, }, %, $, +, !, *, =, &, ?, @, #, /, ~, ', ', <, >, `, ^. Optional."},"description":{"type":"string","description":"Specifies a human-readable description that explains the purpose, usage, or guidance related to the property. This property enhances semantic understanding by helping Copilot interpret queries and accurately map them to properties that results in more relevant and precise responses. Optional but we recommend that you use this property for queryable properties. The maximum supported length is 200 characters.","nullable":true},"isQueryable":{"type":"boolean","description":"Specifies if the property is queryable. Queryable properties can be used in Keyword Query Language (KQL) queries. Optional.","nullable":true},"isRefinable":{"type":"boolean","description":"Specifies if the property is refinable.  Refinable properties can be used to filter search results in the Search API and add a refiner control in the Microsoft Search user experience. Optional.","nullable":true},"isRetrievable":{"type":"boolean","description":"Specifies if the property is retrievable. Retrievable properties are returned in the result set when items are returned by the search API. Retrievable properties are also available to add to the display template used to render search results. Optional.","nullable":true},"isSearchable":{"type":"boolean","description":"Specifies if the property is searchable. Only properties of type String or StringCollection can be searchable. Nonsearchable properties aren't added to the search index. Optional.","nullable":true},"labels":{"type":"array","items":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.externalConnectors.label"},{"type":"object","nullable":true}]},"description":"Specifies one or more well-known tags added against a property. Labels help Microsoft Search understand the semantics of the data in the connection. Adding appropriate labels would result in an enhanced search experience (for example, better relevance). Optional..The possible values are: title, url, createdBy, lastModifiedBy, authors, createdDateTime, lastModifiedDateTime, fileName, fileExtension, unknownFutureValue, containerName, containerUrl, iconUrl, assignedTo, dueDate, closedDate, closedBy, reportedBy, sprintName, severity, state, priority, secondaryId, itemParentId, parentUrl, tags, itemType, itemPath, numReactions. Use the Prefer: include-unknown-enum-members request header to retrieve additional values defined in this evolvable enum,For People Connectors you can include : personEmails, personAddresses, personAnniversaries, personName, personNote, personPhones, personCurrentPosition, personWebAccounts, personWebSite, personSkills, personProjects, personAccount, personAwards, personCertifications, personAssistants, personColleagues, personManager, personAlternateContacts, personEmergencyContacts."},"name":{"type":"string","description":"The name of the property. Maximum 32 characters. Only alphanumeric characters allowed. For example, each string may not contain control characters, whitespace, or any of the following: :, ;, ,, (, ), [, ], {, }, %, $, +, !, *, =, &, ?, @, #, /, ~, ', ', <, >, `, ^.  Required."},"type":{"$ref":"#/components/schemas/microsoft.graph.externalConnectors.propertyType"},"@odata.type":{"type":"string"}}},"microsoft.graph.emailSettings":{"title":"emailSettings","required":["@odata.type"],"type":"object","properties":{"senderDomain":{"type":"string","description":"Specifies the domain that should be used when sending email notifications. This domain must be verified in order to be used. We recommend that you use a domain that has the appropriate DNS records to facilitate email validation, like SPF, DKIM, DMARC, and MX, because this then complies with the RFC compliance for sending and receiving email. For details, see Learn more about Exchange Online Email Routing."},"useCompanyBranding":{"type":"boolean","description":"Specifies if the organization’s banner logo should be included in email notifications. The banner logo will replace the Microsoft logo at the top of the email notification. If true the banner logo will be taken from the tenant’s branding settings. This value can only be set to true if the organizationalBranding bannerLogo property is set."},"@odata.type":{"type":"string"}}},"microsoft.graph.identityGovernance.quarantineConfiguration":{"title":"quarantineConfiguration","required":["@odata.type"],"type":"object","properties":{"conditions":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.identityGovernance.quarantineCondition"},"description":"The set of threshold conditions evaluated for the workflow. Each condition is either a countBasedQuarantineCondition or a percentageBasedQuarantineCondition."},"matchMode":{"$ref":"#/components/schemas/microsoft.graph.identityGovernance.matchMode"},"@odata.type":{"type":"string"}}},"microsoft.graph.identityGovernance.activationScope":{"title":"activationScope","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.identityGovernance.activateGroupScope":"#/components/schemas/microsoft.graph.identityGovernance.activateGroupScope","#microsoft.graph.identityGovernance.activateProcessingResultScope":"#/components/schemas/microsoft.graph.identityGovernance.activateProcessingResultScope","#microsoft.graph.identityGovernance.activateRunScope":"#/components/schemas/microsoft.graph.identityGovernance.activateRunScope","#microsoft.graph.identityGovernance.activateUserScope":"#/components/schemas/microsoft.graph.identityGovernance.activateUserScope"}}},"microsoft.graph.identityGovernance.lifecycleWorkflowProcessingStatus":{"title":"lifecycleWorkflowProcessingStatus","enum":["queued","inProgress","completed","completedWithErrors","canceled","failed","unknownFutureValue","canceling","quarantined"],"type":"string"},"microsoft.graph.identityGovernance.workflowExecutionType":{"title":"workflowExecutionType","enum":["scheduled","onDemand","unknownFutureValue","activatedWithScope","preview"],"type":"string"},"microsoft.graph.identityGovernance.lifecycleTaskCategory":{"title":"lifecycleTaskCategory","enum":["joiner","leaver","unknownFutureValue","mover"],"type":"string","x-ms-enum-flags":{"isFlags":true}},"microsoft.graph.identityGovernance.parameter":{"title":"parameter","required":["@odata.type"],"type":"object","properties":{"name":{"type":"string","description":"The name of the parameter."},"values":{"type":"array","items":{"type":"string","nullable":true},"description":"The values of the parameter."},"valueType":{"$ref":"#/components/schemas/microsoft.graph.identityGovernance.valueType"},"@odata.type":{"type":"string"}}},"microsoft.graph.identityGovernance.lifecycleWorkflowCategory":{"title":"lifecycleWorkflowCategory","enum":["joiner","leaver","unknownFutureValue","mover"],"type":"string"},"microsoft.graph.identityGovernance.workflowExecutionConditions":{"title":"workflowExecutionConditions","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.identityGovernance.onDemandExecutionOnly":"#/components/schemas/microsoft.graph.identityGovernance.onDemandExecutionOnly","#microsoft.graph.identityGovernance.triggerAndScopeBasedConditions":"#/components/schemas/microsoft.graph.identityGovernance.triggerAndScopeBasedConditions"}}},"microsoft.graph.search.identitySet":{"title":"identitySet","required":["@odata.type"],"type":"object","properties":{"application":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.search.identity"},{"type":"object","nullable":true}]},"device":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.search.identity"},{"type":"object","nullable":true}]},"user":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.search.identity"},{"type":"object","nullable":true}]},"@odata.type":{"type":"string"}}},"microsoft.graph.search.answerState":{"title":"answerState","enum":["published","draft","excluded","unknownFutureValue"],"type":"string"},"microsoft.graph.search.answerKeyword":{"title":"answerKeyword","required":["@odata.type"],"type":"object","properties":{"keywords":{"type":"array","items":{"type":"string","nullable":true},"description":"A collection of keywords used to trigger the search answer."},"matchSimilarKeywords":{"type":"boolean","description":"If true, indicates that the search term contains similar words to the keywords that should trigger the search answer.","nullable":true},"reservedKeywords":{"type":"array","items":{"type":"string","nullable":true},"description":"Unique keywords that guarantee the search answer is triggered."},"@odata.type":{"type":"string"}}},"microsoft.graph.devicePlatformType":{"title":"devicePlatformType","enum":["android","androidForWork","iOS","macOS","windowsPhone81","windows81AndLater","windows10AndLater","androidWorkProfile","unknown","androidAOSP","androidMobileApplicationManagement","iOSMobileApplicationManagement","unknownFutureValue"],"type":"string","description":"Supported platform types.","x-ms-enum":{"name":"devicePlatformType","modelAsString":false,"values":[{"value":"android","description":"Android.","name":"android"},{"value":"androidForWork","description":"AndroidForWork.","name":"androidForWork"},{"value":"iOS","description":"iOS.","name":"iOS"},{"value":"macOS","description":"MacOS.","name":"macOS"},{"value":"windowsPhone81","description":"WindowsPhone 8.1.","name":"windowsPhone81"},{"value":"windows81AndLater","description":"Windows 8.1 and later","name":"windows81AndLater"},{"value":"windows10AndLater","description":"Windows 10 and later.","name":"windows10AndLater"},{"value":"androidWorkProfile","description":"Android Work Profile.","name":"androidWorkProfile"},{"value":"unknown","description":"Unknown.","name":"unknown"},{"value":"androidAOSP","description":"Android AOSP.","name":"androidAOSP"},{"value":"androidMobileApplicationManagement","description":"Indicates Mobile Application Management (MAM) for android devices.","name":"androidMobileApplicationManagement"},{"value":"iOSMobileApplicationManagement","description":"Indicates Mobile Application Management (MAM) for iOS devices","name":"iOSMobileApplicationManagement"},{"value":"unknownFutureValue","description":"Evolvable enumeration sentinel value. Do not use","name":"unknownFutureValue"}]}},"microsoft.graph.search.answerVariant":{"title":"answerVariant","required":["@odata.type"],"type":"object","properties":{"description":{"type":"string","description":"The answer variation description that is shown on the search results page.","nullable":true},"displayName":{"type":"string","description":"The answer variation name that is displayed in search results.","nullable":true},"languageTag":{"type":"string","description":"The country or region that can view this answer variation.","nullable":true},"platform":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.devicePlatformType"},{"type":"object","nullable":true}],"description":"The device or operating system that can view this answer variation. The possible values are: android, androidForWork, ios, macOS, windowsPhone81, windowsPhone81AndLater, windows10AndLater, androidWorkProfile, unknown, androidASOP, androidMobileApplicationManagement, iOSMobileApplicationManagement, unknownFutureValue."},"webUrl":{"type":"string","description":"The URL link for the answer variation. When users select this answer variation from the search results, they're directed to the specified URL.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.security.dictionary":{"title":"dictionary","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}}},"microsoft.graph.security.alertClassification":{"title":"alertClassification","enum":["unknown","falsePositive","truePositive","informationalExpectedActivity","unknownFutureValue"],"type":"string"},"microsoft.graph.security.alertComment":{"title":"alertComment","required":["@odata.type"],"type":"object","properties":{"comment":{"type":"string","description":"The comment text.","nullable":true},"createdByDisplayName":{"type":"string","description":"The person or app name that submitted the comment.","nullable":true},"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","description":"The time when the comment was submitted.","format":"date-time"},"@odata.type":{"type":"string"}}},"microsoft.graph.security.detectionSource":{"title":"detectionSource","enum":["unknown","microsoftDefenderForEndpoint","antivirus","smartScreen","customTi","microsoftDefenderForOffice365","automatedInvestigation","microsoftThreatExperts","customDetection","microsoftDefenderForIdentity","cloudAppSecurity","microsoft365Defender","azureAdIdentityProtection","manual","microsoftDataLossPrevention","appGovernancePolicy","appGovernanceDetection","unknownFutureValue","microsoftDefenderForCloud","microsoftDefenderForIoT","microsoftDefenderForServers","microsoftDefenderForStorage","microsoftDefenderForDNS","microsoftDefenderForDatabases","microsoftDefenderForContainers","microsoftDefenderForNetwork","microsoftDefenderForAppService","microsoftDefenderForKeyVault","microsoftDefenderForResourceManager","microsoftDefenderForApiManagement","nrtAlerts","scheduledAlerts","microsoftDefenderThreatIntelligenceAnalytics","builtInMl","microsoftInsiderRiskManagement","microsoftThreatIntelligence","microsoftDefenderForAIServices","securityCopilot","microsoftSentinel"],"type":"string"},"microsoft.graph.security.alertDetermination":{"title":"alertDetermination","enum":["unknown","apt","malware","securityPersonnel","securityTesting","unwantedSoftware","other","multiStagedAttack","compromisedAccount","phishing","maliciousUserActivity","notMalicious","notEnoughDataToValidate","confirmedActivity","lineOfBusinessApplication","unknownFutureValue"],"type":"string"},"microsoft.graph.security.alertEvidence":{"title":"alertEvidence","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","description":"The date and time when the evidence was created and added to the alert. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.","format":"date-time"},"detailedRoles":{"type":"array","items":{"type":"string","nullable":true},"description":"Detailed description of the entity role/s in an alert. Values are free-form."},"remediationStatus":{"$ref":"#/components/schemas/microsoft.graph.security.evidenceRemediationStatus"},"remediationStatusDetails":{"type":"string","description":"Details about the remediation status.","nullable":true},"roles":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.security.evidenceRole"},"description":"The role/s that an evidence entity represents in an alert, for example, an IP address that is associated with an attacker has the evidence role Attacker."},"tags":{"type":"array","items":{"type":"string","nullable":true},"description":"Array of custom tags associated with an evidence instance, for example, to denote a group of devices, high-value assets, etc."},"verdict":{"$ref":"#/components/schemas/microsoft.graph.security.evidenceVerdict"},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.security.activeDirectoryDomainEvidence":"#/components/schemas/microsoft.graph.security.activeDirectoryDomainEvidence","#microsoft.graph.security.aiAgentEvidence":"#/components/schemas/microsoft.graph.security.aiAgentEvidence","#microsoft.graph.security.amazonResourceEvidence":"#/components/schemas/microsoft.graph.security.amazonResourceEvidence","#microsoft.graph.security.analyzedMessageEvidence":"#/components/schemas/microsoft.graph.security.analyzedMessageEvidence","#microsoft.graph.security.azureResourceEvidence":"#/components/schemas/microsoft.graph.security.azureResourceEvidence","#microsoft.graph.security.blobContainerEvidence":"#/components/schemas/microsoft.graph.security.blobContainerEvidence","#microsoft.graph.security.blobEvidence":"#/components/schemas/microsoft.graph.security.blobEvidence","#microsoft.graph.security.cloudApplicationEvidence":"#/components/schemas/microsoft.graph.security.cloudApplicationEvidence","#microsoft.graph.security.cloudLogonRequestEvidence":"#/components/schemas/microsoft.graph.security.cloudLogonRequestEvidence","#microsoft.graph.security.cloudLogonSessionEvidence":"#/components/schemas/microsoft.graph.security.cloudLogonSessionEvidence","#microsoft.graph.security.containerEvidence":"#/components/schemas/microsoft.graph.security.containerEvidence","#microsoft.graph.security.containerImageEvidence":"#/components/schemas/microsoft.graph.security.containerImageEvidence","#microsoft.graph.security.containerRegistryEvidence":"#/components/schemas/microsoft.graph.security.containerRegistryEvidence","#microsoft.graph.security.deviceEvidence":"#/components/schemas/microsoft.graph.security.deviceEvidence","#microsoft.graph.security.dnsEvidence":"#/components/schemas/microsoft.graph.security.dnsEvidence","#microsoft.graph.security.fileEvidence":"#/components/schemas/microsoft.graph.security.fileEvidence","#microsoft.graph.security.fileHashEvidence":"#/components/schemas/microsoft.graph.security.fileHashEvidence","#microsoft.graph.security.gitHubOrganizationEvidence":"#/components/schemas/microsoft.graph.security.gitHubOrganizationEvidence","#microsoft.graph.security.gitHubRepoEvidence":"#/components/schemas/microsoft.graph.security.gitHubRepoEvidence","#microsoft.graph.security.gitHubUserEvidence":"#/components/schemas/microsoft.graph.security.gitHubUserEvidence","#microsoft.graph.security.googleCloudResourceEvidence":"#/components/schemas/microsoft.graph.security.googleCloudResourceEvidence","#microsoft.graph.security.hostLogonSessionEvidence":"#/components/schemas/microsoft.graph.security.hostLogonSessionEvidence","#microsoft.graph.security.ioTDeviceEvidence":"#/components/schemas/microsoft.graph.security.ioTDeviceEvidence","#microsoft.graph.security.ipEvidence":"#/components/schemas/microsoft.graph.security.ipEvidence","#microsoft.graph.security.kubernetesClusterEvidence":"#/components/schemas/microsoft.graph.security.kubernetesClusterEvidence","#microsoft.graph.security.kubernetesControllerEvidence":"#/components/schemas/microsoft.graph.security.kubernetesControllerEvidence","#microsoft.graph.security.kubernetesNamespaceEvidence":"#/components/schemas/microsoft.graph.security.kubernetesNamespaceEvidence","#microsoft.graph.security.kubernetesPodEvidence":"#/components/schemas/microsoft.graph.security.kubernetesPodEvidence","#microsoft.graph.security.kubernetesSecretEvidence":"#/components/schemas/microsoft.graph.security.kubernetesSecretEvidence","#microsoft.graph.security.kubernetesServiceAccountEvidence":"#/components/schemas/microsoft.graph.security.kubernetesServiceAccountEvidence","#microsoft.graph.security.kubernetesServiceEvidence":"#/components/schemas/microsoft.graph.security.kubernetesServiceEvidence","#microsoft.graph.security.mailboxConfigurationEvidence":"#/components/schemas/microsoft.graph.security.mailboxConfigurationEvidence","#microsoft.graph.security.mailboxEvidence":"#/components/schemas/microsoft.graph.security.mailboxEvidence","#microsoft.graph.security.mailClusterEvidence":"#/components/schemas/microsoft.graph.security.mailClusterEvidence","#microsoft.graph.security.malwareEvidence":"#/components/schemas/microsoft.graph.security.malwareEvidence","#microsoft.graph.security.networkConnectionEvidence":"#/components/schemas/microsoft.graph.security.networkConnectionEvidence","#microsoft.graph.security.nicEvidence":"#/components/schemas/microsoft.graph.security.nicEvidence","#microsoft.graph.security.oauthApplicationEvidence":"#/components/schemas/microsoft.graph.security.oauthApplicationEvidence","#microsoft.graph.security.processEvidence":"#/components/schemas/microsoft.graph.security.processEvidence","#microsoft.graph.security.registryKeyEvidence":"#/components/schemas/microsoft.graph.security.registryKeyEvidence","#microsoft.graph.security.registryValueEvidence":"#/components/schemas/microsoft.graph.security.registryValueEvidence","#microsoft.graph.security.sasTokenEvidence":"#/components/schemas/microsoft.graph.security.sasTokenEvidence","#microsoft.graph.security.securityGroupEvidence":"#/components/schemas/microsoft.graph.security.securityGroupEvidence","#microsoft.graph.security.servicePrincipalEvidence":"#/components/schemas/microsoft.graph.security.servicePrincipalEvidence","#microsoft.graph.security.submissionMailEvidence":"#/components/schemas/microsoft.graph.security.submissionMailEvidence","#microsoft.graph.security.teamsMessageEvidence":"#/components/schemas/microsoft.graph.security.teamsMessageEvidence","#microsoft.graph.security.urlEvidence":"#/components/schemas/microsoft.graph.security.urlEvidence","#microsoft.graph.security.userEvidence":"#/components/schemas/microsoft.graph.security.userEvidence"}}},"microsoft.graph.security.investigationState":{"title":"investigationState","enum":["unknown","terminated","successfullyRemediated","benign","failed","partiallyRemediated","running","pendingApproval","pendingResource","queued","innerFailure","preexistingAlert","unsupportedOs","unsupportedAlertType","suppressedAlert","partiallyInvestigated","terminatedByUser","terminatedBySystem","unknownFutureValue"],"type":"string"},"microsoft.graph.security.serviceSource":{"title":"serviceSource","enum":["unknown","microsoftDefenderForEndpoint","microsoftDefenderForIdentity","microsoftDefenderForCloudApps","microsoftDefenderForOffice365","microsoft365Defender","azureAdIdentityProtection","microsoftAppGovernance","dataLossPrevention","unknownFutureValue","microsoftDefenderForCloud","microsoftSentinel","microsoftInsiderRiskManagement","microsoftThreatIntelligence","microsoftSecurityForAI"],"type":"string"},"microsoft.graph.security.alertSeverity":{"title":"alertSeverity","enum":["unknown","informational","low","medium","high","unknownFutureValue"],"type":"string"},"microsoft.graph.security.alertStatus":{"title":"alertStatus","enum":["unknown","new","inProgress","resolved","unknownFutureValue"],"type":"string"},"microsoft.graph.security.analyzedEmailAttachment":{"title":"analyzedEmailAttachment","required":["@odata.type"],"type":"object","properties":{"detonationDetails":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.detonationDetails"},{"type":"object","nullable":true}],"description":"The detonation details of the attachment."},"fileExtension":{"type":"string","description":"Extension of the file.","nullable":true},"fileName":{"type":"string","description":"The name of the attachment in the email.","nullable":true},"fileSize":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Size of the file.","format":"int32","nullable":true},"fileType":{"type":"string","description":"The type of the attachment in the email.","nullable":true},"malwareFamily":{"type":"string","description":"The threat name associated with the threat type.","nullable":true},"sha256":{"type":"string","description":"The SHA256 file hash of the attachment.","nullable":true},"tenantAllowBlockListDetailInfo":{"type":"string","description":"Details of entries in tenant allow/block list configured by tenant.","nullable":true},"threatType":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.threatType"},{"type":"object","nullable":true}],"description":"The threat type associated with the attachment. The possible values are: unknown, spam, malware, phishing, none, unknownFutureValue."},"@odata.type":{"type":"string"}}},"microsoft.graph.security.analyzedEmailAuthenticationDetail":{"title":"analyzedEmailAuthenticationDetail","required":["@odata.type"],"type":"object","properties":{"compositeAuthentication":{"type":"string","description":"A value used by Microsoft 365 to combine email authentication such as SPF, DKIM, and DMARC, to determine whether the message is authentic.","nullable":true},"dkim":{"type":"string","description":"DomainKeys identified mail (DKIM). Indicates whether it was pass/fail/soft fail.","nullable":true},"dmarc":{"type":"string","description":"Domain-based Message Authentication. Indicates whether it was pass/fail/soft fail.","nullable":true},"senderPolicyFramework":{"type":"string","description":"Sender Policy Framework (SPF). Indicates whether it was pass/fail/soft fail.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.security.antispamDirectionality":{"title":"antispamDirectionality","enum":["unknown","inbound","outbound","intraOrg","unknownFutureValue"],"type":"string"},"microsoft.graph.security.analyzedEmailDlpRuleInfo":{"title":"analyzedEmailDlpRuleInfo","required":["@odata.type"],"type":"object","properties":{"name":{"type":"string","description":"Name of the the data loss prevention rule.","nullable":true},"ruleId":{"type":"string","description":"Unique identifier of the data loss prevention rule.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.security.analyzedEmailExchangeTransportRuleInfo":{"title":"analyzedEmailExchangeTransportRuleInfo","required":["@odata.type"],"type":"object","properties":{"name":{"type":"string","description":"Name of the Exchange transport rules (ETRs) that are part of the email.","nullable":true},"ruleId":{"type":"string","description":"The ETR rule ID.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.security.analyzedEmailDeliveryDetail":{"title":"analyzedEmailDeliveryDetail","required":["@odata.type"],"type":"object","properties":{"action":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.deliveryAction"},{"type":"object","nullable":true}],"description":"The delivery action of the email. The possible values are: unknown, deliveredToJunk, delivered, blocked, replaced, unknownFutureValue."},"latestThreats":{"type":"string","description":"Latest known threat on the email.","nullable":true},"location":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.deliveryLocation"},{"type":"object","nullable":true}],"description":"The delivery location of the email. The possible values are: unknown, inboxfolder, junkFolder, deletedFolder, quarantine, onpremexternal, failed, dropped, others, unknownFutureValue."},"originalThreats":{"type":"string","description":"Threats identified at the time of delivery.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.security.analyzedEmailRecipientDetail":{"title":"analyzedEmailRecipientDetail","required":["@odata.type"],"type":"object","properties":{"ccRecipients":{"type":"array","items":{"type":"string","nullable":true},"description":"Recipient address in the cc field."},"domainName":{"type":"string","description":"Domain name of the recipient.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.security.analyzedEmailSenderDetail":{"title":"analyzedEmailSenderDetail","required":["@odata.type"],"type":"object","properties":{"displayName":{"type":"string","description":"Display name of sender from address.","nullable":true},"domainCreationDateTime":{"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":"Date and time of creation of the sender domain.","format":"date-time","nullable":true},"domainName":{"type":"string","description":"Registered name of the domain.","nullable":true},"domainOwner":{"type":"string","description":"Owner of the domain.","nullable":true},"fromAddress":{"type":"string","description":"The sender email address in the mail From header, also known as the envelope sender or the P1 sender.","nullable":true},"ipv4":{"type":"string","description":"The IPv4 address of the last detected mail server that relayed the message.","nullable":true},"location":{"type":"string","description":"Location of the domain.","nullable":true},"mailFromAddress":{"type":"string","description":"The sender email address in the From header, which is visible to email recipients on their email clients. Also known as P2 sender.","nullable":true},"mailFromDomainName":{"type":"string","description":"Domain name of sender mail from address.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.security.threatDetectionDetail":{"title":"threatDetectionDetail","required":["@odata.type"],"type":"object","properties":{"confidenceLevel":{"type":"string","description":"Indicates the confidence level in the threat detection.","nullable":true},"priorityAccountProtection":{"type":"string","description":"Indicates if the account has priority protection enabled.","nullable":true},"threats":{"type":"string","description":"Lists the detected threats.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.security.threatType":{"title":"threatType","enum":["unknown","spam","malware","phish","none","unknownFutureValue"],"type":"string"},"microsoft.graph.security.timelineEvent":{"title":"timelineEvent","required":["@odata.type"],"type":"object","properties":{"eventDateTime":{"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 event occurred.","format":"date-time","nullable":true},"eventDetails":{"type":"string","description":"Additional details or context about the event.","nullable":true},"eventResult":{"type":"string","description":"The outcome or result of the event, such as delivery location or action taken.","nullable":true},"eventSource":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.eventSource"},{"type":"object","nullable":true}],"description":"The origin or actor that triggered the event. The possible values are: system, admin, user, unknownFutureValue."},"eventThreats":{"type":"array","items":{"type":"string","nullable":true},"description":"Collection of threats identified or associated with this event."},"eventType":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.timelineEventType"},{"type":"object","nullable":true}],"description":"The type of event that occurred. The possible values are: originalDelivery, systemTimeTravel, dynamicDelivery, userUrlClick, reprocessed, zap, quarantineRelease, air, unknown, unknownFutureValue."},"@odata.type":{"type":"string"}}},"microsoft.graph.security.analyzedEmailUrl":{"title":"analyzedEmailUrl","required":["@odata.type"],"type":"object","properties":{"detectionMethod":{"type":"string","description":"The method used to detect threats in the URL.","nullable":true},"detonationDetails":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.detonationDetails"},{"type":"object","nullable":true}],"description":"Detonation data associated with the URL."},"tenantAllowBlockListDetailInfo":{"type":"string","description":"Details of entries in tenant allow/block list configured by tenant.","nullable":true},"threatType":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.threatType"},{"type":"object","nullable":true}],"description":"The type of threat associated with the URL. The possible values are: unknown, spam, malware, phishing, none, unknownFutureValue."},"url":{"type":"string","description":"The URL that is found in the email. This is full URL string, including query parameters.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.security.formattedContent":{"title":"formattedContent","required":["@odata.type"],"type":"object","properties":{"content":{"type":"string","description":"The content of this formattedContent.","nullable":true},"format":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.contentFormat"},{"type":"object","nullable":true}],"description":"The format of the content. The possible values are: text, html, markdown, unknownFutureValue."},"@odata.type":{"type":"string"}}},"microsoft.graph.security.autonomousSystem":{"title":"autonomousSystem","required":["@odata.type"],"type":"object","properties":{"name":{"type":"string","description":"The name of the autonomous system."},"number":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The autonomous system number, assigned by IANA.","format":"int32"},"organization":{"type":"string","description":"The name of the autonomous system organization."},"value":{"type":"string","description":"A displayable value for these autonomous system details."},"@odata.type":{"type":"string"}}},"microsoft.graph.security.hostSslCertificatePort":{"title":"hostSslCertificatePort","required":["@odata.type"],"type":"object","properties":{"firstSeenDateTime":{"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 first date and time when this port was observed. 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","nullable":true},"lastSeenDateTime":{"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 most recent date and time when this port was observed. 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","nullable":true},"port":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The port number.","format":"int32","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.security.sslCertificateEntity":{"title":"sslCertificateEntity","required":["@odata.type"],"type":"object","properties":{"address":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.physicalAddress"},{"type":"object","nullable":true}],"description":"A physical address of the entity."},"alternateNames":{"type":"array","items":{"type":"string","nullable":true},"description":"Alternate names for this entity that are part of the certificate."},"commonName":{"type":"string","description":"A common name for this entity.","nullable":true},"email":{"type":"string","description":"An email for this entity.","nullable":true},"givenName":{"type":"string","description":"If the entity is a person, this is the person's given name (first name).","nullable":true},"organizationName":{"type":"string","description":"If the entity is an organization, this is the name of the organization.","nullable":true},"organizationUnitName":{"type":"string","description":"If the entity is an organization, this communicates if a unit in the organization is named on the entity.","nullable":true},"serialNumber":{"type":"string","description":"A serial number assigned to the entity; usually only available if the entity is the issuer.","nullable":true},"surname":{"type":"string","description":"If the entity is a person, this is the person's surname (last name).","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.security.auditLogRecordType":{"title":"auditLogRecordType","enum":["ExchangeAdmin","ExchangeItem","ExchangeItemGroup","SharePoint","SyntheticProbe","SharePointFileOperation","OneDrive","AzureActiveDirectory","AzureActiveDirectoryAccountLogon","DataCenterSecurityCmdlet","ComplianceDLPSharePoint","Sway","ComplianceDLPExchange","SharePointSharingOperation","AzureActiveDirectoryStsLogon","SkypeForBusinessPSTNUsage","SkypeForBusinessUsersBlocked","SecurityComplianceCenterEOPCmdlet","ExchangeAggregatedOperation","PowerBIAudit","CRM","Yammer","SkypeForBusinessCmdlets","Discovery","MicrosoftTeams","ThreatIntelligence","MailSubmission","MicrosoftFlow","AeD","MicrosoftStream","ComplianceDLPSharePointClassification","ThreatFinder","Project","SharePointListOperation","SharePointCommentOperation","DataGovernance","Kaizala","SecurityComplianceAlerts","ThreatIntelligenceUrl","SecurityComplianceInsights","MIPLabel","WorkplaceAnalytics","PowerAppsApp","PowerAppsPlan","ThreatIntelligenceAtpContent","LabelContentExplorer","TeamsHealthcare","ExchangeItemAggregated","HygieneEvent","DataInsightsRestApiAudit","InformationBarrierPolicyApplication","SharePointListItemOperation","SharePointContentTypeOperation","SharePointFieldOperation","MicrosoftTeamsAdmin","HRSignal","MicrosoftTeamsDevice","MicrosoftTeamsAnalytics","InformationWorkerProtection","Campaign","DLPEndpoint","AirInvestigation","Quarantine","MicrosoftForms","ApplicationAudit","ComplianceSupervisionExchange","CustomerKeyServiceEncryption","OfficeNative","MipAutoLabelSharePointItem","MipAutoLabelSharePointPolicyLocation","MicrosoftTeamsShifts","SecureScore","MipAutoLabelExchangeItem","CortanaBriefing","Search","WDATPAlerts","PowerPlatformAdminDlp","PowerPlatformAdminEnvironment","MDATPAudit","SensitivityLabelPolicyMatch","SensitivityLabelAction","SensitivityLabeledFileAction","AttackSim","AirManualInvestigation","SecurityComplianceRBAC","UserTraining","AirAdminActionInvestigation","MSTIC","PhysicalBadgingSignal","TeamsEasyApprovals","AipDiscover","AipSensitivityLabelAction","AipProtectionAction","AipFileDeleted","AipHeartBeat","MCASAlerts","OnPremisesFileShareScannerDlp","OnPremisesSharePointScannerDlp","ExchangeSearch","SharePointSearch","PrivacyDataMinimization","LabelAnalyticsAggregate","MyAnalyticsSettings","SecurityComplianceUserChange","ComplianceDLPExchangeClassification","ComplianceDLPEndpoint","MipExactDataMatch","MSDEResponseActions","MSDEGeneralSettings","MSDEIndicatorsSettings","MS365DCustomDetection","MSDERolesSettings","MAPGAlerts","MAPGPolicy","MAPGRemediation","PrivacyRemediationAction","PrivacyDigestEmail","MipAutoLabelSimulationProgress","MipAutoLabelSimulationCompletion","MipAutoLabelProgressFeedback","DlpSensitiveInformationType","MipAutoLabelSimulationStatistics","LargeContentMetadata","Microsoft365Group","CDPMlInferencingResult","FilteringMailMetadata","CDPClassificationMailItem","CDPClassificationDocument","OfficeScriptsRunAction","FilteringPostMailDeliveryAction","CDPUnifiedFeedback","TenantAllowBlockList","ConsumptionResource","HealthcareSignal","DlpImportResult","CDPCompliancePolicyExecution","MultiStageDisposition","PrivacyDataMatch","FilteringDocMetadata","FilteringEmailFeatures","PowerBIDlp","FilteringUrlInfo","FilteringAttachmentInfo","CoreReportingSettings","ComplianceConnector","PowerPlatformLockboxResourceAccessRequest","PowerPlatformLockboxResourceCommand","CDPPredictiveCodingLabel","CDPCompliancePolicyUserFeedback","WebpageActivityEndpoint","OMEPortal","CMImprovementActionChange","FilteringUrlClick","MipLabelAnalyticsAuditRecord","FilteringEntityEvent","FilteringRuleHits","FilteringMailSubmission","LabelExplorer","MicrosoftManagedServicePlatform","PowerPlatformServiceActivity","ScorePlatformGenericAuditRecord","FilteringTimeTravelDocMetadata","Alert","AlertStatus","AlertIncident","IncidentStatus","Case","CaseInvestigation","RecordsManagement","PrivacyRemediation","DataShareOperation","CdpDlpSensitive","EHRConnector","FilteringMailGradingResult","PublicFolder","PrivacyTenantAuditHistoryRecord","AipScannerDiscoverEvent","EduDataLakeDownloadOperation","M365ComplianceConnector","MicrosoftGraphDataConnectOperation","MicrosoftPurview","FilteringEmailContentFeatures","PowerPagesSite","PowerAppsResource","PlannerPlan","PlannerCopyPlan","PlannerTask","PlannerRoster","PlannerPlanList","PlannerTaskList","PlannerTenantSettings","ProjectForTheWebProject","ProjectForTheWebTask","ProjectForTheWebRoadmap","ProjectForTheWebRoadmapItem","ProjectForTheWebProjectSettings","ProjectForTheWebRoadmapSettings","QuarantineMetadata","MicrosoftTodoAudit","TimeTravelFilteringDocMetadata","TeamsQuarantineMetadata","SharePointAppPermissionOperation","MicrosoftTeamsSensitivityLabelAction","FilteringTeamsMetadata","FilteringTeamsUrlInfo","FilteringTeamsPostDeliveryAction","MDCAssessments","MDCRegulatoryComplianceStandards","MDCRegulatoryComplianceControls","MDCRegulatoryComplianceAssessments","MDCSecurityConnectors","MDADataSecuritySignal","VivaGoals","FilteringRuntimeInfo","AttackSimAdmin","MicrosoftGraphDataConnectConsent","FilteringAtpDetonationInfo","PrivacyPortal","ManagedTenants","UnifiedSimulationMatchedItem","UnifiedSimulationSummary","UpdateQuarantineMetadata","MS365DSuppressionRule","PurviewDataMapOperation","FilteringUrlPostClickAction","IrmUserDefinedDetectionSignal","TeamsUpdates","PlannerRosterSensitivityLabel","MS365DIncident","FilteringDelistingMetadata","ComplianceDLPSharePointClassificationExtended","MicrosoftDefenderForIdentityAudit","SupervisoryReviewDayXInsight","DefenderExpertsforXDRAdmin","CDPEdgeBlockedMessage","HostedRpa","CdpContentExplorerAggregateRecord","CDPHygieneAttachmentInfo","CDPHygieneSummary","CDPPostMailDeliveryAction","CDPEmailFeatures","CDPHygieneUrlInfo","CDPUrlClick","CDPPackageManagerHygieneEvent","FilteringDocScan","TimeTravelFilteringDocScan","MAPGOnboard","VfamCreatePolicy","VfamUpdatePolicy","VfamDeletePolicy","M365DAAD","CdpColdCrawlStatus","PowerPlatformAdministratorActivity","Windows365CustomerLockbox","CdpResourceScopeChangeEvent","ComplianceCCExchangeExecutionResult","CdpOcrCostEstimatorRecord","CopilotInteraction","CdpOcrBillingRecord","ComplianceDLPApplications","UAMOperation","VivaLearning","VivaLearningAdmin","PurviewPolicyOperation","PurviewMetadataPolicyOperation","PeopleAdminSettings","CdpComplianceDLPExchangeClassification","CdpComplianceDLPSharePointClassification","FilteringBulkSenderInsightData","FilteringBulkThresholdInsightData","PrivacyOpenAccess","OWAAuth","ComplianceDLPApplicationsClassification","SharePointESignature","Dynamics365BusinessCentral","MeshWorlds","VivaPulseResponse","VivaPulseOrganizer","VivaPulseAdmin","VivaPulseReport","AIAppInteraction","ComplianceDLMExchange","ComplianceDLMSharePoint","ProjectForTheWebAssignedToMeSettings","CPSOperation","ComplianceDLPExchangeDiscovery","PurviewMCRecommendation","ComplianceDLPEndpointDiscovery","InsiderRiskScopedUserInsights","MicrosoftTeamsRetentionLabelAction","AadRiskDetection","AuditSearch","AuditRetentionPolicy","AuditConfig","Microsoft365BackupBackupPolicy","Microsoft365BackupRestoreTask","Microsoft365BackupRestoreItem","Microsoft365BackupBackupItem","URBACAssignment","URBACRole","URBACEnableState","IRMSecurityAlert","PurviewInsiderRiskCases","PurviewInsiderRiskAlerts","InsiderRiskScopedUsers","CdpConsumptionResource","CreateCopilotPlugin","UpdateCopilotPlugin","DeleteCopilotPlugin","EnableCopilotPlugin","DisableCopilotPlugin","CreateCopilotWorkspace","UpdateCopilotWorkspace","DeleteCopilotWorkspace","EnableCopilotWorkspace","DisableCopilotWorkspace","CreateCopilotPromptBook","UpdateCopilotPromptBook","DeleteCopilotPromptBook","EnableCopilotPromptBook","DisableCopilotPromptBook","UpdateCopilotSettings","P4AIAssessmentRecord","P4AIAssessmentLocationResultRecord","ConnectedAIAppInteraction","PrivaPrivacyConsentOperation","PrivaPrivacyAssessmentOperation","DataCatalogAccessRequests","ComplianceSettingsChange","DataSecurityInvestigation","TeamCopilotInteraction","IRMActivityAuditTrail","SharePointContentSecurityPolicy","CloudUpdateProfileConfig","CloudUpdateTenantConfig","CloudUpdateDeviceConfig","DefenderPreviewFeatures","DeviceDiscoverySettingsExclusion","DeviceDiscoverySettingsAuthenticatedScans","CriticalAssetManagementClassification","DeviceDiscoverySettings","USXWorkspaceOnboarding","VivaGlintAdvancedConfiguration","VivaGlintPulseProgram","VivaGlintPulseProgramRespondentRate","VivaGlintQuestion","VivaGlintRole","VivaGlintRubicon","VivaGlintSupportAccess","VivaGlintSystem","VivaGlintUser","VivaGlintUserGroup","VivaGlintFeedbackProgram","FabricAudit","TrainableClassifier","WebContentFiltering","NoisyAlertPolicy","OnDemandSharePointClassification","AIInteractionsExport","Microsoft365CopilotScheduledPrompt","PlacesDirectory","MDAAudit","OpticalCharacterRecognition","M365SearchSections","OfficeClientRestrictedModeAction","CrossTenantAccessPolicy","OutlookCopilotAutomation","VivaEngageNetworkAssociation","AppAdminActivity","AppSettingsAdminActivity","UniversalPrintPrintJob","SentinelNotebookOnLake","SentinelJob","SentinelGraph","SentinelKQLOnLake","SentinelPackage","VivaAmplifyOutlookSensitivityLabel","CopilotActions","AIInteractionsSubscription","AIInteractionsChangeNotification","FilteringMailMetadataExtended","SentinelLakeOnboarding","SentinelLakeDataOnboarding","OfficeRestrictedModeAction","CopilotForSecurityTrigger","CopilotAgentManagement","P4AIAssessmentFabricScannerRecord","PlannerGoal","PlannerGoalList","ThreatIntelligenceObject","ThreatIntelligenceExport","SubmissionAgenticGradingResult","AgentAdminActivity","DeployFeatureActivity","AgentSettingsAdminActivity","OrganizationalDataInM365","PlannerChatMessage","PlannerChatMessageList","SentinelAITool","M365ODSPAssetMetadata","AIExecuteTool","AIInvokeAgent","AIInferenceCall","CdpClassifierHealthRecord","SensitiveInfoRemediationAgentData","ComplianceDLPEnforcement","A365AIExecuteTool","A365AIInvokeAgent","A365AIInferenceCall","VivaEngageSegment","RTIOperationsAgent","ContentStoreMetadata","CCRAIPolicyViolation","PlannerPlanSensitivityLabel","MosAgentInfoRecord","A365AIRunSummary","UnifiedCatalogConceptAction","DefenderCaseManagement","CopilotForSecurityLogging","VivaEngageEvents","CallActivityEvent","SonarDetonationContentMetadata","UniversalPrintManagement","YammerUserHiding","Microsoft365BackupGranularBrowseTask","PurviewPostureAgent","MSDECustomCollection","SCPUsageEvent","SCPConfigurationEvent","MDCConfigurationEvent","MDCUsageEvent","A365SpanOutputs","PowerPlatformTenantIsolation","CDPDLMAIInteractionInsights","P4AIAssessmentCategoryRecord","SentinelLakeEncryption","AZFWNetworkRule","AZFWDnsQuery","AZFWApplicationRuleAggregation","TeamsEvalDataHubDataAccess","TeamsEvalDataHubPermissionChange","TeamsEvalDataHubAdminOperation","VivaGlintOrganizationalData","AlertSubmission","AlertSubmissionResultDetail","ComplianceSitGradingSharePoint","CompliancePolicyGradingSharePoint","AzureAISearchAudit","P4AIRiskScoreRecord","DragonCopilotAdmin","AISpanOutputs","EopSubmissionFeedEntity","SonarFileDetonationEntity","SonarSubmissionEntity","SonarUrlDetonationEntity","SubmissionEntity","SonarDetonationEntity","MicrosoftTeamsUserConcern","VivaGlintAgenticCampaign","MSPVectorSearchContentMetadata","FabricPolicy","SecurityCopilotAgentIdentityManagement","CopilotSessionSharing","DragonCopilotAccess","DragonCopilotClinicalData","DragonCopilotSession","MosAgentInfoRecordV2","SecurityDevelopmentLifecycleAILog","MDASH","DefenderSecurityForAIConfiguration","SparkCoreCustomLivePool","unknownFutureValue"],"type":"string","description":"Specifies the type of audit log record."},"microsoft.graph.security.auditLogQueryStatus":{"title":"auditLogQueryStatus","enum":["notStarted","running","succeeded","failed","cancelled","unknownFutureValue"],"type":"string","description":"Status of an audit log query."},"microsoft.graph.security.auditData":{"title":"auditData","required":["@odata.type"],"type":"object","properties":{"dynamicProperties":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditRecordTypeDictionary"},{"type":"object","nullable":true}],"description":"An open-type dictionary that contains dynamic audit event properties as name-value pairs."},"@odata.type":{"type":"string"}},"description":"Abstract base type for audit event data.","discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.security.a365AiExecuteTool":"#/components/schemas/microsoft.graph.security.a365AiExecuteTool","#microsoft.graph.security.a365AiInferenceCall":"#/components/schemas/microsoft.graph.security.a365AiInferenceCall","#microsoft.graph.security.a365AiInvokeAgent":"#/components/schemas/microsoft.graph.security.a365AiInvokeAgent","#microsoft.graph.security.a365AiRunSummary":"#/components/schemas/microsoft.graph.security.a365AiRunSummary","#microsoft.graph.security.a365SpanOutputs":"#/components/schemas/microsoft.graph.security.a365SpanOutputs","#microsoft.graph.security.aadRiskDetectionAuditRecord":"#/components/schemas/microsoft.graph.security.aadRiskDetectionAuditRecord","#microsoft.graph.security.aedAuditRecord":"#/components/schemas/microsoft.graph.security.aedAuditRecord","#microsoft.graph.security.agentAdminActivityRecord":"#/components/schemas/microsoft.graph.security.agentAdminActivityRecord","#microsoft.graph.security.agentSettingAdminActivity":"#/components/schemas/microsoft.graph.security.agentSettingAdminActivity","#microsoft.graph.security.aiAppInteractionAuditRecord":"#/components/schemas/microsoft.graph.security.aiAppInteractionAuditRecord","#microsoft.graph.security.aiExecuteToolAuditRecord":"#/components/schemas/microsoft.graph.security.aiExecuteToolAuditRecord","#microsoft.graph.security.aiInteractionsChangeNotificationAuditRecord":"#/components/schemas/microsoft.graph.security.aiInteractionsChangeNotificationAuditRecord","#microsoft.graph.security.aiInteractionsExportAuditRecord":"#/components/schemas/microsoft.graph.security.aiInteractionsExportAuditRecord","#microsoft.graph.security.aiInteractionsSubscriptionAuditRecord":"#/components/schemas/microsoft.graph.security.aiInteractionsSubscriptionAuditRecord","#microsoft.graph.security.aiInvokeAgentAuditRecord":"#/components/schemas/microsoft.graph.security.aiInvokeAgentAuditRecord","#microsoft.graph.security.aipDiscover":"#/components/schemas/microsoft.graph.security.aipDiscover","#microsoft.graph.security.aipFileDeleted":"#/components/schemas/microsoft.graph.security.aipFileDeleted","#microsoft.graph.security.aipHeartBeat":"#/components/schemas/microsoft.graph.security.aipHeartBeat","#microsoft.graph.security.aipProtectionActionLogRequest":"#/components/schemas/microsoft.graph.security.aipProtectionActionLogRequest","#microsoft.graph.security.aipScannerDiscoverEvent":"#/components/schemas/microsoft.graph.security.aipScannerDiscoverEvent","#microsoft.graph.security.aipSensitivityLabelActionLogRequest":"#/components/schemas/microsoft.graph.security.aipSensitivityLabelActionLogRequest","#microsoft.graph.security.airAdminActionInvestigationData":"#/components/schemas/microsoft.graph.security.airAdminActionInvestigationData","#microsoft.graph.security.airInvestigationData":"#/components/schemas/microsoft.graph.security.airInvestigationData","#microsoft.graph.security.airManualInvestigationData":"#/components/schemas/microsoft.graph.security.airManualInvestigationData","#microsoft.graph.security.aISpanOutputsAuditRecord":"#/components/schemas/microsoft.graph.security.aISpanOutputsAuditRecord","#microsoft.graph.security.alertSubmissionAuditRecord":"#/components/schemas/microsoft.graph.security.alertSubmissionAuditRecord","#microsoft.graph.security.alertSubmissionResultDetailAuditRecord":"#/components/schemas/microsoft.graph.security.alertSubmissionResultDetailAuditRecord","#microsoft.graph.security.attackSimAdminAuditRecord":"#/components/schemas/microsoft.graph.security.attackSimAdminAuditRecord","#microsoft.graph.security.attackSimAuditRecord":"#/components/schemas/microsoft.graph.security.attackSimAuditRecord","#microsoft.graph.security.auditConfigAuditRecord":"#/components/schemas/microsoft.graph.security.auditConfigAuditRecord","#microsoft.graph.security.auditSearchAuditRecord":"#/components/schemas/microsoft.graph.security.auditSearchAuditRecord","#microsoft.graph.security.azfwApplicationRuleAggregationEventRecord":"#/components/schemas/microsoft.graph.security.azfwApplicationRuleAggregationEventRecord","#microsoft.graph.security.azfwDnsQueryEventRecord":"#/components/schemas/microsoft.graph.security.azfwDnsQueryEventRecord","#microsoft.graph.security.azfwNetworkRuleEventRecord":"#/components/schemas/microsoft.graph.security.azfwNetworkRuleEventRecord","#microsoft.graph.security.azureActiveDirectoryAccountLogonAuditRecord":"#/components/schemas/microsoft.graph.security.azureActiveDirectoryAccountLogonAuditRecord","#microsoft.graph.security.azureActiveDirectoryAuditRecord":"#/components/schemas/microsoft.graph.security.azureActiveDirectoryAuditRecord","#microsoft.graph.security.azureActiveDirectoryStsLogonAuditRecord":"#/components/schemas/microsoft.graph.security.azureActiveDirectoryStsLogonAuditRecord","#microsoft.graph.security.azureAISearchAuditRecord":"#/components/schemas/microsoft.graph.security.azureAISearchAuditRecord","#microsoft.graph.security.campaignAuditRecord":"#/components/schemas/microsoft.graph.security.campaignAuditRecord","#microsoft.graph.security.ccraiPolicyViolationRecord":"#/components/schemas/microsoft.graph.security.ccraiPolicyViolationRecord","#microsoft.graph.security.cdpClassifierHealthRecord":"#/components/schemas/microsoft.graph.security.cdpClassifierHealthRecord","#microsoft.graph.security.cdpColdCrawlStatusRecord":"#/components/schemas/microsoft.graph.security.cdpColdCrawlStatusRecord","#microsoft.graph.security.cdpConsumptionResourceRecord":"#/components/schemas/microsoft.graph.security.cdpConsumptionResourceRecord","#microsoft.graph.security.cdpContentExplorerAggregateRecord":"#/components/schemas/microsoft.graph.security.cdpContentExplorerAggregateRecord","#microsoft.graph.security.cdpdlmaiInteractionInsightsRecord":"#/components/schemas/microsoft.graph.security.cdpdlmaiInteractionInsightsRecord","#microsoft.graph.security.cdpDlpSensitiveEndpointAuditRecord":"#/components/schemas/microsoft.graph.security.cdpDlpSensitiveEndpointAuditRecord","#microsoft.graph.security.cdpLogRecord":"#/components/schemas/microsoft.graph.security.cdpLogRecord","#microsoft.graph.security.cdpOcrBillingRecord":"#/components/schemas/microsoft.graph.security.cdpOcrBillingRecord","#microsoft.graph.security.cdpResourceScopeChangeEventRecord":"#/components/schemas/microsoft.graph.security.cdpResourceScopeChangeEventRecord","#microsoft.graph.security.cloudUpdateDeviceConfigAuditRecord":"#/components/schemas/microsoft.graph.security.cloudUpdateDeviceConfigAuditRecord","#microsoft.graph.security.cloudUpdateProfileConfigAuditRecord":"#/components/schemas/microsoft.graph.security.cloudUpdateProfileConfigAuditRecord","#microsoft.graph.security.cloudUpdateTenantConfigAuditRecord":"#/components/schemas/microsoft.graph.security.cloudUpdateTenantConfigAuditRecord","#microsoft.graph.security.complianceConnectorAuditRecord":"#/components/schemas/microsoft.graph.security.complianceConnectorAuditRecord","#microsoft.graph.security.complianceDLMExchangeAuditRecord":"#/components/schemas/microsoft.graph.security.complianceDLMExchangeAuditRecord","#microsoft.graph.security.complianceDLMSharePointAuditRecord":"#/components/schemas/microsoft.graph.security.complianceDLMSharePointAuditRecord","#microsoft.graph.security.complianceDLPApplicationsAuditRecord":"#/components/schemas/microsoft.graph.security.complianceDLPApplicationsAuditRecord","#microsoft.graph.security.complianceDLPApplicationsClassificationAuditRecord":"#/components/schemas/microsoft.graph.security.complianceDLPApplicationsClassificationAuditRecord","#microsoft.graph.security.complianceDLPEndpointAuditRecord":"#/components/schemas/microsoft.graph.security.complianceDLPEndpointAuditRecord","#microsoft.graph.security.complianceDLPEndpointDiscoveryAuditRecord":"#/components/schemas/microsoft.graph.security.complianceDLPEndpointDiscoveryAuditRecord","#microsoft.graph.security.complianceDLPEnforcementAuditRecord":"#/components/schemas/microsoft.graph.security.complianceDLPEnforcementAuditRecord","#microsoft.graph.security.complianceDLPExchangeAuditRecord":"#/components/schemas/microsoft.graph.security.complianceDLPExchangeAuditRecord","#microsoft.graph.security.complianceDLPExchangeClassificationAuditRecord":"#/components/schemas/microsoft.graph.security.complianceDLPExchangeClassificationAuditRecord","#microsoft.graph.security.complianceDLPExchangeClassificationCdpRecord":"#/components/schemas/microsoft.graph.security.complianceDLPExchangeClassificationCdpRecord","#microsoft.graph.security.complianceDLPExchangeDiscoveryAuditRecord":"#/components/schemas/microsoft.graph.security.complianceDLPExchangeDiscoveryAuditRecord","#microsoft.graph.security.complianceDLPSharePointAuditRecord":"#/components/schemas/microsoft.graph.security.complianceDLPSharePointAuditRecord","#microsoft.graph.security.complianceDLPSharePointClassificationAuditRecord":"#/components/schemas/microsoft.graph.security.complianceDLPSharePointClassificationAuditRecord","#microsoft.graph.security.complianceDLPSharePointClassificationCdpRecord":"#/components/schemas/microsoft.graph.security.complianceDLPSharePointClassificationCdpRecord","#microsoft.graph.security.complianceDLPSharePointClassificationExtendedAuditRecord":"#/components/schemas/microsoft.graph.security.complianceDLPSharePointClassificationExtendedAuditRecord","#microsoft.graph.security.complianceExchangeOcrAuditRecord":"#/components/schemas/microsoft.graph.security.complianceExchangeOcrAuditRecord","#microsoft.graph.security.complianceManagerActionRecord":"#/components/schemas/microsoft.graph.security.complianceManagerActionRecord","#microsoft.graph.security.compliancePolicyGradingSharePointAuditRecord":"#/components/schemas/microsoft.graph.security.compliancePolicyGradingSharePointAuditRecord","#microsoft.graph.security.complianceSettingsChangeAuditRecord":"#/components/schemas/microsoft.graph.security.complianceSettingsChangeAuditRecord","#microsoft.graph.security.complianceSitGradingSharePointAuditRecord":"#/components/schemas/microsoft.graph.security.complianceSitGradingSharePointAuditRecord","#microsoft.graph.security.complianceSupervisionExchangeAuditRecord":"#/components/schemas/microsoft.graph.security.complianceSupervisionExchangeAuditRecord","#microsoft.graph.security.connectedAIAppInteractionAuditRecord":"#/components/schemas/microsoft.graph.security.connectedAIAppInteractionAuditRecord","#microsoft.graph.security.consumptionResourceAuditRecord":"#/components/schemas/microsoft.graph.security.consumptionResourceAuditRecord","#microsoft.graph.security.contentStoreMetadataRecord":"#/components/schemas/microsoft.graph.security.contentStoreMetadataRecord","#microsoft.graph.security.copilotAgentManagementAuditRecord":"#/components/schemas/microsoft.graph.security.copilotAgentManagementAuditRecord","#microsoft.graph.security.copilotForSecurityLoggingAuditRecord":"#/components/schemas/microsoft.graph.security.copilotForSecurityLoggingAuditRecord","#microsoft.graph.security.copilotForSecurityTriggerAuditRecord":"#/components/schemas/microsoft.graph.security.copilotForSecurityTriggerAuditRecord","#microsoft.graph.security.copilotInteractionAuditRecord":"#/components/schemas/microsoft.graph.security.copilotInteractionAuditRecord","#microsoft.graph.security.copilotPluginSettingAuditRecord":"#/components/schemas/microsoft.graph.security.copilotPluginSettingAuditRecord","#microsoft.graph.security.copilotPromptBookSettingAuditRecord":"#/components/schemas/microsoft.graph.security.copilotPromptBookSettingAuditRecord","#microsoft.graph.security.copilotSessionSharingAuditRecord":"#/components/schemas/microsoft.graph.security.copilotSessionSharingAuditRecord","#microsoft.graph.security.copilotSettingAuditRecord":"#/components/schemas/microsoft.graph.security.copilotSettingAuditRecord","#microsoft.graph.security.copilotWorkspaceSettingAuditRecord":"#/components/schemas/microsoft.graph.security.copilotWorkspaceSettingAuditRecord","#microsoft.graph.security.coreReportingSettingsAuditRecord":"#/components/schemas/microsoft.graph.security.coreReportingSettingsAuditRecord","#microsoft.graph.security.cortanaBriefingAuditRecord":"#/components/schemas/microsoft.graph.security.cortanaBriefingAuditRecord","#microsoft.graph.security.criticalAssetManagementClassificationRecord":"#/components/schemas/microsoft.graph.security.criticalAssetManagementClassificationRecord","#microsoft.graph.security.crmEntityOperationAuditRecord":"#/components/schemas/microsoft.graph.security.crmEntityOperationAuditRecord","#microsoft.graph.security.crossTenantAccessPolicyAuditRecord":"#/components/schemas/microsoft.graph.security.crossTenantAccessPolicyAuditRecord","#microsoft.graph.security.customerKeyServiceEncryptionAuditRecord":"#/components/schemas/microsoft.graph.security.customerKeyServiceEncryptionAuditRecord","#microsoft.graph.security.dataCenterSecurityCmdletAuditRecord":"#/components/schemas/microsoft.graph.security.dataCenterSecurityCmdletAuditRecord","#microsoft.graph.security.dataGovernanceAuditRecord":"#/components/schemas/microsoft.graph.security.dataGovernanceAuditRecord","#microsoft.graph.security.dataInsightsRestApiAuditRecord":"#/components/schemas/microsoft.graph.security.dataInsightsRestApiAuditRecord","#microsoft.graph.security.dataLakeExportOperationAuditRecord":"#/components/schemas/microsoft.graph.security.dataLakeExportOperationAuditRecord","#microsoft.graph.security.dataSecurityInvestigationAuditRecord":"#/components/schemas/microsoft.graph.security.dataSecurityInvestigationAuditRecord","#microsoft.graph.security.dataShareOperationAuditRecord":"#/components/schemas/microsoft.graph.security.dataShareOperationAuditRecord","#microsoft.graph.security.defaultAuditData":"#/components/schemas/microsoft.graph.security.defaultAuditData","#microsoft.graph.security.defenderCaseManagementAuditRecord":"#/components/schemas/microsoft.graph.security.defenderCaseManagementAuditRecord","#microsoft.graph.security.defenderPreviewFeaturesRecord":"#/components/schemas/microsoft.graph.security.defenderPreviewFeaturesRecord","#microsoft.graph.security.defenderSecurityForAIConfigurationAuditRecord":"#/components/schemas/microsoft.graph.security.defenderSecurityForAIConfigurationAuditRecord","#microsoft.graph.security.deployFeatureActivityRecord":"#/components/schemas/microsoft.graph.security.deployFeatureActivityRecord","#microsoft.graph.security.deviceDiscoverySettingsAuthenticatedScansRecord":"#/components/schemas/microsoft.graph.security.deviceDiscoverySettingsAuthenticatedScansRecord","#microsoft.graph.security.deviceDiscoverySettingsExclusionRecord":"#/components/schemas/microsoft.graph.security.deviceDiscoverySettingsExclusionRecord","#microsoft.graph.security.deviceDiscoverySettingsRecord":"#/components/schemas/microsoft.graph.security.deviceDiscoverySettingsRecord","#microsoft.graph.security.discoveryAuditRecord":"#/components/schemas/microsoft.graph.security.discoveryAuditRecord","#microsoft.graph.security.dlpEndpointAuditRecord":"#/components/schemas/microsoft.graph.security.dlpEndpointAuditRecord","#microsoft.graph.security.dlpImportResultAuditRecord":"#/components/schemas/microsoft.graph.security.dlpImportResultAuditRecord","#microsoft.graph.security.dlpSensitiveInformationTypeRulePackageCmdletRecord":"#/components/schemas/microsoft.graph.security.dlpSensitiveInformationTypeRulePackageCmdletRecord","#microsoft.graph.security.dragonCopilotAccessRecord":"#/components/schemas/microsoft.graph.security.dragonCopilotAccessRecord","#microsoft.graph.security.dragonCopilotAdminRecord":"#/components/schemas/microsoft.graph.security.dragonCopilotAdminRecord","#microsoft.graph.security.dragonCopilotClinicalDataRecord":"#/components/schemas/microsoft.graph.security.dragonCopilotClinicalDataRecord","#microsoft.graph.security.dragonCopilotSessionRecord":"#/components/schemas/microsoft.graph.security.dragonCopilotSessionRecord","#microsoft.graph.security.dynamics365BusinessCentralAuditRecord":"#/components/schemas/microsoft.graph.security.dynamics365BusinessCentralAuditRecord","#microsoft.graph.security.ehrConnectorAuditBaseRecord":"#/components/schemas/microsoft.graph.security.ehrConnectorAuditBaseRecord","#microsoft.graph.security.eopSubmissionFeedEntityAuditRecord":"#/components/schemas/microsoft.graph.security.eopSubmissionFeedEntityAuditRecord","#microsoft.graph.security.exchangeAdminAuditRecord":"#/components/schemas/microsoft.graph.security.exchangeAdminAuditRecord","#microsoft.graph.security.exchangeAggregatedMailboxAuditRecord":"#/components/schemas/microsoft.graph.security.exchangeAggregatedMailboxAuditRecord","#microsoft.graph.security.exchangeAggregatedOperationRecord":"#/components/schemas/microsoft.graph.security.exchangeAggregatedOperationRecord","#microsoft.graph.security.exchangeMailboxAuditGroupRecord":"#/components/schemas/microsoft.graph.security.exchangeMailboxAuditGroupRecord","#microsoft.graph.security.exchangeMailboxAuditRecord":"#/components/schemas/microsoft.graph.security.exchangeMailboxAuditRecord","#microsoft.graph.security.fabricAuditRecord":"#/components/schemas/microsoft.graph.security.fabricAuditRecord","#microsoft.graph.security.fabricPolicyRecord":"#/components/schemas/microsoft.graph.security.fabricPolicyRecord","#microsoft.graph.security.healthcareSignalRecord":"#/components/schemas/microsoft.graph.security.healthcareSignalRecord","#microsoft.graph.security.hostedRpaAuditRecord":"#/components/schemas/microsoft.graph.security.hostedRpaAuditRecord","#microsoft.graph.security.hrSignalAuditRecord":"#/components/schemas/microsoft.graph.security.hrSignalAuditRecord","#microsoft.graph.security.hygieneEventRecord":"#/components/schemas/microsoft.graph.security.hygieneEventRecord","#microsoft.graph.security.informationBarrierPolicyApplicationAuditRecord":"#/components/schemas/microsoft.graph.security.informationBarrierPolicyApplicationAuditRecord","#microsoft.graph.security.informationWorkerProtectionAuditRecord":"#/components/schemas/microsoft.graph.security.informationWorkerProtectionAuditRecord","#microsoft.graph.security.insiderRiskScopedUserInsightsRecord":"#/components/schemas/microsoft.graph.security.insiderRiskScopedUserInsightsRecord","#microsoft.graph.security.insiderRiskScopedUsersRecord":"#/components/schemas/microsoft.graph.security.insiderRiskScopedUsersRecord","#microsoft.graph.security.integratedAppsAppAdminActivityAuditRecord":"#/components/schemas/microsoft.graph.security.integratedAppsAppAdminActivityAuditRecord","#microsoft.graph.security.integratedAppsAppSettingsAdminActivityAuditRecord":"#/components/schemas/microsoft.graph.security.integratedAppsAppSettingsAdminActivityAuditRecord","#microsoft.graph.security.irmActivityAuditTrailRecord":"#/components/schemas/microsoft.graph.security.irmActivityAuditTrailRecord","#microsoft.graph.security.irmUserDefinedDetectionRecord":"#/components/schemas/microsoft.graph.security.irmUserDefinedDetectionRecord","#microsoft.graph.security.kaizalaAuditRecord":"#/components/schemas/microsoft.graph.security.kaizalaAuditRecord","#microsoft.graph.security.labelAnalyticsAggregateAuditRecord":"#/components/schemas/microsoft.graph.security.labelAnalyticsAggregateAuditRecord","#microsoft.graph.security.labelContentExplorerAuditRecord":"#/components/schemas/microsoft.graph.security.labelContentExplorerAuditRecord","#microsoft.graph.security.largeContentMetadataAuditRecord":"#/components/schemas/microsoft.graph.security.largeContentMetadataAuditRecord","#microsoft.graph.security.m365ComplianceConnectorAuditRecord":"#/components/schemas/microsoft.graph.security.m365ComplianceConnectorAuditRecord","#microsoft.graph.security.m365daadAuditRecord":"#/components/schemas/microsoft.graph.security.m365daadAuditRecord","#microsoft.graph.security.m365odspAssetMetadataRecord":"#/components/schemas/microsoft.graph.security.m365odspAssetMetadataRecord","#microsoft.graph.security.m365SearchSectionsRecord":"#/components/schemas/microsoft.graph.security.m365SearchSectionsRecord","#microsoft.graph.security.mailSubmissionData":"#/components/schemas/microsoft.graph.security.mailSubmissionData","#microsoft.graph.security.managedServicesAuditRecord":"#/components/schemas/microsoft.graph.security.managedServicesAuditRecord","#microsoft.graph.security.managedTenantsAuditRecord":"#/components/schemas/microsoft.graph.security.managedTenantsAuditRecord","#microsoft.graph.security.mapgAlertsAuditRecord":"#/components/schemas/microsoft.graph.security.mapgAlertsAuditRecord","#microsoft.graph.security.mapgOnboardAuditRecord":"#/components/schemas/microsoft.graph.security.mapgOnboardAuditRecord","#microsoft.graph.security.mapgPolicyAuditRecord":"#/components/schemas/microsoft.graph.security.mapgPolicyAuditRecord","#microsoft.graph.security.mapgRemediationAuditRecord":"#/components/schemas/microsoft.graph.security.mapgRemediationAuditRecord","#microsoft.graph.security.mcasAlertsAuditRecord":"#/components/schemas/microsoft.graph.security.mcasAlertsAuditRecord","#microsoft.graph.security.mdaAuditRecord":"#/components/schemas/microsoft.graph.security.mdaAuditRecord","#microsoft.graph.security.mdaDataSecuritySignalRecord":"#/components/schemas/microsoft.graph.security.mdaDataSecuritySignalRecord","#microsoft.graph.security.mDASHAuditRecord":"#/components/schemas/microsoft.graph.security.mDASHAuditRecord","#microsoft.graph.security.mdatpAuditRecord":"#/components/schemas/microsoft.graph.security.mdatpAuditRecord","#microsoft.graph.security.mdcEventsRecord":"#/components/schemas/microsoft.graph.security.mdcEventsRecord","#microsoft.graph.security.mdiAuditRecord":"#/components/schemas/microsoft.graph.security.mdiAuditRecord","#microsoft.graph.security.meshWorldsAuditRecord":"#/components/schemas/microsoft.graph.security.meshWorldsAuditRecord","#microsoft.graph.security.microsoft365BackupBackupItemAuditRecord":"#/components/schemas/microsoft.graph.security.microsoft365BackupBackupItemAuditRecord","#microsoft.graph.security.microsoft365BackupBackupPolicyAuditRecord":"#/components/schemas/microsoft.graph.security.microsoft365BackupBackupPolicyAuditRecord","#microsoft.graph.security.microsoft365BackupGranularBrowseTaskAuditRecord":"#/components/schemas/microsoft.graph.security.microsoft365BackupGranularBrowseTaskAuditRecord","#microsoft.graph.security.microsoft365BackupRestoreItemAuditRecord":"#/components/schemas/microsoft.graph.security.microsoft365BackupRestoreItemAuditRecord","#microsoft.graph.security.microsoft365BackupRestoreTaskAuditRecord":"#/components/schemas/microsoft.graph.security.microsoft365BackupRestoreTaskAuditRecord","#microsoft.graph.security.microsoft365CopilotScheduledPromptAuditRecord":"#/components/schemas/microsoft.graph.security.microsoft365CopilotScheduledPromptAuditRecord","#microsoft.graph.security.microsoftDefenderExpertsXDRAuditRecord":"#/components/schemas/microsoft.graph.security.microsoftDefenderExpertsXDRAuditRecord","#microsoft.graph.security.microsoftFlowAuditRecord":"#/components/schemas/microsoft.graph.security.microsoftFlowAuditRecord","#microsoft.graph.security.microsoftFormsAuditRecord":"#/components/schemas/microsoft.graph.security.microsoftFormsAuditRecord","#microsoft.graph.security.microsoftGraphDataConnectConsent":"#/components/schemas/microsoft.graph.security.microsoftGraphDataConnectConsent","#microsoft.graph.security.microsoftGraphDataConnectOperation":"#/components/schemas/microsoft.graph.security.microsoftGraphDataConnectOperation","#microsoft.graph.security.microsoftPurviewDataCatalogOperationRecord":"#/components/schemas/microsoft.graph.security.microsoftPurviewDataCatalogOperationRecord","#microsoft.graph.security.microsoftPurviewDataMapOperationRecord":"#/components/schemas/microsoft.graph.security.microsoftPurviewDataMapOperationRecord","#microsoft.graph.security.microsoftPurviewMetadataPolicyOperationRecord":"#/components/schemas/microsoft.graph.security.microsoftPurviewMetadataPolicyOperationRecord","#microsoft.graph.security.microsoftPurviewPolicyOperationRecord":"#/components/schemas/microsoft.graph.security.microsoftPurviewPolicyOperationRecord","#microsoft.graph.security.microsoftPurviewPrivacyAuditEvent":"#/components/schemas/microsoft.graph.security.microsoftPurviewPrivacyAuditEvent","#microsoft.graph.security.microsoftPurviewUnifiedCatalogOperationRecord":"#/components/schemas/microsoft.graph.security.microsoftPurviewUnifiedCatalogOperationRecord","#microsoft.graph.security.microsoftStreamAuditRecord":"#/components/schemas/microsoft.graph.security.microsoftStreamAuditRecord","#microsoft.graph.security.microsoftTeamsAdminAuditRecord":"#/components/schemas/microsoft.graph.security.microsoftTeamsAdminAuditRecord","#microsoft.graph.security.microsoftTeamsAnalyticsAuditRecord":"#/components/schemas/microsoft.graph.security.microsoftTeamsAnalyticsAuditRecord","#microsoft.graph.security.microsoftTeamsAuditRecord":"#/components/schemas/microsoft.graph.security.microsoftTeamsAuditRecord","#microsoft.graph.security.microsoftTeamsDeviceAuditRecord":"#/components/schemas/microsoft.graph.security.microsoftTeamsDeviceAuditRecord","#microsoft.graph.security.microsoftTeamsRetentionLabelActionAuditRecord":"#/components/schemas/microsoft.graph.security.microsoftTeamsRetentionLabelActionAuditRecord","#microsoft.graph.security.microsoftTeamsSensitivityLabelActionAuditRecord":"#/components/schemas/microsoft.graph.security.microsoftTeamsSensitivityLabelActionAuditRecord","#microsoft.graph.security.microsoftTeamsShiftsAuditRecord":"#/components/schemas/microsoft.graph.security.microsoftTeamsShiftsAuditRecord","#microsoft.graph.security.microsoftTeamsUserConcernAuditRecord":"#/components/schemas/microsoft.graph.security.microsoftTeamsUserConcernAuditRecord","#microsoft.graph.security.mipAutoLabelExchangeItemAuditRecord":"#/components/schemas/microsoft.graph.security.mipAutoLabelExchangeItemAuditRecord","#microsoft.graph.security.mipAutoLabelProgressFeedbackAuditRecord":"#/components/schemas/microsoft.graph.security.mipAutoLabelProgressFeedbackAuditRecord","#microsoft.graph.security.mipAutoLabelSharePointItemAuditRecord":"#/components/schemas/microsoft.graph.security.mipAutoLabelSharePointItemAuditRecord","#microsoft.graph.security.mipAutoLabelSharePointPolicyLocationAuditRecord":"#/components/schemas/microsoft.graph.security.mipAutoLabelSharePointPolicyLocationAuditRecord","#microsoft.graph.security.mipAutoLabelSimulationSharePointCompletionRecord":"#/components/schemas/microsoft.graph.security.mipAutoLabelSimulationSharePointCompletionRecord","#microsoft.graph.security.mipAutoLabelSimulationSharePointProgressRecord":"#/components/schemas/microsoft.graph.security.mipAutoLabelSimulationSharePointProgressRecord","#microsoft.graph.security.mipAutoLabelSimulationStatisticsRecord":"#/components/schemas/microsoft.graph.security.mipAutoLabelSimulationStatisticsRecord","#microsoft.graph.security.mipExactDataMatchAuditRecord":"#/components/schemas/microsoft.graph.security.mipExactDataMatchAuditRecord","#microsoft.graph.security.mipLabelAnalyticsAuditRecord":"#/components/schemas/microsoft.graph.security.mipLabelAnalyticsAuditRecord","#microsoft.graph.security.mipLabelAuditRecord":"#/components/schemas/microsoft.graph.security.mipLabelAuditRecord","#microsoft.graph.security.mosAgentInfoRecord":"#/components/schemas/microsoft.graph.security.mosAgentInfoRecord","#microsoft.graph.security.mosAgentInfoRecordV2":"#/components/schemas/microsoft.graph.security.mosAgentInfoRecordV2","#microsoft.graph.security.ms365dCustomDetectionAuditRecord":"#/components/schemas/microsoft.graph.security.ms365dCustomDetectionAuditRecord","#microsoft.graph.security.ms365dIncidentAuditRecord":"#/components/schemas/microsoft.graph.security.ms365dIncidentAuditRecord","#microsoft.graph.security.ms365dSuppressionRuleAuditRecord":"#/components/schemas/microsoft.graph.security.ms365dSuppressionRuleAuditRecord","#microsoft.graph.security.msdeCustomCollectionAuditRecord":"#/components/schemas/microsoft.graph.security.msdeCustomCollectionAuditRecord","#microsoft.graph.security.msdeGeneralSettingsAuditRecord":"#/components/schemas/microsoft.graph.security.msdeGeneralSettingsAuditRecord","#microsoft.graph.security.msdeIndicatorsSettingsAuditRecord":"#/components/schemas/microsoft.graph.security.msdeIndicatorsSettingsAuditRecord","#microsoft.graph.security.msdeResponseActionsAuditRecord":"#/components/schemas/microsoft.graph.security.msdeResponseActionsAuditRecord","#microsoft.graph.security.msdeRolesSettingsAuditRecord":"#/components/schemas/microsoft.graph.security.msdeRolesSettingsAuditRecord","#microsoft.graph.security.mspVectorSearchContentMetadataAuditRecord":"#/components/schemas/microsoft.graph.security.mspVectorSearchContentMetadataAuditRecord","#microsoft.graph.security.msticNationStateNotificationRecord":"#/components/schemas/microsoft.graph.security.msticNationStateNotificationRecord","#microsoft.graph.security.multiStageDispositionAuditRecord":"#/components/schemas/microsoft.graph.security.multiStageDispositionAuditRecord","#microsoft.graph.security.myAnalyticsSettingsAuditRecord":"#/components/schemas/microsoft.graph.security.myAnalyticsSettingsAuditRecord","#microsoft.graph.security.noisyAlertPolicyAuditRecord":"#/components/schemas/microsoft.graph.security.noisyAlertPolicyAuditRecord","#microsoft.graph.security.officeNativeAuditRecord":"#/components/schemas/microsoft.graph.security.officeNativeAuditRecord","#microsoft.graph.security.omePortalAuditRecord":"#/components/schemas/microsoft.graph.security.omePortalAuditRecord","#microsoft.graph.security.onDemandSharePointClassificationAuditRecord":"#/components/schemas/microsoft.graph.security.onDemandSharePointClassificationAuditRecord","#microsoft.graph.security.oneDriveAuditRecord":"#/components/schemas/microsoft.graph.security.oneDriveAuditRecord","#microsoft.graph.security.onPremisesFileShareScannerDLPAuditRecord":"#/components/schemas/microsoft.graph.security.onPremisesFileShareScannerDLPAuditRecord","#microsoft.graph.security.onPremisesSharePointScannerDLPAuditRecord":"#/components/schemas/microsoft.graph.security.onPremisesSharePointScannerDLPAuditRecord","#microsoft.graph.security.organizationalDataInM365AuditRecord":"#/components/schemas/microsoft.graph.security.organizationalDataInM365AuditRecord","#microsoft.graph.security.outlookCopilotAutomationAuditRecord":"#/components/schemas/microsoft.graph.security.outlookCopilotAutomationAuditRecord","#microsoft.graph.security.owaGetAccessTokenForResourceAuditRecord":"#/components/schemas/microsoft.graph.security.owaGetAccessTokenForResourceAuditRecord","#microsoft.graph.security.p4aiAssessmentCategoryRecord":"#/components/schemas/microsoft.graph.security.p4aiAssessmentCategoryRecord","#microsoft.graph.security.p4aiAssessmentFabricScannerRecord":"#/components/schemas/microsoft.graph.security.p4aiAssessmentFabricScannerRecord","#microsoft.graph.security.p4aiAssessmentLocationResultRecord":"#/components/schemas/microsoft.graph.security.p4aiAssessmentLocationResultRecord","#microsoft.graph.security.p4aiAssessmentRecord":"#/components/schemas/microsoft.graph.security.p4aiAssessmentRecord","#microsoft.graph.security.p4AIRiskScoreRecord":"#/components/schemas/microsoft.graph.security.p4AIRiskScoreRecord","#microsoft.graph.security.peopleAdminSettingsAuditRecord":"#/components/schemas/microsoft.graph.security.peopleAdminSettingsAuditRecord","#microsoft.graph.security.physicalBadgingSignalAuditRecord":"#/components/schemas/microsoft.graph.security.physicalBadgingSignalAuditRecord","#microsoft.graph.security.placesDirectoryAuditRecord":"#/components/schemas/microsoft.graph.security.placesDirectoryAuditRecord","#microsoft.graph.security.plannerChatMessageAuditRecord":"#/components/schemas/microsoft.graph.security.plannerChatMessageAuditRecord","#microsoft.graph.security.plannerChatMessageListAuditRecord":"#/components/schemas/microsoft.graph.security.plannerChatMessageListAuditRecord","#microsoft.graph.security.plannerCopyPlanAuditRecord":"#/components/schemas/microsoft.graph.security.plannerCopyPlanAuditRecord","#microsoft.graph.security.plannerGoalAuditRecord":"#/components/schemas/microsoft.graph.security.plannerGoalAuditRecord","#microsoft.graph.security.plannerGoalListAuditRecord":"#/components/schemas/microsoft.graph.security.plannerGoalListAuditRecord","#microsoft.graph.security.plannerPlanAuditRecord":"#/components/schemas/microsoft.graph.security.plannerPlanAuditRecord","#microsoft.graph.security.plannerPlanListAuditRecord":"#/components/schemas/microsoft.graph.security.plannerPlanListAuditRecord","#microsoft.graph.security.plannerPlanSensitivityLabelAuditRecord":"#/components/schemas/microsoft.graph.security.plannerPlanSensitivityLabelAuditRecord","#microsoft.graph.security.plannerRosterAuditRecord":"#/components/schemas/microsoft.graph.security.plannerRosterAuditRecord","#microsoft.graph.security.plannerRosterSensitivityLabelAuditRecord":"#/components/schemas/microsoft.graph.security.plannerRosterSensitivityLabelAuditRecord","#microsoft.graph.security.plannerTaskAuditRecord":"#/components/schemas/microsoft.graph.security.plannerTaskAuditRecord","#microsoft.graph.security.plannerTaskListAuditRecord":"#/components/schemas/microsoft.graph.security.plannerTaskListAuditRecord","#microsoft.graph.security.plannerTenantSettingsAuditRecord":"#/components/schemas/microsoft.graph.security.plannerTenantSettingsAuditRecord","#microsoft.graph.security.policyConfigChangeAuditRecord":"#/components/schemas/microsoft.graph.security.policyConfigChangeAuditRecord","#microsoft.graph.security.powerAppsAuditAppRecord":"#/components/schemas/microsoft.graph.security.powerAppsAuditAppRecord","#microsoft.graph.security.powerAppsAuditPlanRecord":"#/components/schemas/microsoft.graph.security.powerAppsAuditPlanRecord","#microsoft.graph.security.powerAppsAuditResourceRecord":"#/components/schemas/microsoft.graph.security.powerAppsAuditResourceRecord","#microsoft.graph.security.powerBIAuditRecord":"#/components/schemas/microsoft.graph.security.powerBIAuditRecord","#microsoft.graph.security.powerBIDlpAuditRecord":"#/components/schemas/microsoft.graph.security.powerBIDlpAuditRecord","#microsoft.graph.security.powerPagesSiteAuditRecord":"#/components/schemas/microsoft.graph.security.powerPagesSiteAuditRecord","#microsoft.graph.security.powerPlatformAdminDlpAuditRecord":"#/components/schemas/microsoft.graph.security.powerPlatformAdminDlpAuditRecord","#microsoft.graph.security.powerPlatformAdminEnvironmentAuditRecord":"#/components/schemas/microsoft.graph.security.powerPlatformAdminEnvironmentAuditRecord","#microsoft.graph.security.powerPlatformAdministratorActivityRecord":"#/components/schemas/microsoft.graph.security.powerPlatformAdministratorActivityRecord","#microsoft.graph.security.powerPlatformLockboxResourceAccessRequestAuditRecord":"#/components/schemas/microsoft.graph.security.powerPlatformLockboxResourceAccessRequestAuditRecord","#microsoft.graph.security.powerPlatformLockboxResourceCommandAuditRecord":"#/components/schemas/microsoft.graph.security.powerPlatformLockboxResourceCommandAuditRecord","#microsoft.graph.security.powerPlatformServiceActivityAuditRecord":"#/components/schemas/microsoft.graph.security.powerPlatformServiceActivityAuditRecord","#microsoft.graph.security.powerPlatformTenantIsolationRecord":"#/components/schemas/microsoft.graph.security.powerPlatformTenantIsolationRecord","#microsoft.graph.security.privacyDataMatchAuditRecord":"#/components/schemas/microsoft.graph.security.privacyDataMatchAuditRecord","#microsoft.graph.security.privacyDataMinimizationRecord":"#/components/schemas/microsoft.graph.security.privacyDataMinimizationRecord","#microsoft.graph.security.privacyDigestEmailRecord":"#/components/schemas/microsoft.graph.security.privacyDigestEmailRecord","#microsoft.graph.security.privacyOpenAccessAuditRecord":"#/components/schemas/microsoft.graph.security.privacyOpenAccessAuditRecord","#microsoft.graph.security.privacyPortalAuditRecord":"#/components/schemas/microsoft.graph.security.privacyPortalAuditRecord","#microsoft.graph.security.privacyRemediationActionRecord":"#/components/schemas/microsoft.graph.security.privacyRemediationActionRecord","#microsoft.graph.security.privacyRemediationRecord":"#/components/schemas/microsoft.graph.security.privacyRemediationRecord","#microsoft.graph.security.privaPrivacyAssessmentOperationRecord":"#/components/schemas/microsoft.graph.security.privaPrivacyAssessmentOperationRecord","#microsoft.graph.security.privaPrivacyConsentOperationRecord":"#/components/schemas/microsoft.graph.security.privaPrivacyConsentOperationRecord","#microsoft.graph.security.projectAuditRecord":"#/components/schemas/microsoft.graph.security.projectAuditRecord","#microsoft.graph.security.projectForTheWebAssignedToMeSettingsAuditRecord":"#/components/schemas/microsoft.graph.security.projectForTheWebAssignedToMeSettingsAuditRecord","#microsoft.graph.security.projectForTheWebProjectAuditRecord":"#/components/schemas/microsoft.graph.security.projectForTheWebProjectAuditRecord","#microsoft.graph.security.projectForTheWebProjectSettingsAuditRecord":"#/components/schemas/microsoft.graph.security.projectForTheWebProjectSettingsAuditRecord","#microsoft.graph.security.projectForTheWebRoadmapAuditRecord":"#/components/schemas/microsoft.graph.security.projectForTheWebRoadmapAuditRecord","#microsoft.graph.security.projectForTheWebRoadmapItemAuditRecord":"#/components/schemas/microsoft.graph.security.projectForTheWebRoadmapItemAuditRecord","#microsoft.graph.security.projectForTheWebRoadmapSettingsAuditRecord":"#/components/schemas/microsoft.graph.security.projectForTheWebRoadmapSettingsAuditRecord","#microsoft.graph.security.projectForTheWebTaskAuditRecord":"#/components/schemas/microsoft.graph.security.projectForTheWebTaskAuditRecord","#microsoft.graph.security.publicFolderAuditRecord":"#/components/schemas/microsoft.graph.security.publicFolderAuditRecord","#microsoft.graph.security.purviewInsiderRiskAlertsRecord":"#/components/schemas/microsoft.graph.security.purviewInsiderRiskAlertsRecord","#microsoft.graph.security.purviewInsiderRiskCasesRecord":"#/components/schemas/microsoft.graph.security.purviewInsiderRiskCasesRecord","#microsoft.graph.security.purviewMCRecommendationRecord":"#/components/schemas/microsoft.graph.security.purviewMCRecommendationRecord","#microsoft.graph.security.purviewPostureAgentAuditRecord":"#/components/schemas/microsoft.graph.security.purviewPostureAgentAuditRecord","#microsoft.graph.security.quarantineAuditRecord":"#/components/schemas/microsoft.graph.security.quarantineAuditRecord","#microsoft.graph.security.recordsManagementAuditRecord":"#/components/schemas/microsoft.graph.security.recordsManagementAuditRecord","#microsoft.graph.security.reportSubmission":"#/components/schemas/microsoft.graph.security.reportSubmission","#microsoft.graph.security.reportSubmissionResultDetail":"#/components/schemas/microsoft.graph.security.reportSubmissionResultDetail","#microsoft.graph.security.restrictedModeAuditRecord":"#/components/schemas/microsoft.graph.security.restrictedModeAuditRecord","#microsoft.graph.security.retentionPolicyAuditRecord":"#/components/schemas/microsoft.graph.security.retentionPolicyAuditRecord","#microsoft.graph.security.rtiOperationsAgentAuditRecord":"#/components/schemas/microsoft.graph.security.rtiOperationsAgentAuditRecord","#microsoft.graph.security.sbpConfigurationEventRecord":"#/components/schemas/microsoft.graph.security.sbpConfigurationEventRecord","#microsoft.graph.security.sbpUsageEventRecord":"#/components/schemas/microsoft.graph.security.sbpUsageEventRecord","#microsoft.graph.security.scoreEvidence":"#/components/schemas/microsoft.graph.security.scoreEvidence","#microsoft.graph.security.scorePlatformGenericAuditRecord":"#/components/schemas/microsoft.graph.security.scorePlatformGenericAuditRecord","#microsoft.graph.security.scriptRunAuditRecord":"#/components/schemas/microsoft.graph.security.scriptRunAuditRecord","#microsoft.graph.security.searchAuditRecord":"#/components/schemas/microsoft.graph.security.searchAuditRecord","#microsoft.graph.security.securityComplianceAlertRecord":"#/components/schemas/microsoft.graph.security.securityComplianceAlertRecord","#microsoft.graph.security.securityComplianceCenterEOPCmdletAuditRecord":"#/components/schemas/microsoft.graph.security.securityComplianceCenterEOPCmdletAuditRecord","#microsoft.graph.security.securityComplianceInsightsAuditRecord":"#/components/schemas/microsoft.graph.security.securityComplianceInsightsAuditRecord","#microsoft.graph.security.securityComplianceRBACAuditRecord":"#/components/schemas/microsoft.graph.security.securityComplianceRBACAuditRecord","#microsoft.graph.security.securityComplianceUserChangeAuditRecord":"#/components/schemas/microsoft.graph.security.securityComplianceUserChangeAuditRecord","#microsoft.graph.security.securityCopilotIdentityManagementAuditRecord":"#/components/schemas/microsoft.graph.security.securityCopilotIdentityManagementAuditRecord","#microsoft.graph.security.securityDevelopmentLifecycleAILogAuditRecord":"#/components/schemas/microsoft.graph.security.securityDevelopmentLifecycleAILogAuditRecord","#microsoft.graph.security.sensitiveInfoRemediationAgentDataRecord":"#/components/schemas/microsoft.graph.security.sensitiveInfoRemediationAgentDataRecord","#microsoft.graph.security.sensitivityLabelActionAuditRecord":"#/components/schemas/microsoft.graph.security.sensitivityLabelActionAuditRecord","#microsoft.graph.security.sensitivityLabeledFileActionAuditRecord":"#/components/schemas/microsoft.graph.security.sensitivityLabeledFileActionAuditRecord","#microsoft.graph.security.sensitivityLabelPolicyMatchAuditRecord":"#/components/schemas/microsoft.graph.security.sensitivityLabelPolicyMatchAuditRecord","#microsoft.graph.security.sentinelAIToolAuditRecord":"#/components/schemas/microsoft.graph.security.sentinelAIToolAuditRecord","#microsoft.graph.security.sentinelGraphAuditRecord":"#/components/schemas/microsoft.graph.security.sentinelGraphAuditRecord","#microsoft.graph.security.sentinelJobAuditRecord":"#/components/schemas/microsoft.graph.security.sentinelJobAuditRecord","#microsoft.graph.security.sentinelKQLOnLakeAuditRecord":"#/components/schemas/microsoft.graph.security.sentinelKQLOnLakeAuditRecord","#microsoft.graph.security.sentinelLakeDataOnboardingAuditRecord":"#/components/schemas/microsoft.graph.security.sentinelLakeDataOnboardingAuditRecord","#microsoft.graph.security.sentinelLakeEncryptionAuditRecord":"#/components/schemas/microsoft.graph.security.sentinelLakeEncryptionAuditRecord","#microsoft.graph.security.sentinelLakeOnboardingAuditRecord":"#/components/schemas/microsoft.graph.security.sentinelLakeOnboardingAuditRecord","#microsoft.graph.security.sentinelNotebookOnLakeAuditRecord":"#/components/schemas/microsoft.graph.security.sentinelNotebookOnLakeAuditRecord","#microsoft.graph.security.sentinelPackageAuditRecord":"#/components/schemas/microsoft.graph.security.sentinelPackageAuditRecord","#microsoft.graph.security.sharePointAppPermissionOperationAuditRecord":"#/components/schemas/microsoft.graph.security.sharePointAppPermissionOperationAuditRecord","#microsoft.graph.security.sharePointAuditRecord":"#/components/schemas/microsoft.graph.security.sharePointAuditRecord","#microsoft.graph.security.sharePointCommentOperationAuditRecord":"#/components/schemas/microsoft.graph.security.sharePointCommentOperationAuditRecord","#microsoft.graph.security.sharePointContentSecurityPolicyAuditRecord":"#/components/schemas/microsoft.graph.security.sharePointContentSecurityPolicyAuditRecord","#microsoft.graph.security.sharePointContentTypeOperationAuditRecord":"#/components/schemas/microsoft.graph.security.sharePointContentTypeOperationAuditRecord","#microsoft.graph.security.sharePointESignatureAuditRecord":"#/components/schemas/microsoft.graph.security.sharePointESignatureAuditRecord","#microsoft.graph.security.sharePointFieldOperationAuditRecord":"#/components/schemas/microsoft.graph.security.sharePointFieldOperationAuditRecord","#microsoft.graph.security.sharePointFileOperationAuditRecord":"#/components/schemas/microsoft.graph.security.sharePointFileOperationAuditRecord","#microsoft.graph.security.sharePointListItemOperationAuditRecord":"#/components/schemas/microsoft.graph.security.sharePointListItemOperationAuditRecord","#microsoft.graph.security.sharePointListOperationAuditRecord":"#/components/schemas/microsoft.graph.security.sharePointListOperationAuditRecord","#microsoft.graph.security.sharePointSharingOperationAuditRecord":"#/components/schemas/microsoft.graph.security.sharePointSharingOperationAuditRecord","#microsoft.graph.security.skypeForBusinessCmdletsAuditRecord":"#/components/schemas/microsoft.graph.security.skypeForBusinessCmdletsAuditRecord","#microsoft.graph.security.skypeForBusinessPSTNUsageAuditRecord":"#/components/schemas/microsoft.graph.security.skypeForBusinessPSTNUsageAuditRecord","#microsoft.graph.security.skypeForBusinessUsersBlockedAuditRecord":"#/components/schemas/microsoft.graph.security.skypeForBusinessUsersBlockedAuditRecord","#microsoft.graph.security.sonarDetonationContentMetadata":"#/components/schemas/microsoft.graph.security.sonarDetonationContentMetadata","#microsoft.graph.security.sonarDetonationEntityAuditRecord":"#/components/schemas/microsoft.graph.security.sonarDetonationEntityAuditRecord","#microsoft.graph.security.sonarFileDetonationEntityAuditRecord":"#/components/schemas/microsoft.graph.security.sonarFileDetonationEntityAuditRecord","#microsoft.graph.security.sonarSubmissionEntityAuditRecord":"#/components/schemas/microsoft.graph.security.sonarSubmissionEntityAuditRecord","#microsoft.graph.security.sonarUrlDetonationEntityAuditRecord":"#/components/schemas/microsoft.graph.security.sonarUrlDetonationEntityAuditRecord","#microsoft.graph.security.sparkCoreCustomLivePoolRecord":"#/components/schemas/microsoft.graph.security.sparkCoreCustomLivePoolRecord","#microsoft.graph.security.submissionEntityAuditRecord":"#/components/schemas/microsoft.graph.security.submissionEntityAuditRecord","#microsoft.graph.security.supervisoryReviewDayXInsightsAuditRecord":"#/components/schemas/microsoft.graph.security.supervisoryReviewDayXInsightsAuditRecord","#microsoft.graph.security.syntheticProbeAuditRecord":"#/components/schemas/microsoft.graph.security.syntheticProbeAuditRecord","#microsoft.graph.security.teamCopilotInteractionAuditRecord":"#/components/schemas/microsoft.graph.security.teamCopilotInteractionAuditRecord","#microsoft.graph.security.teamsEasyApprovalsAuditRecord":"#/components/schemas/microsoft.graph.security.teamsEasyApprovalsAuditRecord","#microsoft.graph.security.teamsEvalDataHubAdminOperationAuditRecord":"#/components/schemas/microsoft.graph.security.teamsEvalDataHubAdminOperationAuditRecord","#microsoft.graph.security.teamsEvalDataHubDataAccessAuditRecord":"#/components/schemas/microsoft.graph.security.teamsEvalDataHubDataAccessAuditRecord","#microsoft.graph.security.teamsEvalDataHubPermissionChangeAuditRecord":"#/components/schemas/microsoft.graph.security.teamsEvalDataHubPermissionChangeAuditRecord","#microsoft.graph.security.teamsHealthcareAuditRecord":"#/components/schemas/microsoft.graph.security.teamsHealthcareAuditRecord","#microsoft.graph.security.teamsUpdatesAuditRecord":"#/components/schemas/microsoft.graph.security.teamsUpdatesAuditRecord","#microsoft.graph.security.tenantAllowBlockListAuditRecord":"#/components/schemas/microsoft.graph.security.tenantAllowBlockListAuditRecord","#microsoft.graph.security.threatFinderAuditRecord":"#/components/schemas/microsoft.graph.security.threatFinderAuditRecord","#microsoft.graph.security.threatIntelligenceAtpContentData":"#/components/schemas/microsoft.graph.security.threatIntelligenceAtpContentData","#microsoft.graph.security.threatIntelligenceExportAuditRecord":"#/components/schemas/microsoft.graph.security.threatIntelligenceExportAuditRecord","#microsoft.graph.security.threatIntelligenceMailData":"#/components/schemas/microsoft.graph.security.threatIntelligenceMailData","#microsoft.graph.security.threatIntelligenceObjectAuditRecord":"#/components/schemas/microsoft.graph.security.threatIntelligenceObjectAuditRecord","#microsoft.graph.security.threatIntelligenceUrlClickData":"#/components/schemas/microsoft.graph.security.threatIntelligenceUrlClickData","#microsoft.graph.security.todoAuditRecord":"#/components/schemas/microsoft.graph.security.todoAuditRecord","#microsoft.graph.security.trainableClassifierAuditRecord":"#/components/schemas/microsoft.graph.security.trainableClassifierAuditRecord","#microsoft.graph.security.uamOperationAuditRecord":"#/components/schemas/microsoft.graph.security.uamOperationAuditRecord","#microsoft.graph.security.unifiedGroupAuditRecord":"#/components/schemas/microsoft.graph.security.unifiedGroupAuditRecord","#microsoft.graph.security.unifiedSimulationMatchedItemAuditRecord":"#/components/schemas/microsoft.graph.security.unifiedSimulationMatchedItemAuditRecord","#microsoft.graph.security.unifiedSimulationSummaryAuditRecord":"#/components/schemas/microsoft.graph.security.unifiedSimulationSummaryAuditRecord","#microsoft.graph.security.universalPrintManagementAuditRecord":"#/components/schemas/microsoft.graph.security.universalPrintManagementAuditRecord","#microsoft.graph.security.universalPrintPrintJobAuditRecord":"#/components/schemas/microsoft.graph.security.universalPrintPrintJobAuditRecord","#microsoft.graph.security.urbacAssignmentAuditRecord":"#/components/schemas/microsoft.graph.security.urbacAssignmentAuditRecord","#microsoft.graph.security.urbacEnableStateAuditRecord":"#/components/schemas/microsoft.graph.security.urbacEnableStateAuditRecord","#microsoft.graph.security.urbacRoleAuditRecord":"#/components/schemas/microsoft.graph.security.urbacRoleAuditRecord","#microsoft.graph.security.userTrainingAuditRecord":"#/components/schemas/microsoft.graph.security.userTrainingAuditRecord","#microsoft.graph.security.usxWorkspaceOnboardingAuditRecord":"#/components/schemas/microsoft.graph.security.usxWorkspaceOnboardingAuditRecord","#microsoft.graph.security.vfamCreatePolicyAuditRecord":"#/components/schemas/microsoft.graph.security.vfamCreatePolicyAuditRecord","#microsoft.graph.security.vfamDeletePolicyAuditRecord":"#/components/schemas/microsoft.graph.security.vfamDeletePolicyAuditRecord","#microsoft.graph.security.vfamUpdatePolicyAuditRecord":"#/components/schemas/microsoft.graph.security.vfamUpdatePolicyAuditRecord","#microsoft.graph.security.vivaAmplifyAuditRecord":"#/components/schemas/microsoft.graph.security.vivaAmplifyAuditRecord","#microsoft.graph.security.vivaEngageEventsAuditRecord":"#/components/schemas/microsoft.graph.security.vivaEngageEventsAuditRecord","#microsoft.graph.security.vivaEngageNetworkAssociationAuditRecord":"#/components/schemas/microsoft.graph.security.vivaEngageNetworkAssociationAuditRecord","#microsoft.graph.security.vivaEngageSegmentAuditRecord":"#/components/schemas/microsoft.graph.security.vivaEngageSegmentAuditRecord","#microsoft.graph.security.vivaGlintAdvancedConfigurationAuditRecord":"#/components/schemas/microsoft.graph.security.vivaGlintAdvancedConfigurationAuditRecord","#microsoft.graph.security.vivaGlintAgenticCampaignAuditRecord":"#/components/schemas/microsoft.graph.security.vivaGlintAgenticCampaignAuditRecord","#microsoft.graph.security.vivaGlintFeedbackProgramAuditRecord":"#/components/schemas/microsoft.graph.security.vivaGlintFeedbackProgramAuditRecord","#microsoft.graph.security.vivaGlintOrganizationalDataAuditRecord":"#/components/schemas/microsoft.graph.security.vivaGlintOrganizationalDataAuditRecord","#microsoft.graph.security.vivaGlintPulseProgramAuditRecord":"#/components/schemas/microsoft.graph.security.vivaGlintPulseProgramAuditRecord","#microsoft.graph.security.vivaGlintPulseProgramRespondentRateAuditRecord":"#/components/schemas/microsoft.graph.security.vivaGlintPulseProgramRespondentRateAuditRecord","#microsoft.graph.security.vivaGlintQuestionAuditRecord":"#/components/schemas/microsoft.graph.security.vivaGlintQuestionAuditRecord","#microsoft.graph.security.vivaGlintRoleAuditRecord":"#/components/schemas/microsoft.graph.security.vivaGlintRoleAuditRecord","#microsoft.graph.security.vivaGlintRubiconAuditRecord":"#/components/schemas/microsoft.graph.security.vivaGlintRubiconAuditRecord","#microsoft.graph.security.vivaGlintSupportAccessAuditRecord":"#/components/schemas/microsoft.graph.security.vivaGlintSupportAccessAuditRecord","#microsoft.graph.security.vivaGlintSystemAuditRecord":"#/components/schemas/microsoft.graph.security.vivaGlintSystemAuditRecord","#microsoft.graph.security.vivaGlintUserAuditRecord":"#/components/schemas/microsoft.graph.security.vivaGlintUserAuditRecord","#microsoft.graph.security.vivaGlintUserGroupAuditRecord":"#/components/schemas/microsoft.graph.security.vivaGlintUserGroupAuditRecord","#microsoft.graph.security.vivaGoalsAuditRecord":"#/components/schemas/microsoft.graph.security.vivaGoalsAuditRecord","#microsoft.graph.security.vivaLearningAdminAuditRecord":"#/components/schemas/microsoft.graph.security.vivaLearningAdminAuditRecord","#microsoft.graph.security.vivaLearningAuditRecord":"#/components/schemas/microsoft.graph.security.vivaLearningAuditRecord","#microsoft.graph.security.vivaPulseAdminAuditRecord":"#/components/schemas/microsoft.graph.security.vivaPulseAdminAuditRecord","#microsoft.graph.security.vivaPulseOrganizerAuditRecord":"#/components/schemas/microsoft.graph.security.vivaPulseOrganizerAuditRecord","#microsoft.graph.security.vivaPulseReportAuditRecord":"#/components/schemas/microsoft.graph.security.vivaPulseReportAuditRecord","#microsoft.graph.security.vivaPulseResponseAuditRecord":"#/components/schemas/microsoft.graph.security.vivaPulseResponseAuditRecord","#microsoft.graph.security.wdatpAlertsAuditRecord":"#/components/schemas/microsoft.graph.security.wdatpAlertsAuditRecord","#microsoft.graph.security.webContentFilteringAuditRecord":"#/components/schemas/microsoft.graph.security.webContentFilteringAuditRecord","#microsoft.graph.security.windows365CustomerLockboxAuditRecord":"#/components/schemas/microsoft.graph.security.windows365CustomerLockboxAuditRecord","#microsoft.graph.security.workplaceAnalyticsAuditRecord":"#/components/schemas/microsoft.graph.security.workplaceAnalyticsAuditRecord","#microsoft.graph.security.yammerAuditRecord":"#/components/schemas/microsoft.graph.security.yammerAuditRecord","#microsoft.graph.security.yammerUserHidingAuditRecord":"#/components/schemas/microsoft.graph.security.yammerUserHidingAuditRecord"}}},"microsoft.graph.security.auditLogUserType":{"title":"auditLogUserType","enum":["Regular","Reserved","Admin","DcAdmin","System","Application","ServicePrincipal","CustomPolicy","SystemPolicy","PartnerTechnician","Guest","unknownFutureValue"],"type":"string","description":"Type of user associated with an audit log record."},"microsoft.graph.security.caseStatus":{"title":"caseStatus","enum":["unknown","active","pendingDelete","closing","closed","closedWithError","unknownFutureValue"],"type":"string"},"microsoft.graph.security.caseAction":{"title":"caseAction","enum":["contentExport","applyTags","convertToPdf","index","estimateStatistics","addToReviewSet","holdUpdate","unknownFutureValue","purgeData","exportReport","exportResult","holdPolicySync"],"type":"string"},"microsoft.graph.security.caseOperationStatus":{"title":"caseOperationStatus","enum":["notStarted","submissionFailed","running","succeeded","partiallySucceeded","failed","unknownFutureValue"],"type":"string"},"microsoft.graph.security.additionalDataOptions":{"title":"additionalDataOptions","enum":["allVersions","linkedFiles","unknownFutureValue","advancedIndexing","listAttachments","htmlTranscripts","messageConversationExpansion","locationsWithoutHits","allItemsInFolder","cloudNativeHtmlConversion"],"type":"string","x-ms-enum-flags":{"isFlags":true}},"microsoft.graph.security.cloudAttachmentVersion":{"title":"cloudAttachmentVersion","enum":["latest","recent10","recent100","all","unknownFutureValue"],"type":"string"},"microsoft.graph.security.documentVersion":{"title":"documentVersion","enum":["latest","recent10","recent100","all","unknownFutureValue"],"type":"string"},"microsoft.graph.security.itemsToInclude":{"title":"itemsToInclude","enum":["searchHits","partiallyIndexed","unknownFutureValue"],"type":"string","x-ms-enum-flags":{"isFlags":true}},"microsoft.graph.security.reportFileMetadata":{"title":"reportFileMetadata","required":["@odata.type"],"type":"object","properties":{"downloadUrl":{"type":"string","description":"The URL to download the report.","nullable":true},"fileName":{"type":"string","description":"The name of the file.","nullable":true},"size":{"type":"number","description":"The size of the file.","format":"int64","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.security.statisticsOptions":{"title":"statisticsOptions","enum":["includeRefiners","includeQueryStats","includeUnindexedStats","advancedIndexing","locationsWithoutHits","unknownFutureValue"],"type":"string","x-ms-enum-flags":{"isFlags":true}},"microsoft.graph.security.exportFileMetadata":{"title":"exportFileMetadata","required":["@odata.type"],"type":"object","properties":{"downloadUrl":{"type":"string","nullable":true},"fileName":{"type":"string","nullable":true},"size":{"type":"number","format":"int64","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.security.exportOptions":{"title":"exportOptions","enum":["originalFiles","text","pdfReplacement","tags","unknownFutureValue","splitSource","includeFolderAndPath","friendlyName","condensePaths"],"type":"string","x-ms-enum-flags":{"isFlags":true}},"microsoft.graph.security.exportFileStructure":{"title":"exportFileStructure","enum":["none","directory","pst","unknownFutureValue","msg"],"type":"string"},"microsoft.graph.security.additionalOptions":{"title":"additionalOptions","enum":["none","teamsAndYammerConversations","cloudAttachments","allDocumentVersions","subfolderContents","listAttachments","unknownFutureValue","htmlTranscripts","advancedIndexing","allItemsInFolder","includeFolderAndPath","condensePaths","friendlyName","splitSource","includeReport"],"type":"string","x-ms-enum-flags":{"isFlags":true}},"microsoft.graph.security.exportCriteria":{"title":"exportCriteria","enum":["searchHits","partiallyIndexed","unknownFutureValue"],"type":"string","x-ms-enum-flags":{"isFlags":true}},"microsoft.graph.security.exportFormat":{"title":"exportFormat","enum":["pst","msg","eml","unknownFutureValue"],"type":"string"},"microsoft.graph.security.exportLocation":{"title":"exportLocation","enum":["responsiveLocations","nonresponsiveLocations","unknownFutureValue"],"type":"string","x-ms-enum-flags":{"isFlags":true}},"microsoft.graph.security.dataSourceHoldStatus":{"title":"dataSourceHoldStatus","enum":["notApplied","applied","applying","removing","partial","unknownFutureValue"],"type":"string"},"microsoft.graph.security.sourceType":{"title":"sourceType","enum":["mailbox","site","unknownFutureValue"],"type":"string","x-ms-enum-flags":{"isFlags":true}},"microsoft.graph.security.dataSourceContainerStatus":{"title":"dataSourceContainerStatus","enum":["active","released","unknownFutureValue"],"type":"string"},"microsoft.graph.security.recipientType":{"title":"recipientType","enum":["user","roleGroup","unknownFutureValue"],"type":"string","x-ms-enum-flags":{"isFlags":true}},"microsoft.graph.security.caseType":{"title":"caseType","enum":["standard","premium","unknownFutureValue"],"type":"string"},"microsoft.graph.security.ocrSettings":{"title":"ocrSettings","required":["@odata.type"],"type":"object","properties":{"isEnabled":{"type":"boolean","description":"Indicates whether or not OCR is enabled for the case.","nullable":true},"maxImageSize":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Maximum image size that will be processed in KB).","format":"int32","nullable":true},"timeout":{"pattern":"^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$","type":"string","description":"The timeout duration for the OCR engine. A longer timeout might increase success of OCR, but might add to the total processing time.","format":"duration","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.security.redundancyDetectionSettings":{"title":"redundancyDetectionSettings","required":["@odata.type"],"type":"object","properties":{"isEnabled":{"type":"boolean","description":"Indicates whether email threading and near duplicate detection are enabled.","nullable":true},"maxWords":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Specifies the maximum number of words used for email threading and near duplicate detection. To learn more, see Minimum/maximum number of words.","format":"int32","nullable":true},"minWords":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Specifies the minimum number of words used for email threading and near duplicate detection. To learn more, see Minimum/maximum number of words.","format":"int32","nullable":true},"similarityThreshold":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Specifies the similarity level for documents to be put in the same near duplicate set. To learn more, see Document and email similarity threshold.","format":"int32","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.security.reviewSetSettings":{"title":"reviewSetSettings","enum":["none","disableGrouping","unknownFutureValue"],"type":"string","x-ms-enum-flags":{"isFlags":true}},"microsoft.graph.security.topicModelingSettings":{"title":"topicModelingSettings","required":["@odata.type"],"type":"object","properties":{"dynamicallyAdjustTopicCount":{"type":"boolean","description":"Indicates whether the themes model should dynamically optimize the number of generated topics. To learn more, see Adjust maximum number of themes dynamically.","nullable":true},"ignoreNumbers":{"type":"boolean","description":"Indicates whether the themes model should exclude numbers while parsing document texts. To learn more, see Include numbers in themes.","nullable":true},"isEnabled":{"type":"boolean","description":"Indicates whether themes model is enabled for the case.","nullable":true},"topicCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The total number of topics that the themes model will generate for a review set. To learn more, see Maximum number of themes.","format":"int32","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.security.filePlanAuthority":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.filePlanDescriptorBase"},{"title":"filePlanAuthority","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.filePlanAuthority"},"microsoft.graph.security.filePlanAppliedCategory":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.filePlanDescriptorBase"},{"title":"filePlanAppliedCategory","required":["@odata.type"],"type":"object","properties":{"subcategory":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.filePlanSubcategory"},{"type":"object","nullable":true}],"description":"Represents the file plan descriptor for a subcategory under a specific category, which has been assigned to a particular retention label."},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.filePlanAppliedCategory"},"microsoft.graph.security.filePlanCitation":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.filePlanDescriptorBase"},{"title":"filePlanCitation","required":["@odata.type"],"type":"object","properties":{"citationJurisdiction":{"type":"string","description":"Represents the jurisdiction or agency that published the filePlanCitation.","nullable":true},"citationUrl":{"type":"string","description":"Represents the URL to the published filePlanCitation.","nullable":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.filePlanCitation"},"microsoft.graph.security.filePlanDepartment":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.filePlanDescriptorBase"},{"title":"filePlanDepartment","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.filePlanDepartment"},"microsoft.graph.security.filePlanReference":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.filePlanDescriptorBase"},{"title":"filePlanReference","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.filePlanReference"},"microsoft.graph.security.healthIssueType":{"title":"healthIssueType","enum":["sensor","global","unknownFutureValue"],"type":"string"},"microsoft.graph.security.healthIssueSeverity":{"title":"healthIssueSeverity","enum":["low","medium","high","unknownFutureValue"],"type":"string"},"microsoft.graph.security.healthIssueStatus":{"title":"healthIssueStatus","enum":["open","closed","suppressed","unknownFutureValue"],"type":"string"},"microsoft.graph.security.hostPortBanner":{"title":"hostPortBanner","required":["@odata.type"],"type":"object","properties":{"banner":{"type":"string","description":"The text response received from a web component when scanning a hostPort."},"firstSeenDateTime":{"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 first date and time when Microsoft Defender Threat Intelligence observed the hostPortBanner. 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","nullable":true},"lastSeenDateTime":{"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 last date and time when Microsoft Defender Threat Intelligence observed the hostPortBanner. 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","nullable":true},"scanProtocol":{"type":"string","description":"The specific protocol used to scan the hostPort.","nullable":true},"timesObserved":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The total amount of times that Microsoft Defender Threat Intelligence has observed the hostPortBanner in all its scans.","format":"int32","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.security.hostPortProtocol":{"title":"hostPortProtocol","enum":["tcp","udp","unknownFutureValue"],"type":"string"},"microsoft.graph.security.hostPortComponent":{"title":"hostPortComponent","required":["@odata.type"],"type":"object","properties":{"firstSeenDateTime":{"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 first date and time when Microsoft Defender Threat Intelligence observed the hostPortComponent. 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","nullable":true},"isRecent":{"type":"boolean","description":"Indicates whether this hostPortComponent is recent, which is determined by whether the hostPortComponent was observed either at the same time or after the latest hostPortBanner in the scan history, or within two days of the latest scan of the hostPort when there are no hostPortBanners in the scan history.","nullable":true},"lastSeenDateTime":{"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 last date and time when Microsoft Defender Threat Intelligence observed the hostPortComponent. 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","nullable":true},"component":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.hostComponent"},{"type":"object","nullable":true}],"x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}},"microsoft.graph.security.hostPortStatus":{"title":"hostPortStatus","enum":["open","filtered","closed","unknownFutureValue"],"type":"string"},"microsoft.graph.security.hostReputationClassification":{"title":"hostReputationClassification","enum":["unknown","neutral","suspicious","malicious","unknownFutureValue"],"type":"string"},"microsoft.graph.security.hostReputationRule":{"title":"hostReputationRule","required":["@odata.type"],"type":"object","properties":{"description":{"type":"string","description":"The description of the rule that gives more context."},"name":{"type":"string","description":"The name of the rule."},"relatedDetailsUrl":{"type":"string","description":"Link to a web page with details related to this rule.","nullable":true},"severity":{"$ref":"#/components/schemas/microsoft.graph.security.hostReputationRuleSeverity"},"@odata.type":{"type":"string"}}},"microsoft.graph.security.account":{"title":"account","required":["@odata.type"],"type":"object","properties":{"actions":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.security.action"},"description":"List of the type of action. The possible values are: disable, enable, forcePasswordReset, revokeAllSessions, requireUserToSignInAgain, markUserAsCompromised, unknownFutureValue."},"identifier":{"type":"string","description":"The account ID."},"identityProvider":{"$ref":"#/components/schemas/microsoft.graph.security.identityProvider"},"@odata.type":{"type":"string"}}},"microsoft.graph.security.incidentStatus":{"title":"incidentStatus","enum":["active","resolved","inProgress","redirected","unknownFutureValue","awaitingAction"],"type":"string"},"microsoft.graph.security.indicatorSource":{"title":"indicatorSource","enum":["microsoft","osint","public","unknownFutureValue"],"type":"string"},"microsoft.graph.security.intelligenceProfileCountryOrRegionOfOrigin":{"title":"intelligenceProfileCountryOrRegionOfOrigin","required":["@odata.type"],"type":"object","properties":{"code":{"type":"string","description":"A codified representation for this country/region of origin."},"label":{"type":"string","description":"A display label for this ountry/region of origin."},"@odata.type":{"type":"string"}}},"microsoft.graph.security.intelligenceProfileKind":{"title":"intelligenceProfileKind","enum":["actor","tool","unknownFutureValue"],"type":"string"},"microsoft.graph.security.eventPropagationResult":{"title":"eventPropagationResult","required":["@odata.type"],"type":"object","properties":{"location":{"type":"string","description":"The name of the specific location in the workload associated with the event.","nullable":true},"serviceName":{"type":"string","description":"The name of the workload associated with the event.","nullable":true},"status":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.eventPropagationStatus"},{"type":"object","nullable":true}],"description":"Indicates the status of the event creation request. The possible values are: none, inProcessing, failed, success, unknownFutureValue."},"statusInformation":{"type":"string","description":"Additional information about the status of the event creation request.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.security.eventQuery":{"title":"eventQuery","required":["@odata.type"],"type":"object","properties":{"query":{"type":"string","description":"Represents unique identification for the  query. 'Asset ID' for SharePoint Online and OneDrive for Business, 'keywords' for Exchange Online."},"queryType":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.queryType"},{"type":"object","nullable":true}],"description":"Represents the type of query associated with an event. 'files' for SPO and ODB and 'messages' for EXO.The possible values are: files, messages, unknownFutureValue."},"@odata.type":{"type":"string"}}},"microsoft.graph.security.retentionEventStatus":{"title":"retentionEventStatus","required":["@odata.type"],"type":"object","properties":{"error":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.publicError"},{"type":"object","nullable":true}],"description":"The error if the status isn't successful."},"status":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.eventStatusType"},{"type":"object","nullable":true}],"description":"The status of the distribution. The possible values are: pending, error, success, notAvaliable."},"@odata.type":{"type":"string"}}},"microsoft.graph.security.actionAfterRetentionPeriod":{"title":"actionAfterRetentionPeriod","enum":["none","delete","startDispositionReview","relabel","unknownFutureValue"],"type":"string"},"microsoft.graph.security.behaviorDuringRetentionPeriod":{"title":"behaviorDuringRetentionPeriod","enum":["doNotRetain","retain","retainAsRecord","retainAsRegulatoryRecord","unknownFutureValue"],"type":"string"},"microsoft.graph.security.defaultRecordBehavior":{"title":"defaultRecordBehavior","enum":["startLocked","startUnlocked","unknownFutureValue"],"type":"string"},"microsoft.graph.security.retentionDuration":{"title":"retentionDuration","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.security.retentionDurationForever":"#/components/schemas/microsoft.graph.security.retentionDurationForever","#microsoft.graph.security.retentionDurationInDays":"#/components/schemas/microsoft.graph.security.retentionDurationInDays"}}},"microsoft.graph.security.retentionTrigger":{"title":"retentionTrigger","enum":["dateLabeled","dateCreated","dateModified","dateOfEvent","unknownFutureValue"],"type":"string"},"microsoft.graph.security.dataSourceScopes":{"title":"dataSourceScopes","enum":["none","allTenantMailboxes","allTenantSites","allCaseCustodians","allCaseNoncustodialDataSources","unknownFutureValue"],"type":"string","x-ms-enum-flags":{"isFlags":true}},"microsoft.graph.security.deploymentStatus":{"title":"deploymentStatus","enum":["upToDate","outdated","updating","updateFailed","notConfigured","unreachable","disconnected","startFailure","syncing","unknownFutureValue"],"type":"string"},"microsoft.graph.security.sensorHealthStatus":{"title":"sensorHealthStatus","enum":["healthy","notHealthyLow","notHealthyMedium","notHealthyHigh","unknownFutureValue"],"type":"string"},"microsoft.graph.security.sensorType":{"title":"sensorType","enum":["adConnectIntegrated","adcsIntegrated","adfsIntegrated","domainControllerIntegrated","domainControllerStandalone","unknownFutureValue"],"type":"string"},"microsoft.graph.security.serviceStatus":{"title":"serviceStatus","enum":["stopped","starting","running","disabled","onboarding","unknown","unknownFutureValue"],"type":"string"},"microsoft.graph.security.sensorSettings":{"title":"sensorSettings","required":["@odata.type"],"type":"object","properties":{"description":{"type":"string","description":"Description of the sensor."},"domainControllerDnsNames":{"type":"array","items":{"type":"string","nullable":true},"description":"DNS names for the domain controller"},"isDelayedDeploymentEnabled":{"type":"boolean","description":"Indicates whether to delay updates for the sensor.","nullable":true},"networkAdapters":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.security.networkAdapter"},"x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}},"microsoft.graph.security.sensorCandidateActivationMode":{"title":"sensorCandidateActivationMode","enum":["manual","automated","unknownFutureValue"],"type":"string"},"microsoft.graph.security.childSelectability":{"title":"childSelectability","enum":["One","Many","unknownFutureValue"],"type":"string"},"microsoft.graph.security.cvssSummary":{"title":"cvssSummary","required":["@odata.type"],"type":"object","properties":{"score":{"oneOf":[{"type":"number","format":"double","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"The CVSS score about this vulnerability."},"severity":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.vulnerabilitySeverity"},{"type":"object","nullable":true}],"description":"The CVSS severity rating for this vulnerability. The possible values are: none, low, medium, high, critical, unknownFutureValue."},"vectorString":{"type":"string","description":"The CVSS vector string for this vulnerability.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.security.hyperlink":{"title":"hyperlink","required":["@odata.type"],"type":"object","properties":{"name":{"type":"string","description":"The name for this hyperlink."},"url":{"type":"string","description":"The URL for this hyperlink."},"@odata.type":{"type":"string"}}},"microsoft.graph.security.vulnerabilitySeverity":{"title":"vulnerabilitySeverity","enum":["none","low","medium","high","critical","unknownFutureValue"],"type":"string"},"microsoft.graph.security.whoisContact":{"title":"whoisContact","required":["@odata.type"],"type":"object","properties":{"address":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.physicalAddress"},{"type":"object","nullable":true}],"description":"The physical address of the entity."},"email":{"type":"string","description":"The email of this WHOIS contact.","nullable":true},"fax":{"type":"string","description":"The fax of this WHOIS contact. No format is guaranteed.","nullable":true},"name":{"type":"string","description":"The name of this WHOIS contact.","nullable":true},"organization":{"type":"string","description":"The organization of this WHOIS contact.","nullable":true},"telephone":{"type":"string","description":"The telephone of this WHOIS contact. No format is guaranteed.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.security.whoisNameserver":{"title":"whoisNameserver","required":["@odata.type"],"type":"object","properties":{"firstSeenDateTime":{"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 first seen date and time of this WHOIS contact. 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","nullable":true},"lastSeenDateTime":{"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 last seen date and time of this WHOIS contact. 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","nullable":true},"host":{"$ref":"#/components/schemas/microsoft.graph.security.host"},"@odata.type":{"type":"string"}}},"microsoft.graph.termStore.termGroupScope":{"title":"termGroupScope","enum":["global","system","siteCollection","unknownFutureValue"],"type":"string"},"microsoft.graph.termStore.relationType":{"title":"relationType","enum":["pin","reuse","unknownFutureValue"],"type":"string"},"microsoft.graph.termStore.localizedName":{"title":"localizedName","required":["@odata.type"],"type":"object","properties":{"languageTag":{"type":"string","description":"The language tag for the label.","nullable":true},"name":{"type":"string","description":"The name in the localized language.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.termStore.localizedDescription":{"title":"localizedDescription","required":["@odata.type"],"type":"object","properties":{"description":{"type":"string","description":"The description in the localized language.","nullable":true},"languageTag":{"type":"string","description":"The language tag for the label.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.termStore.localizedLabel":{"title":"localizedLabel","required":["@odata.type"],"type":"object","properties":{"isDefault":{"type":"boolean","description":"Indicates whether the label is the default label.","nullable":true},"languageTag":{"type":"string","description":"The language tag for the label.","nullable":true},"name":{"type":"string","description":"The name of the label.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.customMetadataDictionary":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.Dictionary"},{"title":"customMetadataDictionary","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.customMetadataDictionary"},"microsoft.graph.resultTemplateDictionary":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.Dictionary"},{"title":"resultTemplateDictionary","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.resultTemplateDictionary"},"microsoft.graph.azureCommunicationServicesUserIdentity":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.identity"},{"title":"azureCommunicationServicesUserIdentity","required":["@odata.type"],"type":"object","properties":{"azureCommunicationServicesResourceId":{"type":"string","description":"The Azure Communication Services resource ID associated with the user.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.azureCommunicationServicesUserIdentity"}}}],"x-ms-discriminator-value":"#microsoft.graph.azureCommunicationServicesUserIdentity"},"microsoft.graph.communicationsApplicationIdentity":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.identity"},{"title":"communicationsApplicationIdentity","required":["@odata.type"],"type":"object","properties":{"applicationType":{"type":"string","description":"First-party Microsoft application that presents this identity.","nullable":true},"hidden":{"type":"boolean","description":"True if the participant shouldn't be shown in other participants' rosters.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.communicationsApplicationIdentity"}}}],"x-ms-discriminator-value":"#microsoft.graph.communicationsApplicationIdentity"},"microsoft.graph.communicationsApplicationInstanceIdentity":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.identity"},{"title":"communicationsApplicationInstanceIdentity","required":["@odata.type"],"type":"object","properties":{"hidden":{"type":"boolean","description":"True if the participant shouldn't be shown in other participants' rosters.","nullable":true},"tenantId":{"type":"string","description":"The tenant ID of the application.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.communicationsApplicationInstanceIdentity"}}}],"x-ms-discriminator-value":"#microsoft.graph.communicationsApplicationInstanceIdentity"},"microsoft.graph.communicationsEncryptedIdentity":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.identity"},{"title":"communicationsEncryptedIdentity","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.communicationsEncryptedIdentity"}}}],"x-ms-discriminator-value":"#microsoft.graph.communicationsEncryptedIdentity"},"microsoft.graph.communicationsGuestIdentity":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.identity"},{"title":"communicationsGuestIdentity","required":["@odata.type"],"type":"object","properties":{"email":{"type":"string","description":"The email of the guest user.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.communicationsGuestIdentity"}}}],"x-ms-discriminator-value":"#microsoft.graph.communicationsGuestIdentity"},"microsoft.graph.communicationsPhoneIdentity":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.identity"},{"title":"communicationsPhoneIdentity","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.communicationsPhoneIdentity"}}}],"x-ms-discriminator-value":"#microsoft.graph.communicationsPhoneIdentity"},"microsoft.graph.servicePrincipalIdentity":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.identity"},{"title":"servicePrincipalIdentity","required":["@odata.type"],"type":"object","properties":{"appId":{"type":"string","description":"The application identifier of the service principal.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.servicePrincipalIdentity"}}}],"x-ms-discriminator-value":"#microsoft.graph.servicePrincipalIdentity"},"microsoft.graph.sharePointGroupIdentity":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.identity"},{"title":"sharePointGroupIdentity","required":["@odata.type"],"type":"object","properties":{"principalId":{"type":"string","description":"The principal ID of the SharePoint group in the tenant. Read-only.","nullable":true},"title":{"type":"string","description":"The title of the SharePoint group. Read-only.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.sharePointGroupIdentity"}}}],"x-ms-discriminator-value":"#microsoft.graph.sharePointGroupIdentity"},"microsoft.graph.sharePointIdentity":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.identity"},{"title":"sharePointIdentity","required":["@odata.type"],"type":"object","properties":{"loginName":{"type":"string","description":"The sign in name of the SharePoint identity.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.sharePointIdentity"}}}],"x-ms-discriminator-value":"#microsoft.graph.sharePointIdentity"},"microsoft.graph.teamworkApplicationIdentity":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.identity"},{"title":"teamworkApplicationIdentity","required":["@odata.type"],"type":"object","properties":{"applicationIdentityType":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.teamworkApplicationIdentityType"},{"type":"object","nullable":true}],"description":"Type of application that is referenced. The possible values are: aadApplication, bot, tenantBot, office365Connector, outgoingWebhook, and unknownFutureValue."},"@odata.type":{"type":"string","default":"#microsoft.graph.teamworkApplicationIdentity"}}}],"x-ms-discriminator-value":"#microsoft.graph.teamworkApplicationIdentity"},"microsoft.graph.teamworkConversationIdentity":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.identity"},{"title":"teamworkConversationIdentity","required":["@odata.type"],"type":"object","properties":{"conversationIdentityType":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.teamworkConversationIdentityType"},{"type":"object","nullable":true}],"description":"Type of conversation. The possible values are: team, channel, chat, and unknownFutureValue."},"@odata.type":{"type":"string","default":"#microsoft.graph.teamworkConversationIdentity"}}}],"x-ms-discriminator-value":"#microsoft.graph.teamworkConversationIdentity"},"microsoft.graph.teamworkTagIdentity":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.identity"},{"title":"teamworkTagIdentity","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.teamworkTagIdentity"}}}],"x-ms-discriminator-value":"#microsoft.graph.teamworkTagIdentity"},"microsoft.graph.teamworkUserIdentity":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.identity"},{"title":"teamworkUserIdentity","required":["@odata.type"],"type":"object","properties":{"userIdentityType":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.teamworkUserIdentityType"},{"type":"object","nullable":true}],"description":"Type of user. The possible values are: aadUser, onPremiseAadUser, anonymousGuest, federatedUser, personalMicrosoftAccountUser, skypeUser, phoneUser, unknownFutureValue and emailUser."},"@odata.type":{"type":"string","default":"#microsoft.graph.teamworkUserIdentity"}}}],"x-ms-discriminator-value":"#microsoft.graph.teamworkUserIdentity"},"microsoft.graph.callRecords.userIdentity":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.identity"},{"title":"userIdentity","required":["@odata.type"],"type":"object","properties":{"userPrincipalName":{"type":"string","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.callRecords.userIdentity"}}}],"x-ms-discriminator-value":"#microsoft.graph.callRecords.userIdentity"},"microsoft.graph.endpointType":{"title":"endpointType","enum":["default","voicemail","skypeForBusiness","skypeForBusinessVoipPhone","unknownFutureValue"],"type":"string"},"microsoft.graph.teamsAdministration.assignmentType":{"title":"assignmentType","enum":["direct","group","unknownFutureValue"],"type":"string"},"microsoft.graph.imageInfo":{"title":"imageInfo","required":["@odata.type"],"type":"object","properties":{"addImageQuery":{"type":"boolean","description":"Optional; parameter used to indicate the server is able to render image dynamically in response to parameterization. For example – a high contrast image","nullable":true},"alternateText":{"type":"string","description":"Optional; alt-text accessible content for the image","nullable":true},"alternativeText":{"type":"string","nullable":true},"iconUrl":{"type":"string","description":"Optional; URI that points to an icon which represents the application used to generate the activity","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.attendeeBase":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.recipient"},{"title":"attendeeBase","required":["@odata.type"],"type":"object","properties":{"type":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.attendeeType"},{"type":"object","nullable":true}],"description":"The type of attendee. The possible values are: required, optional, resource. Currently if the attendee is a person, findMeetingTimes always considers the person is of the Required type."},"@odata.type":{"type":"string","default":"#microsoft.graph.attendeeBase"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.attendee":"#/components/schemas/microsoft.graph.attendee"}}}]},"microsoft.graph.locationType":{"title":"locationType","enum":["default","conferenceRoom","homeAddress","businessAddress","geoCoordinates","streetAddress","hotel","restaurant","localBusiness","postalAddress"],"type":"string"},"microsoft.graph.locationUniqueIdType":{"title":"locationUniqueIdType","enum":["unknown","locationStore","directory","private","bing"],"type":"string"},"microsoft.graph.locationConstraintItem":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.location"},{"title":"locationConstraintItem","required":["@odata.type"],"type":"object","properties":{"resolveAvailability":{"type":"boolean","description":"If set to true and the specified resource is busy, findMeetingTimes looks for another resource that is free. If set to false and the specified resource is busy, findMeetingTimes returns the resource best ranked in the user's cache without checking if it's free. Default is true.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.locationConstraintItem"}}}],"x-ms-discriminator-value":"#microsoft.graph.locationConstraintItem"},"microsoft.graph.recurrencePattern":{"title":"recurrencePattern","required":["@odata.type"],"type":"object","properties":{"dayOfMonth":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The day of the month on which the event occurs. Required if type is absoluteMonthly or absoluteYearly.","format":"int32"},"daysOfWeek":{"type":"array","items":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.dayOfWeek"},{"type":"object","nullable":true}]},"description":"A collection of the days of the week on which the event occurs. The possible values are: sunday, monday, tuesday, wednesday, thursday, friday, saturday. If type is relativeMonthly or relativeYearly, and daysOfWeek specifies more than one day, the event falls on the first day that satisfies the pattern.  Required if type is weekly, relativeMonthly, or relativeYearly."},"firstDayOfWeek":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.dayOfWeek"},{"type":"object","nullable":true}],"description":"The first day of the week. The possible values are: sunday, monday, tuesday, wednesday, thursday, friday, saturday. Default is sunday. Required if type is weekly."},"index":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.weekIndex"},{"type":"object","nullable":true}],"description":"Specifies on which instance of the allowed days specified in daysOfWeek the event occurs, counted from the first instance in the month. The possible values are: first, second, third, fourth, last. Default is first. Optional and used if type is relativeMonthly or relativeYearly."},"interval":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The number of units between occurrences, where units can be in days, weeks, months, or years, depending on the type. Required.","format":"int32"},"month":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The month in which the event occurs.  This is a number from 1 to 12.","format":"int32"},"type":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.recurrencePatternType"},{"type":"object","nullable":true}],"description":"The recurrence pattern type: daily, weekly, absoluteMonthly, relativeMonthly, absoluteYearly, relativeYearly. Required. For more information, see values of type property."},"@odata.type":{"type":"string"}}},"microsoft.graph.recurrenceRange":{"title":"recurrenceRange","required":["@odata.type"],"type":"object","properties":{"endDate":{"pattern":"^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$","type":"string","description":"The date to stop applying the recurrence pattern. Depending on the recurrence pattern of the event, the last occurrence of the meeting may not be this date. Required if type is endDate.","format":"date","nullable":true},"numberOfOccurrences":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The number of times to repeat the event. Required and must be positive if type is numbered.","format":"int32"},"recurrenceTimeZone":{"type":"string","description":"Time zone for the startDate and endDate properties. Optional. If not specified, the time zone of the event is used.","nullable":true},"startDate":{"pattern":"^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$","type":"string","description":"The date to start applying the recurrence pattern. The first occurrence of the meeting may be this date or later, depending on the recurrence pattern of the event. Must be the same value as the start property of the recurring event. Required.","format":"date","nullable":true},"type":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.recurrenceRangeType"},{"type":"object","nullable":true}],"description":"The recurrence range. The possible values are: endDate, noEnd, numbered. Required."},"@odata.type":{"type":"string"}}},"microsoft.graph.storagePlanInformation":{"title":"storagePlanInformation","required":["@odata.type"],"type":"object","properties":{"upgradeAvailable":{"type":"boolean","description":"Indicates whether there are higher storage quota plans available. Read-only.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.publicErrorDetail":{"title":"publicErrorDetail","required":["@odata.type"],"type":"object","properties":{"code":{"type":"string","description":"The error code.","nullable":true},"message":{"type":"string","description":"The error message.","nullable":true},"target":{"type":"string","description":"The target of the error.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.publicInnerError":{"title":"publicInnerError","required":["@odata.type"],"type":"object","properties":{"code":{"type":"string","description":"The error code.","nullable":true},"details":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.publicErrorDetail"},"description":"A collection of error details."},"message":{"type":"string","description":"The error message.","nullable":true},"target":{"type":"string","description":"The target of the error.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.siteArchivalDetails":{"title":"siteArchivalDetails","required":["@odata.type"],"type":"object","properties":{"archiveStatus":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.siteArchiveStatus"},{"type":"object","nullable":true}],"description":"Represents the current archive status of the site collection. Requires $select to retrieve. The possible values are: recentlyArchived, fullyArchived, reactivating, unknownFutureValue."},"@odata.type":{"type":"string"}}},"microsoft.graph.giphyRatingType":{"title":"giphyRatingType","enum":["strict","moderate","unknownFutureValue"],"type":"string"},"microsoft.graph.androidMobileAppIdentifier":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.mobileAppIdentifier"},{"title":"androidMobileAppIdentifier","required":["@odata.type"],"type":"object","properties":{"packageId":{"type":"string","description":"The identifier for an app, as specified in the play store."},"@odata.type":{"type":"string","default":"#microsoft.graph.androidMobileAppIdentifier"}},"description":"The identifier for an Android app."}],"x-ms-discriminator-value":"#microsoft.graph.androidMobileAppIdentifier"},"microsoft.graph.iosMobileAppIdentifier":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.mobileAppIdentifier"},{"title":"iosMobileAppIdentifier","required":["@odata.type"],"type":"object","properties":{"bundleId":{"type":"string","description":"The identifier for an app, as specified in the app store."},"@odata.type":{"type":"string","default":"#microsoft.graph.iosMobileAppIdentifier"}},"description":"The identifier for an iOS app."}],"x-ms-discriminator-value":"#microsoft.graph.iosMobileAppIdentifier"},"microsoft.graph.actionState":{"title":"actionState","enum":["none","pending","canceled","active","done","failed","notSupported"],"type":"string","description":"State of the action on the device","x-ms-enum":{"name":"actionState","modelAsString":false,"values":[{"value":"none","description":"Not a valid action state","name":"none"},{"value":"pending","description":"Action is pending","name":"pending"},{"value":"canceled","description":"Action has been cancelled.","name":"canceled"},{"value":"active","description":"Action is active.","name":"active"},{"value":"done","description":"Action completed without errors.","name":"done"},{"value":"failed","description":"Action failed","name":"failed"},{"value":"notSupported","description":"Action is not supported.","name":"notSupported"}]}},"microsoft.graph.deleteUserFromSharedAppleDeviceActionResult":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.deviceActionResult"},{"title":"deleteUserFromSharedAppleDeviceActionResult","required":["@odata.type"],"type":"object","properties":{"userPrincipalName":{"type":"string","description":"User principal name of the user to be deleted","nullable":true},"@odata.type":{"type":"string"}},"description":"Delete user from shared apple device action result"}],"x-ms-discriminator-value":"#microsoft.graph.deleteUserFromSharedAppleDeviceActionResult"},"microsoft.graph.locateDeviceActionResult":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.deviceActionResult"},{"title":"locateDeviceActionResult","required":["@odata.type"],"type":"object","properties":{"deviceLocation":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.deviceGeoLocation"},{"type":"object","nullable":true}],"description":"device location"},"@odata.type":{"type":"string"}},"description":"Locate device action result"}],"x-ms-discriminator-value":"#microsoft.graph.locateDeviceActionResult"},"microsoft.graph.remoteLockActionResult":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.deviceActionResult"},{"title":"remoteLockActionResult","required":["@odata.type"],"type":"object","properties":{"unlockPin":{"type":"string","description":"Pin to unlock the client","nullable":true},"@odata.type":{"type":"string"}},"description":"Lock action result with a pin to unlock"}],"x-ms-discriminator-value":"#microsoft.graph.remoteLockActionResult"},"microsoft.graph.resetPasscodeActionResult":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.deviceActionResult"},{"title":"resetPasscodeActionResult","required":["@odata.type"],"type":"object","properties":{"errorCode":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"RotateBitLockerKeys action error code. Valid values 0 to 2147483647","format":"int32"},"passcode":{"type":"string","description":"Newly generated passcode for the device","nullable":true},"@odata.type":{"type":"string"}},"description":"Reset passcode action result"}],"x-ms-discriminator-value":"#microsoft.graph.resetPasscodeActionResult"},"microsoft.graph.rotateBitLockerKeysDeviceActionResult":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.deviceActionResult"},{"title":"rotateBitLockerKeysDeviceActionResult","required":["@odata.type"],"type":"object","properties":{"errorCode":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"RotateBitLockerKeys action error code","format":"int32"},"@odata.type":{"type":"string"}},"description":"RotateBitLockerKeys device action result"}],"x-ms-discriminator-value":"#microsoft.graph.rotateBitLockerKeysDeviceActionResult"},"microsoft.graph.windowsDefenderScanActionResult":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.deviceActionResult"},{"title":"windowsDefenderScanActionResult","required":["@odata.type"],"type":"object","properties":{"scanType":{"type":"string","description":"Scan type either full scan or quick scan","nullable":true},"@odata.type":{"type":"string"}},"description":"Windows Defender last scan result"}],"x-ms-discriminator-value":"#microsoft.graph.windowsDefenderScanActionResult"},"microsoft.graph.followupFlagStatus":{"title":"followupFlagStatus","enum":["notFlagged","complete","flagged"],"type":"string"},"microsoft.graph.broadcastMeetingAudience":{"title":"broadcastMeetingAudience","enum":["roleIsAttendee","organization","everyone","unknownFutureValue"],"type":"string"},"microsoft.graph.broadcastMeetingCaptionSettings":{"title":"broadcastMeetingCaptionSettings","required":["@odata.type"],"type":"object","properties":{"isCaptionEnabled":{"type":"boolean","description":"Indicates whether captions are enabled for this Teams live event.","nullable":true},"spokenLanguage":{"type":"string","description":"The spoken language.","nullable":true},"translationLanguages":{"type":"array","items":{"type":"string","nullable":true},"description":"The translation languages (choose up to 6)."},"@odata.type":{"type":"string"}}},"microsoft.graph.meetingParticipantInfo":{"title":"meetingParticipantInfo","required":["@odata.type"],"type":"object","properties":{"identity":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"type":"object","nullable":true}],"description":"Identity information of the participant."},"role":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.onlineMeetingRole"},{"type":"object","nullable":true}],"description":"Specifies the participant's role in the meeting."},"upn":{"type":"string","description":"User principal name of the participant.","nullable":true},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.virtualEventPresenterInfo":"#/components/schemas/microsoft.graph.virtualEventPresenterInfo"}}},"microsoft.graph.phoneType":{"title":"phoneType","enum":["home","business","mobile","other","assistant","homeFax","businessFax","otherFax","pager","radio"],"type":"string"},"microsoft.graph.selectionLikelihoodInfo":{"title":"selectionLikelihoodInfo","enum":["notSpecified","high"],"type":"string"},"microsoft.graph.websiteType":{"title":"websiteType","enum":["other","home","work","blog","profile"],"type":"string"},"microsoft.graph.workLocationSource":{"title":"workLocationSource","enum":["none","manual","scheduled","automatic","unknownFutureValue"],"type":"string"},"microsoft.graph.customTimeZone":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.timeZoneBase"},{"title":"customTimeZone","required":["@odata.type"],"type":"object","properties":{"bias":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The time offset of the time zone from Coordinated Universal Time (UTC). This value is in minutes. Time zones that are ahead of UTC have a positive offset; time zones that are behind UTC have a negative offset.","format":"int32","nullable":true},"daylightOffset":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.daylightTimeZoneOffset"},{"type":"object","nullable":true}],"description":"Specifies when the time zone switches from standard time to daylight saving time."},"standardOffset":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.standardTimeZoneOffset"},{"type":"object","nullable":true}],"description":"Specifies when the time zone switches from daylight saving time to standard time."},"@odata.type":{"type":"string","default":"#microsoft.graph.customTimeZone"}}}],"x-ms-discriminator-value":"#microsoft.graph.customTimeZone"},"microsoft.graph.provisioningStatusErrorCategory":{"title":"provisioningStatusErrorCategory","enum":["failure","nonServiceFailure","success","unknownFutureValue"],"type":"string"},"microsoft.graph.preAuthorizedApplication":{"title":"preAuthorizedApplication","required":["@odata.type"],"type":"object","properties":{"appId":{"type":"string","description":"The unique identifier for the application.","nullable":true},"delegatedPermissionIds":{"type":"array","items":{"type":"string"},"description":"The unique identifier for the oauth2PermissionScopes the application requires."},"@odata.type":{"type":"string"}}},"microsoft.graph.optionalClaim":{"title":"optionalClaim","required":["@odata.type"],"type":"object","properties":{"additionalProperties":{"type":"array","items":{"type":"string","nullable":true},"description":"Additional properties of the claim. If a property exists in this collection, it modifies the behavior of the optional claim specified in the name property."},"essential":{"type":"boolean","description":"If the value is true, the claim specified by the client is necessary to ensure a smooth authorization experience for the specific task requested by the end user. The default value is false."},"name":{"type":"string","description":"The name of the optional claim."},"source":{"type":"string","description":"The source (directory object) of the claim. There are predefined claims and user-defined claims from extension properties. If the source value is null, the claim is a predefined optional claim. If the source value is user, the value in the name property is the extension property from the user object.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.weakAlgorithms":{"title":"weakAlgorithms","enum":["rsaSha1","unknownFutureValue"],"type":"string","x-ms-enum-flags":{"isFlags":true}},"microsoft.graph.resourceAccess":{"title":"resourceAccess","required":["@odata.type"],"type":"object","properties":{"id":{"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","description":"The unique identifier of an app role or delegated permission exposed by the resource application. For delegated permissions, this should match the id property of one of the delegated permissions in the oauth2PermissionScopes collection of the resource application's service principal. For app roles (application permissions), this should match the id property of an app role in the appRoles collection of the resource application's service principal.","format":"uuid"},"type":{"type":"string","description":"Specifies whether the id property references a delegated permission or an app role (application permission). The possible values are: Scope (for delegated permissions) or Role (for app roles).","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.implicitGrantSettings":{"title":"implicitGrantSettings","required":["@odata.type"],"type":"object","properties":{"enableAccessTokenIssuance":{"type":"boolean","description":"Specifies whether this web application can request an access token using the OAuth 2.0 implicit flow.","nullable":true},"enableIdTokenIssuance":{"type":"boolean","description":"Specifies whether this web application can request an ID token using the OAuth 2.0 implicit flow.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.redirectUriSettings":{"title":"redirectUriSettings","required":["@odata.type"],"type":"object","properties":{"index":{"maximum":2147483647,"minimum":-2147483648,"type":"number","format":"int32","nullable":true},"uri":{"type":"string","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.inheritableScopes":{"title":"inheritableScopes","required":["@odata.type"],"type":"object","properties":{"kind":{"$ref":"#/components/schemas/microsoft.graph.scopeCollectionKind"},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.allAllowedScopes":"#/components/schemas/microsoft.graph.allAllowedScopes","#microsoft.graph.enumeratedScopes":"#/components/schemas/microsoft.graph.enumeratedScopes","#microsoft.graph.noScopes":"#/components/schemas/microsoft.graph.noScopes"}}},"microsoft.graph.rootDomains":{"title":"rootDomains","enum":["none","all","allFederated","allManaged","enumerated","allManagedAndEnumeratedFederated","unknownFutureValue"],"type":"string"},"microsoft.graph.allDomains":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.validatingDomains"},{"title":"allDomains","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.allDomains"}}}],"x-ms-discriminator-value":"#microsoft.graph.allDomains"},"microsoft.graph.enumeratedDomains":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.validatingDomains"},{"title":"enumeratedDomains","required":["@odata.type"],"type":"object","properties":{"domainNames":{"type":"array","items":{"type":"string"}},"@odata.type":{"type":"string","default":"#microsoft.graph.enumeratedDomains"}}}],"x-ms-discriminator-value":"#microsoft.graph.enumeratedDomains"},"microsoft.graph.appManagementConfiguration":{"title":"appManagementConfiguration","required":["@odata.type"],"type":"object","properties":{"keyCredentials":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.keyCredentialConfiguration"},"description":"Collection of keyCredential restrictions settings to be applied to an application or service principal."},"passwordCredentials":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.passwordCredentialConfiguration"},"description":"Collection of password restrictions settings to be applied to an application or service principal."},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.appManagementApplicationConfiguration":"#/components/schemas/microsoft.graph.appManagementApplicationConfiguration","#microsoft.graph.appManagementServicePrincipalConfiguration":"#/components/schemas/microsoft.graph.appManagementServicePrincipalConfiguration","#microsoft.graph.customAppManagementConfiguration":"#/components/schemas/microsoft.graph.customAppManagementConfiguration"}}},"microsoft.graph.customAppManagementApplicationConfiguration":{"title":"customAppManagementApplicationConfiguration","required":["@odata.type"],"type":"object","properties":{"identifierUris":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identifierUriConfiguration"},{"type":"object","nullable":true}],"description":"Configuration for identifierUris restrictions."},"@odata.type":{"type":"string"}}},"microsoft.graph.crossTenantIdentitySyncPolicyPartner":{"title":"crossTenantIdentitySyncPolicyPartner","required":["@odata.type"],"type":"object","properties":{"displayName":{"type":"string","description":"Display name for the cross-tenant user synchronization policy. Use the name of the partner Microsoft Entra tenant to easily identify the policy. Optional.","nullable":true},"tenantId":{"type":"string","description":"Tenant identifier for the partner Microsoft Entra organization. Read-only."},"userSyncInbound":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.crossTenantUserSyncInbound"},{"type":"object","nullable":true}],"description":"Defines whether users can be synchronized from the partner tenant. Key."},"@odata.type":{"type":"string"}}},"microsoft.graph.identifierUriConfiguration":{"title":"identifierUriConfiguration","required":["@odata.type"],"type":"object","properties":{"nonDefaultUriAddition":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identifierUriRestriction"},{"type":"object","nullable":true}],"description":"Block new identifier URIs for applications, unless they are the 'default' URI of the format api://{appId} or api://{tenantId}/{appId}."},"uriAdditionWithoutUniqueTenantIdentifier":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identifierUriRestriction"},{"type":"object","nullable":true}],"description":"Block new identifier URIs for applications, unless they contain a unique tenant identifier like the tenant ID, appId (client ID), or verified domain. For example, api://{tenantId}/string, api://{appId}/string, {scheme}://string/{tenantId}, {scheme}://string/{appId}, https://{verified-domain.com}/path, {scheme}://{subdomain}.{verified-domain.com}/path."},"@odata.type":{"type":"string"}}},"microsoft.graph.layoutTemplateType":{"title":"layoutTemplateType","enum":["default","verticalSplit","unknownFutureValue"],"type":"string"},"microsoft.graph.customExtensionCalloutInstanceStatus":{"title":"customExtensionCalloutInstanceStatus","enum":["calloutSent","callbackReceived","calloutFailed","callbackTimedOut","waitingForCallback","unknownFutureValue"],"type":"string"},"microsoft.graph.expirationPatternType":{"title":"expirationPatternType","enum":["notSpecified","noExpiration","afterDateTime","afterDuration"],"type":"string"},"microsoft.graph.accessPackageApprovalStage":{"title":"accessPackageApprovalStage","required":["@odata.type"],"type":"object","properties":{"approverInformationVisibility":{"$ref":"#/components/schemas/microsoft.graph.approverInformationVisibility"},"durationBeforeAutomaticDenial":{"pattern":"^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$","type":"string","description":"The number of days that a request can be pending a response before it is automatically denied.","format":"duration","nullable":true},"durationBeforeEscalation":{"pattern":"^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$","type":"string","description":"If escalation is required, the time a request can be pending a response from a primary approver.","format":"duration","nullable":true},"escalationApprovers":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.subjectSet"},"description":"If escalation is enabled and the primary approvers do not respond before the escalation time, the escalationApprovers are the users who are asked to approve requests."},"fallbackEscalationApprovers":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.subjectSet"},"description":"The subjects, typically users, who are the fallback escalation approvers."},"fallbackPrimaryApprovers":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.subjectSet"},"description":"The subjects, typically users, who are the fallback primary approvers."},"isApproverJustificationRequired":{"type":"boolean","description":"Indicates whether the approver is required to provide a justification for approving a request.","nullable":true},"isEscalationEnabled":{"type":"boolean","description":"If true, then one or more escalationApprovers are configured in this approval stage.","nullable":true},"primaryApprovers":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.subjectSet"},"description":"The subjects, typically users, who are asked to approve requests. A collection of singleUser, groupMembers, requestorManager, internalSponsors, externalSponsors, or targetUserSponsors."},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.accessPackageDynamicApprovalStage":"#/components/schemas/microsoft.graph.accessPackageDynamicApprovalStage"}}},"microsoft.graph.accessReviewExpirationBehavior":{"title":"accessReviewExpirationBehavior","enum":["keepAccess","removeAccess","acceptAccessRecommendation","unknownFutureValue"],"type":"string"},"microsoft.graph.attributeRuleMembers":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.subjectSet"},{"title":"attributeRuleMembers","required":["@odata.type"],"type":"object","properties":{"description":{"type":"string","description":"A description of the membership rule.","nullable":true},"membershipRule":{"type":"string","description":"Determines the allowed target users for this policy. For more information about the syntax of the membership rule, see Membership Rules syntax.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.attributeRuleMembers"}}}],"x-ms-discriminator-value":"#microsoft.graph.attributeRuleMembers"},"microsoft.graph.connectedOrganizationMembers":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.subjectSet"},{"title":"connectedOrganizationMembers","required":["@odata.type"],"type":"object","properties":{"connectedOrganizationId":{"type":"string","description":"The ID of the connected organization in entitlement management.","nullable":true},"description":{"type":"string","description":"The name of the connected organization.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.connectedOrganizationMembers"}}}],"x-ms-discriminator-value":"#microsoft.graph.connectedOrganizationMembers"},"microsoft.graph.externalSponsors":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.subjectSet"},{"title":"externalSponsors","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.externalSponsors"}}}],"x-ms-discriminator-value":"#microsoft.graph.externalSponsors"},"microsoft.graph.groupMembers":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.subjectSet"},{"title":"groupMembers","required":["@odata.type"],"type":"object","properties":{"description":{"type":"string","description":"The name of the group in Microsoft Entra ID. Read-only.","nullable":true},"groupId":{"type":"string","description":"The ID of the group in Microsoft Entra ID.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.groupMembers"}}}],"x-ms-discriminator-value":"#microsoft.graph.groupMembers"},"microsoft.graph.internalSponsors":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.subjectSet"},{"title":"internalSponsors","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.internalSponsors"}}}],"x-ms-discriminator-value":"#microsoft.graph.internalSponsors"},"microsoft.graph.requestorManager":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.subjectSet"},{"title":"requestorManager","required":["@odata.type"],"type":"object","properties":{"managerLevel":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The hierarchical level of the manager with respect to the requestor. For example, the direct manager of a requestor would have a managerLevel of 1, while the manager of the requestor's manager would have a managerLevel of 2. Default value for managerLevel is 1. Possible values for this property range from 1 to 2.","format":"int32","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.requestorManager"}}}],"x-ms-discriminator-value":"#microsoft.graph.requestorManager"},"microsoft.graph.singleServicePrincipal":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.subjectSet"},{"title":"singleServicePrincipal","required":["@odata.type"],"type":"object","properties":{"description":{"type":"string","description":"Description of this service principal.","nullable":true},"servicePrincipalId":{"type":"string","description":"ID of the servicePrincipal.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.singleServicePrincipal"}}}],"x-ms-discriminator-value":"#microsoft.graph.singleServicePrincipal"},"microsoft.graph.singleUser":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.subjectSet"},{"title":"singleUser","required":["@odata.type"],"type":"object","properties":{"description":{"type":"string","description":"The name of the user in Microsoft Entra ID. Read-only.","nullable":true},"userId":{"type":"string","description":"The ID of the user in Microsoft Entra ID.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.singleUser"}}}],"x-ms-discriminator-value":"#microsoft.graph.singleUser"},"microsoft.graph.targetAgentIdentitySponsorsOrOwners":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.subjectSet"},{"title":"targetAgentIdentitySponsorsOrOwners","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.targetAgentIdentitySponsorsOrOwners"}}}],"x-ms-discriminator-value":"#microsoft.graph.targetAgentIdentitySponsorsOrOwners"},"microsoft.graph.targetApplicationOwners":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.subjectSet"},{"title":"targetApplicationOwners","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.targetApplicationOwners"}}}],"x-ms-discriminator-value":"#microsoft.graph.targetApplicationOwners"},"microsoft.graph.targetManager":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.subjectSet"},{"title":"targetManager","required":["@odata.type"],"type":"object","properties":{"managerLevel":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Manager level, between 1 and 4. The direct manager is 1.","format":"int32","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.targetManager"}}}],"x-ms-discriminator-value":"#microsoft.graph.targetManager"},"microsoft.graph.targetUserSponsors":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.subjectSet"},{"title":"targetUserSponsors","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.targetUserSponsors"}}}],"x-ms-discriminator-value":"#microsoft.graph.targetUserSponsors"},"microsoft.graph.identityGovernance.groupBasedSubjectSet":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.subjectSet"},{"title":"groupBasedSubjectSet","required":["@odata.type"],"type":"object","properties":{"groups":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.group"},"x-ms-navigationProperty":true},"@odata.type":{"type":"string","default":"#microsoft.graph.identityGovernance.groupBasedSubjectSet"}}}],"x-ms-discriminator-value":"#microsoft.graph.identityGovernance.groupBasedSubjectSet"},"microsoft.graph.identityGovernance.ruleBasedSubjectSet":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.subjectSet"},{"title":"ruleBasedSubjectSet","required":["@odata.type"],"type":"object","properties":{"rule":{"type":"string","description":"The rule for the subject set. Lifecycle Workflows supports a rich set of user properties for configuring the rules using $filter query expressions. For more information, see supported user and query parameters."},"@odata.type":{"type":"string","default":"#microsoft.graph.identityGovernance.ruleBasedSubjectSet"}}}],"x-ms-discriminator-value":"#microsoft.graph.identityGovernance.ruleBasedSubjectSet"},"microsoft.graph.accessPackageAnswerString":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.accessPackageAnswer"},{"title":"accessPackageAnswerString","required":["@odata.type"],"type":"object","properties":{"value":{"type":"string","description":"The value stored on the requestor's user profile, if this answer is configured to be stored as a specific attribute.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.accessPackageAnswerString"}}}],"x-ms-discriminator-value":"#microsoft.graph.accessPackageAnswerString"},"microsoft.graph.accessPackageResourceAttributeDestination":{"title":"accessPackageResourceAttributeDestination","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.accessPackageUserDirectoryAttributeStore":"#/components/schemas/microsoft.graph.accessPackageUserDirectoryAttributeStore"}}},"microsoft.graph.accessPackageResourceAttributeSource":{"title":"accessPackageResourceAttributeSource","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.accessPackageResourceAttributeQuestion":"#/components/schemas/microsoft.graph.accessPackageResourceAttributeQuestion"}}},"microsoft.graph.httpRequestEndpoint":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.customExtensionEndpointConfiguration"},{"title":"httpRequestEndpoint","required":["@odata.type"],"type":"object","properties":{"targetUrl":{"type":"string","description":"The HTTP endpoint that a custom extension calls.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.httpRequestEndpoint"}}}],"x-ms-discriminator-value":"#microsoft.graph.httpRequestEndpoint"},"microsoft.graph.logicAppTriggerEndpointConfiguration":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.customExtensionEndpointConfiguration"},{"title":"logicAppTriggerEndpointConfiguration","required":["@odata.type"],"type":"object","properties":{"logicAppWorkflowName":{"type":"string","description":"The name of the logic app.","nullable":true},"resourceGroupName":{"type":"string","description":"The Azure resource group name for the logic app.","nullable":true},"subscriptionId":{"type":"string","description":"Identifier of the Azure subscription for the logic app.","nullable":true},"url":{"type":"string","description":"The URL to the logic app endpoint that will be triggered. Only required for app-only token scenarios where app is creating a customCalloutExtension without a signed-in user.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.logicAppTriggerEndpointConfiguration"}}}],"x-ms-discriminator-value":"#microsoft.graph.logicAppTriggerEndpointConfiguration"},"microsoft.graph.accessPackageSuggestionRelatedPeopleBased":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.accessPackageSuggestionReason"},{"title":"accessPackageSuggestionRelatedPeopleBased","required":["@odata.type"],"type":"object","properties":{"relatedPeople":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.identity"},"description":"A collection of identities representing people related to the current user who may have access to similar resources. This property is only populated when the tenant's endUserSettings have relatedPeopleInsightLevel set to countAndNames. This includes both the user ID and display name information."},"relatedPeopleAssignmentCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The number of related people who have assignments to this access package. This count is always provided regardless of the relatedPeopleInsightLevel setting.","format":"int32"},"@odata.type":{"type":"string","default":"#microsoft.graph.accessPackageSuggestionRelatedPeopleBased"}}}],"x-ms-discriminator-value":"#microsoft.graph.accessPackageSuggestionRelatedPeopleBased"},"microsoft.graph.accessPackageSuggestionSelfAssignmentHistoryBased":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.accessPackageSuggestionReason"},{"title":"accessPackageSuggestionSelfAssignmentHistoryBased","required":["@odata.type"],"type":"object","properties":{"lastAssignmentDateTime":{"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 user was last assigned to this access package. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.","format":"date-time"},"pastAssignmentCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The number of times the user has been assigned to this access package in the past. Read-only.","format":"int32"},"@odata.type":{"type":"string","default":"#microsoft.graph.accessPackageSuggestionSelfAssignmentHistoryBased"}}}],"x-ms-discriminator-value":"#microsoft.graph.accessPackageSuggestionSelfAssignmentHistoryBased"},"microsoft.graph.accessReviewQueryScope":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.accessReviewScope"},{"title":"accessReviewQueryScope","required":["@odata.type"],"type":"object","properties":{"query":{"type":"string","description":"The query representing what will be reviewed in an access review.","nullable":true},"queryRoot":{"type":"string","description":"In the scenario where reviewers need to be specified dynamically, this property is used to indicate the relative source of the query. This property is only required if a relative query is specified. For example, ./manager.","nullable":true},"queryType":{"type":"string","description":"Indicates the type of query. Types include MicrosoftGraph and ARM.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.accessReviewQueryScope"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.accessReviewInactiveUsersQueryScope":"#/components/schemas/microsoft.graph.accessReviewInactiveUsersQueryScope"}}}]},"microsoft.graph.accessReviewInactiveUsersQueryScope":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.accessReviewQueryScope"},{"title":"accessReviewInactiveUsersQueryScope","required":["@odata.type"],"type":"object","properties":{"inactiveDuration":{"pattern":"^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$","type":"string","description":"Defines the duration of inactivity. Inactivity is based on the last sign in date of the user compared to the access review instance's start date. If this property is not specified, it's assigned the default value PT0S.","format":"duration","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.accessReviewInactiveUsersQueryScope"}}}],"x-ms-discriminator-value":"#microsoft.graph.accessReviewInactiveUsersQueryScope"},"microsoft.graph.principalResourceMembershipsScope":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.accessReviewScope"},{"title":"principalResourceMembershipsScope","required":["@odata.type"],"type":"object","properties":{"principalScopes":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.accessReviewScope"},"description":"Defines the scopes of the principals whose access to resources are reviewed in the access review. Use an accessReviewPrincipalScope object to select a well-known population of principals, such as all guest users."},"resourceScopes":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.accessReviewScope"},"description":"Defines the scopes of the resources for which access is reviewed. Use an accessReviewResourceScope object to identify the resource, or an accessReviewAccessPackageAssignmentPolicyScope object when the resource is an access package assignment policy."},"@odata.type":{"type":"string","default":"#microsoft.graph.principalResourceMembershipsScope"}}}],"x-ms-discriminator-value":"#microsoft.graph.principalResourceMembershipsScope"},"microsoft.graph.accessReviewInstanceDecisionItemAccessPackageAssignmentPolicyResource":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItemResource"},{"title":"accessReviewInstanceDecisionItemAccessPackageAssignmentPolicyResource","required":["@odata.type"],"type":"object","properties":{"accessPackageDisplayName":{"type":"string","description":"Display name of the access package to which access has been granted.","nullable":true},"accessPackageId":{"type":"string","description":"Identifier of the access package to which access has been granted.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.accessReviewInstanceDecisionItemAccessPackageAssignmentPolicyResource"}}}],"x-ms-discriminator-value":"#microsoft.graph.accessReviewInstanceDecisionItemAccessPackageAssignmentPolicyResource"},"microsoft.graph.accessReviewInstanceDecisionItemAzureRoleResource":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItemResource"},{"title":"accessReviewInstanceDecisionItemAzureRoleResource","required":["@odata.type"],"type":"object","properties":{"scope":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItemResource"},{"type":"object","nullable":true}],"description":"Details of the scope this role is associated with."},"@odata.type":{"type":"string","default":"#microsoft.graph.accessReviewInstanceDecisionItemAzureRoleResource"}}}],"x-ms-discriminator-value":"#microsoft.graph.accessReviewInstanceDecisionItemAzureRoleResource"},"microsoft.graph.accessReviewInstanceDecisionItemServicePrincipalResource":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItemResource"},{"title":"accessReviewInstanceDecisionItemServicePrincipalResource","required":["@odata.type"],"type":"object","properties":{"appId":{"type":"string","description":"The globally unique identifier of the application to which access has been granted.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.accessReviewInstanceDecisionItemServicePrincipalResource"}}}],"x-ms-discriminator-value":"#microsoft.graph.accessReviewInstanceDecisionItemServicePrincipalResource"},"microsoft.graph.accessReviewNotificationRecipientScope":{"title":"accessReviewNotificationRecipientScope","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.accessReviewNotificationRecipientQueryScope":"#/components/schemas/microsoft.graph.accessReviewNotificationRecipientQueryScope"}}},"microsoft.graph.accessReviewApplyAction":{"title":"accessReviewApplyAction","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.disableAndDeleteUserApplyAction":"#/components/schemas/microsoft.graph.disableAndDeleteUserApplyAction","#microsoft.graph.removeAccessApplyAction":"#/components/schemas/microsoft.graph.removeAccessApplyAction"}}},"microsoft.graph.accessReviewRecommendationInsightSetting":{"title":"accessReviewRecommendationInsightSetting","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.groupPeerOutlierRecommendationInsightSettings":"#/components/schemas/microsoft.graph.groupPeerOutlierRecommendationInsightSettings","#microsoft.graph.userLastSignInRecommendationInsightSetting":"#/components/schemas/microsoft.graph.userLastSignInRecommendationInsightSetting"}}},"microsoft.graph.fileHash":{"title":"fileHash","required":["@odata.type"],"type":"object","properties":{"hashType":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.fileHashType"},{"type":"object","nullable":true}],"description":"File hash type. The possible values are: unknown, sha1, sha256, md5, authenticodeHash256, lsHash, ctph, peSha1, peSha256."},"hashValue":{"type":"string","description":"Value of the file hash.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.connectionDirection":{"title":"connectionDirection","enum":["unknown","inbound","outbound","unknownFutureValue"],"type":"string"},"microsoft.graph.securityNetworkProtocol":{"title":"securityNetworkProtocol","enum":["unknown","ip","icmp","igmp","ggp","ipv4","tcp","pup","udp","idp","ipv6","ipv6RoutingHeader","ipv6FragmentHeader","ipSecEncapsulatingSecurityPayload","ipSecAuthenticationHeader","icmpV6","ipv6NoNextHeader","ipv6DestinationOptions","nd","raw","ipx","spx","spxII","unknownFutureValue"],"type":"string"},"microsoft.graph.connectionStatus":{"title":"connectionStatus","enum":["unknown","attempted","succeeded","blocked","failed","unknownFutureValue"],"type":"string"},"microsoft.graph.processIntegrityLevel":{"title":"processIntegrityLevel","enum":["unknown","untrusted","low","medium","high","system","unknownFutureValue"],"type":"string"},"microsoft.graph.registryHive":{"title":"registryHive","enum":["unknown","currentConfig","currentUser","localMachineSam","localMachineSecurity","localMachineSoftware","localMachineSystem","usersDefault","unknownFutureValue"],"type":"string"},"microsoft.graph.registryOperation":{"title":"registryOperation","enum":["unknown","create","modify","delete","unknownFutureValue"],"type":"string"},"microsoft.graph.registryValueType":{"title":"registryValueType","enum":["unknown","binary","dword","dwordLittleEndian","dwordBigEndian","expandSz","link","multiSz","none","qword","qwordlittleEndian","sz","unknownFutureValue"],"type":"string"},"microsoft.graph.securityResourceType":{"title":"securityResourceType","enum":["unknown","attacked","related","unknownFutureValue"],"type":"string"},"microsoft.graph.emailRole":{"title":"emailRole","enum":["unknown","sender","recipient","unknownFutureValue"],"type":"string"},"microsoft.graph.logonType":{"title":"logonType","enum":["unknown","interactive","remoteInteractive","network","batch","service","unknownFutureValue"],"type":"string"},"microsoft.graph.userAccountSecurityType":{"title":"userAccountSecurityType","enum":["unknown","standard","power","administrator","unknownFutureValue"],"type":"string"},"microsoft.graph.applicationSecurityCompliance":{"title":"applicationSecurityCompliance","required":["@odata.type"],"type":"object","properties":{"cobit":{"type":"boolean","description":"Indicates whether the application adheres to the Control Objectives for Information and Related Technologies (COBIT) framework.","nullable":true},"coppa":{"type":"boolean","description":"Indicates whether the application complies with the Children’s Online Privacy Protection Act (COPPA).","nullable":true},"csaStar":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.csaStarLevel"},{"type":"object","nullable":true}],"description":"Specifies the Cloud Security Alliance (CSA) Security, Trust & Assurance Registry (STAR) certification level. The possible values are: none, attestation, certification, continuousMonitoring, cStarAssessment, selfAssessment, notSupported, unknownFutureValue."},"fedRamp":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.fedRampLevel"},{"type":"object","nullable":true}],"description":"Specifies the Federal Risk and Authorization Management Program (FedRAMP) certification level. The possible values are: none, high, liSaas, low, moderate, notSupported, unknownFutureValue."},"ferpa":{"type":"boolean","description":"Indicates whether the application complies with the Family Educational Rights and Privacy Act (FERPA).","nullable":true},"ffiec":{"type":"boolean","description":"Indicates whether the application meets Federal Financial Institutions Examination Council (FFIEC) requirements.","nullable":true},"finra":{"type":"boolean","description":"Indicates whether the application complies with Financial Industry Regulatory Authority (FINRA) standards.","nullable":true},"fisma":{"type":"boolean","description":"Indicates whether the application complies with the Federal Information Security Management Act (FISMA).","nullable":true},"gaap":{"type":"boolean","description":"Indicates whether the application provider adheres to Generally Accepted Accounting Principles (GAAP).","nullable":true},"gapp":{"type":"boolean","description":"Indicates whether the application adheres to Generally Accepted Privacy Principles (GAPP).","nullable":true},"glba":{"type":"boolean","description":"Indicates whether the application complies with the Gramm–Leach–Bliley Act (GLBA) for financial data protection.","nullable":true},"hipaa":{"type":"boolean","description":"Indicates whether the application complies with the Health Insurance Portability and Accountability Act (HIPAA).","nullable":true},"hitrust":{"type":"boolean","description":"Indicates whether the application holds HITRUST certification, demonstrating alignment with healthcare and data security standards.","nullable":true},"isae3402":{"type":"boolean","description":"Indicates whether the application complies with International Standard on Assurance Engagements (ISAE) 3402 requirements.","nullable":true},"iso27001":{"type":"boolean","description":"Indicates whether the application is certified against ISO/IEC 27001 for information security management systems (ISMS).","nullable":true},"iso27002":{"type":"boolean","description":"Indicates whether the application follows ISO/IEC 27002 security control best practices.","nullable":true},"iso27017":{"type":"boolean","description":"Indicates whether the application complies with ISO/IEC 27017 standards for cloud security controls.","nullable":true},"iso27018":{"type":"boolean","description":"Indicates whether the application complies with ISO/IEC 27018 standards for protecting personally identifiable information (PII) in cloud environments.","nullable":true},"itar":{"type":"boolean","description":"Indicates whether the application complies with International Traffic in Arms Regulations (ITAR).","nullable":true},"jerichoForumCommandments":{"type":"boolean","description":"Indicates whether the application aligns with Jericho Forum security principles for deperimeterized environments.","nullable":true},"pci":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.pciVersion"},{"type":"object","nullable":true}],"description":"Specifies the Payment Card Industry (PCI) Data Security Standard (DSS) version the application complies with. The possible values are: none, v321, v4, notSupported, unknownFutureValue."},"privacyShield":{"type":"boolean","description":"Indicates whether the application complies with the EU–U.S. Privacy Shield framework for cross-border data transfers.","nullable":true},"safeHarbor":{"type":"boolean","description":"Indicates whether the application previously adhered to the U.S.–EU Safe Harbor data transfer framework.","nullable":true},"soc1":{"type":"boolean","description":"Indicates whether the application provider undergoes a Service Organization Control (SOC) one audit report.","nullable":true},"soc2":{"type":"boolean","description":"Indicates whether the application provider undergoes a Service Organization Control (SOC) two audit report.","nullable":true},"soc3":{"type":"boolean","description":"Indicates whether the application provider undergoes a Service Organization Control (SOC) three audit report.","nullable":true},"sox":{"type":"boolean","description":"Indicates whether the application complies with the Sarbanes–Oxley Act (SOX) financial reporting requirements.","nullable":true},"sp800_53":{"type":"boolean","description":"Indicates whether the application aligns with National Institute of Standards and Technology (NIST) Special Publication 800-53 security and privacy controls.","nullable":true},"ssae16":{"type":"boolean","description":"Indicates whether the application adheres to Statement on Standards for Attestation Engagements (SSAE) No. 16.","nullable":true},"ustr":{"type":"boolean","description":"Indicates whether the application complies with U.S. Trade Representative (USTR) data and trade protection requirements.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.applicationRiskFactorGeneralInfo":{"title":"applicationRiskFactorGeneralInfo","required":["@odata.type"],"type":"object","properties":{"consumerPopularity":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Indicates the relative popularity or adoption of the application based on the user or tenant usage metrics.","format":"int32","nullable":true},"domainRegistrationDate":{"pattern":"^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$","type":"string","description":"Specifies the date when the application's primary domain was registered, used to assess domain maturity and legitimacy.","format":"date","nullable":true},"founded":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Year the company or organization behind the application was founded.","format":"int32","nullable":true},"hasDisasterRecoveryPlan":{"type":"boolean","description":"Indicates whether the application provider maintains a disaster recovery or business continuity plan.","nullable":true},"hold":{"$ref":"#/components/schemas/microsoft.graph.holdType"},"hostingCompanyName":{"type":"string","description":"Specifies the name of the company or provider that hosts the application's infrastructure.","nullable":true},"location":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.applicationLocation"},{"type":"object","nullable":true}],"description":"Provides the geographical and operational location information for the application, including data center and headquarters regions."},"privacyPolicy":{"type":"string","description":"Specifies the URL of the application's privacy policy.","nullable":true},"processedDataTypes":{"$ref":"#/components/schemas/microsoft.graph.applicationDataType"},"termsOfService":{"type":"string","description":"Specifies the URL of the application's terms of service.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.applicationRiskFactorLegalInfo":{"title":"applicationRiskFactorLegalInfo","required":["@odata.type"],"type":"object","properties":{"dataRetention":{"$ref":"#/components/schemas/microsoft.graph.dataRetentionLevel"},"gdpr":{"$ref":"#/components/schemas/microsoft.graph.applicationRiskFactorLegalInfoGdpr"},"hasDataOwnership":{"type":"boolean","description":"Indicates whether customers maintain ownership and control of their data processed or stored by the application.","nullable":true},"hasDmca":{"type":"boolean","description":"Indicates whether the application or organization complies with the Digital Millennium Copyright Act (DMCA) or equivalent copyright protection frameworks.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.applicationRiskFactorSecurityInfo":{"title":"applicationRiskFactorSecurityInfo","required":["@odata.type"],"type":"object","properties":{"certificate":{"$ref":"#/components/schemas/microsoft.graph.applicationRiskFactorCertificateInfo"},"domainToCheck":{"type":"string","description":"Specifies the domain or hostname evaluated during the security assessment.","nullable":true},"hasAdminAuditTrail":{"type":"boolean","description":"Indicates whether the application maintains an audit trail for administrative actions.","nullable":true},"hasAnonymousUsage":{"type":"boolean","description":"Indicates whether the application allows anonymous or unauthenticated usage.","nullable":true},"hasDataAuditTrail":{"type":"boolean","description":"Indicates whether the application logs access or modification of customer data for audit purposes.","nullable":true},"hasDataClassification":{"type":"boolean","description":"Indicates whether the application classifies and labels data based on sensitivity levels.","nullable":true},"hasDataEncrypted":{"type":"boolean","description":"Indicates whether data at rest and in transit are encrypted using approved algorithms.","nullable":true},"hasEnforceTransportEnc":{"type":"boolean","description":"Indicates whether HTTPS or equivalent secure transport is enforced for all communication channels.","nullable":true},"hasIpRestriction":{"type":"boolean","description":"Indicates whether access to the application can be restricted based on IP address or network range.","nullable":true},"hasMFA":{"type":"boolean","description":"Indicates whether the application supports or enforces multi-factor authentication (MFA).","nullable":true},"hasPenTest":{"type":"boolean","description":"Indicates whether the application undergoes periodic penetration testing or external security reviews.","nullable":true},"hasRememberPassword":{"type":"boolean","description":"Indicates whether the application supports password-saving functionality, which may pose a security risk.","nullable":true},"hasSamlSupport":{"type":"boolean","description":"Indicates whether the application supports SAML-based single sign-on (SSO).","nullable":true},"hasUserAuditLogs":{"type":"boolean","description":"Indicates whether user activity is logged for security or compliance monitoring.","nullable":true},"hasUserDataUpload":{"type":"boolean","description":"Indicates whether users can upload or store personal or organizational data within the application.","nullable":true},"hasUserRolesSupport":{"type":"boolean","description":"Indicates whether the application supports role-based access control (RBAC).","nullable":true},"hasValidCertName":{"type":"boolean","description":"Indicates whether the certificate’s common name matches the application’s verified domain.","nullable":true},"httpsSecurityHeaders":{"type":"array","items":{"type":"string"},"description":"Lists the HTTP security headers detected for the application (for example, HSTS, X-Frame-Options, or CSP)."},"isCertTrusted":{"type":"boolean","description":"Indicates whether the application’s certificate is signed by a trusted certificate authority (CA).","nullable":true},"isDrownVulnerable":{"type":"boolean","description":"Indicates whether the application is vulnerable to the DROWN (Decrypting RSA with Obsolete and Weakened eNcryption) attack.","nullable":true},"isHeartbleedProof":{"type":"boolean","description":"Indicates whether the application’s SSL implementation is protected from the Heartbleed vulnerability.","nullable":true},"lastBreachDate":{"pattern":"^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$","type":"string","description":"Specifies the date of the last publicly reported data breach or security incident related to the application, if known.","format":"date","nullable":true},"latestValidSSL":{"$ref":"#/components/schemas/microsoft.graph.sslVersion"},"passwordPolicy":{"$ref":"#/components/schemas/microsoft.graph.passwordPolicy"},"restEncryptionType":{"$ref":"#/components/schemas/microsoft.graph.restEncryptionType"},"@odata.type":{"type":"string"}}},"microsoft.graph.auditProperty":{"title":"auditProperty","required":["@odata.type"],"type":"object","properties":{"displayName":{"type":"string","description":"Display name.","nullable":true},"newValue":{"type":"string","description":"New value.","nullable":true},"oldValue":{"type":"string","description":"Old value.","nullable":true},"@odata.type":{"type":"string"}},"description":"A class containing the properties for Audit Property."},"microsoft.graph.authenticationConditionsApplications":{"title":"authenticationConditionsApplications","required":["@odata.type"],"type":"object","properties":{"includeApplications":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.authenticationConditionApplication"},"x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}},"microsoft.graph.onAttributeCollectionExternalUsersSelfServiceSignUp":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.onAttributeCollectionHandler"},{"title":"onAttributeCollectionExternalUsersSelfServiceSignUp","required":["@odata.type"],"type":"object","properties":{"attributeCollectionPage":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.authenticationAttributeCollectionPage"},{"type":"object","nullable":true}],"description":"Required. The configuration for how attributes are displayed in the sign-up experience defined by a user flow, like the externalUsersSelfServiceSignupEventsFlow, specifically on the attribute collection page."},"attributes":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.identityUserFlowAttribute"},"x-ms-navigationProperty":true},"@odata.type":{"type":"string","default":"#microsoft.graph.onAttributeCollectionExternalUsersSelfServiceSignUp"}}}],"x-ms-discriminator-value":"#microsoft.graph.onAttributeCollectionExternalUsersSelfServiceSignUp"},"microsoft.graph.onAttributeCollectionStartCustomExtensionHandler":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.onAttributeCollectionStartHandler"},{"title":"onAttributeCollectionStartCustomExtensionHandler","required":["@odata.type"],"type":"object","properties":{"configuration":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.customExtensionOverwriteConfiguration"},{"type":"object","nullable":true}],"description":"Configuration regarding properties of the custom extension that are can be overwritten per event listener."},"customExtension":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.onAttributeCollectionStartCustomExtension"},{"type":"object","nullable":true}],"x-ms-navigationProperty":true},"@odata.type":{"type":"string","default":"#microsoft.graph.onAttributeCollectionStartCustomExtensionHandler"}}}],"x-ms-discriminator-value":"#microsoft.graph.onAttributeCollectionStartCustomExtensionHandler"},"microsoft.graph.onAttributeCollectionSubmitCustomExtensionHandler":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.onAttributeCollectionSubmitHandler"},{"title":"onAttributeCollectionSubmitCustomExtensionHandler","required":["@odata.type"],"type":"object","properties":{"configuration":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.customExtensionOverwriteConfiguration"},{"type":"object","nullable":true}],"description":"Configuration regarding properties of the custom extension that can be overwritten per event listener."},"customExtension":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.onAttributeCollectionSubmitCustomExtension"},{"type":"object","nullable":true}],"x-ms-navigationProperty":true},"@odata.type":{"type":"string","default":"#microsoft.graph.onAttributeCollectionSubmitCustomExtensionHandler"}}}],"x-ms-discriminator-value":"#microsoft.graph.onAttributeCollectionSubmitCustomExtensionHandler"},"microsoft.graph.onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.onAuthenticationMethodLoadStartHandler"},{"title":"onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp","required":["@odata.type"],"type":"object","properties":{"identityProviders":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.identityProviderBase"},"x-ms-navigationProperty":true},"@odata.type":{"type":"string","default":"#microsoft.graph.onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp"}}}],"x-ms-discriminator-value":"#microsoft.graph.onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp"},"microsoft.graph.onOtpSendCustomExtensionHandler":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.onOtpSendHandler"},{"title":"onOtpSendCustomExtensionHandler","required":["@odata.type"],"type":"object","properties":{"configuration":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.customExtensionOverwriteConfiguration"},{"type":"object","nullable":true}],"description":"Configuration regarding properties of the custom extension that are can be overwritten for the onEmailOtpSendListener event listener."},"customExtension":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.onOtpSendCustomExtension"},{"type":"object","nullable":true}],"x-ms-navigationProperty":true},"@odata.type":{"type":"string","default":"#microsoft.graph.onOtpSendCustomExtensionHandler"}}}],"x-ms-discriminator-value":"#microsoft.graph.onOtpSendCustomExtensionHandler"},"microsoft.graph.onFraudProtectionLoadStartExternalUsersAuthHandler":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.onFraudProtectionLoadStartHandler"},{"title":"onFraudProtectionLoadStartExternalUsersAuthHandler","required":["@odata.type"],"type":"object","properties":{"signUp":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.fraudProtectionConfiguration"},{"type":"object","nullable":true}],"description":"Specifies the fraud protection configuration for sign-up events."},"@odata.type":{"type":"string","default":"#microsoft.graph.onFraudProtectionLoadStartExternalUsersAuthHandler"}}}],"x-ms-discriminator-value":"#microsoft.graph.onFraudProtectionLoadStartExternalUsersAuthHandler"},"microsoft.graph.onInteractiveAuthFlowStartExternalUsersSelfServiceSignUp":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.onInteractiveAuthFlowStartHandler"},{"title":"onInteractiveAuthFlowStartExternalUsersSelfServiceSignUp","required":["@odata.type"],"type":"object","properties":{"isSignUpAllowed":{"type":"boolean","description":"Optional. Specifies whether the authentication flow includes an option to sign up (create account) and sign in. Default value is false meaning only sign in is enabled."},"@odata.type":{"type":"string","default":"#microsoft.graph.onInteractiveAuthFlowStartExternalUsersSelfServiceSignUp"}}}],"x-ms-discriminator-value":"#microsoft.graph.onInteractiveAuthFlowStartExternalUsersSelfServiceSignUp"},"microsoft.graph.onPasswordMigrationCustomExtensionHandler":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.onPasswordSubmitHandler"},{"title":"onPasswordMigrationCustomExtensionHandler","required":["@odata.type"],"type":"object","properties":{"configuration":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.customExtensionOverwriteConfiguration"},{"type":"object","nullable":true}],"description":"Configuration that overrides the default settings from the referenced custom extension, such as timeout and retry values. Optional."},"migrationPropertyId":{"type":"string","description":"The name of the custom extension attribute that indicates whether a user requires migration. This property must reference a valid custom attribute on the user object (for example, extension<appId>requiresMigration). Required."},"customExtension":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.onPasswordSubmitCustomExtension"},{"type":"object","nullable":true}],"x-ms-navigationProperty":true},"@odata.type":{"type":"string","default":"#microsoft.graph.onPasswordMigrationCustomExtensionHandler"}}}],"x-ms-discriminator-value":"#microsoft.graph.onPasswordMigrationCustomExtensionHandler"},"microsoft.graph.onTokenIssuanceStartCustomExtensionHandler":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.onTokenIssuanceStartHandler"},{"title":"onTokenIssuanceStartCustomExtensionHandler","required":["@odata.type"],"type":"object","properties":{"configuration":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.customExtensionOverwriteConfiguration"},{"type":"object","nullable":true}]},"customExtension":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.onTokenIssuanceStartCustomExtension"},{"type":"object","nullable":true}],"x-ms-navigationProperty":true},"@odata.type":{"type":"string","default":"#microsoft.graph.onTokenIssuanceStartCustomExtensionHandler"}}}],"x-ms-discriminator-value":"#microsoft.graph.onTokenIssuanceStartCustomExtensionHandler"},"microsoft.graph.onUserCreateStartExternalUsersSelfServiceSignUp":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.onUserCreateStartHandler"},{"title":"onUserCreateStartExternalUsersSelfServiceSignUp","required":["@odata.type"],"type":"object","properties":{"userTypeToCreate":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.userType"},{"type":"object","nullable":true}],"description":"The type of user to create. Maps to userType property of user object. The possible values are: member, guest, unknownFutureValue."},"@odata.type":{"type":"string","default":"#microsoft.graph.onUserCreateStartExternalUsersSelfServiceSignUp"}}}],"x-ms-discriminator-value":"#microsoft.graph.onUserCreateStartExternalUsersSelfServiceSignUp"},"microsoft.graph.onVerifiedIdClaimValidationCustomExtensionHandler":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.onVerifiedIdClaimValidationHandler"},{"title":"onVerifiedIdClaimValidationCustomExtensionHandler","required":["@odata.type"],"type":"object","properties":{"configuration":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.customExtensionOverwriteConfiguration"},{"type":"object","nullable":true}],"description":"Configuration that overrides the default settings from the referenced custom extension, such as timeout and retry values. Optional."},"customExtension":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.onVerifiedIdClaimValidationCustomExtension"},{"type":"object","nullable":true}],"x-ms-navigationProperty":true},"@odata.type":{"type":"string","default":"#microsoft.graph.onVerifiedIdClaimValidationCustomExtensionHandler"}}}],"x-ms-discriminator-value":"#microsoft.graph.onVerifiedIdClaimValidationCustomExtensionHandler"},"microsoft.graph.webauthnAuthenticationExtensionsClientOutputs":{"title":"webauthnAuthenticationExtensionsClientOutputs","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}}},"microsoft.graph.webauthnAuthenticatorAttestationResponse":{"title":"webauthnAuthenticatorAttestationResponse","required":["@odata.type"],"type":"object","properties":{"attestationObject":{"type":"string","description":"A CBOR-encoded attestation object containing the authenticator data and attestation statement. This value is Base64URL-encoded without padding.","nullable":true},"clientDataJSON":{"type":"string","description":"Contains the JSON-compatible serialization of client data passed to the authenticator by the client. This value is Base64URL-encoded without padding.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.fido2RestrictionEnforcementType":{"title":"fido2RestrictionEnforcementType","enum":["allow","block","unknownFutureValue"],"type":"string"},"microsoft.graph.authenticationMethodFeatureConfiguration":{"title":"authenticationMethodFeatureConfiguration","required":["@odata.type"],"type":"object","properties":{"excludeTarget":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.featureTarget"},{"type":"object","nullable":true}],"description":"A single entity that is excluded from this feature."},"includeTarget":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.featureTarget"},{"type":"object","nullable":true}],"description":"A single entity that is included in this feature."},"state":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.advancedConfigState"},{"type":"object","nullable":true}],"description":"Enable or disable the feature. The possible values are: default, enabled, disabled, unknownFutureValue. The default value is used when the configuration hasn't been explicitly set and uses the default behavior of Microsoft Entra ID for the setting. The default value is disabled."},"@odata.type":{"type":"string"}}},"microsoft.graph.x509CertificateRule":{"title":"x509CertificateRule","required":["@odata.type"],"type":"object","properties":{"identifier":{"type":"string","description":"The identifier of the X.509 certificate. Required.","nullable":true},"issuerSubjectIdentifier":{"type":"string","nullable":true},"policyOidIdentifier":{"type":"string","nullable":true},"x509CertificateAuthenticationMode":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.x509CertificateAuthenticationMode"},{"type":"object","nullable":true}],"description":"The type of strong authentication mode. The possible values are: x509CertificateSingleFactor, x509CertificateMultiFactor, unknownFutureValue. Required."},"x509CertificateRequiredAffinityLevel":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.x509CertificateAffinityLevel"},{"type":"object","nullable":true}]},"x509CertificateRuleType":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.x509CertificateRuleType"},{"type":"object","nullable":true}],"description":"The type of the X.509 certificate mode configuration rule. The possible values are: issuerSubject, policyOID, unknownFutureValue. Required."},"@odata.type":{"type":"string"}}},"microsoft.graph.x509CertificateAuthenticationMode":{"title":"x509CertificateAuthenticationMode","enum":["x509CertificateSingleFactor","x509CertificateMultiFactor","unknownFutureValue"],"type":"string"},"microsoft.graph.x509CertificateAffinityLevel":{"title":"x509CertificateAffinityLevel","enum":["low","high","unknownFutureValue"],"type":"string"},"microsoft.graph.includeTarget":{"title":"includeTarget","required":["@odata.type"],"type":"object","properties":{"id":{"type":"string","description":"The ID of the entity targeted."},"targetType":{"$ref":"#/components/schemas/microsoft.graph.authenticationMethodTargetType"},"@odata.type":{"type":"string"}}},"microsoft.graph.x509CertificateCRLValidationConfigurationState":{"title":"x509CertificateCRLValidationConfigurationState","enum":["disabled","enabled","unknownFutureValue"],"type":"string"},"microsoft.graph.x509CertificateIssuerHintsState":{"title":"x509CertificateIssuerHintsState","enum":["disabled","enabled","unknownFutureValue"],"type":"string"},"microsoft.graph.authenticationMethodsRegistrationCampaign":{"title":"authenticationMethodsRegistrationCampaign","required":["@odata.type"],"type":"object","properties":{"excludeTargets":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.excludeTarget"},"description":"Users and groups of users that are excluded from being prompted to set up the authentication method."},"includeTargets":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.authenticationMethodsRegistrationCampaignIncludeTarget"},"description":"Users and groups of users that are prompted to set up the authentication method."},"snoozeDurationInDays":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Specifies the number of days that the user sees a prompt again if they select 'Not now' and snoozes the prompt. Minimum: 0 days. Maximum: 14 days. If the value is '0', the user is prompted during every MFA attempt.","format":"int32"},"state":{"$ref":"#/components/schemas/microsoft.graph.advancedConfigState"},"@odata.type":{"type":"string"}}},"microsoft.graph.backupServiceConsumer":{"title":"backupServiceConsumer","enum":["unknown","firstparty","thirdparty","unknownFutureValue"],"type":"string"},"microsoft.graph.disableReason":{"title":"disableReason","enum":["none","invalidBillingProfile","userRequested","unknownFutureValue"],"type":"string"},"microsoft.graph.backupServiceStatus":{"title":"backupServiceStatus","enum":["disabled","enabled","protectionChangeLocked","restoreLocked","unknownFutureValue"],"type":"string"},"microsoft.graph.titleAreaLayoutType":{"title":"titleAreaLayoutType","enum":["imageAndTitle","plain","colorBlock","overlap","unknownFutureValue"],"type":"string"},"microsoft.graph.serverProcessedContent":{"title":"serverProcessedContent","required":["@odata.type"],"type":"object","properties":{"htmlStrings":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.metaDataKeyStringPair"},"description":"A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them."},"imageSources":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.metaDataKeyStringPair"},"description":"A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them."},"links":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.metaDataKeyStringPair"},"description":"A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them."},"searchablePlainTexts":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.metaDataKeyStringPair"},"description":"A key-value map where keys are string identifiers and values are strings that should be search indexed."},"@odata.type":{"type":"string"}}},"microsoft.graph.titleAreaTextAlignmentType":{"title":"titleAreaTextAlignmentType","enum":["left","center","unknownFutureValue"],"type":"string"},"microsoft.graph.album":{"title":"album","required":["@odata.type"],"type":"object","properties":{"coverImageItemId":{"type":"string","description":"Unique identifier of the driveItem that is the cover of the album.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.hashes":{"title":"hashes","required":["@odata.type"],"type":"object","properties":{"crc32Hash":{"type":"string","description":"The CRC32 value of the file (if available). Read-only.","nullable":true},"quickXorHash":{"type":"string","description":"A proprietary hash of the file that can be used to determine if the contents of the file change (if available). Read-only.","nullable":true},"sha1Hash":{"type":"string","description":"SHA1 hash for the contents of the file (if available). Read-only.","nullable":true},"sha256Hash":{"type":"string","description":"This property isn't supported. Don't use.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.folderView":{"title":"folderView","required":["@odata.type"],"type":"object","properties":{"sortBy":{"type":"string","description":"The method by which the folder should be sorted.","nullable":true},"sortOrder":{"type":"string","description":"If true, indicates that items should be sorted in descending order. Otherwise, items should be sorted ascending.","nullable":true},"viewType":{"type":"string","description":"The type of view that should be used to represent the folder.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.pendingContentUpdate":{"title":"pendingContentUpdate","required":["@odata.type"],"type":"object","properties":{"queuedDateTime":{"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":"Date and time the pending binary operation was queued in UTC time. Read-only.","format":"date-time","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.bookingCustomerInformation":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.bookingCustomerInformationBase"},{"title":"bookingCustomerInformation","required":["@odata.type"],"type":"object","properties":{"customerId":{"type":"string","description":"The ID of the bookingCustomer for this appointment. If no ID is specified when an appointment is created, then a new bookingCustomer object is created. Once set, you should consider the customerId immutable.","nullable":true},"customQuestionAnswers":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.bookingQuestionAnswer"},"description":"It consists of the list of custom questions and answers given by the customer as part of the appointment"},"emailAddress":{"type":"string","description":"The SMTP address of the bookingCustomer who is booking the appointment","nullable":true},"location":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.location"},{"type":"object","nullable":true}],"description":"Represents location information for the bookingCustomer who is booking the appointment."},"name":{"type":"string","description":"The customer's name.","nullable":true},"notes":{"type":"string","description":"Notes from the customer associated with this appointment. You can get the value only when reading this bookingAppointment by its ID. You can set this property only when initially creating an appointment with a new customer. After that point, the value is computed from the customer represented by the customerId.","nullable":true},"phone":{"type":"string","description":"The customer's phone number.","nullable":true},"timeZone":{"type":"string","description":"The time zone of the customer. For a list of possible values, see dateTimeTimeZone.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.bookingCustomerInformation"}}}],"x-ms-discriminator-value":"#microsoft.graph.bookingCustomerInformation"},"microsoft.graph.bookingReminderRecipients":{"title":"bookingReminderRecipients","enum":["allAttendees","staff","customer","unknownFutureValue"],"type":"string"},"microsoft.graph.bookingPageAccessControl":{"title":"bookingPageAccessControl","enum":["unrestricted","restrictedToOrganization","unknownFutureValue"],"type":"string"},"microsoft.graph.bookingWorkTimeSlot":{"title":"bookingWorkTimeSlot","required":["@odata.type"],"type":"object","properties":{"endTime":{"pattern":"^([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?$","type":"string","description":"The time of the day when work stops. For example, 17:00:00.0000000.","format":"time"},"startTime":{"pattern":"^([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?$","type":"string","description":"The time of the day when work starts. For example, 08:00:00.0000000.","format":"time"},"@odata.type":{"type":"string"}}},"microsoft.graph.bookingsAvailabilityWindow":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.bookingsAvailability"},{"title":"bookingsAvailabilityWindow","required":["@odata.type"],"type":"object","properties":{"endDate":{"pattern":"^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$","type":"string","description":"End date of the availability window.","format":"date","nullable":true},"startDate":{"pattern":"^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$","type":"string","description":"Start date of the availability window.","format":"date","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.bookingsAvailabilityWindow"}}}],"x-ms-discriminator-value":"#microsoft.graph.bookingsAvailabilityWindow"},"microsoft.graph.bookingsAvailability":{"title":"bookingsAvailability","required":["@odata.type"],"type":"object","properties":{"availabilityType":{"$ref":"#/components/schemas/microsoft.graph.bookingsServiceAvailabilityType"},"businessHours":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.bookingWorkHours"},"description":"The hours of operation in a week. The business hours value is set to null if the availability type isn't customWeeklyHours."},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.bookingsAvailabilityWindow":"#/components/schemas/microsoft.graph.bookingsAvailabilityWindow"}}},"microsoft.graph.incomingCallOptions":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.callOptions"},{"title":"incomingCallOptions","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.incomingCallOptions"}}}],"x-ms-discriminator-value":"#microsoft.graph.incomingCallOptions"},"microsoft.graph.outgoingCallOptions":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.callOptions"},{"title":"outgoingCallOptions","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.outgoingCallOptions"}}}],"x-ms-discriminator-value":"#microsoft.graph.outgoingCallOptions"},"microsoft.graph.routingType":{"title":"routingType","enum":["forwarded","lookup","selfFork","unknownFutureValue"],"type":"string"},"microsoft.graph.appHostedMediaConfig":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.mediaConfig"},{"title":"appHostedMediaConfig","required":["@odata.type"],"type":"object","properties":{"blob":{"type":"string","description":"The media configuration blob generated by smart media agent.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.appHostedMediaConfig"}}}],"x-ms-discriminator-value":"#microsoft.graph.appHostedMediaConfig"},"microsoft.graph.serviceHostedMediaConfig":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.mediaConfig"},{"title":"serviceHostedMediaConfig","required":["@odata.type"],"type":"object","properties":{"preFetchMedia":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.mediaInfo"},"description":"The list of media to pre-fetch."},"@odata.type":{"type":"string","default":"#microsoft.graph.serviceHostedMediaConfig"}}}],"x-ms-discriminator-value":"#microsoft.graph.serviceHostedMediaConfig"},"microsoft.graph.mediaState":{"title":"mediaState","enum":["active","inactive","unknownFutureValue"],"type":"string"},"microsoft.graph.joinMeetingIdMeetingInfo":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.meetingInfo"},{"title":"joinMeetingIdMeetingInfo","required":["@odata.type"],"type":"object","properties":{"joinMeetingId":{"type":"string","description":"The ID used to join the meeting."},"passcode":{"type":"string","description":"The passcode used to join the meeting. Optional.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.joinMeetingIdMeetingInfo"}}}],"x-ms-discriminator-value":"#microsoft.graph.joinMeetingIdMeetingInfo"},"microsoft.graph.organizerMeetingInfo":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.meetingInfo"},{"title":"organizerMeetingInfo","required":["@odata.type"],"type":"object","properties":{"organizer":{"$ref":"#/components/schemas/microsoft.graph.identitySet"},"@odata.type":{"type":"string","default":"#microsoft.graph.organizerMeetingInfo"}}}],"x-ms-discriminator-value":"#microsoft.graph.organizerMeetingInfo"},"microsoft.graph.tokenMeetingInfo":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.meetingInfo"},{"title":"tokenMeetingInfo","required":["@odata.type"],"type":"object","properties":{"token":{"type":"string","description":"The token used to join the call."},"@odata.type":{"type":"string","default":"#microsoft.graph.tokenMeetingInfo"}}}],"x-ms-discriminator-value":"#microsoft.graph.tokenMeetingInfo"},"microsoft.graph.tone":{"title":"tone","enum":["tone0","tone1","tone2","tone3","tone4","tone5","tone6","tone7","tone8","tone9","star","pound","a","b","c","d","flash"],"type":"string"},"microsoft.graph.callTranscriptionState":{"title":"callTranscriptionState","enum":["notStarted","active","inactive","unknownFutureValue"],"type":"string"},"microsoft.graph.meetingNoteSubpoint":{"title":"meetingNoteSubpoint","required":["@odata.type"],"type":"object","properties":{"text":{"type":"string","nullable":true},"title":{"type":"string","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.mentionEvent":{"title":"mentionEvent","required":["@odata.type"],"type":"object","properties":{"eventDateTime":{"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},"speaker":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"type":"object","nullable":true}]},"transcriptUtterance":{"type":"string","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.policyDeletableItem":{"title":"policyDeletableItem","required":["@odata.type"],"type":"object","properties":{"deletedDateTime":{"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"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.conditionalAccessPolicy":"#/components/schemas/microsoft.graph.conditionalAccessPolicy","#microsoft.graph.whatIfAnalysisResult":"#/components/schemas/microsoft.graph.whatIfAnalysisResult","#microsoft.graph.namedLocation":"#/components/schemas/microsoft.graph.namedLocation","#microsoft.graph.countryNamedLocation":"#/components/schemas/microsoft.graph.countryNamedLocation","#microsoft.graph.ipNamedLocation":"#/components/schemas/microsoft.graph.ipNamedLocation"}}},"microsoft.graph.countryNamedLocation":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.namedLocation"},{"title":"countryNamedLocation","required":["@odata.type"],"type":"object","properties":{"countriesAndRegions":{"type":"array","items":{"type":"string"},"description":"List of countries and/or regions in two-letter format specified by ISO 3166-2. Required."},"countryLookupMethod":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.countryLookupMethodType"},{"type":"object","nullable":true}],"description":"Determines what method is used to decide which country the user is located in. Possible values are clientIpAddress(default) and authenticatorAppGps. Note: authenticatorAppGps is not yet supported in the Microsoft Cloud for US Government."},"includeUnknownCountriesAndRegions":{"type":"boolean","description":"true if IP addresses that don't map to a country or region should be included in the named location. Optional. Default value is false."},"@odata.type":{"type":"string","default":"#microsoft.graph.countryNamedLocation"}}}],"x-ms-discriminator-value":"#microsoft.graph.countryNamedLocation"},"microsoft.graph.ipNamedLocation":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.namedLocation"},{"title":"ipNamedLocation","required":["@odata.type"],"type":"object","properties":{"ipRanges":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.ipRange"},"description":"List of IP address ranges in IPv4 CIDR format (for example, 1.2.3.4/32) or any allowable IPv6 format from IETF RFC5969. Required."},"isTrusted":{"type":"boolean","description":"true if this location is explicitly trusted. Optional. Default value is false."},"@odata.type":{"type":"string","default":"#microsoft.graph.ipNamedLocation"}}}],"x-ms-discriminator-value":"#microsoft.graph.ipNamedLocation"},"microsoft.graph.conditionalAccessConditionSet":{"title":"conditionalAccessConditionSet","required":["@odata.type"],"type":"object","properties":{"applications":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.conditionalAccessApplications"},{"type":"object","nullable":true}],"description":"Applications and user actions included in and excluded from the policy. Required."},"authenticationFlows":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.conditionalAccessAuthenticationFlows"},{"type":"object","nullable":true}],"description":"Authentication flows included in the policy scope."},"clientApplications":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.conditionalAccessClientApplications"},{"type":"object","nullable":true}],"description":"Client applications (service principals and workload identities) included in and excluded from the policy. Either users or clientApplications is required."},"clientAppTypes":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.conditionalAccessClientApp"},"description":"Client application types included in the policy. The possible values are: all, browser, mobileAppsAndDesktopClients, exchangeActiveSync, easSupported, other. Required.  The easUnsupported enumeration member will be deprecated in favor of exchangeActiveSync, which includes EAS supported and unsupported platforms."},"devices":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.conditionalAccessDevices"},{"type":"object","nullable":true}],"description":"Devices in the policy."},"insiderRiskLevels":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.conditionalAccessInsiderRiskLevels"},{"type":"object","nullable":true}],"description":"Insider risk levels included in the policy. The possible values are: minor, moderate, elevated, unknownFutureValue."},"locations":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.conditionalAccessLocations"},{"type":"object","nullable":true}],"description":"Locations included in and excluded from the policy."},"platforms":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.conditionalAccessPlatforms"},{"type":"object","nullable":true}],"description":"Platforms included in and excluded from the policy."},"servicePrincipalRiskLevels":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.riskLevel"},"description":"Service principal risk levels included in the policy. The possible values are: low, medium, high, none, unknownFutureValue."},"signInRiskLevels":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.riskLevel"},"description":"Sign-in risk levels included in the policy. The possible values are: low, medium, high, hidden, none, unknownFutureValue. Required."},"userRiskLevels":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.riskLevel"},"description":"User risk levels included in the policy. The possible values are: low, medium, high, hidden, none, unknownFutureValue. Required."},"users":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.conditionalAccessUsers"},{"type":"object","nullable":true}],"description":"Users, groups, and roles included in and excluded from the policy. Either users or clientApplications is required."},"@odata.type":{"type":"string"}}},"microsoft.graph.conditionalAccessGrantControls":{"title":"conditionalAccessGrantControls","required":["@odata.type"],"type":"object","properties":{"builtInControls":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.conditionalAccessGrantControl"},"description":"List of values of built-in controls required by the policy. Possible values: block, mfa, compliantDevice, domainJoinedDevice, approvedApplication, compliantApplication, passwordChange, unknownFutureValue, riskRemediation.  Use the Prefer: include-unknown-enum-members request header to get the following value in this evolvable enum: riskRemediation."},"customAuthenticationFactors":{"type":"array","items":{"type":"string"},"description":"List of custom controls IDs required by the policy. For more information, see Custom controls."},"operator":{"type":"string","description":"Defines the relationship of the grant controls. Possible values: AND, OR.","nullable":true},"termsOfUse":{"type":"array","items":{"type":"string"},"description":"List of terms of use IDs required by the policy."},"authenticationStrength":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.authenticationStrengthPolicy"},{"type":"object","nullable":true}],"x-ms-navigationProperty":true},"@odata.type":{"type":"string"}}},"microsoft.graph.conditionalAccessSessionControls":{"title":"conditionalAccessSessionControls","required":["@odata.type"],"type":"object","properties":{"applicationEnforcedRestrictions":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.applicationEnforcedRestrictionsSessionControl"},{"type":"object","nullable":true}],"description":"Session control to enforce application restrictions. Only Exchange Online and Sharepoint Online support this session control."},"cloudAppSecurity":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.cloudAppSecuritySessionControl"},{"type":"object","nullable":true}],"description":"Session control to apply cloud app security."},"disableResilienceDefaults":{"type":"boolean","description":"Session control that determines whether it is acceptable for Microsoft Entra ID to extend existing sessions based on information collected prior to an outage or not.","nullable":true},"persistentBrowser":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.persistentBrowserSessionControl"},{"type":"object","nullable":true}],"description":"Session control to define whether to persist cookies or not. All apps should be selected for this session control to work correctly."},"secureSignInSession":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.secureSignInSessionControl"},{"type":"object","nullable":true}]},"signInFrequency":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.signInFrequencySessionControl"},{"type":"object","nullable":true}],"description":"Session control to enforce signin frequency."},"@odata.type":{"type":"string"}}},"microsoft.graph.conditionalAccessPolicyState":{"title":"conditionalAccessPolicyState","enum":["enabled","disabled","enabledForReportingButNotEnforced"],"type":"string"},"microsoft.graph.whatIfAnalysisResult":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.conditionalAccessPolicy"},{"title":"whatIfAnalysisResult","required":["@odata.type"],"type":"object","properties":{"analysisReasons":{"$ref":"#/components/schemas/microsoft.graph.whatIfAnalysisReasons"},"policyApplies":{"type":"boolean","description":"Specifies whether the policy applies to the sign-in properties provided in the request body. If policyApplies is true, the policy applies to the sign-in based on the sign-in properties provided. If policyApplies is false, the policy doesn't apply to the sign-in based on the sign-in properties provided and the analysisReasons property is populated to show the reason for the policy not applying."},"@odata.type":{"type":"string","default":"#microsoft.graph.whatIfAnalysisResult"}}}],"x-ms-discriminator-value":"#microsoft.graph.whatIfAnalysisResult"},"microsoft.graph.scheduleEntity":{"title":"scheduleEntity","required":["@odata.type"],"type":"object","properties":{"endDateTime":{"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},"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","format":"date-time","nullable":true},"theme":{"$ref":"#/components/schemas/microsoft.graph.scheduleEntityTheme"},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.shiftItem":"#/components/schemas/microsoft.graph.shiftItem","#microsoft.graph.openShiftItem":"#/components/schemas/microsoft.graph.openShiftItem","#microsoft.graph.timeOffItem":"#/components/schemas/microsoft.graph.timeOffItem"}}},"microsoft.graph.shiftActivity":{"title":"shiftActivity","required":["@odata.type"],"type":"object","properties":{"code":{"type":"string","description":"Customer defined code for the shiftActivity. Required.","nullable":true},"displayName":{"type":"string","description":"The name of the shiftActivity. Required.","nullable":true},"endDateTime":{"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 and time for the shiftActivity. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Required.","format":"date-time","nullable":true},"isPaid":{"type":"boolean","description":"Indicates whether the microsoft.graph.user should be paid for the activity during their shift. Required.","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 start date and time for the shiftActivity. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Required.","format":"date-time","nullable":true},"theme":{"$ref":"#/components/schemas/microsoft.graph.scheduleEntityTheme"},"@odata.type":{"type":"string"}}},"microsoft.graph.timeRange":{"title":"timeRange","required":["@odata.type"],"type":"object","properties":{"endTime":{"pattern":"^([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?$","type":"string","description":"End time for the time range.","format":"time","nullable":true},"startTime":{"pattern":"^([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?$","type":"string","description":"Start time for the time range.","format":"time","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.workforceIntegrationEncryptionProtocol":{"title":"workforceIntegrationEncryptionProtocol","enum":["sharedSecret","unknownFutureValue"],"type":"string"},"microsoft.graph.callEndedEventMessageDetail":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.eventMessageDetail"},{"title":"callEndedEventMessageDetail","required":["@odata.type"],"type":"object","properties":{"callDuration":{"pattern":"^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$","type":"string","description":"Duration of the call.","format":"duration","nullable":true},"callEventType":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.teamworkCallEventType"},{"type":"object","nullable":true}],"description":"Represents the call event type. The possible values are: call, meeting, screenShare, unknownFutureValue."},"callId":{"type":"string","description":"Unique identifier of the call.","nullable":true},"callParticipants":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.callParticipantInfo"},"description":"List of call participants."},"initiator":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"type":"object","nullable":true}],"description":"Initiator of the event."},"@odata.type":{"type":"string","default":"#microsoft.graph.callEndedEventMessageDetail"}}}],"x-ms-discriminator-value":"#microsoft.graph.callEndedEventMessageDetail"},"microsoft.graph.callRecordingEventMessageDetail":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.eventMessageDetail"},{"title":"callRecordingEventMessageDetail","required":["@odata.type"],"type":"object","properties":{"callId":{"type":"string","description":"Unique identifier of the call.","nullable":true},"callRecordingDisplayName":{"type":"string","description":"Display name for the call recording.","nullable":true},"callRecordingDuration":{"pattern":"^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$","type":"string","description":"Duration of the call recording.","format":"duration","nullable":true},"callRecordingStatus":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.callRecordingStatus"},{"type":"object","nullable":true}],"description":"Status of the call recording. The possible values are: success, failure, initial, chunkFinished, unknownFutureValue."},"callRecordingUrl":{"type":"string","description":"Call recording URL.","nullable":true},"initiator":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"type":"object","nullable":true}],"description":"Initiator of the event."},"meetingOrganizer":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"type":"object","nullable":true}],"description":"Organizer of the meeting."},"@odata.type":{"type":"string","default":"#microsoft.graph.callRecordingEventMessageDetail"}}}],"x-ms-discriminator-value":"#microsoft.graph.callRecordingEventMessageDetail"},"microsoft.graph.callStartedEventMessageDetail":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.eventMessageDetail"},{"title":"callStartedEventMessageDetail","required":["@odata.type"],"type":"object","properties":{"callEventType":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.teamworkCallEventType"},{"type":"object","nullable":true}],"description":"Represents the call event type. The possible values are: call, meeting, screenShare, unknownFutureValue."},"callId":{"type":"string","description":"Unique identifier of the call.","nullable":true},"initiator":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"type":"object","nullable":true}],"description":"Initiator of the event."},"@odata.type":{"type":"string","default":"#microsoft.graph.callStartedEventMessageDetail"}}}],"x-ms-discriminator-value":"#microsoft.graph.callStartedEventMessageDetail"},"microsoft.graph.callTranscriptEventMessageDetail":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.eventMessageDetail"},{"title":"callTranscriptEventMessageDetail","required":["@odata.type"],"type":"object","properties":{"callId":{"type":"string","description":"Unique identifier of the call.","nullable":true},"callTranscriptICalUid":{"type":"string","description":"Unique identifier for a call transcript.","nullable":true},"meetingOrganizer":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"type":"object","nullable":true}],"description":"The organizer of the meeting."},"@odata.type":{"type":"string","default":"#microsoft.graph.callTranscriptEventMessageDetail"}}}],"x-ms-discriminator-value":"#microsoft.graph.callTranscriptEventMessageDetail"},"microsoft.graph.channelAddedEventMessageDetail":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.eventMessageDetail"},{"title":"channelAddedEventMessageDetail","required":["@odata.type"],"type":"object","properties":{"channelDisplayName":{"type":"string","description":"Display name of the channel.","nullable":true},"channelId":{"type":"string","description":"Unique identifier of the channel.","nullable":true},"initiator":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"type":"object","nullable":true}],"description":"Initiator of the event."},"@odata.type":{"type":"string","default":"#microsoft.graph.channelAddedEventMessageDetail"}}}],"x-ms-discriminator-value":"#microsoft.graph.channelAddedEventMessageDetail"},"microsoft.graph.channelDeletedEventMessageDetail":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.eventMessageDetail"},{"title":"channelDeletedEventMessageDetail","required":["@odata.type"],"type":"object","properties":{"channelDisplayName":{"type":"string","description":"Display name of the channel.","nullable":true},"channelId":{"type":"string","description":"Unique identifier of the channel.","nullable":true},"initiator":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"type":"object","nullable":true}],"description":"Initiator of the event."},"@odata.type":{"type":"string","default":"#microsoft.graph.channelDeletedEventMessageDetail"}}}],"x-ms-discriminator-value":"#microsoft.graph.channelDeletedEventMessageDetail"},"microsoft.graph.channelDescriptionUpdatedEventMessageDetail":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.eventMessageDetail"},{"title":"channelDescriptionUpdatedEventMessageDetail","required":["@odata.type"],"type":"object","properties":{"channelDescription":{"type":"string","description":"The updated description of the channel.","nullable":true},"channelId":{"type":"string","description":"Unique identifier of the channel.","nullable":true},"initiator":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"type":"object","nullable":true}],"description":"Initiator of the event."},"@odata.type":{"type":"string","default":"#microsoft.graph.channelDescriptionUpdatedEventMessageDetail"}}}],"x-ms-discriminator-value":"#microsoft.graph.channelDescriptionUpdatedEventMessageDetail"},"microsoft.graph.channelRenamedEventMessageDetail":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.eventMessageDetail"},{"title":"channelRenamedEventMessageDetail","required":["@odata.type"],"type":"object","properties":{"channelDisplayName":{"type":"string","description":"The updated name of the channel.","nullable":true},"channelId":{"type":"string","description":"Unique identifier of the channel.","nullable":true},"initiator":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"type":"object","nullable":true}],"description":"Initiator of the event."},"@odata.type":{"type":"string","default":"#microsoft.graph.channelRenamedEventMessageDetail"}}}],"x-ms-discriminator-value":"#microsoft.graph.channelRenamedEventMessageDetail"},"microsoft.graph.channelSetAsFavoriteByDefaultEventMessageDetail":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.eventMessageDetail"},{"title":"channelSetAsFavoriteByDefaultEventMessageDetail","required":["@odata.type"],"type":"object","properties":{"channelId":{"type":"string","description":"Unique identifier of the channel.","nullable":true},"initiator":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"type":"object","nullable":true}],"description":"Initiator of the event."},"@odata.type":{"type":"string","default":"#microsoft.graph.channelSetAsFavoriteByDefaultEventMessageDetail"}}}],"x-ms-discriminator-value":"#microsoft.graph.channelSetAsFavoriteByDefaultEventMessageDetail"},"microsoft.graph.channelUnsetAsFavoriteByDefaultEventMessageDetail":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.eventMessageDetail"},{"title":"channelUnsetAsFavoriteByDefaultEventMessageDetail","required":["@odata.type"],"type":"object","properties":{"channelId":{"type":"string","description":"Unique identifier of the channel.","nullable":true},"initiator":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"type":"object","nullable":true}],"description":"Initiator of the event."},"@odata.type":{"type":"string","default":"#microsoft.graph.channelUnsetAsFavoriteByDefaultEventMessageDetail"}}}],"x-ms-discriminator-value":"#microsoft.graph.channelUnsetAsFavoriteByDefaultEventMessageDetail"},"microsoft.graph.chatRenamedEventMessageDetail":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.eventMessageDetail"},{"title":"chatRenamedEventMessageDetail","required":["@odata.type"],"type":"object","properties":{"chatDisplayName":{"type":"string","description":"The updated name of the chat.","nullable":true},"chatId":{"type":"string","description":"Unique identifier of the chat.","nullable":true},"initiator":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"type":"object","nullable":true}],"description":"Initiator of the event."},"@odata.type":{"type":"string","default":"#microsoft.graph.chatRenamedEventMessageDetail"}}}],"x-ms-discriminator-value":"#microsoft.graph.chatRenamedEventMessageDetail"},"microsoft.graph.conversationMemberRoleUpdatedEventMessageDetail":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.eventMessageDetail"},{"title":"conversationMemberRoleUpdatedEventMessageDetail","required":["@odata.type"],"type":"object","properties":{"conversationMemberRoles":{"type":"array","items":{"type":"string","nullable":true},"description":"Roles for the coversation member user."},"conversationMemberUser":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.teamworkUserIdentity"},{"type":"object","nullable":true}],"description":"Identity of the conversation member user."},"initiator":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"type":"object","nullable":true}],"description":"Initiator of the event."},"@odata.type":{"type":"string","default":"#microsoft.graph.conversationMemberRoleUpdatedEventMessageDetail"}}}],"x-ms-discriminator-value":"#microsoft.graph.conversationMemberRoleUpdatedEventMessageDetail"},"microsoft.graph.meetingPolicyUpdatedEventMessageDetail":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.eventMessageDetail"},{"title":"meetingPolicyUpdatedEventMessageDetail","required":["@odata.type"],"type":"object","properties":{"initiator":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"type":"object","nullable":true}],"description":"Initiator of the event."},"meetingChatEnabled":{"type":"boolean","description":"Represents whether the meeting chat is enabled or not.","nullable":true},"meetingChatId":{"type":"string","description":"Unique identifier of the meeting chat.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.meetingPolicyUpdatedEventMessageDetail"}}}],"x-ms-discriminator-value":"#microsoft.graph.meetingPolicyUpdatedEventMessageDetail"},"microsoft.graph.membersAddedEventMessageDetail":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.eventMessageDetail"},{"title":"membersAddedEventMessageDetail","required":["@odata.type"],"type":"object","properties":{"initiator":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"type":"object","nullable":true}],"description":"Initiator of the event."},"members":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.teamworkUserIdentity"},"description":"List of members added."},"visibleHistoryStartDateTime":{"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 timestamp that denotes how far back a conversation's history is shared with the conversation members.","format":"date-time","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.membersAddedEventMessageDetail"}}}],"x-ms-discriminator-value":"#microsoft.graph.membersAddedEventMessageDetail"},"microsoft.graph.membersDeletedEventMessageDetail":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.eventMessageDetail"},{"title":"membersDeletedEventMessageDetail","required":["@odata.type"],"type":"object","properties":{"initiator":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"type":"object","nullable":true}],"description":"Initiator of the event."},"members":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.teamworkUserIdentity"},"description":"List of members deleted."},"@odata.type":{"type":"string","default":"#microsoft.graph.membersDeletedEventMessageDetail"}}}],"x-ms-discriminator-value":"#microsoft.graph.membersDeletedEventMessageDetail"},"microsoft.graph.membersJoinedEventMessageDetail":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.eventMessageDetail"},{"title":"membersJoinedEventMessageDetail","required":["@odata.type"],"type":"object","properties":{"initiator":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"type":"object","nullable":true}],"description":"Initiator of the event."},"members":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.teamworkUserIdentity"},"description":"List of members who joined the chat."},"@odata.type":{"type":"string","default":"#microsoft.graph.membersJoinedEventMessageDetail"}}}],"x-ms-discriminator-value":"#microsoft.graph.membersJoinedEventMessageDetail"},"microsoft.graph.membersLeftEventMessageDetail":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.eventMessageDetail"},{"title":"membersLeftEventMessageDetail","required":["@odata.type"],"type":"object","properties":{"initiator":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"type":"object","nullable":true}],"description":"Initiator of the event."},"members":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.teamworkUserIdentity"},"description":"List of members who left the chat."},"@odata.type":{"type":"string","default":"#microsoft.graph.membersLeftEventMessageDetail"}}}],"x-ms-discriminator-value":"#microsoft.graph.membersLeftEventMessageDetail"},"microsoft.graph.messagePinnedEventMessageDetail":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.eventMessageDetail"},{"title":"messagePinnedEventMessageDetail","required":["@odata.type"],"type":"object","properties":{"eventDateTime":{"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":"Date and time when the event occurred.","format":"date-time","nullable":true},"initiator":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"type":"object","nullable":true}],"description":"Initiator of the event."},"@odata.type":{"type":"string","default":"#microsoft.graph.messagePinnedEventMessageDetail"}}}],"x-ms-discriminator-value":"#microsoft.graph.messagePinnedEventMessageDetail"},"microsoft.graph.messageUnpinnedEventMessageDetail":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.eventMessageDetail"},{"title":"messageUnpinnedEventMessageDetail","required":["@odata.type"],"type":"object","properties":{"eventDateTime":{"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":"Date and time when the event occurred.","format":"date-time","nullable":true},"initiator":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"type":"object","nullable":true}],"description":"Initiator of the event."},"@odata.type":{"type":"string","default":"#microsoft.graph.messageUnpinnedEventMessageDetail"}}}],"x-ms-discriminator-value":"#microsoft.graph.messageUnpinnedEventMessageDetail"},"microsoft.graph.tabUpdatedEventMessageDetail":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.eventMessageDetail"},{"title":"tabUpdatedEventMessageDetail","required":["@odata.type"],"type":"object","properties":{"initiator":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"type":"object","nullable":true}],"description":"Initiator of the event."},"tabId":{"type":"string","description":"Unique identifier of the tab.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.tabUpdatedEventMessageDetail"}}}],"x-ms-discriminator-value":"#microsoft.graph.tabUpdatedEventMessageDetail"},"microsoft.graph.teamArchivedEventMessageDetail":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.eventMessageDetail"},{"title":"teamArchivedEventMessageDetail","required":["@odata.type"],"type":"object","properties":{"initiator":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"type":"object","nullable":true}],"description":"Initiator of the event."},"teamId":{"type":"string","description":"Unique identifier of the team.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.teamArchivedEventMessageDetail"}}}],"x-ms-discriminator-value":"#microsoft.graph.teamArchivedEventMessageDetail"},"microsoft.graph.teamCreatedEventMessageDetail":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.eventMessageDetail"},{"title":"teamCreatedEventMessageDetail","required":["@odata.type"],"type":"object","properties":{"initiator":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"type":"object","nullable":true}],"description":"Initiator of the event."},"teamDescription":{"type":"string","description":"Description for the team.","nullable":true},"teamDisplayName":{"type":"string","description":"Display name of the team.","nullable":true},"teamId":{"type":"string","description":"Unique identifier of the team.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.teamCreatedEventMessageDetail"}}}],"x-ms-discriminator-value":"#microsoft.graph.teamCreatedEventMessageDetail"},"microsoft.graph.teamDescriptionUpdatedEventMessageDetail":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.eventMessageDetail"},{"title":"teamDescriptionUpdatedEventMessageDetail","required":["@odata.type"],"type":"object","properties":{"initiator":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"type":"object","nullable":true}],"description":"Initiator of the event."},"teamDescription":{"type":"string","description":"The updated description for the team.","nullable":true},"teamId":{"type":"string","description":"Unique identifier of the team.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.teamDescriptionUpdatedEventMessageDetail"}}}],"x-ms-discriminator-value":"#microsoft.graph.teamDescriptionUpdatedEventMessageDetail"},"microsoft.graph.teamJoiningDisabledEventMessageDetail":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.eventMessageDetail"},{"title":"teamJoiningDisabledEventMessageDetail","required":["@odata.type"],"type":"object","properties":{"initiator":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"type":"object","nullable":true}],"description":"Initiator of the event."},"teamId":{"type":"string","description":"Unique identifier of the team.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.teamJoiningDisabledEventMessageDetail"}}}],"x-ms-discriminator-value":"#microsoft.graph.teamJoiningDisabledEventMessageDetail"},"microsoft.graph.teamJoiningEnabledEventMessageDetail":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.eventMessageDetail"},{"title":"teamJoiningEnabledEventMessageDetail","required":["@odata.type"],"type":"object","properties":{"initiator":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"type":"object","nullable":true}],"description":"Initiator of the event."},"teamId":{"type":"string","description":"Unique identifier of the team.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.teamJoiningEnabledEventMessageDetail"}}}],"x-ms-discriminator-value":"#microsoft.graph.teamJoiningEnabledEventMessageDetail"},"microsoft.graph.teamRenamedEventMessageDetail":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.eventMessageDetail"},{"title":"teamRenamedEventMessageDetail","required":["@odata.type"],"type":"object","properties":{"initiator":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"type":"object","nullable":true}],"description":"Initiator of the event."},"teamDisplayName":{"type":"string","description":"The updated name of the team.","nullable":true},"teamId":{"type":"string","description":"Unique identifier of the team.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.teamRenamedEventMessageDetail"}}}],"x-ms-discriminator-value":"#microsoft.graph.teamRenamedEventMessageDetail"},"microsoft.graph.teamsAppInstalledEventMessageDetail":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.eventMessageDetail"},{"title":"teamsAppInstalledEventMessageDetail","required":["@odata.type"],"type":"object","properties":{"initiator":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"type":"object","nullable":true}],"description":"Initiator of the event."},"teamsAppDisplayName":{"type":"string","description":"Display name of the teamsApp.","nullable":true},"teamsAppId":{"type":"string","description":"Unique identifier of the teamsApp.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.teamsAppInstalledEventMessageDetail"}}}],"x-ms-discriminator-value":"#microsoft.graph.teamsAppInstalledEventMessageDetail"},"microsoft.graph.teamsAppRemovedEventMessageDetail":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.eventMessageDetail"},{"title":"teamsAppRemovedEventMessageDetail","required":["@odata.type"],"type":"object","properties":{"initiator":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"type":"object","nullable":true}],"description":"Initiator of the event."},"teamsAppDisplayName":{"type":"string","description":"Display name of the teamsApp.","nullable":true},"teamsAppId":{"type":"string","description":"Unique identifier of the teamsApp.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.teamsAppRemovedEventMessageDetail"}}}],"x-ms-discriminator-value":"#microsoft.graph.teamsAppRemovedEventMessageDetail"},"microsoft.graph.teamsAppUpgradedEventMessageDetail":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.eventMessageDetail"},{"title":"teamsAppUpgradedEventMessageDetail","required":["@odata.type"],"type":"object","properties":{"initiator":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"type":"object","nullable":true}],"description":"Initiator of the event."},"teamsAppDisplayName":{"type":"string","description":"Display name of the teamsApp.","nullable":true},"teamsAppId":{"type":"string","description":"Unique identifier of the teamsApp.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.teamsAppUpgradedEventMessageDetail"}}}],"x-ms-discriminator-value":"#microsoft.graph.teamsAppUpgradedEventMessageDetail"},"microsoft.graph.teamUnarchivedEventMessageDetail":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.eventMessageDetail"},{"title":"teamUnarchivedEventMessageDetail","required":["@odata.type"],"type":"object","properties":{"initiator":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"type":"object","nullable":true}],"description":"Initiator of the event."},"teamId":{"type":"string","description":"Unique identifier of the team.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.teamUnarchivedEventMessageDetail"}}}],"x-ms-discriminator-value":"#microsoft.graph.teamUnarchivedEventMessageDetail"},"microsoft.graph.chatMessageActions":{"title":"chatMessageActions","enum":["reactionAdded","reactionRemoved","actionUndefined","unknownFutureValue"],"type":"string","x-ms-enum-flags":{"isFlags":true}},"microsoft.graph.chatMessagePolicyViolationDlpActionTypes":{"title":"chatMessagePolicyViolationDlpActionTypes","enum":["none","notifySender","blockAccess","blockAccessExternal"],"type":"string","x-ms-enum-flags":{"isFlags":true}},"microsoft.graph.chatMessagePolicyViolationPolicyTip":{"title":"chatMessagePolicyViolationPolicyTip","required":["@odata.type"],"type":"object","properties":{"complianceUrl":{"type":"string","description":"The URL a user can visit to read about the data loss prevention policies for the organization. (ie, policies about what users shouldn't say in chats)","nullable":true},"generalText":{"type":"string","description":"Explanatory text shown to the sender of the message.","nullable":true},"matchedConditionDescriptions":{"type":"array","items":{"type":"string","nullable":true},"description":"The list of improper data in the message that was detected by the data loss prevention app. Each DLP app defines its own conditions, examples include 'Credit Card Number' and 'Social Security Number'."},"@odata.type":{"type":"string"}}},"microsoft.graph.chatMessagePolicyViolationUserActionTypes":{"title":"chatMessagePolicyViolationUserActionTypes","enum":["none","override","reportFalsePositive"],"type":"string","x-ms-enum-flags":{"isFlags":true}},"microsoft.graph.chatMessagePolicyViolationVerdictDetailsTypes":{"title":"chatMessagePolicyViolationVerdictDetailsTypes","enum":["none","allowFalsePositiveOverride","allowOverrideWithoutJustification","allowOverrideWithJustification"],"type":"string","x-ms-enum-flags":{"isFlags":true}},"microsoft.graph.cloudPcUserRoleScopeTagInfo":{"title":"cloudPcUserRoleScopeTagInfo","required":["@odata.type"],"type":"object","properties":{"displayName":{"type":"string","description":"Scope tag display name."},"roleScopeTagId":{"type":"string","description":"Scope tag identity."},"@odata.type":{"type":"string"}}},"microsoft.graph.cloudPcAuditProperty":{"title":"cloudPcAuditProperty","required":["@odata.type"],"type":"object","properties":{"displayName":{"type":"string","description":"The display name for this property."},"newValue":{"type":"string","description":"The new value for this property."},"oldValue":{"type":"string","description":"The old value for this property.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.cloudPcOnPremisesConnectionHealthCheck":{"title":"cloudPcOnPremisesConnectionHealthCheck","required":["@odata.type"],"type":"object","properties":{"additionalDetail":{"type":"string","description":"Additional details about the health check or the recommended action. For exmaple, the string value can be download.microsoft.com:443;software-download.microsoft.com:443; Read-only.","nullable":true},"correlationId":{"type":"string","description":"The unique identifier of the health check item-related activities. This identifier can be useful in troubleshooting.","nullable":true},"displayName":{"type":"string","description":"The display name for this health check item.","nullable":true},"endDateTime":{"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 value cannot be modified and is automatically populated when the health check ends. The Timestamp type represents date and time information using ISO 8601 format and is in Coordinated Universal Time (UTC). For example, midnight UTC on Jan 1, 2024 would look like this: '2024-01-01T00:00:00Z'. Returned by default. Read-only.","format":"date-time"},"errorType":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.cloudPcOnPremisesConnectionHealthCheckErrorType"},{"type":"object","nullable":true}],"description":"The type of error that occurred during this health check. Read-only."},"recommendedAction":{"type":"string","description":"The recommended action to fix the corresponding error. For example, The Active Directory domain join check failed because the password of the domain join user has expired. Read-Only.","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 value cannot be modified and is automatically populated when the health check starts. The Timestamp type represents date and time information using ISO 8601 format and is in  Coordinated Universal Time (UTC). For example, midnight UTC on Jan 1, 2024 would look like this: '2024-01-01T00:00:00Z'. Returned by default. Read-only.","format":"date-time"},"status":{"$ref":"#/components/schemas/microsoft.graph.cloudPcOnPremisesConnectionStatus"},"@odata.type":{"type":"string"}}},"microsoft.graph.cloudPcDomainJoinType":{"title":"cloudPcDomainJoinType","enum":["azureADJoin","hybridAzureADJoin","unknownFutureValue"],"type":"string"},"microsoft.graph.cloudPcRegionGroup":{"title":"cloudPcRegionGroup","enum":["default","australia","canada","usCentral","usEast","usWest","france","germany","europeUnion","unitedKingdom","japan","asia","india","southAmerica","euap","usGovernment","usGovernmentDOD","norway","switzerland","southKorea","unknownFutureValue"],"type":"string"},"microsoft.graph.microsoftManagedDesktopType":{"title":"microsoftManagedDesktopType","enum":["notManaged","premiumManaged","standardManaged","starterManaged","unknownFutureValue"],"type":"string"},"microsoft.graph.cloudPcManagementGroupAssignmentTarget":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.cloudPcManagementAssignmentTarget"},{"title":"cloudPcManagementGroupAssignmentTarget","required":["@odata.type"],"type":"object","properties":{"groupId":{"type":"string","description":"The ID of the target group for the assignment.","nullable":true},"servicePlanId":{"type":"string","description":"The unique identifier for the service plan that indicates which size of the Cloud PC to provision for the user. Use a null value, when the provisioningType is dedicated.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.cloudPcManagementGroupAssignmentTarget"}}}],"x-ms-discriminator-value":"#microsoft.graph.cloudPcManagementGroupAssignmentTarget"},"microsoft.graph.cloudPcRestorePointFrequencyType":{"title":"cloudPcRestorePointFrequencyType","enum":["default","fourHours","sixHours","twelveHours","sixteenHours","twentyFourHours","unknownFutureValue"],"type":"string"},"microsoft.graph.azureActiveDirectoryTenant":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySource"},{"title":"azureActiveDirectoryTenant","required":["@odata.type"],"type":"object","properties":{"displayName":{"type":"string","description":"The name of the Microsoft Entra tenant. Read-only.","nullable":true},"tenantId":{"type":"string","description":"The ID of the Microsoft Entra tenant. Read-only.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.azureActiveDirectoryTenant"}}}],"x-ms-discriminator-value":"#microsoft.graph.azureActiveDirectoryTenant"},"microsoft.graph.crossCloudAzureActiveDirectoryTenant":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySource"},{"title":"crossCloudAzureActiveDirectoryTenant","required":["@odata.type"],"type":"object","properties":{"cloudInstance":{"type":"string","description":"The ID of the cloud where the tenant is located, one of microsoftonline.com, microsoftonline.us or partner.microsoftonline.cn. Read-only."},"displayName":{"type":"string","description":"The name of the Microsoft Entra tenant. Read-only.","nullable":true},"tenantId":{"type":"string","description":"The ID of the Microsoft Entra tenant. Read-only.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.crossCloudAzureActiveDirectoryTenant"}}}],"x-ms-discriminator-value":"#microsoft.graph.crossCloudAzureActiveDirectoryTenant"},"microsoft.graph.domainIdentitySource":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySource"},{"title":"domainIdentitySource","required":["@odata.type"],"type":"object","properties":{"displayName":{"type":"string","description":"The name of the identity source, typically also the domain name. Read-only.","nullable":true},"domainName":{"type":"string","description":"The domain name. Read-only.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.domainIdentitySource"}}}],"x-ms-discriminator-value":"#microsoft.graph.domainIdentitySource"},"microsoft.graph.externalDomainFederation":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySource"},{"title":"externalDomainFederation","required":["@odata.type"],"type":"object","properties":{"displayName":{"type":"string","description":"The name of the identity source, typically also the domain name. Read-only.","nullable":true},"domainName":{"type":"string","description":"The domain name. Read-only.","nullable":true},"issuerUri":{"type":"string","description":"The issuerURI of the incoming federation. Read-only.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.externalDomainFederation"}}}],"x-ms-discriminator-value":"#microsoft.graph.externalDomainFederation"},"microsoft.graph.socialIdentitySource":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySource"},{"title":"socialIdentitySource","required":["@odata.type"],"type":"object","properties":{"displayName":{"type":"string","nullable":true},"socialIdentitySourceType":{"$ref":"#/components/schemas/microsoft.graph.socialIdentitySourceType"},"@odata.type":{"type":"string","default":"#microsoft.graph.socialIdentitySource"}}}],"x-ms-discriminator-value":"#microsoft.graph.socialIdentitySource"},"microsoft.graph.activityMetadata":{"title":"activityMetadata","required":["@odata.type"],"type":"object","properties":{"activity":{"$ref":"#/components/schemas/microsoft.graph.userActivityType"},"@odata.type":{"type":"string"}}},"microsoft.graph.processContentMetadataBase":{"title":"processContentMetadataBase","required":["@odata.type"],"type":"object","properties":{"content":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.contentBase"},{"type":"object","nullable":true}],"description":"Represents the actual content, either as text (textContent) or binary data (binaryContent). Optional if metadata alone is sufficient for policy evaluation. Do not use for contentActivities."},"contentCategory":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.contentCategory"},{"type":"object","nullable":true}]},"correlationId":{"type":"string","description":"An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation).","nullable":true},"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","description":"Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time).","format":"date-time"},"identifier":{"type":"string","description":"Required. A unique identifier for this specific content entry within the context of the calling application or enforcement plane (for example, message ID, file path/URL)."},"isTruncated":{"type":"boolean","description":"Required. Indicates if the provided content has been truncated from its original form (for example, due to size limits)."},"length":{"type":"number","description":"The length of the original content in bytes.","format":"int64","nullable":true},"modifiedDateTime":{"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":"Required. Timestamp indicating when the original content was last modified. For ephemeral content like messages, this might be the same as createdDateTime.","format":"date-time"},"name":{"type":"string","description":"Required. A descriptive name for the content (for example, file name, web page title, 'Chat Message')."},"sequenceNumber":{"type":"number","description":"A sequence number indicating the order in which content was generated or should be processed, required when correlationId is used.","format":"int64","nullable":true},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.processConversationMetadata":"#/components/schemas/microsoft.graph.processConversationMetadata","#microsoft.graph.processFileMetadata":"#/components/schemas/microsoft.graph.processFileMetadata"}}},"microsoft.graph.deviceMetadata":{"title":"deviceMetadata","required":["@odata.type"],"type":"object","properties":{"deviceType":{"type":"string","description":"Optional. The general type of the device (for example, 'Managed', 'Unmanaged').","nullable":true},"ipAddress":{"type":"string","description":"The Internet Protocol (IP) address of the device.","nullable":true},"operatingSystemSpecifications":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.operatingSystemSpecifications"},{"type":"object","nullable":true}],"description":"Details about the operating system platform and version."},"@odata.type":{"type":"string"}}},"microsoft.graph.integratedApplicationMetadata":{"title":"integratedApplicationMetadata","required":["@odata.type"],"type":"object","properties":{"name":{"type":"string","description":"The name of the integrated application.","nullable":true},"version":{"type":"string","description":"The version number of the integrated application.","nullable":true},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.protectedApplicationMetadata":"#/components/schemas/microsoft.graph.protectedApplicationMetadata"}}},"microsoft.graph.protectedApplicationMetadata":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.integratedApplicationMetadata"},{"title":"protectedApplicationMetadata","required":["@odata.type"],"type":"object","properties":{"applicationLocation":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.policyLocation"},{"type":"object","nullable":true}],"description":"The client (application) ID of the Microsoft Entra application. Required."},"@odata.type":{"type":"string","default":"#microsoft.graph.protectedApplicationMetadata"}}}],"x-ms-discriminator-value":"#microsoft.graph.protectedApplicationMetadata"},"microsoft.graph.accessEntityType":{"title":"accessEntityType","enum":["user","group","unknownFutureValue"],"type":"string"},"microsoft.graph.packageElement":{"title":"packageElement","required":["@odata.type"],"type":"object","properties":{"definition":{},"id":{"type":"string","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.crossTenantAccessPolicyTargetConfiguration":{"title":"crossTenantAccessPolicyTargetConfiguration","required":["@odata.type"],"type":"object","properties":{"accessType":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.crossTenantAccessPolicyTargetConfigurationAccessType"},{"type":"object","nullable":true}],"description":"Defines whether access is allowed or blocked. The possible values are: allowed, blocked, unknownFutureValue."},"targets":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.crossTenantAccessPolicyTarget"},"description":"Specifies whether to target users, groups, or applications with this rule."},"@odata.type":{"type":"string"}}},"microsoft.graph.invitationRedemptionIdentityProviderConfiguration":{"title":"invitationRedemptionIdentityProviderConfiguration","required":["@odata.type"],"type":"object","properties":{"fallbackIdentityProvider":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.b2bIdentityProvidersType"},{"type":"object","nullable":true}],"description":"The fallback identity provider to be used in case no primary identity provider can be used for guest invitation redemption. The possible values are: defaultConfiguredIdp, emailOneTimePasscode, or microsoftAccount."},"primaryIdentityProviderPrecedenceOrder":{"type":"array","items":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.b2bIdentityProvidersType"},{"type":"object","nullable":true}]},"description":"Collection of identity providers in priority order of preference to be used for guest invitation redemption. The possible values are: azureActiveDirectory, externalFederation, or socialIdentityProviders."},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.defaultInvitationRedemptionIdentityProviderConfiguration":"#/components/schemas/microsoft.graph.defaultInvitationRedemptionIdentityProviderConfiguration"}}},"microsoft.graph.devicesFilter":{"title":"devicesFilter","required":["@odata.type"],"type":"object","properties":{"mode":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.crossTenantAccessPolicyTargetConfigurationAccessType"},{"type":"object","nullable":true}],"description":"Determines whether devices that satisfy the rule should be allowed or blocked. The possible values are: allowed, blocked, unknownFutureValue."},"rule":{"type":"string","description":"Defines the rule to filter the devices. For example, device.deviceAttribute2 -eq 'PrivilegedAccessWorkstation'.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.azureAdPopTokenAuthentication":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.customExtensionAuthenticationConfiguration"},{"title":"azureAdPopTokenAuthentication","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.azureAdPopTokenAuthentication"}}}],"x-ms-discriminator-value":"#microsoft.graph.azureAdPopTokenAuthentication"},"microsoft.graph.azureAdTokenAuthentication":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.customExtensionAuthenticationConfiguration"},{"title":"azureAdTokenAuthentication","required":["@odata.type"],"type":"object","properties":{"resourceId":{"type":"string","description":"The appID of the Microsoft Entra application to use to authenticate an app with a custom extension.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.azureAdTokenAuthentication"}}}],"x-ms-discriminator-value":"#microsoft.graph.azureAdTokenAuthentication"},"microsoft.graph.accessPackageRequestApprovalStageCallbackConfiguration":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.customExtensionCallbackConfiguration"},{"title":"accessPackageRequestApprovalStageCallbackConfiguration","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.accessPackageRequestApprovalStageCallbackConfiguration"}}}],"x-ms-discriminator-value":"#microsoft.graph.accessPackageRequestApprovalStageCallbackConfiguration"},"microsoft.graph.identityGovernance.customTaskExtensionCallbackConfiguration":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.customExtensionCallbackConfiguration"},{"title":"customTaskExtensionCallbackConfiguration","required":["@odata.type"],"type":"object","properties":{"authorizedApps":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.application"},"x-ms-navigationProperty":true},"@odata.type":{"type":"string","default":"#microsoft.graph.identityGovernance.customTaskExtensionCallbackConfiguration"}}}],"x-ms-discriminator-value":"#microsoft.graph.identityGovernance.customTaskExtensionCallbackConfiguration"},"microsoft.graph.fallbackToMicrosoftProviderOnError":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.customExtensionBehaviorOnError"},{"title":"fallbackToMicrosoftProviderOnError","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.fallbackToMicrosoftProviderOnError"}}}],"x-ms-discriminator-value":"#microsoft.graph.fallbackToMicrosoftProviderOnError"},"microsoft.graph.customDataProvidedResourcePayloads.accessReviewContextDataBase":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.customDataProvidedResourcePayloads.data"},{"title":"accessReviewContextDataBase","required":["@odata.type"],"type":"object","properties":{"reviewDefinitionId":{"type":"string","description":"The unique identifier of the access review definition that this data is associated with."},"reviewInstanceId":{"type":"string","description":"The unique identifier of the access review instance that this data is associated with."},"@odata.type":{"type":"string","default":"#microsoft.graph.customDataProvidedResourcePayloads.accessReviewContextDataBase"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.customDataProvidedResourcePayloads.accessReviewContextData":"#/components/schemas/microsoft.graph.customDataProvidedResourcePayloads.accessReviewContextData","#microsoft.graph.customDataProvidedResourcePayloads.applyDecisionContextData":"#/components/schemas/microsoft.graph.customDataProvidedResourcePayloads.applyDecisionContextData"}}}]},"microsoft.graph.customDataProvidedResourcePayloads.accessReviewContextData":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.customDataProvidedResourcePayloads.accessReviewContextDataBase"},{"title":"accessReviewContextData","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.customDataProvidedResourcePayloads.accessReviewContextData"}}}],"x-ms-discriminator-value":"#microsoft.graph.customDataProvidedResourcePayloads.accessReviewContextData"},"microsoft.graph.customDataProvidedResourcePayloads.applyDecisionContextData":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.customDataProvidedResourcePayloads.accessReviewContextDataBase"},{"title":"applyDecisionContextData","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.customDataProvidedResourcePayloads.applyDecisionContextData"}}}],"x-ms-discriminator-value":"#microsoft.graph.customDataProvidedResourcePayloads.applyDecisionContextData"},"microsoft.graph.identityGovernance.workflowBase":{"title":"workflowBase","required":["@odata.type"],"type":"object","properties":{"category":{"$ref":"#/components/schemas/microsoft.graph.identityGovernance.lifecycleWorkflowCategory"},"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","description":"When a workflow was created.","format":"date-time","nullable":true},"description":{"type":"string","description":"A string that describes the purpose of the workflow.","nullable":true},"displayName":{"type":"string","description":"A string to identify the workflow."},"executionConditions":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identityGovernance.workflowExecutionConditions"},{"type":"object","nullable":true}],"description":"Defines when and for who the workflow will run."},"isEnabled":{"type":"boolean","description":"Whether the workflow is enabled or disabled. If this setting is true, the workflow can be run on demand or on schedule when isSchedulingEnabled is true."},"isSchedulingEnabled":{"type":"boolean","description":"If true, the Lifecycle Workflow engine executes the workflow based on the schedule defined by tenant settings. Can't be true for a disabled workflow (where isEnabled is false)."},"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":"When the workflow was last modified.","format":"date-time","nullable":true},"administrationScopeTargets":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.directoryObject"},"description":"The administrative units in the scope of the workflow. Optional. Supports $expand.","x-ms-navigationProperty":true},"createdBy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.user"},{"type":"object","nullable":true}],"description":"The user who created the workflow.","x-ms-navigationProperty":true},"lastModifiedBy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.user"},{"type":"object","nullable":true}],"description":"The unique identifier of the Microsoft Entra identity that last modified the workflow.","x-ms-navigationProperty":true},"tasks":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.identityGovernance.task"},"description":"The tasks in the workflow.","x-ms-navigationProperty":true},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.identityGovernance.workflow":"#/components/schemas/microsoft.graph.identityGovernance.workflow","#microsoft.graph.identityGovernance.workflowVersion":"#/components/schemas/microsoft.graph.identityGovernance.workflowVersion"}}},"microsoft.graph.identityGovernance.quarantineDetails":{"title":"quarantineDetails","required":["@odata.type"],"type":"object","properties":{"quarantinedDateTime":{"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 workflow was quarantined.","format":"date-time","nullable":true},"quarantineReason":{"type":"string","description":"The reason the workflow was quarantined.","nullable":true},"quarantineType":{"$ref":"#/components/schemas/microsoft.graph.identityGovernance.quarantineType"},"@odata.type":{"type":"string"}}},"microsoft.graph.identityGovernance.workflowSetting":{"title":"workflowSetting","required":["@odata.type"],"type":"object","properties":{"quarantineConfiguration":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identityGovernance.quarantineConfiguration"},{"type":"object","nullable":true}],"description":"The threshold configuration that automatically halts the workflow when its conditions are met."},"@odata.type":{"type":"string"}}},"microsoft.graph.identityGovernance.workflowVersion":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.identityGovernance.workflowBase"},{"title":"workflowVersion","required":["@odata.type"],"type":"object","properties":{"settings":{"$ref":"#/components/schemas/microsoft.graph.identityGovernance.workflowSetting"},"versionNumber":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The version of the workflow.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby.","format":"int32"},"@odata.type":{"type":"string","default":"#microsoft.graph.identityGovernance.workflowVersion"}}}],"x-ms-discriminator-value":"#microsoft.graph.identityGovernance.workflowVersion"},"microsoft.graph.allDevicesAssignmentTarget":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.deviceAndAppManagementAssignmentTarget"},{"title":"allDevicesAssignmentTarget","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.allDevicesAssignmentTarget"}},"description":"Represents an assignment to all managed devices in the tenant."}],"x-ms-discriminator-value":"#microsoft.graph.allDevicesAssignmentTarget"},"microsoft.graph.allLicensedUsersAssignmentTarget":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.deviceAndAppManagementAssignmentTarget"},{"title":"allLicensedUsersAssignmentTarget","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.allLicensedUsersAssignmentTarget"}},"description":"Represents an assignment to all licensed users in the tenant."}],"x-ms-discriminator-value":"#microsoft.graph.allLicensedUsersAssignmentTarget"},"microsoft.graph.configurationManagerCollectionAssignmentTarget":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.deviceAndAppManagementAssignmentTarget"},{"title":"configurationManagerCollectionAssignmentTarget","required":["@odata.type"],"type":"object","properties":{"collectionId":{"type":"string","description":"The collection Id that is the target of the assignment.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.configurationManagerCollectionAssignmentTarget"}},"description":"Represents an assignment to a Configuration Manager Collection."}],"x-ms-discriminator-value":"#microsoft.graph.configurationManagerCollectionAssignmentTarget"},"microsoft.graph.groupAssignmentTarget":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.deviceAndAppManagementAssignmentTarget"},{"title":"groupAssignmentTarget","required":["@odata.type"],"type":"object","properties":{"groupId":{"type":"string","description":"The group Id that is the target of the assignment.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.groupAssignmentTarget"}},"description":"Represents an assignment to a group.","discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.exclusionGroupAssignmentTarget":"#/components/schemas/microsoft.graph.exclusionGroupAssignmentTarget"}}}]},"microsoft.graph.exclusionGroupAssignmentTarget":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.groupAssignmentTarget"},{"title":"exclusionGroupAssignmentTarget","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.exclusionGroupAssignmentTarget"}},"description":"Represents a group that should be excluded from an assignment."}],"x-ms-discriminator-value":"#microsoft.graph.exclusionGroupAssignmentTarget"},"microsoft.graph.settingSource":{"title":"settingSource","required":["@odata.type"],"type":"object","properties":{"displayName":{"type":"string","nullable":true},"id":{"type":"string","nullable":true},"sourceType":{"$ref":"#/components/schemas/microsoft.graph.settingSourceType"},"@odata.type":{"type":"string"}}},"microsoft.graph.omaSettingBase64":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.omaSetting"},{"title":"omaSettingBase64","required":["@odata.type"],"type":"object","properties":{"fileName":{"type":"string","description":"File name associated with the Value property (.cer","nullable":true},"value":{"type":"string","description":"Value. (Base64 encoded string)"},"@odata.type":{"type":"string","default":"#microsoft.graph.omaSettingBase64"}},"description":"OMA Settings Base64 definition."}],"x-ms-discriminator-value":"#microsoft.graph.omaSettingBase64"},"microsoft.graph.omaSettingBoolean":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.omaSetting"},{"title":"omaSettingBoolean","required":["@odata.type"],"type":"object","properties":{"value":{"type":"boolean","description":"Value."},"@odata.type":{"type":"string","default":"#microsoft.graph.omaSettingBoolean"}},"description":"OMA Settings Boolean definition."}],"x-ms-discriminator-value":"#microsoft.graph.omaSettingBoolean"},"microsoft.graph.omaSettingDateTime":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.omaSetting"},{"title":"omaSettingDateTime","required":["@odata.type"],"type":"object","properties":{"value":{"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":"Value.","format":"date-time"},"@odata.type":{"type":"string","default":"#microsoft.graph.omaSettingDateTime"}},"description":"OMA Settings DateTime definition."}],"x-ms-discriminator-value":"#microsoft.graph.omaSettingDateTime"},"microsoft.graph.omaSettingFloatingPoint":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.omaSetting"},{"title":"omaSettingFloatingPoint","required":["@odata.type"],"type":"object","properties":{"value":{"oneOf":[{"type":"number","format":"float","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"Value."},"@odata.type":{"type":"string","default":"#microsoft.graph.omaSettingFloatingPoint"}},"description":"OMA Settings Floating Point definition."}],"x-ms-discriminator-value":"#microsoft.graph.omaSettingFloatingPoint"},"microsoft.graph.omaSettingInteger":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.omaSetting"},{"title":"omaSettingInteger","required":["@odata.type"],"type":"object","properties":{"value":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Value.","format":"int32"},"@odata.type":{"type":"string","default":"#microsoft.graph.omaSettingInteger"}},"description":"OMA Settings Integer definition."}],"x-ms-discriminator-value":"#microsoft.graph.omaSettingInteger"},"microsoft.graph.omaSettingString":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.omaSetting"},{"title":"omaSettingString","required":["@odata.type"],"type":"object","properties":{"value":{"type":"string","description":"Value."},"@odata.type":{"type":"string","default":"#microsoft.graph.omaSettingString"}},"description":"OMA Settings String definition."}],"x-ms-discriminator-value":"#microsoft.graph.omaSettingString"},"microsoft.graph.omaSettingStringXml":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.omaSetting"},{"title":"omaSettingStringXml","required":["@odata.type"],"type":"object","properties":{"fileName":{"type":"string","description":"File name associated with the Value property (.xml).","nullable":true},"value":{"type":"string","description":"Value. (UTF8 encoded byte array)","format":"base64url"},"@odata.type":{"type":"string","default":"#microsoft.graph.omaSettingStringXml"}},"description":"OMA Settings StringXML definition."}],"x-ms-discriminator-value":"#microsoft.graph.omaSettingStringXml"},"microsoft.graph.iosHomeScreenApp":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.iosHomeScreenItem"},{"title":"iosHomeScreenApp","required":["@odata.type"],"type":"object","properties":{"bundleID":{"type":"string","description":"BundleID of the app if isWebClip is false or the URL of a web clip if isWebClip is true."},"@odata.type":{"type":"string","default":"#microsoft.graph.iosHomeScreenApp"}},"description":"Represents an icon for an app on the Home Screen"}],"x-ms-discriminator-value":"#microsoft.graph.iosHomeScreenApp"},"microsoft.graph.iosHomeScreenFolder":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.iosHomeScreenItem"},{"title":"iosHomeScreenFolder","required":["@odata.type"],"type":"object","properties":{"pages":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.iosHomeScreenFolderPage"},"description":"Pages of Home Screen Layout Icons which must be applications or web clips. This collection can contain a maximum of 500 elements."},"@odata.type":{"type":"string","default":"#microsoft.graph.iosHomeScreenFolder"}},"description":"A folder containing pages of apps and web clips on the Home Screen."}],"x-ms-discriminator-value":"#microsoft.graph.iosHomeScreenFolder"},"microsoft.graph.iosNotificationAlertType":{"title":"iosNotificationAlertType","enum":["deviceDefault","banner","modal","none"],"type":"string","description":"Notification Settings Alert Type.","x-ms-enum":{"name":"iosNotificationAlertType","modelAsString":false,"values":[{"value":"deviceDefault","description":"Device default value, no intent.","name":"deviceDefault"},{"value":"banner","description":"Banner.","name":"banner"},{"value":"modal","description":"Modal.","name":"modal"},{"value":"none","description":"None.","name":"none"}]}},"microsoft.graph.ratingAustraliaMoviesType":{"title":"ratingAustraliaMoviesType","enum":["allAllowed","allBlocked","general","parentalGuidance","mature","agesAbove15","agesAbove18"],"type":"string","description":"Movies rating labels in Australia","x-ms-enum":{"name":"ratingAustraliaMoviesType","modelAsString":false,"values":[{"value":"allAllowed","description":"Default value, allow all movies content","name":"allAllowed"},{"value":"allBlocked","description":"Do not allow any movies content","name":"allBlocked"},{"value":"general","description":"The G classification is suitable for everyone","name":"general"},{"value":"parentalGuidance","description":"The PG recommends viewers under 15 with guidance from parents or guardians","name":"parentalGuidance"},{"value":"mature","description":"The M classification is not recommended for viewers under 15","name":"mature"},{"value":"agesAbove15","description":"The MA15+ classification is not suitable for viewers under 15","name":"agesAbove15"},{"value":"agesAbove18","description":"The R18+ classification is not suitable for viewers under 18","name":"agesAbove18"}]}},"microsoft.graph.ratingAustraliaTelevisionType":{"title":"ratingAustraliaTelevisionType","enum":["allAllowed","allBlocked","preschoolers","children","general","parentalGuidance","mature","agesAbove15","agesAbove15AdultViolence"],"type":"string","description":"TV content rating labels in Australia","x-ms-enum":{"name":"ratingAustraliaTelevisionType","modelAsString":false,"values":[{"value":"allAllowed","description":"Default value, allow all TV shows content","name":"allAllowed"},{"value":"allBlocked","description":"Do not allow any TV shows content","name":"allBlocked"},{"value":"preschoolers","description":"The P classification is intended for preschoolers","name":"preschoolers"},{"value":"children","description":"The C classification is intended for children under 14","name":"children"},{"value":"general","description":"The G classification is suitable for all ages","name":"general"},{"value":"parentalGuidance","description":"The PG classification is recommended for young viewers","name":"parentalGuidance"},{"value":"mature","description":"The M classification is recommended for viewers over 15","name":"mature"},{"value":"agesAbove15","description":"The MA15+ classification is not suitable for viewers under 15","name":"agesAbove15"},{"value":"agesAbove15AdultViolence","description":"The AV15+ classification is not suitable for viewers under 15, adult violence-specific","name":"agesAbove15AdultViolence"}]}},"microsoft.graph.ratingCanadaMoviesType":{"title":"ratingCanadaMoviesType","enum":["allAllowed","allBlocked","general","parentalGuidance","agesAbove14","agesAbove18","restricted"],"type":"string","description":"Movies rating labels in Canada","x-ms-enum":{"name":"ratingCanadaMoviesType","modelAsString":false,"values":[{"value":"allAllowed","description":"Default value, allow all movies content","name":"allAllowed"},{"value":"allBlocked","description":"Do not allow any movies content","name":"allBlocked"},{"value":"general","description":"The G classification is suitable for all ages","name":"general"},{"value":"parentalGuidance","description":"The PG classification advises parental guidance","name":"parentalGuidance"},{"value":"agesAbove14","description":"The 14A classification is suitable for viewers above 14 or older","name":"agesAbove14"},{"value":"agesAbove18","description":"The 18A classification is suitable for viewers above 18 or older","name":"agesAbove18"},{"value":"restricted","description":"The R classification is restricted to 18 years and older","name":"restricted"}]}},"microsoft.graph.ratingCanadaTelevisionType":{"title":"ratingCanadaTelevisionType","enum":["allAllowed","allBlocked","children","childrenAbove8","general","parentalGuidance","agesAbove14","agesAbove18"],"type":"string","description":"TV content rating labels in Canada","x-ms-enum":{"name":"ratingCanadaTelevisionType","modelAsString":false,"values":[{"value":"allAllowed","description":"Default value, allow all TV shows content","name":"allAllowed"},{"value":"allBlocked","description":"Do not allow any TV shows content","name":"allBlocked"},{"value":"children","description":"The C classification is suitable for children ages of 2 to 7 years","name":"children"},{"value":"childrenAbove8","description":"The C8 classification is suitable for children ages 8+","name":"childrenAbove8"},{"value":"general","description":"The G classification is suitable for general audience","name":"general"},{"value":"parentalGuidance","description":"PG, Parental Guidance","name":"parentalGuidance"},{"value":"agesAbove14","description":"The 14+ classification is intended for viewers ages 14 and older","name":"agesAbove14"},{"value":"agesAbove18","description":"The 18+ classification is intended for viewers ages 18 and older","name":"agesAbove18"}]}},"microsoft.graph.ratingFranceMoviesType":{"title":"ratingFranceMoviesType","enum":["allAllowed","allBlocked","agesAbove10","agesAbove12","agesAbove16","agesAbove18"],"type":"string","description":"Movies rating labels in France","x-ms-enum":{"name":"ratingFranceMoviesType","modelAsString":false,"values":[{"value":"allAllowed","description":"Default value, allow all movies content","name":"allAllowed"},{"value":"allBlocked","description":"Do not allow any movies content","name":"allBlocked"},{"value":"agesAbove10","description":"The 10 classification prohibits the screening of the film to minors under 10","name":"agesAbove10"},{"value":"agesAbove12","description":"The 12 classification prohibits the screening of the film to minors under 12","name":"agesAbove12"},{"value":"agesAbove16","description":"The 16 classification prohibits the screening of the film to minors under 16","name":"agesAbove16"},{"value":"agesAbove18","description":"The 18 classification prohibits the screening to minors under 18","name":"agesAbove18"}]}},"microsoft.graph.ratingFranceTelevisionType":{"title":"ratingFranceTelevisionType","enum":["allAllowed","allBlocked","agesAbove10","agesAbove12","agesAbove16","agesAbove18"],"type":"string","description":"TV content rating labels in France","x-ms-enum":{"name":"ratingFranceTelevisionType","modelAsString":false,"values":[{"value":"allAllowed","description":"Default value, allow all TV shows content","name":"allAllowed"},{"value":"allBlocked","description":"Do not allow any TV shows content","name":"allBlocked"},{"value":"agesAbove10","description":"The -10 classification is not recommended for children under 10","name":"agesAbove10"},{"value":"agesAbove12","description":"The -12 classification is not recommended for children under 12","name":"agesAbove12"},{"value":"agesAbove16","description":"The -16 classification is not recommended for children under 16","name":"agesAbove16"},{"value":"agesAbove18","description":"The -18 classification is not recommended for persons under 18","name":"agesAbove18"}]}},"microsoft.graph.ratingGermanyMoviesType":{"title":"ratingGermanyMoviesType","enum":["allAllowed","allBlocked","general","agesAbove6","agesAbove12","agesAbove16","adults"],"type":"string","description":"Movies rating labels in Germany","x-ms-enum":{"name":"ratingGermanyMoviesType","modelAsString":false,"values":[{"value":"allAllowed","description":"Default value, allow all movies content","name":"allAllowed"},{"value":"allBlocked","description":"Do not allow any movies content","name":"allBlocked"},{"value":"general","description":"Ab 0 Jahren, no age restrictions","name":"general"},{"value":"agesAbove6","description":"Ab 6 Jahren, ages 6 and older","name":"agesAbove6"},{"value":"agesAbove12","description":"Ab 12 Jahren, ages 12 and older","name":"agesAbove12"},{"value":"agesAbove16","description":"Ab 16 Jahren, ages 16 and older","name":"agesAbove16"},{"value":"adults","description":"Ab 18 Jahren, adults only","name":"adults"}]}},"microsoft.graph.ratingGermanyTelevisionType":{"title":"ratingGermanyTelevisionType","enum":["allAllowed","allBlocked","general","agesAbove6","agesAbove12","agesAbove16","adults"],"type":"string","description":"TV content rating labels in Germany","x-ms-enum":{"name":"ratingGermanyTelevisionType","modelAsString":false,"values":[{"value":"allAllowed","description":"Default value, allow all TV shows content","name":"allAllowed"},{"value":"allBlocked","description":"Do not allow any TV shows content","name":"allBlocked"},{"value":"general","description":"Ab 0 Jahren, no age restrictions","name":"general"},{"value":"agesAbove6","description":"Ab 6 Jahren, ages 6 and older","name":"agesAbove6"},{"value":"agesAbove12","description":"Ab 12 Jahren, ages 12 and older","name":"agesAbove12"},{"value":"agesAbove16","description":"Ab 16 Jahren, ages 16 and older","name":"agesAbove16"},{"value":"adults","description":"Ab 18 Jahren, adults only","name":"adults"}]}},"microsoft.graph.ratingIrelandMoviesType":{"title":"ratingIrelandMoviesType","enum":["allAllowed","allBlocked","general","parentalGuidance","agesAbove12","agesAbove15","agesAbove16","adults"],"type":"string","description":"Movies rating labels in Ireland","x-ms-enum":{"name":"ratingIrelandMoviesType","modelAsString":false,"values":[{"value":"allAllowed","description":"Default value, allow all movies content","name":"allAllowed"},{"value":"allBlocked","description":"Do not allow any movies content","name":"allBlocked"},{"value":"general","description":"Suitable for children of school going age","name":"general"},{"value":"parentalGuidance","description":"The PG classification advises parental guidance","name":"parentalGuidance"},{"value":"agesAbove12","description":"The 12A classification is suitable for viewers of 12 or older","name":"agesAbove12"},{"value":"agesAbove15","description":"The 15A classification is suitable for viewers of 15 or older","name":"agesAbove15"},{"value":"agesAbove16","description":"The 16 classification is suitable for viewers of 16 or older","name":"agesAbove16"},{"value":"adults","description":"The 18 classification, suitable only for adults","name":"adults"}]}},"microsoft.graph.ratingIrelandTelevisionType":{"title":"ratingIrelandTelevisionType","enum":["allAllowed","allBlocked","general","children","youngAdults","parentalSupervision","mature"],"type":"string","description":"TV content rating labels in Ireland","x-ms-enum":{"name":"ratingIrelandTelevisionType","modelAsString":false,"values":[{"value":"allAllowed","description":"Default value, allow all TV shows content","name":"allAllowed"},{"value":"allBlocked","description":"Do not allow any TV shows content","name":"allBlocked"},{"value":"general","description":"The GA classification is suitable for all audiences","name":"general"},{"value":"children","description":"The CH classification is suitable for children","name":"children"},{"value":"youngAdults","description":"The YA classification is suitable for teenage audience","name":"youngAdults"},{"value":"parentalSupervision","description":"The PS classification invites parents and guardians to consider restriction children’s access","name":"parentalSupervision"},{"value":"mature","description":"The MA classification is suitable for adults","name":"mature"}]}},"microsoft.graph.ratingJapanMoviesType":{"title":"ratingJapanMoviesType","enum":["allAllowed","allBlocked","general","parentalGuidance","agesAbove15","agesAbove18"],"type":"string","description":"Movies rating labels in Japan","x-ms-enum":{"name":"ratingJapanMoviesType","modelAsString":false,"values":[{"value":"allAllowed","description":"Default value, allow all movies content","name":"allAllowed"},{"value":"allBlocked","description":"Do not allow any movies content","name":"allBlocked"},{"value":"general","description":"Suitable for all ages","name":"general"},{"value":"parentalGuidance","description":"The PG-12 classification requests parental guidance for young people under 12","name":"parentalGuidance"},{"value":"agesAbove15","description":"The R15+ classification is suitable for viewers of 15 or older","name":"agesAbove15"},{"value":"agesAbove18","description":"The R18+ classification is suitable for viewers of 18 or older","name":"agesAbove18"}]}},"microsoft.graph.ratingJapanTelevisionType":{"title":"ratingJapanTelevisionType","enum":["allAllowed","allBlocked","explicitAllowed"],"type":"string","description":"TV content rating labels in Japan","x-ms-enum":{"name":"ratingJapanTelevisionType","modelAsString":false,"values":[{"value":"allAllowed","description":"Default value, allow all TV shows content","name":"allAllowed"},{"value":"allBlocked","description":"Do not allow any TV shows content","name":"allBlocked"},{"value":"explicitAllowed","description":"All TV content is explicitly allowed","name":"explicitAllowed"}]}},"microsoft.graph.ratingNewZealandMoviesType":{"title":"ratingNewZealandMoviesType","enum":["allAllowed","allBlocked","general","parentalGuidance","mature","agesAbove13","agesAbove15","agesAbove16","agesAbove18","restricted","agesAbove16Restricted"],"type":"string","description":"Movies rating labels in New Zealand","x-ms-enum":{"name":"ratingNewZealandMoviesType","modelAsString":false,"values":[{"value":"allAllowed","description":"Default value, allow all movies content","name":"allAllowed"},{"value":"allBlocked","description":"Do not allow any movies content","name":"allBlocked"},{"value":"general","description":"Suitable for general audience","name":"general"},{"value":"parentalGuidance","description":"The PG classification recommends parental guidance","name":"parentalGuidance"},{"value":"mature","description":"The M classification is suitable for mature audience","name":"mature"},{"value":"agesAbove13","description":"The R13 classification is restricted to persons 13 years and over","name":"agesAbove13"},{"value":"agesAbove15","description":"The R15 classification is restricted to persons 15 years and over","name":"agesAbove15"},{"value":"agesAbove16","description":"The R16 classification is restricted to persons 16 years and over","name":"agesAbove16"},{"value":"agesAbove18","description":"The R18 classification is restricted to persons 18 years and over","name":"agesAbove18"},{"value":"restricted","description":"The R classification is restricted to a certain audience","name":"restricted"},{"value":"agesAbove16Restricted","description":"The RP16 classification requires viewers under 16 accompanied by a parent or an adult","name":"agesAbove16Restricted"}]}},"microsoft.graph.ratingNewZealandTelevisionType":{"title":"ratingNewZealandTelevisionType","enum":["allAllowed","allBlocked","general","parentalGuidance","adults"],"type":"string","description":"TV content rating labels in New Zealand","x-ms-enum":{"name":"ratingNewZealandTelevisionType","modelAsString":false,"values":[{"value":"allAllowed","description":"Default value, allow all TV shows content","name":"allAllowed"},{"value":"allBlocked","description":"Do not allow any TV shows content","name":"allBlocked"},{"value":"general","description":"The G classification excludes materials likely to harm children under 14","name":"general"},{"value":"parentalGuidance","description":"The PGR classification encourages parents and guardians to supervise younger viewers","name":"parentalGuidance"},{"value":"adults","description":"The AO classification is not suitable for children","name":"adults"}]}},"microsoft.graph.ratingUnitedKingdomMoviesType":{"title":"ratingUnitedKingdomMoviesType","enum":["allAllowed","allBlocked","general","universalChildren","parentalGuidance","agesAbove12Video","agesAbove12Cinema","agesAbove15","adults"],"type":"string","description":"Movies rating labels in United Kingdom","x-ms-enum":{"name":"ratingUnitedKingdomMoviesType","modelAsString":false,"values":[{"value":"allAllowed","description":"Default value, allow all movies content","name":"allAllowed"},{"value":"allBlocked","description":"Do not allow any movies content","name":"allBlocked"},{"value":"general","description":"The U classification is suitable for all ages","name":"general"},{"value":"universalChildren","description":"The UC classification is suitable for pre-school children, an old rating label","name":"universalChildren"},{"value":"parentalGuidance","description":"The PG classification is suitable for mature","name":"parentalGuidance"},{"value":"agesAbove12Video","description":"12, video release suitable for 12 years and over","name":"agesAbove12Video"},{"value":"agesAbove12Cinema","description":"12A, cinema release suitable for 12 years and over","name":"agesAbove12Cinema"},{"value":"agesAbove15","description":"15, suitable only for 15 years and older","name":"agesAbove15"},{"value":"adults","description":"Suitable only for adults","name":"adults"}]}},"microsoft.graph.ratingUnitedKingdomTelevisionType":{"title":"ratingUnitedKingdomTelevisionType","enum":["allAllowed","allBlocked","caution"],"type":"string","description":"TV content rating labels in United Kingdom","x-ms-enum":{"name":"ratingUnitedKingdomTelevisionType","modelAsString":false,"values":[{"value":"allAllowed","description":"Default value, allow all TV shows content","name":"allAllowed"},{"value":"allBlocked","description":"Do not allow any TV shows content","name":"allBlocked"},{"value":"caution","description":"Allowing TV contents with a warning message","name":"caution"}]}},"microsoft.graph.ratingUnitedStatesMoviesType":{"title":"ratingUnitedStatesMoviesType","enum":["allAllowed","allBlocked","general","parentalGuidance","parentalGuidance13","restricted","adults"],"type":"string","description":"Movies rating labels in United States","x-ms-enum":{"name":"ratingUnitedStatesMoviesType","modelAsString":false,"values":[{"value":"allAllowed","description":"Default value, allow all movies content","name":"allAllowed"},{"value":"allBlocked","description":"Do not allow any movies content","name":"allBlocked"},{"value":"general","description":"G, all ages admitted","name":"general"},{"value":"parentalGuidance","description":"PG, some material may not be suitable for children","name":"parentalGuidance"},{"value":"parentalGuidance13","description":"PG13, some material may be inappropriate for children under 13","name":"parentalGuidance13"},{"value":"restricted","description":"R, viewers under 17 require accompanying parent or adult guardian","name":"restricted"},{"value":"adults","description":"NC17, adults only","name":"adults"}]}},"microsoft.graph.ratingUnitedStatesTelevisionType":{"title":"ratingUnitedStatesTelevisionType","enum":["allAllowed","allBlocked","childrenAll","childrenAbove7","general","parentalGuidance","childrenAbove14","adults"],"type":"string","description":"TV content rating labels in United States","x-ms-enum":{"name":"ratingUnitedStatesTelevisionType","modelAsString":false,"values":[{"value":"allAllowed","description":"Default value, allow all TV shows content","name":"allAllowed"},{"value":"allBlocked","description":"Do not allow any TV shows content","name":"allBlocked"},{"value":"childrenAll","description":"TV-Y, all children","name":"childrenAll"},{"value":"childrenAbove7","description":"TV-Y7, children age 7 and above","name":"childrenAbove7"},{"value":"general","description":"TV-G, suitable for all ages","name":"general"},{"value":"parentalGuidance","description":"TV-PG, parental guidance","name":"parentalGuidance"},{"value":"childrenAbove14","description":"TV-14, children age 14 and above","name":"childrenAbove14"},{"value":"adults","description":"TV-MA, adults only","name":"adults"}]}},"microsoft.graph.sharedPCAccountDeletionPolicyType":{"title":"sharedPCAccountDeletionPolicyType","enum":["immediate","diskSpaceThreshold","diskSpaceThresholdOrInactiveThreshold"],"type":"string","description":"Possible values for when accounts are deleted on a shared PC.","x-ms-enum":{"name":"sharedPCAccountDeletionPolicyType","modelAsString":false,"values":[{"value":"immediate","description":"Delete immediately.","name":"immediate"},{"value":"diskSpaceThreshold","description":"Delete at disk space threshold.","name":"diskSpaceThreshold"},{"value":"diskSpaceThresholdOrInactiveThreshold","description":"Delete at disk space threshold or inactive threshold.","name":"diskSpaceThresholdOrInactiveThreshold"}]}},"microsoft.graph.bitLockerEncryptionMethod":{"title":"bitLockerEncryptionMethod","enum":["aesCbc128","aesCbc256","xtsAes128","xtsAes256"],"type":"string","description":"BitLockerEncryptionMethod types","x-ms-enum":{"name":"bitLockerEncryptionMethod","modelAsString":false,"values":[{"value":"aesCbc128","description":"AES-CBC 128-bit.","name":"aesCbc128"},{"value":"aesCbc256","description":"AES-CBC 256-bit.","name":"aesCbc256"},{"value":"xtsAes128","description":"XTS-AES 128-bit.","name":"xtsAes128"},{"value":"xtsAes256","description":"XTS-AES 256-bit.","name":"xtsAes256"}]}},"microsoft.graph.defenderThreatAction":{"title":"defenderThreatAction","enum":["deviceDefault","clean","quarantine","remove","allow","userDefined","block"],"type":"string","description":"Defender’s default action to take on detected Malware threats.","x-ms-enum":{"name":"defenderThreatAction","modelAsString":false,"values":[{"value":"deviceDefault","description":"Apply action based on the update definition.","name":"deviceDefault"},{"value":"clean","description":"Clean the detected threat.","name":"clean"},{"value":"quarantine","description":"Quarantine the detected threat.","name":"quarantine"},{"value":"remove","description":"Remove the detected threat.","name":"remove"},{"value":"allow","description":"Allow the detected threat.","name":"allow"},{"value":"userDefined","description":"Allow the user to determine the action to take with the detected threat.","name":"userDefined"},{"value":"block","description":"Block the detected threat.","name":"block"}]}},"microsoft.graph.edgeSearchEngine":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.edgeSearchEngineBase"},{"title":"edgeSearchEngine","required":["@odata.type"],"type":"object","properties":{"edgeSearchEngineType":{"$ref":"#/components/schemas/microsoft.graph.edgeSearchEngineType"},"@odata.type":{"type":"string","default":"#microsoft.graph.edgeSearchEngine"}},"description":"Allows IT admins to set a predefined default search engine for MDM-Controlled devices."}],"x-ms-discriminator-value":"#microsoft.graph.edgeSearchEngine"},"microsoft.graph.edgeSearchEngineCustom":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.edgeSearchEngineBase"},{"title":"edgeSearchEngineCustom","required":["@odata.type"],"type":"object","properties":{"edgeSearchEngineOpenSearchXmlUrl":{"type":"string","description":"Points to a https link containing the OpenSearch xml file that contains, at minimum, the short name and the URL to the search Engine."},"@odata.type":{"type":"string","default":"#microsoft.graph.edgeSearchEngineCustom"}},"description":"Allows IT admins to set a custom default search engine for MDM-Controlled devices."}],"x-ms-discriminator-value":"#microsoft.graph.edgeSearchEngineCustom"},"microsoft.graph.windowsUpdateActiveHoursInstall":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.windowsUpdateInstallScheduleType"},{"title":"windowsUpdateActiveHoursInstall","required":["@odata.type"],"type":"object","properties":{"activeHoursEnd":{"pattern":"^([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?$","type":"string","description":"Active Hours End","format":"time"},"activeHoursStart":{"pattern":"^([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?$","type":"string","description":"Active Hours Start","format":"time"},"@odata.type":{"type":"string","default":"#microsoft.graph.windowsUpdateActiveHoursInstall"}}}],"x-ms-discriminator-value":"#microsoft.graph.windowsUpdateActiveHoursInstall"},"microsoft.graph.windowsUpdateScheduledInstall":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.windowsUpdateInstallScheduleType"},{"title":"windowsUpdateScheduledInstall","required":["@odata.type"],"type":"object","properties":{"scheduledInstallDay":{"$ref":"#/components/schemas/microsoft.graph.weeklySchedule"},"scheduledInstallTime":{"pattern":"^([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?$","type":"string","description":"Scheduled Install Time during day","format":"time"},"@odata.type":{"type":"string","default":"#microsoft.graph.windowsUpdateScheduledInstall"}}}],"x-ms-discriminator-value":"#microsoft.graph.windowsUpdateScheduledInstall"},"microsoft.graph.rgbColor":{"title":"rgbColor","required":["@odata.type"],"type":"object","properties":{"b":{"type":"number","description":"Blue value","format":"uint8"},"g":{"type":"number","description":"Green value","format":"uint8"},"r":{"type":"number","description":"Red value","format":"uint8"},"@odata.type":{"type":"string"}},"description":"Color in RGB."},"microsoft.graph.windowsMalwareCategoryCount":{"title":"windowsMalwareCategoryCount","required":["@odata.type"],"type":"object","properties":{"activeMalwareDetectionCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Count of active malware detections for this malware category. Valid values -2147483648 to 2147483647","format":"int32"},"category":{"$ref":"#/components/schemas/microsoft.graph.windowsMalwareCategory"},"deviceCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Count of devices with malware detections for this malware category","format":"int32"},"distinctActiveMalwareCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Count of distinct active malwares for this malware category. Valid values -2147483648 to 2147483647","format":"int32"},"lastUpdateDateTime":{"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 Timestamp of the last update for the device count in UTC","format":"date-time"},"@odata.type":{"type":"string"}},"description":"Malware category device count"},"microsoft.graph.windowsMalwareExecutionStateCount":{"title":"windowsMalwareExecutionStateCount","required":["@odata.type"],"type":"object","properties":{"deviceCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Count of devices with malware detections for this malware execution state","format":"int32"},"executionState":{"$ref":"#/components/schemas/microsoft.graph.windowsMalwareExecutionState"},"lastUpdateDateTime":{"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 Timestamp of the last update for the device count in UTC","format":"date-time"},"@odata.type":{"type":"string"}},"description":"Windows malware execution state summary."},"microsoft.graph.windowsMalwareNameCount":{"title":"windowsMalwareNameCount","required":["@odata.type"],"type":"object","properties":{"deviceCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Count of devices with malware dectected for this malware","format":"int32"},"lastUpdateDateTime":{"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 Timestamp of the last update for the device count in UTC","format":"date-time"},"malwareIdentifier":{"type":"string","description":"The unique identifier. This is malware identifier","nullable":true},"name":{"type":"string","description":"Malware name","nullable":true},"@odata.type":{"type":"string"}},"description":"Malware name device count"},"microsoft.graph.windowsMalwareSeverityCount":{"title":"windowsMalwareSeverityCount","required":["@odata.type"],"type":"object","properties":{"distinctMalwareCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Count of distinct malwares for this malware State. Valid values -2147483648 to 2147483647","format":"int32"},"lastUpdateDateTime":{"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 Timestamp of the last update for the WindowsMalwareSeverityCount in UTC","format":"date-time"},"malwareDetectionCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Count of threats detections for this malware severity. Valid values -2147483648 to 2147483647","format":"int32"},"severity":{"$ref":"#/components/schemas/microsoft.graph.windowsMalwareSeverity"},"@odata.type":{"type":"string"}},"description":"Windows Malware Severity Count Summary"},"microsoft.graph.windowsMalwareStateCount":{"title":"windowsMalwareStateCount","required":["@odata.type"],"type":"object","properties":{"deviceCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Count of devices with malware detections for this malware State","format":"int32"},"distinctMalwareCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Count of distinct malwares for this malware State. Valid values -2147483648 to 2147483647","format":"int32"},"lastUpdateDateTime":{"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 Timestamp of the last update for the device count in UTC","format":"date-time"},"malwareDetectionCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Count of total malware detections for this malware State. Valid values -2147483648 to 2147483647","format":"int32"},"state":{"$ref":"#/components/schemas/microsoft.graph.windowsMalwareThreatState"},"@odata.type":{"type":"string"}},"description":"Windows Malware State Summary."},"microsoft.graph.osVersionCount":{"title":"osVersionCount","required":["@odata.type"],"type":"object","properties":{"deviceCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Count of devices with malware for the OS version","format":"int32"},"lastUpdateDateTime":{"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 Timestamp of the last update for the device count in UTC","format":"date-time"},"osVersion":{"type":"string","description":"OS version","nullable":true},"@odata.type":{"type":"string"}},"description":"Count of devices with malware for each OS version"},"microsoft.graph.deviceRegistrationMembership":{"title":"deviceRegistrationMembership","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.allDeviceRegistrationMembership":"#/components/schemas/microsoft.graph.allDeviceRegistrationMembership","#microsoft.graph.enumeratedDeviceRegistrationMembership":"#/components/schemas/microsoft.graph.enumeratedDeviceRegistrationMembership","#microsoft.graph.noDeviceRegistrationMembership":"#/components/schemas/microsoft.graph.noDeviceRegistrationMembership"}}},"microsoft.graph.localAdminSettings":{"title":"localAdminSettings","required":["@odata.type"],"type":"object","properties":{"enableGlobalAdmins":{"type":"boolean","description":"Indicates whether global administrators are local administrators on all Microsoft Entra-joined devices. This setting only applies to future registrations. Default is true.","nullable":true},"registeringUsers":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.deviceRegistrationMembership"},{"type":"object","nullable":true}],"description":"Determines the users and groups that become local administrators on Microsoft Entra joined devices that they register."},"@odata.type":{"type":"string"}}},"microsoft.graph.attributeDefinition":{"title":"attributeDefinition","required":["@odata.type"],"type":"object","properties":{"anchor":{"type":"boolean","description":"true if the attribute should be used as the anchor for the object. Anchor attributes must have a unique value identifying an object, and must be immutable. Default is false. One, and only one, of the object's attributes must be designated as the anchor to support synchronization."},"apiExpressions":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.stringKeyStringValuePair"}},"caseExact":{"type":"boolean","description":"true if value of this attribute should be treated as case-sensitive. This setting affects how the synchronization engine detects changes for the attribute."},"defaultValue":{"type":"string","description":"The default value of the attribute.","nullable":true},"flowNullValues":{"type":"boolean","description":"'true' to allow null values for attributes."},"metadata":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.attributeDefinitionMetadataEntry"},"description":"Metadata for the given object."},"multivalued":{"type":"boolean","description":"true if an attribute can have multiple values. Default is false."},"mutability":{"$ref":"#/components/schemas/microsoft.graph.mutability"},"name":{"type":"string","description":"Name of the attribute. Must be unique within the object definition. Not nullable.","nullable":true},"referencedObjects":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.referencedObject"},"description":"For attributes with reference type, lists referenced objects (for example, the manager attribute would list User as the referenced object)."},"required":{"type":"boolean","description":"true if attribute is required. Object can not be created if any of the required attributes are missing. If during synchronization, the required attribute has no value, the default value will be used. If default the value was not set, synchronization will record an error."},"type":{"$ref":"#/components/schemas/microsoft.graph.attributeType"},"@odata.type":{"type":"string"}}},"microsoft.graph.objectDefinitionMetadataEntry":{"title":"objectDefinitionMetadataEntry","required":["@odata.type"],"type":"object","properties":{"key":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.objectDefinitionMetadata"},{"type":"object","nullable":true}],"description":"The possible values are: PropertyNameAccountEnabled, PropertyNameSoftDeleted, IsSoftDeletionSupported, IsSynchronizeAllSupported, ConnectorDataStorageRequired, Extensions, LinkTypeName."},"value":{"type":"string","description":"Value of the metadata property.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.educationAssignmentClassRecipient":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.educationAssignmentRecipient"},{"title":"educationAssignmentClassRecipient","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.educationAssignmentClassRecipient"}}}],"x-ms-discriminator-value":"#microsoft.graph.educationAssignmentClassRecipient"},"microsoft.graph.educationAssignmentGroupRecipient":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.educationAssignmentRecipient"},{"title":"educationAssignmentGroupRecipient","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.educationAssignmentGroupRecipient"}}}],"x-ms-discriminator-value":"#microsoft.graph.educationAssignmentGroupRecipient"},"microsoft.graph.educationAssignmentIndividualRecipient":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.educationAssignmentRecipient"},{"title":"educationAssignmentIndividualRecipient","required":["@odata.type"],"type":"object","properties":{"recipients":{"type":"array","items":{"type":"string","nullable":true},"description":"A collection of IDs of the recipients."},"@odata.type":{"type":"string","default":"#microsoft.graph.educationAssignmentIndividualRecipient"}}}],"x-ms-discriminator-value":"#microsoft.graph.educationAssignmentIndividualRecipient"},"microsoft.graph.educationAssignmentPointsGradeType":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.educationAssignmentGradeType"},{"title":"educationAssignmentPointsGradeType","required":["@odata.type"],"type":"object","properties":{"maxPoints":{"oneOf":[{"type":"number","format":"float","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"Max points possible for this assignment."},"@odata.type":{"type":"string","default":"#microsoft.graph.educationAssignmentPointsGradeType"}}}],"x-ms-discriminator-value":"#microsoft.graph.educationAssignmentPointsGradeType"},"microsoft.graph.educationChannelResource":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.educationResource"},{"title":"educationChannelResource","required":["@odata.type"],"type":"object","properties":{"url":{"type":"string","description":"URL of the channel resource.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.educationChannelResource"}}}],"x-ms-discriminator-value":"#microsoft.graph.educationChannelResource"},"microsoft.graph.educationExcelResource":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.educationResource"},{"title":"educationExcelResource","required":["@odata.type"],"type":"object","properties":{"fileUrl":{"type":"string","description":"Pointer to the Excel file object.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.educationExcelResource"}}}],"x-ms-discriminator-value":"#microsoft.graph.educationExcelResource"},"microsoft.graph.educationExternalResource":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.educationResource"},{"title":"educationExternalResource","required":["@odata.type"],"type":"object","properties":{"webUrl":{"type":"string","description":"Location of the resource. Required.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.educationExternalResource"}}}],"x-ms-discriminator-value":"#microsoft.graph.educationExternalResource"},"microsoft.graph.educationFileResource":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.educationResource"},{"title":"educationFileResource","required":["@odata.type"],"type":"object","properties":{"fileUrl":{"type":"string","description":"Location on disk of the file resource.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.educationFileResource"}}}],"x-ms-discriminator-value":"#microsoft.graph.educationFileResource"},"microsoft.graph.educationLinkedAssignmentResource":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.educationResource"},{"title":"educationLinkedAssignmentResource","required":["@odata.type"],"type":"object","properties":{"url":{"type":"string","description":"URL of the actual assignment.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.educationLinkedAssignmentResource"}}}],"x-ms-discriminator-value":"#microsoft.graph.educationLinkedAssignmentResource"},"microsoft.graph.educationLinkResource":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.educationResource"},{"title":"educationLinkResource","required":["@odata.type"],"type":"object","properties":{"link":{"type":"string","description":"URL to the resource.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.educationLinkResource"}}}],"x-ms-discriminator-value":"#microsoft.graph.educationLinkResource"},"microsoft.graph.educationMediaResource":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.educationResource"},{"title":"educationMediaResource","required":["@odata.type"],"type":"object","properties":{"fileUrl":{"type":"string","description":"Location of the file on shared point folder. Required","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.educationMediaResource"}}}],"x-ms-discriminator-value":"#microsoft.graph.educationMediaResource"},"microsoft.graph.educationPowerPointResource":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.educationResource"},{"title":"educationPowerPointResource","required":["@odata.type"],"type":"object","properties":{"fileUrl":{"type":"string","description":"Location of the file on disk.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.educationPowerPointResource"}}}],"x-ms-discriminator-value":"#microsoft.graph.educationPowerPointResource"},"microsoft.graph.educationSpeakerProgressResource":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.educationResource"},{"title":"educationSpeakerProgressResource","required":["@odata.type"],"type":"object","properties":{"aiFeedbackCriteria":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.educationAiFeedbackCriteria"},{"type":"object","nullable":true}],"description":"The feedback types that students should receive from AI feedback. This property should only be provided if isAiFeedbackEnabled is true."},"isAiFeedbackEnabled":{"type":"boolean","description":"Indicates whether AI feedback is enabled for the student submissions."},"isVideoRequired":{"type":"boolean","description":"Indicates whether video is required for the student recording."},"maxRecordingAttempts":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The maximum number of recording attempts available to the student. Specify 0 to set unlimited recording attempts.","format":"int32"},"presentationTitle":{"type":"string","description":"The title of the speaker progress resource visible to students."},"recordingTimeLimitInMinutes":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The time limit is in minutes for the student recording.","format":"int32"},"showRehearsalReportToStudentBeforeMediaUpload":{"type":"boolean","description":"Allows students to view their rehearsal report before the assignment is graded."},"speakerCoachSettings":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.educationSpeakerCoachSettings"},{"type":"object","nullable":true}],"description":"The feedback types that students should receive from the Speaker Coach."},"spokenLanguageLocale":{"type":"string","description":"The spoken language for the student recording. For example, en-US."},"@odata.type":{"type":"string","default":"#microsoft.graph.educationSpeakerProgressResource"}}}],"x-ms-discriminator-value":"#microsoft.graph.educationSpeakerProgressResource"},"microsoft.graph.educationTeamsAppResource":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.educationResource"},{"title":"educationTeamsAppResource","required":["@odata.type"],"type":"object","properties":{"appIconWebUrl":{"type":"string","description":"URL that points to the icon of the app.","nullable":true},"appId":{"type":"string","description":"Teams app ID of the application.","nullable":true},"teamsEmbeddedContentUrl":{"type":"string","description":"URL for the app resource that will be opened by Teams.","nullable":true},"webUrl":{"type":"string","description":"URL for the app resource that can be opened in the browser.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.educationTeamsAppResource"}}}],"x-ms-discriminator-value":"#microsoft.graph.educationTeamsAppResource"},"microsoft.graph.educationWordResource":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.educationResource"},{"title":"educationWordResource","required":["@odata.type"],"type":"object","properties":{"fileUrl":{"type":"string","description":"Location of the file on disk.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.educationWordResource"}}}],"x-ms-discriminator-value":"#microsoft.graph.educationWordResource"},"microsoft.graph.educationAssignmentGrade":{"title":"educationAssignmentGrade","required":["@odata.type"],"type":"object","properties":{"gradedBy":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"type":"object","nullable":true}],"description":"User who did the grading."},"gradedDateTime":{"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":"Moment in time when the grade was applied to this submission object. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z","format":"date-time","nullable":true},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.educationAssignmentPointsGrade":"#/components/schemas/microsoft.graph.educationAssignmentPointsGrade"}}},"microsoft.graph.rubricCriterion":{"title":"rubricCriterion","required":["@odata.type"],"type":"object","properties":{"description":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.educationItemBody"},{"type":"object","nullable":true}],"description":"The description of this criterion."},"@odata.type":{"type":"string"}}},"microsoft.graph.educationSubmissionIndividualRecipient":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.educationSubmissionRecipient"},{"title":"educationSubmissionIndividualRecipient","required":["@odata.type"],"type":"object","properties":{"userId":{"type":"string","description":"User ID of the user to whom the submission is assigned.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.educationSubmissionIndividualRecipient"}}}],"x-ms-discriminator-value":"#microsoft.graph.educationSubmissionIndividualRecipient"},"microsoft.graph.contactRelationship":{"title":"contactRelationship","enum":["parent","relative","aide","doctor","guardian","child","other","unknownFutureValue"],"type":"string"},"microsoft.graph.educationGender":{"title":"educationGender","enum":["female","male","other","unknownFutureValue"],"type":"string"},"microsoft.graph.notificationRecipientsType":{"title":"notificationRecipientsType","enum":["none","globalAdmins","backupAdmins","custom","allAdmins","unknownFutureValue"],"type":"string","x-ms-enum-flags":{"isFlags":true}},"microsoft.graph.fileStorageContainerTypeSettingsOverride":{"title":"fileStorageContainerTypeSettingsOverride","enum":["urlTemplate","isDiscoverabilityEnabled","isSearchEnabled","isItemVersioningEnabled","itemMajorVersionLimit","maxStoragePerContainerInBytes","unknownFutureValue"],"type":"string","x-ms-enum-flags":{"isFlags":true}},"microsoft.graph.fileStorageContainerTypeAppPermission":{"title":"fileStorageContainerTypeAppPermission","enum":["none","readContent","writeContent","manageContent","create","delete","read","write","enumeratePermissions","addPermissions","updatePermissions","deletePermissions","deleteOwnPermission","managePermissions","full","unknownFutureValue"],"type":"string"},"microsoft.graph.basicAuthentication":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.apiAuthenticationConfigurationBase"},{"title":"basicAuthentication","required":["@odata.type"],"type":"object","properties":{"password":{"type":"string","description":"The password. It isn't returned in the responses.","nullable":true},"username":{"type":"string","description":"The username.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.basicAuthentication"}}}],"x-ms-discriminator-value":"#microsoft.graph.basicAuthentication"},"microsoft.graph.clientCertificateAuthentication":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.apiAuthenticationConfigurationBase"},{"title":"clientCertificateAuthentication","required":["@odata.type"],"type":"object","properties":{"certificateList":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.pkcs12CertificateInformation"},"description":"The list of certificates uploaded for this API connector."},"@odata.type":{"type":"string","default":"#microsoft.graph.clientCertificateAuthentication"}}}],"x-ms-discriminator-value":"#microsoft.graph.clientCertificateAuthentication"},"microsoft.graph.pkcs12Certificate":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.apiAuthenticationConfigurationBase"},{"title":"pkcs12Certificate","required":["@odata.type"],"type":"object","properties":{"password":{"type":"string","description":"The password for the pfx file. Required. If no password is used, you must still provide a value of ''.","nullable":true},"pkcs12Value":{"type":"string","description":"Represents the pfx content that is sent. The value should be a base-64 encoded version of the actual certificate content. Required.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.pkcs12Certificate"}}}],"x-ms-discriminator-value":"#microsoft.graph.pkcs12Certificate"},"microsoft.graph.oidcClientSecretAuthentication":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.oidcClientAuthentication"},{"title":"oidcClientSecretAuthentication","required":["@odata.type"],"type":"object","properties":{"clientSecret":{"type":"string"},"@odata.type":{"type":"string","default":"#microsoft.graph.oidcClientSecretAuthentication"}}}],"x-ms-discriminator-value":"#microsoft.graph.oidcClientSecretAuthentication"},"microsoft.graph.oidcPrivateJwtKeyClientAuthentication":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.oidcClientAuthentication"},{"title":"oidcPrivateJwtKeyClientAuthentication","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.oidcPrivateJwtKeyClientAuthentication"}}}],"x-ms-discriminator-value":"#microsoft.graph.oidcPrivateJwtKeyClientAuthentication"},"microsoft.graph.oidcAddressInboundClaims":{"title":"oidcAddressInboundClaims","required":["@odata.type"],"type":"object","properties":{"country":{"type":"string","nullable":true},"locality":{"type":"string","nullable":true},"postal_code":{"type":"string","nullable":true},"region":{"type":"string","nullable":true},"street_address":{"type":"string","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.importedWindowsAutopilotDeviceIdentityImportStatus":{"title":"importedWindowsAutopilotDeviceIdentityImportStatus","enum":["unknown","pending","partial","complete","error"],"type":"string","x-ms-enum":{"name":"importedWindowsAutopilotDeviceIdentityImportStatus","modelAsString":false,"values":[{"value":"unknown","description":"Unknown status.","name":"unknown"},{"value":"pending","description":"Pending status.","name":"pending"},{"value":"partial","description":"Partial status.","name":"partial"},{"value":"complete","description":"Complete status.","name":"complete"},{"value":"error","description":"Error status.","name":"error"}]}},"microsoft.graph.ipRange":{"title":"ipRange","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.iPv4CidrRange":"#/components/schemas/microsoft.graph.iPv4CidrRange","#microsoft.graph.iPv4Range":"#/components/schemas/microsoft.graph.iPv4Range","#microsoft.graph.iPv6CidrRange":"#/components/schemas/microsoft.graph.iPv6CidrRange","#microsoft.graph.iPv6Range":"#/components/schemas/microsoft.graph.iPv6Range"}}},"microsoft.graph.proxiedDomain":{"title":"proxiedDomain","required":["@odata.type"],"type":"object","properties":{"ipAddressOrFQDN":{"type":"string","description":"The IP address or FQDN"},"proxy":{"type":"string","description":"Proxy IP or FQDN","nullable":true},"@odata.type":{"type":"string"}},"description":"Proxied Domain"},"microsoft.graph.windowsInformationProtectionDesktopApp":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.windowsInformationProtectionApp"},{"title":"windowsInformationProtectionDesktopApp","required":["@odata.type"],"type":"object","properties":{"binaryName":{"type":"string","description":"The binary name."},"binaryVersionHigh":{"type":"string","description":"The high binary version.","nullable":true},"binaryVersionLow":{"type":"string","description":"The lower binary version.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.windowsInformationProtectionDesktopApp"}},"description":"Desktop App for Windows information protection"}],"x-ms-discriminator-value":"#microsoft.graph.windowsInformationProtectionDesktopApp"},"microsoft.graph.windowsInformationProtectionStoreApp":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.windowsInformationProtectionApp"},{"title":"windowsInformationProtectionStoreApp","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.windowsInformationProtectionStoreApp"}},"description":"Store App for Windows information protection"}],"x-ms-discriminator-value":"#microsoft.graph.windowsInformationProtectionStoreApp"},"microsoft.graph.mdmAppConfigKeyType":{"title":"mdmAppConfigKeyType","enum":["stringType","integerType","realType","booleanType","tokenType"],"type":"string","description":"App configuration key types."},"microsoft.graph.messageActionFlag":{"title":"messageActionFlag","enum":["any","call","doNotForward","followUp","fyi","forward","noResponseNecessary","read","reply","replyToAll","review"],"type":"string"},"microsoft.graph.sizeRange":{"title":"sizeRange","required":["@odata.type"],"type":"object","properties":{"maximumSize":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The maximum size (in kilobytes) that an incoming message must have in order for a condition or exception to apply.","format":"int32","nullable":true},"minimumSize":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The minimum size (in kilobytes) that an incoming message must have in order for a condition or exception to apply.","format":"int32","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.win32LobAppRestartBehavior":{"title":"win32LobAppRestartBehavior","enum":["basedOnReturnCode","allow","suppress","force"],"type":"string","description":"Indicates the type of restart action.","x-ms-enum":{"name":"win32LobAppRestartBehavior","modelAsString":false,"values":[{"value":"basedOnReturnCode","description":"Intune will restart the device after running the app installation if the operation returns a reboot code.","name":"basedOnReturnCode"},{"value":"allow","description":"Intune will not take any specific action on reboot codes resulting from app installations. Intune will not attempt to suppress restarts for MSI apps.","name":"allow"},{"value":"suppress","description":"Intune will attempt to suppress restarts for MSI apps.","name":"suppress"},{"value":"force","description":"Intune will force the device to restart immediately after the app installation operation.","name":"force"}]}},"microsoft.graph.runAsAccountType":{"title":"runAsAccountType","enum":["system","user"],"type":"string","description":"Indicates the type of execution context the app runs in.","x-ms-enum":{"name":"runAsAccountType","modelAsString":false,"values":[{"value":"system","description":"System context","name":"system"},{"value":"user","description":"User context","name":"user"}]}},"microsoft.graph.win32LobAppMsiPackageType":{"title":"win32LobAppMsiPackageType","enum":["perMachine","perUser","dualPurpose"],"type":"string","description":"Indicates the package type of an MSI Win32LobApp.","x-ms-enum":{"name":"win32LobAppMsiPackageType","modelAsString":false,"values":[{"value":"perMachine","description":"Indicates a per-machine app package.","name":"perMachine"},{"value":"perUser","description":"Indicates a per-user app package.","name":"perUser"},{"value":"dualPurpose","description":"Indicates a dual-purpose app package.","name":"dualPurpose"}]}},"microsoft.graph.win32LobAppReturnCodeType":{"title":"win32LobAppReturnCodeType","enum":["failed","success","softReboot","hardReboot","retry"],"type":"string","description":"Indicates the type of return code.","x-ms-enum":{"name":"win32LobAppReturnCodeType","modelAsString":false,"values":[{"value":"failed","description":"Failed.","name":"failed"},{"value":"success","description":"Success.","name":"success"},{"value":"softReboot","description":"Soft-reboot is required.","name":"softReboot"},{"value":"hardReboot","description":"Hard-reboot is required.","name":"hardReboot"},{"value":"retry","description":"Retry.","name":"retry"}]}},"microsoft.graph.win32LobAppRuleType":{"title":"win32LobAppRuleType","enum":["detection","requirement"],"type":"string","description":"Contains rule types for Win32 LOB apps.","x-ms-enum":{"name":"win32LobAppRuleType","modelAsString":false,"values":[{"value":"detection","description":"Detection rule.","name":"detection"},{"value":"requirement","description":"Requirement rule.","name":"requirement"}]}},"microsoft.graph.win32LobAppFileSystemRule":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.win32LobAppRule"},{"title":"win32LobAppFileSystemRule","required":["@odata.type"],"type":"object","properties":{"check32BitOn64System":{"type":"boolean","description":"A value indicating whether to expand environment variables in the 32-bit context on 64-bit systems."},"comparisonValue":{"type":"string","description":"The file or folder comparison value.","nullable":true},"fileOrFolderName":{"type":"string","description":"The file or folder name to look up.","nullable":true},"operationType":{"$ref":"#/components/schemas/microsoft.graph.win32LobAppFileSystemOperationType"},"operator":{"$ref":"#/components/schemas/microsoft.graph.win32LobAppRuleOperator"},"path":{"type":"string","description":"The file or folder path to look up.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.win32LobAppFileSystemRule"}},"description":"A complex type to store file or folder rule data for a Win32 LOB app."}],"x-ms-discriminator-value":"#microsoft.graph.win32LobAppFileSystemRule"},"microsoft.graph.win32LobAppPowerShellScriptRule":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.win32LobAppRule"},{"title":"win32LobAppPowerShellScriptRule","required":["@odata.type"],"type":"object","properties":{"comparisonValue":{"type":"string","description":"The script output comparison value. Do not specify a value if the rule is used for detection.","nullable":true},"displayName":{"type":"string","description":"The display name for the rule. Do not specify this value if the rule is used for detection.","nullable":true},"enforceSignatureCheck":{"type":"boolean","description":"A value indicating whether a signature check is enforced."},"operationType":{"$ref":"#/components/schemas/microsoft.graph.win32LobAppPowerShellScriptRuleOperationType"},"operator":{"$ref":"#/components/schemas/microsoft.graph.win32LobAppRuleOperator"},"runAs32Bit":{"type":"boolean","description":"A value indicating whether the script should run as 32-bit."},"runAsAccount":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.runAsAccountType"},{"type":"object","nullable":true}],"description":"The execution context of the script. Do not specify this value if the rule is used for detection. Script detection rules will run in the same context as the associated app install context. The possible values are: system, user."},"scriptContent":{"type":"string","description":"The base64-encoded script content.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.win32LobAppPowerShellScriptRule"}},"description":"A complex type to store the PowerShell script rule data for a Win32 LOB app."}],"x-ms-discriminator-value":"#microsoft.graph.win32LobAppPowerShellScriptRule"},"microsoft.graph.win32LobAppProductCodeRule":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.win32LobAppRule"},{"title":"win32LobAppProductCodeRule","required":["@odata.type"],"type":"object","properties":{"productCode":{"type":"string","description":"The product code of the app.","nullable":true},"productVersion":{"type":"string","description":"The product version comparison value.","nullable":true},"productVersionOperator":{"$ref":"#/components/schemas/microsoft.graph.win32LobAppRuleOperator"},"@odata.type":{"type":"string","default":"#microsoft.graph.win32LobAppProductCodeRule"}},"description":"A complex type to store the product code and version rule data for a Win32 LOB app. This rule is not supported as a requirement rule."}],"x-ms-discriminator-value":"#microsoft.graph.win32LobAppProductCodeRule"},"microsoft.graph.win32LobAppRegistryRule":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.win32LobAppRule"},{"title":"win32LobAppRegistryRule","required":["@odata.type"],"type":"object","properties":{"check32BitOn64System":{"type":"boolean","description":"A value indicating whether to search the 32-bit registry on 64-bit systems."},"comparisonValue":{"type":"string","description":"The registry comparison value.","nullable":true},"keyPath":{"type":"string","description":"The full path of the registry entry containing the value to detect.","nullable":true},"operationType":{"$ref":"#/components/schemas/microsoft.graph.win32LobAppRegistryRuleOperationType"},"operator":{"$ref":"#/components/schemas/microsoft.graph.win32LobAppRuleOperator"},"valueName":{"type":"string","description":"The name of the registry value to detect.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.win32LobAppRegistryRule"}},"description":"A complex type to store registry rule data for a Win32 LOB app."}],"x-ms-discriminator-value":"#microsoft.graph.win32LobAppRegistryRule"},"microsoft.graph.iosLobAppAssignmentSettings":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.mobileAppAssignmentSettings"},{"title":"iosLobAppAssignmentSettings","required":["@odata.type"],"type":"object","properties":{"isRemovable":{"type":"boolean","description":"When TRUE, indicates that the app can be uninstalled by the user. When FALSE, indicates that the app cannot be uninstalled by the user. By default, this property is set to null which internally is treated as TRUE.","nullable":true},"uninstallOnDeviceRemoval":{"type":"boolean","description":"When TRUE, indicates that the app should be uninstalled when the device is removed from Intune. When FALSE, indicates that the app will not be uninstalled when the device is removed from Intune. By default, property is set to null which internally is treated as TRUE.","nullable":true},"vpnConfigurationId":{"type":"string","description":"This is the unique identifier (Id) of the VPN Configuration to apply to the app.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.iosLobAppAssignmentSettings"}},"description":"Contains properties used to assign an iOS LOB mobile app to a group."}],"x-ms-discriminator-value":"#microsoft.graph.iosLobAppAssignmentSettings"},"microsoft.graph.iosStoreAppAssignmentSettings":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.mobileAppAssignmentSettings"},{"title":"iosStoreAppAssignmentSettings","required":["@odata.type"],"type":"object","properties":{"isRemovable":{"type":"boolean","description":"When TRUE, indicates that the app can be uninstalled by the user. When FALSE, indicates that the app cannot be uninstalled by the user. By default, this property is set to null which internally is treated as TRUE.","nullable":true},"uninstallOnDeviceRemoval":{"type":"boolean","description":"When TRUE, indicates that the app should be uninstalled when the device is removed from Intune. When FALSE, indicates that the app will not be uninstalled when the device is removed from Intune. By default, property is set to null which internally is treated as TRUE.","nullable":true},"vpnConfigurationId":{"type":"string","description":"This is the unique identifier (Id) of the VPN Configuration to apply to the app.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.iosStoreAppAssignmentSettings"}},"description":"Contains properties used to assign an iOS Store mobile app to a group."}],"x-ms-discriminator-value":"#microsoft.graph.iosStoreAppAssignmentSettings"},"microsoft.graph.iosVppAppAssignmentSettings":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.mobileAppAssignmentSettings"},{"title":"iosVppAppAssignmentSettings","required":["@odata.type"],"type":"object","properties":{"useDeviceLicensing":{"type":"boolean","description":"Whether or not to use device licensing."},"vpnConfigurationId":{"type":"string","description":"The VPN Configuration Id to apply for this app.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.iosVppAppAssignmentSettings"}},"description":"Contains properties used to assign an iOS VPP mobile app to a group."}],"x-ms-discriminator-value":"#microsoft.graph.iosVppAppAssignmentSettings"},"microsoft.graph.macOsLobAppAssignmentSettings":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.mobileAppAssignmentSettings"},{"title":"macOsLobAppAssignmentSettings","required":["@odata.type"],"type":"object","properties":{"uninstallOnDeviceRemoval":{"type":"boolean","description":"When TRUE, indicates that the app should be uninstalled when the device is removed from Intune. When FALSE, indicates that the app will not be uninstalled when the device is removed from Intune.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.macOsLobAppAssignmentSettings"}},"description":"Contains properties used to assign a macOS LOB app to a group."}],"x-ms-discriminator-value":"#microsoft.graph.macOsLobAppAssignmentSettings"},"microsoft.graph.microsoftStoreForBusinessAppAssignmentSettings":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.mobileAppAssignmentSettings"},{"title":"microsoftStoreForBusinessAppAssignmentSettings","required":["@odata.type"],"type":"object","properties":{"useDeviceContext":{"type":"boolean","description":"Whether or not to use device execution context for Microsoft Store for Business mobile app."},"@odata.type":{"type":"string","default":"#microsoft.graph.microsoftStoreForBusinessAppAssignmentSettings"}},"description":"Contains properties used to assign an Microsoft Store for Business mobile app to a group."}],"x-ms-discriminator-value":"#microsoft.graph.microsoftStoreForBusinessAppAssignmentSettings"},"microsoft.graph.win32LobAppAssignmentSettings":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.mobileAppAssignmentSettings"},{"title":"win32LobAppAssignmentSettings","required":["@odata.type"],"type":"object","properties":{"autoUpdateSettings":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.win32LobAppAutoUpdateSettings"},{"type":"object","nullable":true}],"description":"The auto-update settings to apply for this app assignment."},"deliveryOptimizationPriority":{"$ref":"#/components/schemas/microsoft.graph.win32LobAppDeliveryOptimizationPriority"},"installTimeSettings":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.mobileAppInstallTimeSettings"},{"type":"object","nullable":true}],"description":"The install time settings to apply for this app assignment."},"notifications":{"$ref":"#/components/schemas/microsoft.graph.win32LobAppNotification"},"restartSettings":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.win32LobAppRestartSettings"},{"type":"object","nullable":true}],"description":"The reboot settings to apply for this app assignment."},"@odata.type":{"type":"string","default":"#microsoft.graph.win32LobAppAssignmentSettings"}},"description":"Contains properties used to assign an Win32 LOB mobile app to a group."}],"x-ms-discriminator-value":"#microsoft.graph.win32LobAppAssignmentSettings"},"microsoft.graph.windowsAppXAppAssignmentSettings":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.mobileAppAssignmentSettings"},{"title":"windowsAppXAppAssignmentSettings","required":["@odata.type"],"type":"object","properties":{"useDeviceContext":{"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."},"@odata.type":{"type":"string","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.windowsUniversalAppXAppAssignmentSettings":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.mobileAppAssignmentSettings"},{"title":"windowsUniversalAppXAppAssignmentSettings","required":["@odata.type"],"type":"object","properties":{"useDeviceContext":{"type":"boolean","description":"If true, uses device execution context for Windows Universal AppX mobile app. Device-context install is not allowed when this type of app is targeted with Available intent. Defaults to false."},"@odata.type":{"type":"string","default":"#microsoft.graph.windowsUniversalAppXAppAssignmentSettings"}},"description":"Contains properties used when assigning a Windows Universal AppX mobile app to a group."}],"x-ms-discriminator-value":"#microsoft.graph.windowsUniversalAppXAppAssignmentSettings"},"microsoft.graph.externalLink":{"title":"externalLink","required":["@odata.type"],"type":"object","properties":{"href":{"type":"string","description":"The URL of the link.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.lobbyBypassScope":{"title":"lobbyBypassScope","enum":["organizer","organization","organizationAndFederated","everyone","unknownFutureValue","invited","organizationExcludingGuests"],"type":"string"},"microsoft.graph.onPremisesAccidentalDeletionPrevention":{"title":"onPremisesAccidentalDeletionPrevention","required":["@odata.type"],"type":"object","properties":{"alertThreshold":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Threshold value which triggers accidental deletion prevention. The threshold is either an absolute number of objects or a percentage number of objects.","format":"int32","nullable":true},"synchronizationPreventionType":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.onPremisesDirectorySynchronizationDeletionPreventionType"},{"type":"object","nullable":true}],"description":"The status of the accidental deletion prevention feature. The possible values are: disabled, enabledForCount, enabledForPercentage, unknownFutureValue."},"@odata.type":{"type":"string"}}},"microsoft.graph.calendarSharingAction":{"title":"calendarSharingAction","enum":["accept","acceptAndViewCalendar","viewCalendar","addThisCalendar"],"type":"string"},"microsoft.graph.calendarSharingActionType":{"title":"calendarSharingActionType","enum":["accept"],"type":"string"},"microsoft.graph.calendarSharingActionImportance":{"title":"calendarSharingActionImportance","enum":["primary","secondary"],"type":"string"},"microsoft.graph.notifyMembers":{"title":"notifyMembers","enum":["all","allowSelected","blockSelected","unknownFutureValue"],"type":"string"},"microsoft.graph.mediaDirection":{"title":"mediaDirection","enum":["inactive","sendOnly","receiveOnly","sendReceive"],"type":"string"},"microsoft.graph.recordingStatus":{"title":"recordingStatus","enum":["unknown","notRecording","recording","failed","unknownFutureValue"],"type":"string"},"microsoft.graph.onlineMeetingContentSharingDisabledReason":{"title":"onlineMeetingContentSharingDisabledReason","enum":["watermarkProtection","unknownFutureValue"],"type":"string","x-ms-enum-flags":{"isFlags":true}},"microsoft.graph.onlineMeetingVideoDisabledReason":{"title":"onlineMeetingVideoDisabledReason","enum":["watermarkProtection","unknownFutureValue"],"type":"string","x-ms-enum-flags":{"isFlags":true}},"microsoft.graph.payloadCoachmark":{"title":"payloadCoachmark","required":["@odata.type"],"type":"object","properties":{"coachmarkLocation":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.coachmarkLocation"},{"type":"object","nullable":true}],"description":"The coachmark location."},"description":{"type":"string","description":"The description about the coachmark.","nullable":true},"indicator":{"type":"string","description":"The coachmark indicator.","nullable":true},"isValid":{"type":"boolean","description":"Indicates whether the coachmark is valid or not.","nullable":true},"language":{"type":"string","description":"The coachmark language.","nullable":true},"order":{"type":"string","description":"The coachmark order.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.emailPayloadDetail":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.payloadDetail"},{"title":"emailPayloadDetail","required":["@odata.type"],"type":"object","properties":{"fromEmail":{"type":"string","description":"Email address of the user.","nullable":true},"fromName":{"type":"string","description":"Display name of the user.","nullable":true},"isExternalSender":{"type":"boolean","description":"Indicates whether the sender isn't from the user's organization.","nullable":true},"subject":{"type":"string","description":"The subject of the email address sent to the user.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.emailPayloadDetail"}}}],"x-ms-discriminator-value":"#microsoft.graph.emailPayloadDetail"},"microsoft.graph.checkInMethod":{"title":"checkInMethod","enum":["unspecified","manual","inferred","verified","unknownFutureValue"],"type":"string"},"microsoft.graph.resourceLinkType":{"title":"resourceLinkType","enum":["url","unknownFutureValue"],"type":"string"},"microsoft.graph.assignedPlaceMode":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.placeMode"},{"title":"assignedPlaceMode","required":["@odata.type"],"type":"object","properties":{"assignedUserEmailAddress":{"type":"string","description":"The email address of the user to whom the desk is assigned.","nullable":true},"assignedUserId":{"type":"string","description":"The user ID of the user to whom the desk is assigned.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.assignedPlaceMode"}}}],"x-ms-discriminator-value":"#microsoft.graph.assignedPlaceMode"},"microsoft.graph.dropInPlaceMode":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.placeMode"},{"title":"dropInPlaceMode","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.dropInPlaceMode"}}}],"x-ms-discriminator-value":"#microsoft.graph.dropInPlaceMode"},"microsoft.graph.reservablePlaceMode":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.placeMode"},{"title":"reservablePlaceMode","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.reservablePlaceMode"}}}],"x-ms-discriminator-value":"#microsoft.graph.reservablePlaceMode"},"microsoft.graph.unavailablePlaceMode":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.placeMode"},{"title":"unavailablePlaceMode","required":["@odata.type"],"type":"object","properties":{"reason":{"type":"string","description":"The reason a place is marked unavailable.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.unavailablePlaceMode"}}}],"x-ms-discriminator-value":"#microsoft.graph.unavailablePlaceMode"},"microsoft.graph.plannerContainerType":{"title":"plannerContainerType","enum":["group","unknownFutureValue","roster"],"type":"string"},"microsoft.graph.printColorMode":{"title":"printColorMode","enum":["blackAndWhite","grayscale","color","auto","unknownFutureValue"],"type":"string"},"microsoft.graph.integerRange":{"title":"integerRange","required":["@odata.type"],"type":"object","properties":{"end":{"type":"number","description":"The inclusive upper bound of the integer range.","format":"int64","nullable":true},"start":{"type":"number","description":"The inclusive lower bound of the integer range.","format":"int64","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.printDuplexMode":{"title":"printDuplexMode","enum":["flipOnLongEdge","flipOnShortEdge","oneSided","unknownFutureValue"],"type":"string"},"microsoft.graph.printerFeedOrientation":{"title":"printerFeedOrientation","enum":["longEdgeFirst","shortEdgeFirst","unknownFutureValue"],"type":"string"},"microsoft.graph.printFinishing":{"title":"printFinishing","enum":["none","staple","punch","cover","bind","saddleStitch","stitchEdge","stapleTopLeft","stapleBottomLeft","stapleTopRight","stapleBottomRight","stitchLeftEdge","stitchTopEdge","stitchRightEdge","stitchBottomEdge","stapleDualLeft","stapleDualTop","stapleDualRight","stapleDualBottom","unknownFutureValue","stapleTripleLeft","stapleTripleTop","stapleTripleRight","stapleTripleBottom","bindLeft","bindTop","bindRight","bindBottom","foldAccordion","foldDoubleGate","foldGate","foldHalf","foldHalfZ","foldLeftGate","foldLetter","foldParallel","foldPoster","foldRightGate","foldZ","foldEngineeringZ","punchTopLeft","punchBottomLeft","punchTopRight","punchBottomRight","punchDualLeft","punchDualTop","punchDualRight","punchDualBottom","punchTripleLeft","punchTripleTop","punchTripleRight","punchTripleBottom","punchQuadLeft","punchQuadTop","punchQuadRight","punchQuadBottom","fold","trim","bale","bookletMaker","coat","laminate","trimAfterPages","trimAfterDocuments","trimAfterCopies","trimAfterJob"],"type":"string"},"microsoft.graph.printMultipageLayout":{"title":"printMultipageLayout","enum":["clockwiseFromTopLeft","counterclockwiseFromTopLeft","counterclockwiseFromTopRight","clockwiseFromTopRight","counterclockwiseFromBottomLeft","clockwiseFromBottomLeft","counterclockwiseFromBottomRight","clockwiseFromBottomRight","unknownFutureValue"],"type":"string"},"microsoft.graph.printOrientation":{"title":"printOrientation","enum":["portrait","landscape","reverseLandscape","reversePortrait","unknownFutureValue"],"type":"string"},"microsoft.graph.printQuality":{"title":"printQuality","enum":["low","medium","high","unknownFutureValue"],"type":"string"},"microsoft.graph.printScaling":{"title":"printScaling","enum":["auto","shrinkToFit","fill","fit","none","unknownFutureValue"],"type":"string"},"microsoft.graph.printerProcessingStateDetail":{"title":"printerProcessingStateDetail","enum":["paused","mediaJam","mediaNeeded","mediaLow","mediaEmpty","coverOpen","interlockOpen","outputTrayMissing","outputAreaFull","markerSupplyLow","markerSupplyEmpty","inputTrayMissing","outputAreaAlmostFull","markerWasteAlmostFull","markerWasteFull","fuserOverTemp","fuserUnderTemp","other","none","movingToPaused","shutdown","connectingToDevice","timedOut","stopping","stoppedPartially","tonerLow","tonerEmpty","spoolAreaFull","doorOpen","opticalPhotoConductorNearEndOfLife","opticalPhotoConductorLifeOver","developerLow","developerEmpty","interpreterResourceUnavailable","unknownFutureValue","alertRemovalOfBinaryChangeEntry","banderAdded","banderAlmostEmpty","banderAlmostFull","banderAtLimit","banderClosed","banderConfigurationChange","banderCoverClosed","banderCoverOpen","banderEmpty","banderFull","banderInterlockClosed","banderInterlockOpen","banderJam","banderLifeAlmostOver","banderLifeOver","banderMemoryExhausted","banderMissing","banderMotorFailure","banderNearLimit","banderOffline","banderOpened","banderOverTemperature","banderPowerSaver","banderRecoverableFailure","banderRecoverableStorage","banderRemoved","banderResourceAdded","banderResourceRemoved","banderThermistorFailure","banderTimingFailure","banderTurnedOff","banderTurnedOn","banderUnderTemperature","banderUnrecoverableFailure","banderUnrecoverableStorageError","banderWarmingUp","binderAdded","binderAlmostEmpty","binderAlmostFull","binderAtLimit","binderClosed","binderConfigurationChange","binderCoverClosed","binderCoverOpen","binderEmpty","binderFull","binderInterlockClosed","binderInterlockOpen","binderJam","binderLifeAlmostOver","binderLifeOver","binderMemoryExhausted","binderMissing","binderMotorFailure","binderNearLimit","binderOffline","binderOpened","binderOverTemperature","binderPowerSaver","binderRecoverableFailure","binderRecoverableStorage","binderRemoved","binderResourceAdded","binderResourceRemoved","binderThermistorFailure","binderTimingFailure","binderTurnedOff","binderTurnedOn","binderUnderTemperature","binderUnrecoverableFailure","binderUnrecoverableStorageError","binderWarmingUp","cameraFailure","chamberCooling","chamberFailure","chamberHeating","chamberTemperatureHigh","chamberTemperatureLow","cleanerLifeAlmostOver","cleanerLifeOver","configurationChange","deactivated","deleted","dieCutterAdded","dieCutterAlmostEmpty","dieCutterAlmostFull","dieCutterAtLimit","dieCutterClosed","dieCutterConfigurationChange","dieCutterCoverClosed","dieCutterCoverOpen","dieCutterEmpty","dieCutterFull","dieCutterInterlockClosed","dieCutterInterlockOpen","dieCutterJam","dieCutterLifeAlmostOver","dieCutterLifeOver","dieCutterMemoryExhausted","dieCutterMissing","dieCutterMotorFailure","dieCutterNearLimit","dieCutterOffline","dieCutterOpened","dieCutterOverTemperature","dieCutterPowerSaver","dieCutterRecoverableFailure","dieCutterRecoverableStorage","dieCutterRemoved","dieCutterResourceAdded","dieCutterResourceRemoved","dieCutterThermistorFailure","dieCutterTimingFailure","dieCutterTurnedOff","dieCutterTurnedOn","dieCutterUnderTemperature","dieCutterUnrecoverableFailure","dieCutterUnrecoverableStorageError","dieCutterWarmingUp","extruderCooling","extruderFailure","extruderHeating","extruderJam","extruderTemperatureHigh","extruderTemperatureLow","fanFailure","faxModemLifeAlmostOver","faxModemLifeOver","faxModemMissing","faxModemTurnedOff","faxModemTurnedOn","folderAdded","folderAlmostEmpty","folderAlmostFull","folderAtLimit","folderClosed","folderConfigurationChange","folderCoverClosed","folderCoverOpen","folderEmpty","folderFull","folderInterlockClosed","folderInterlockOpen","folderJam","folderLifeAlmostOver","folderLifeOver","folderMemoryExhausted","folderMissing","folderMotorFailure","folderNearLimit","folderOffline","folderOpened","folderOverTemperature","folderPowerSaver","folderRecoverableFailure","folderRecoverableStorage","folderRemoved","folderResourceAdded","folderResourceRemoved","folderThermistorFailure","folderTimingFailure","folderTurnedOff","folderTurnedOn","folderUnderTemperature","folderUnrecoverableFailure","folderUnrecoverableStorageError","folderWarmingUp","hibernate","holdNewJobs","identifyPrinterRequested","imprinterAdded","imprinterAlmostEmpty","imprinterAlmostFull","imprinterAtLimit","imprinterClosed","imprinterConfigurationChange","imprinterCoverClosed","imprinterCoverOpen","imprinterEmpty","imprinterFull","imprinterInterlockClosed","imprinterInterlockOpen","imprinterJam","imprinterLifeAlmostOver","imprinterLifeOver","imprinterMemoryExhausted","imprinterMissing","imprinterMotorFailure","imprinterNearLimit","imprinterOffline","imprinterOpened","imprinterOverTemperature","imprinterPowerSaver","imprinterRecoverableFailure","imprinterRecoverableStorage","imprinterRemoved","imprinterResourceAdded","imprinterResourceRemoved","imprinterThermistorFailure","imprinterTimingFailure","imprinterTurnedOff","imprinterTurnedOn","imprinterUnderTemperature","imprinterUnrecoverableFailure","imprinterUnrecoverableStorageError","imprinterWarmingUp","inputCannotFeedSizeSelected","inputManualInputRequest","inputMediaColorChange","inputMediaFormPartsChange","inputMediaSizeChange","inputMediaTrayFailure","inputMediaTrayFeedError","inputMediaTrayJam","inputMediaTypeChange","inputMediaWeightChange","inputPickRollerFailure","inputPickRollerLifeOver","inputPickRollerLifeWarn","inputPickRollerMissing","inputTrayElevationFailure","inputTrayPositionFailure","inserterAdded","inserterAlmostEmpty","inserterAlmostFull","inserterAtLimit","inserterClosed","inserterConfigurationChange","inserterCoverClosed","inserterCoverOpen","inserterEmpty","inserterFull","inserterInterlockClosed","inserterInterlockOpen","inserterJam","inserterLifeAlmostOver","inserterLifeOver","inserterMemoryExhausted","inserterMissing","inserterMotorFailure","inserterNearLimit","inserterOffline","inserterOpened","inserterOverTemperature","inserterPowerSaver","inserterRecoverableFailure","inserterRecoverableStorage","inserterRemoved","inserterResourceAdded","inserterResourceRemoved","inserterThermistorFailure","inserterTimingFailure","inserterTurnedOff","inserterTurnedOn","inserterUnderTemperature","inserterUnrecoverableFailure","inserterUnrecoverableStorageError","inserterWarmingUp","interlockClosed","interpreterCartridgeAdded","interpreterCartridgeDeleted","interpreterComplexPageEncountered","interpreterMemoryDecrease","interpreterMemoryIncrease","interpreterResourceAdded","interpreterResourceDeleted","lampAtEol","lampFailure","lampNearEol","laserAtEol","laserFailure","laserNearEol","makeEnvelopeAdded","makeEnvelopeAlmostEmpty","makeEnvelopeAlmostFull","makeEnvelopeAtLimit","makeEnvelopeClosed","makeEnvelopeConfigurationChange","makeEnvelopeCoverClosed","makeEnvelopeCoverOpen","makeEnvelopeEmpty","makeEnvelopeFull","makeEnvelopeInterlockClosed","makeEnvelopeInterlockOpen","makeEnvelopeJam","makeEnvelopeLifeAlmostOver","makeEnvelopeLifeOver","makeEnvelopeMemoryExhausted","makeEnvelopeMissing","makeEnvelopeMotorFailure","makeEnvelopeNearLimit","makeEnvelopeOffline","makeEnvelopeOpened","makeEnvelopeOverTemperature","makeEnvelopePowerSaver","makeEnvelopeRecoverableFailure","makeEnvelopeRecoverableStorage","makeEnvelopeRemoved","makeEnvelopeResourceAdded","makeEnvelopeResourceRemoved","makeEnvelopeThermistorFailure","makeEnvelopeTimingFailure","makeEnvelopeTurnedOff","makeEnvelopeTurnedOn","makeEnvelopeUnderTemperature","makeEnvelopeUnrecoverableFailure","makeEnvelopeUnrecoverableStorageError","makeEnvelopeWarmingUp","markerAdjustingPrintQuality","markerCleanerMissing","markerDeveloperAlmostEmpty","markerDeveloperEmpty","markerDeveloperMissing","markerFuserMissing","markerFuserThermistorFailure","markerFuserTimingFailure","markerInkAlmostEmpty","markerInkEmpty","markerInkMissing","markerOpcMissing","markerPrintRibbonAlmostEmpty","markerPrintRibbonEmpty","markerPrintRibbonMissing","markerSupplyAlmostEmpty","markerSupplyMissing","markerTonerCartridgeMissing","markerTonerMissing","markerWasteInkReceptacleAlmostFull","markerWasteInkReceptacleFull","markerWasteInkReceptacleMissing","markerWasteMissing","markerWasteTonerReceptacleAlmostFull","markerWasteTonerReceptacleFull","markerWasteTonerReceptacleMissing","materialEmpty","materialLow","materialNeeded","mediaDrying","mediaPathCannotDuplexMediaSelected","mediaPathFailure","mediaPathInputEmpty","mediaPathInputFeedError","mediaPathInputJam","mediaPathInputRequest","mediaPathJam","mediaPathMediaTrayAlmostFull","mediaPathMediaTrayFull","mediaPathMediaTrayMissing","mediaPathOutputFeedError","mediaPathOutputFull","mediaPathOutputJam","mediaPathPickRollerFailure","mediaPathPickRollerLifeOver","mediaPathPickRollerLifeWarn","mediaPathPickRollerMissing","motorFailure","outputMailboxSelectFailure","outputMediaTrayFailure","outputMediaTrayFeedError","outputMediaTrayJam","perforaterAdded","perforaterAlmostEmpty","perforaterAlmostFull","perforaterAtLimit","perforaterClosed","perforaterConfigurationChange","perforaterCoverClosed","perforaterCoverOpen","perforaterEmpty","perforaterFull","perforaterInterlockClosed","perforaterInterlockOpen","perforaterJam","perforaterLifeAlmostOver","perforaterLifeOver","perforaterMemoryExhausted","perforaterMissing","perforaterMotorFailure","perforaterNearLimit","perforaterOffline","perforaterOpened","perforaterOverTemperature","perforaterPowerSaver","perforaterRecoverableFailure","perforaterRecoverableStorage","perforaterRemoved","perforaterResourceAdded","perforaterResourceRemoved","perforaterThermistorFailure","perforaterTimingFailure","perforaterTurnedOff","perforaterTurnedOn","perforaterUnderTemperature","perforaterUnrecoverableFailure","perforaterUnrecoverableStorageError","perforaterWarmingUp","platformCooling","platformFailure","platformHeating","platformTemperatureHigh","platformTemperatureLow","powerDown","powerUp","printerManualReset","printerNmsReset","printerReadyToPrint","puncherAdded","puncherAlmostEmpty","puncherAlmostFull","puncherAtLimit","puncherClosed","puncherConfigurationChange","puncherCoverClosed","puncherCoverOpen","puncherEmpty","puncherFull","puncherInterlockClosed","puncherInterlockOpen","puncherJam","puncherLifeAlmostOver","puncherLifeOver","puncherMemoryExhausted","puncherMissing","puncherMotorFailure","puncherNearLimit","puncherOffline","puncherOpened","puncherOverTemperature","puncherPowerSaver","puncherRecoverableFailure","puncherRecoverableStorage","puncherRemoved","puncherResourceAdded","puncherResourceRemoved","puncherThermistorFailure","puncherTimingFailure","puncherTurnedOff","puncherTurnedOn","puncherUnderTemperature","puncherUnrecoverableFailure","puncherUnrecoverableStorageError","puncherWarmingUp","resuming","scanMediaPathFailure","scanMediaPathInputEmpty","scanMediaPathInputFeedError","scanMediaPathInputJam","scanMediaPathInputRequest","scanMediaPathJam","scanMediaPathOutputFeedError","scanMediaPathOutputFull","scanMediaPathOutputJam","scanMediaPathPickRollerFailure","scanMediaPathPickRollerLifeOver","scanMediaPathPickRollerLifeWarn","scanMediaPathPickRollerMissing","scanMediaPathTrayAlmostFull","scanMediaPathTrayFull","scanMediaPathTrayMissing","scannerLightFailure","scannerLightLifeAlmostOver","scannerLightLifeOver","scannerLightMissing","scannerSensorFailure","scannerSensorLifeAlmostOver","scannerSensorLifeOver","scannerSensorMissing","separationCutterAdded","separationCutterAlmostEmpty","separationCutterAlmostFull","separationCutterAtLimit","separationCutterClosed","separationCutterConfigurationChange","separationCutterCoverClosed","separationCutterCoverOpen","separationCutterEmpty","separationCutterFull","separationCutterInterlockClosed","separationCutterInterlockOpen","separationCutterJam","separationCutterLifeAlmostOver","separationCutterLifeOver","separationCutterMemoryExhausted","separationCutterMissing","separationCutterMotorFailure","separationCutterNearLimit","separationCutterOffline","separationCutterOpened","separationCutterOverTemperature","separationCutterPowerSaver","separationCutterRecoverableFailure","separationCutterRecoverableStorage","separationCutterRemoved","separationCutterResourceAdded","separationCutterResourceRemoved","separationCutterThermistorFailure","separationCutterTimingFailure","separationCutterTurnedOff","separationCutterTurnedOn","separationCutterUnderTemperature","separationCutterUnrecoverableFailure","separationCutterUnrecoverableStorageError","separationCutterWarmingUp","sheetRotatorAdded","sheetRotatorAlmostEmpty","sheetRotatorAlmostFull","sheetRotatorAtLimit","sheetRotatorClosed","sheetRotatorConfigurationChange","sheetRotatorCoverClosed","sheetRotatorCoverOpen","sheetRotatorEmpty","sheetRotatorFull","sheetRotatorInterlockClosed","sheetRotatorInterlockOpen","sheetRotatorJam","sheetRotatorLifeAlmostOver","sheetRotatorLifeOver","sheetRotatorMemoryExhausted","sheetRotatorMissing","sheetRotatorMotorFailure","sheetRotatorNearLimit","sheetRotatorOffline","sheetRotatorOpened","sheetRotatorOverTemperature","sheetRotatorPowerSaver","sheetRotatorRecoverableFailure","sheetRotatorRecoverableStorage","sheetRotatorRemoved","sheetRotatorResourceAdded","sheetRotatorResourceRemoved","sheetRotatorThermistorFailure","sheetRotatorTimingFailure","sheetRotatorTurnedOff","sheetRotatorTurnedOn","sheetRotatorUnderTemperature","sheetRotatorUnrecoverableFailure","sheetRotatorUnrecoverableStorageError","sheetRotatorWarmingUp","slitterAdded","slitterAlmostEmpty","slitterAlmostFull","slitterAtLimit","slitterClosed","slitterConfigurationChange","slitterCoverClosed","slitterCoverOpen","slitterEmpty","slitterFull","slitterInterlockClosed","slitterInterlockOpen","slitterJam","slitterLifeAlmostOver","slitterLifeOver","slitterMemoryExhausted","slitterMissing","slitterMotorFailure","slitterNearLimit","slitterOffline","slitterOpened","slitterOverTemperature","slitterPowerSaver","slitterRecoverableFailure","slitterRecoverableStorage","slitterRemoved","slitterResourceAdded","slitterResourceRemoved","slitterThermistorFailure","slitterTimingFailure","slitterTurnedOff","slitterTurnedOn","slitterUnderTemperature","slitterUnrecoverableFailure","slitterUnrecoverableStorageError","slitterWarmingUp","stackerAdded","stackerAlmostEmpty","stackerAlmostFull","stackerAtLimit","stackerClosed","stackerConfigurationChange","stackerCoverClosed","stackerCoverOpen","stackerEmpty","stackerFull","stackerInterlockClosed","stackerInterlockOpen","stackerJam","stackerLifeAlmostOver","stackerLifeOver","stackerMemoryExhausted","stackerMissing","stackerMotorFailure","stackerNearLimit","stackerOffline","stackerOpened","stackerOverTemperature","stackerPowerSaver","stackerRecoverableFailure","stackerRecoverableStorage","stackerRemoved","stackerResourceAdded","stackerResourceRemoved","stackerThermistorFailure","stackerTimingFailure","stackerTurnedOff","stackerTurnedOn","stackerUnderTemperature","stackerUnrecoverableFailure","stackerUnrecoverableStorageError","stackerWarmingUp","standby","staplerAdded","staplerAlmostEmpty","staplerAlmostFull","staplerAtLimit","staplerClosed","staplerConfigurationChange","staplerCoverClosed","staplerCoverOpen","staplerEmpty","staplerFull","staplerInterlockClosed","staplerInterlockOpen","staplerJam","staplerLifeAlmostOver","staplerLifeOver","staplerMemoryExhausted","staplerMissing","staplerMotorFailure","staplerNearLimit","staplerOffline","staplerOpened","staplerOverTemperature","staplerPowerSaver","staplerRecoverableFailure","staplerRecoverableStorage","staplerRemoved","staplerResourceAdded","staplerResourceRemoved","staplerThermistorFailure","staplerTimingFailure","staplerTurnedOff","staplerTurnedOn","staplerUnderTemperature","staplerUnrecoverableFailure","staplerUnrecoverableStorageError","staplerWarmingUp","stitcherAdded","stitcherAlmostEmpty","stitcherAlmostFull","stitcherAtLimit","stitcherClosed","stitcherConfigurationChange","stitcherCoverClosed","stitcherCoverOpen","stitcherEmpty","stitcherFull","stitcherInterlockClosed","stitcherInterlockOpen","stitcherJam","stitcherLifeAlmostOver","stitcherLifeOver","stitcherMemoryExhausted","stitcherMissing","stitcherMotorFailure","stitcherNearLimit","stitcherOffline","stitcherOpened","stitcherOverTemperature","stitcherPowerSaver","stitcherRecoverableFailure","stitcherRecoverableStorage","stitcherRemoved","stitcherResourceAdded","stitcherResourceRemoved","stitcherThermistorFailure","stitcherTimingFailure","stitcherTurnedOff","stitcherTurnedOn","stitcherUnderTemperature","stitcherUnrecoverableFailure","stitcherUnrecoverableStorageError","stitcherWarmingUp","subunitAdded","subunitAlmostEmpty","subunitAlmostFull","subunitAtLimit","subunitClosed","subunitCoolingDown","subunitEmpty","subunitFull","subunitLifeAlmostOver","subunitLifeOver","subunitMemoryExhausted","subunitMissing","subunitMotorFailure","subunitNearLimit","subunitOffline","subunitOpened","subunitOverTemperature","subunitPowerSaver","subunitRecoverableFailure","subunitRecoverableStorage","subunitRemoved","subunitResourceAdded","subunitResourceRemoved","subunitThermistorFailure","subunitTimingFailure","subunitTurnedOff","subunitTurnedOn","subunitUnderTemperature","subunitUnrecoverableFailure","subunitUnrecoverableStorage","subunitWarmingUp","suspend","testing","trimmerAdded","trimmerAlmostEmpty","trimmerAlmostFull","trimmerAtLimit","trimmerClosed","trimmerConfigurationChange","trimmerCoverClosed","trimmerCoverOpen","trimmerEmpty","trimmerFull","trimmerInterlockClosed","trimmerInterlockOpen","trimmerJam","trimmerLifeAlmostOver","trimmerLifeOver","trimmerMemoryExhausted","trimmerMissing","trimmerMotorFailure","trimmerNearLimit","trimmerOffline","trimmerOpened","trimmerOverTemperature","trimmerPowerSaver","trimmerRecoverableFailure","trimmerRecoverableStorage","trimmerRemoved","trimmerResourceAdded","trimmerResourceRemoved","trimmerThermistorFailure","trimmerTimingFailure","trimmerTurnedOff","trimmerTurnedOn","trimmerUnderTemperature","trimmerUnrecoverableFailure","trimmerUnrecoverableStorageError","trimmerWarmingUp","unknown","wrapperAdded","wrapperAlmostEmpty","wrapperAlmostFull","wrapperAtLimit","wrapperClosed","wrapperConfigurationChange","wrapperCoverClosed","wrapperCoverOpen","wrapperEmpty","wrapperFull","wrapperInterlockClosed","wrapperInterlockOpen","wrapperJam","wrapperLifeAlmostOver","wrapperLifeOver","wrapperMemoryExhausted","wrapperMissing","wrapperMotorFailure","wrapperNearLimit","wrapperOffline","wrapperOpened","wrapperOverTemperature","wrapperPowerSaver","wrapperRecoverableFailure","wrapperRecoverableStorage","wrapperRemoved","wrapperResourceAdded","wrapperResourceRemoved","wrapperThermistorFailure","wrapperTimingFailure","wrapperTurnedOff","wrapperTurnedOn","wrapperUnderTemperature","wrapperUnrecoverableFailure","wrapperUnrecoverableStorageError","wrapperWarmingUp"],"type":"string"},"microsoft.graph.printerProcessingState":{"title":"printerProcessingState","enum":["unknown","idle","processing","stopped","unknownFutureValue"],"type":"string"},"microsoft.graph.printMargin":{"title":"printMargin","required":["@odata.type"],"type":"object","properties":{"bottom":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The margin in microns from the bottom edge.","format":"int32","nullable":true},"left":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The margin in microns from the left edge.","format":"int32","nullable":true},"right":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The margin in microns from the right edge.","format":"int32","nullable":true},"top":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The margin in microns from the top edge.","format":"int32","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.printJobStateDetail":{"title":"printJobStateDetail","enum":["uploadPending","transforming","completedSuccessfully","completedWithWarnings","completedWithErrors","releaseWait","interpreting","unknownFutureValue"],"type":"string"},"microsoft.graph.printOperationProcessingState":{"title":"printOperationProcessingState","enum":["notStarted","running","succeeded","failed","unknownFutureValue"],"type":"string"},"microsoft.graph.printTaskProcessingState":{"title":"printTaskProcessingState","enum":["pending","processing","completed","aborted","unknownFutureValue"],"type":"string"},"microsoft.graph.errorCorrectionLevel":{"title":"errorCorrectionLevel","enum":["l","m","q","h","unknownFutureValue"],"type":"string"},"microsoft.graph.resourceAction":{"title":"resourceAction","required":["@odata.type"],"type":"object","properties":{"allowedResourceActions":{"type":"array","items":{"type":"string","nullable":true},"description":"Allowed Actions"},"notAllowedResourceActions":{"type":"array","items":{"type":"string","nullable":true},"description":"Not Allowed Actions."},"@odata.type":{"type":"string"}},"description":"Set of allowed and not allowed actions for a resource."},"microsoft.graph.certificationControl":{"title":"certificationControl","required":["@odata.type"],"type":"object","properties":{"name":{"type":"string","description":"Certification control name","nullable":true},"url":{"type":"string","description":"URL for the Microsoft Service Trust Portal","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.insightIdentity":{"title":"insightIdentity","required":["@odata.type"],"type":"object","properties":{"address":{"type":"string","description":"The email address of the user who shared the item.","nullable":true},"displayName":{"type":"string","description":"The display name of the user who shared the item.","nullable":true},"id":{"type":"string","description":"The ID of the user who shared the item.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.endUserNotificationPreference":{"title":"endUserNotificationPreference","enum":["unknown","microsoft","custom","unknownFutureValue"],"type":"string"},"microsoft.graph.positiveReinforcementNotification":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.baseEndUserNotification"},{"title":"positiveReinforcementNotification","required":["@odata.type"],"type":"object","properties":{"deliveryPreference":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.notificationDeliveryPreference"},{"type":"object","nullable":true}],"description":"Delivery preference. The possible values are: unknown, deliverImmedietly, deliverAfterCampaignEnd, unknownFutureValue."},"@odata.type":{"type":"string","default":"#microsoft.graph.positiveReinforcementNotification"}}}],"x-ms-discriminator-value":"#microsoft.graph.positiveReinforcementNotification"},"microsoft.graph.endUserNotificationSettingType":{"title":"endUserNotificationSettingType","enum":["unknown","noTraining","trainingSelected","noNotification","unknownFutureValue"],"type":"string"},"microsoft.graph.noTrainingNotificationSetting":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.endUserNotificationSetting"},{"title":"noTrainingNotificationSetting","required":["@odata.type"],"type":"object","properties":{"simulationNotification":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.simulationNotification"},{"type":"object","nullable":true}],"description":"The notification for the user who is part of the simulation."},"@odata.type":{"type":"string","default":"#microsoft.graph.noTrainingNotificationSetting"}}}],"x-ms-discriminator-value":"#microsoft.graph.noTrainingNotificationSetting"},"microsoft.graph.trainingNotificationSetting":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.endUserNotificationSetting"},{"title":"trainingNotificationSetting","required":["@odata.type"],"type":"object","properties":{"trainingAssignment":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.baseEndUserNotification"},{"type":"object","nullable":true}],"description":"Training assignment details."},"trainingReminder":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.trainingReminderNotification"},{"type":"object","nullable":true}],"description":"Training reminder details."},"@odata.type":{"type":"string","default":"#microsoft.graph.trainingNotificationSetting"}}}],"x-ms-discriminator-value":"#microsoft.graph.trainingNotificationSetting"},"microsoft.graph.accountTargetContentType":{"title":"accountTargetContentType","enum":["unknown","includeAll","addressBook","unknownFutureValue"],"type":"string"},"microsoft.graph.addressBookAccountTargetContent":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.accountTargetContent"},{"title":"addressBookAccountTargetContent","required":["@odata.type"],"type":"object","properties":{"accountTargetEmails":{"type":"array","items":{"type":"string","nullable":true},"description":"List of user emails targeted for an attack simulation training campaign."},"@odata.type":{"type":"string","default":"#microsoft.graph.addressBookAccountTargetContent"}}}],"x-ms-discriminator-value":"#microsoft.graph.addressBookAccountTargetContent"},"microsoft.graph.includeAllAccountTargetContent":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.accountTargetContent"},{"title":"includeAllAccountTargetContent","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.includeAllAccountTargetContent"}}}],"x-ms-discriminator-value":"#microsoft.graph.includeAllAccountTargetContent"},"microsoft.graph.oAuthAppScope":{"title":"oAuthAppScope","enum":["unknown","readCalendar","readContact","readMail","readAllChat","readAllFile","readAndWriteMail","sendMail","unknownFutureValue"],"type":"string"},"microsoft.graph.simulationReportOverview":{"title":"simulationReportOverview","required":["@odata.type"],"type":"object","properties":{"recommendedActions":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.recommendedAction"},"description":"List of recommended actions for a tenant to improve its security posture based on the attack simulation and training campaign attack type."},"resolvedTargetsCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of valid users in the attack simulation and training campaign.","format":"int32","nullable":true},"simulationEventsContent":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.simulationEventsContent"},{"type":"object","nullable":true}],"description":"Summary of simulation events in the attack simulation and training campaign."},"trainingEventsContent":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.trainingEventsContent"},{"type":"object","nullable":true}],"description":"Summary of assigned trainings in the attack simulation and training campaign."},"@odata.type":{"type":"string"}}},"microsoft.graph.userSimulationDetails":{"title":"userSimulationDetails","required":["@odata.type"],"type":"object","properties":{"assignedTrainingsCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of trainings assigned to a user in an attack simulation and training campaign.","format":"int32","nullable":true},"completedTrainingsCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of trainings completed by a user in an attack simulation and training campaign.","format":"int32","nullable":true},"compromisedDateTime":{"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":"Date and time of the compromising online action by a user in an attack simulation and training campaign.","format":"date-time","nullable":true},"inProgressTrainingsCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of trainings in progress by a user in an attack simulation and training campaign.","format":"int32","nullable":true},"isCompromised":{"type":"boolean","description":"Indicates whether a user was compromised in an attack simulation and training campaign.","nullable":true},"reportedPhishDateTime":{"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":"Date and time when a user reported the delivered payload as phishing in the attack simulation and training campaign.","format":"date-time","nullable":true},"simulationEvents":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.userSimulationEventInfo"},"description":"List of simulation events of a user in the attack simulation and training campaign."},"simulationUser":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.attackSimulationUser"},{"type":"object","nullable":true}],"description":"User in an attack simulation and training campaign."},"trainingEvents":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.userTrainingEventInfo"},"description":"List of training events of a user in the attack simulation and training campaign."},"@odata.type":{"type":"string"}}},"microsoft.graph.trainingSettingType":{"title":"trainingSettingType","enum":["microsoftCustom","microsoftManaged","noTraining","custom","unknownFutureValue"],"type":"string"},"microsoft.graph.customTrainingSetting":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.trainingSetting"},{"title":"customTrainingSetting","required":["@odata.type"],"type":"object","properties":{"assignedTo":{"type":"array","items":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.trainingAssignedTo"},{"type":"object","nullable":true}]},"description":"A user collection that specifies to whom the training should be assigned. The possible values are: none, allUsers, clickedPayload, compromised, reportedPhish, readButNotClicked, didNothing, unknownFutureValue."},"description":{"type":"string","description":"The description of the custom training setting.","nullable":true},"displayName":{"type":"string","description":"The display name of the custom training setting.","nullable":true},"durationInMinutes":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Training duration.","format":"int32","nullable":true},"url":{"type":"string","description":"The training URL.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.customTrainingSetting"}}}],"x-ms-discriminator-value":"#microsoft.graph.customTrainingSetting"},"microsoft.graph.microsoftCustomTrainingSetting":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.trainingSetting"},{"title":"microsoftCustomTrainingSetting","required":["@odata.type"],"type":"object","properties":{"completionDateTime":{"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 completion date and time of the training. 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","nullable":true},"trainingAssignmentMappings":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.microsoftTrainingAssignmentMapping"},"description":"The mapping details of the associated training."},"trainingCompletionDuration":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.trainingCompletionDuration"},{"type":"object","nullable":true}],"description":"The training completion duration that needs to be provided before scheduling the training. The possible values are: week, fortnite, month, unknownFutureValue."},"@odata.type":{"type":"string","default":"#microsoft.graph.microsoftCustomTrainingSetting"}}}],"x-ms-discriminator-value":"#microsoft.graph.microsoftCustomTrainingSetting"},"microsoft.graph.microsoftManagedTrainingSetting":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.trainingSetting"},{"title":"microsoftManagedTrainingSetting","required":["@odata.type"],"type":"object","properties":{"completionDateTime":{"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 completion date for the training. 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","nullable":true},"trainingCompletionDuration":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.trainingCompletionDuration"},{"type":"object","nullable":true}],"description":"The training completion duration that needs to be provided before scheduling the training. The possible values are: week, fortnite, month, unknownFutureValue."},"@odata.type":{"type":"string","default":"#microsoft.graph.microsoftManagedTrainingSetting"}}}],"x-ms-discriminator-value":"#microsoft.graph.microsoftManagedTrainingSetting"},"microsoft.graph.microsoftTrainingAssignmentMapping":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.trainingSetting"},{"title":"microsoftTrainingAssignmentMapping","required":["@odata.type"],"type":"object","properties":{"assignedTo":{"type":"array","items":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.trainingAssignedTo"},{"type":"object","nullable":true}]},"description":"A user collection that specifies to whom the training should be assigned. The possible values are: none, allUsers, clickedPayload, compromised, reportedPhish, readButNotClicked, didNothing, unknownFutureValue."},"training":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.training"},{"type":"object","nullable":true}],"x-ms-navigationProperty":true},"@odata.type":{"type":"string","default":"#microsoft.graph.microsoftTrainingAssignmentMapping"}}}],"x-ms-discriminator-value":"#microsoft.graph.microsoftTrainingAssignmentMapping"},"microsoft.graph.noTrainingSetting":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.trainingSetting"},{"title":"noTrainingSetting","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.noTrainingSetting"}}}],"x-ms-discriminator-value":"#microsoft.graph.noTrainingSetting"},"microsoft.graph.subjectRightsRequestStage":{"title":"subjectRightsRequestStage","enum":["contentRetrieval","contentReview","generateReport","contentDeletion","caseResolved","contentEstimate","unknownFutureValue","approval"],"type":"string"},"microsoft.graph.subjectRightsRequestStageStatus":{"title":"subjectRightsRequestStageStatus","enum":["notStarted","current","completed","failed","unknownFutureValue"],"type":"string"},"microsoft.graph.subjectRightsRequestAllMailboxLocation":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.subjectRightsRequestMailboxLocation"},{"title":"subjectRightsRequestAllMailboxLocation","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.subjectRightsRequestAllMailboxLocation"}}}],"x-ms-discriminator-value":"#microsoft.graph.subjectRightsRequestAllMailboxLocation"},"microsoft.graph.subjectRightsRequestEnumeratedMailboxLocation":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.subjectRightsRequestMailboxLocation"},{"title":"subjectRightsRequestEnumeratedMailboxLocation","required":["@odata.type"],"type":"object","properties":{"userPrincipalNames":{"type":"array","items":{"type":"string","nullable":true},"description":"Collection of mailboxes that should be included in the search. Includes the user principal name (UPN) of each mailbox, for example, Monica.Thompson@contoso.com."},"@odata.type":{"type":"string","default":"#microsoft.graph.subjectRightsRequestEnumeratedMailboxLocation"}}}],"x-ms-discriminator-value":"#microsoft.graph.subjectRightsRequestEnumeratedMailboxLocation"},"microsoft.graph.subjectRightsRequestAllSiteLocation":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.subjectRightsRequestSiteLocation"},{"title":"subjectRightsRequestAllSiteLocation","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.subjectRightsRequestAllSiteLocation"}}}],"x-ms-discriminator-value":"#microsoft.graph.subjectRightsRequestAllSiteLocation"},"microsoft.graph.subjectRightsRequestEnumeratedSiteLocation":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.subjectRightsRequestSiteLocation"},{"title":"subjectRightsRequestEnumeratedSiteLocation","required":["@odata.type"],"type":"object","properties":{"urls":{"type":"array","items":{"type":"string","nullable":true},"description":"Collection of site URLs that should be included. Includes the URL of each site, for example, https://www.contoso.com/site1."},"@odata.type":{"type":"string","default":"#microsoft.graph.subjectRightsRequestEnumeratedSiteLocation"}}}],"x-ms-discriminator-value":"#microsoft.graph.subjectRightsRequestEnumeratedSiteLocation"},"microsoft.graph.synchronizationSecret":{"title":"synchronizationSecret","enum":["None","UserName","Password","SecretToken","AppKey","BaseAddress","ClientIdentifier","ClientSecret","SingleSignOnType","Sandbox","Url","Domain","ConsumerKey","ConsumerSecret","TokenKey","TokenExpiration","Oauth2AccessToken","Oauth2AccessTokenCreationTime","Oauth2RefreshToken","SyncAll","InstanceName","Oauth2ClientId","Oauth2ClientSecret","CompanyId","UpdateKeyOnSoftDelete","SynchronizationSchedule","SystemOfRecord","SandboxName","EnforceDomain","SyncNotificationSettings","SkipOutOfScopeDeletions","Oauth2AuthorizationCode","Oauth2RedirectUri","ApplicationTemplateIdentifier","Oauth2TokenExchangeUri","Oauth2AuthorizationUri","AuthenticationType","Server","PerformInboundEntitlementGrants","HardDeletesEnabled","SyncAgentCompatibilityKey","SyncAgentADContainer","ValidateDomain","TestReferences","ConnectionString"],"type":"string"},"microsoft.graph.synchronizationScheduleState":{"title":"synchronizationScheduleState","enum":["Active","Disabled","Paused"],"type":"string"},"microsoft.graph.synchronizationStatusCode":{"title":"synchronizationStatusCode","enum":["NotConfigured","NotRun","Active","Paused","Quarantine"],"type":"string"},"microsoft.graph.synchronizationTaskExecution":{"title":"synchronizationTaskExecution","required":["@odata.type"],"type":"object","properties":{"activityIdentifier":{"type":"string","description":"Identifier of the job run.","nullable":true},"countEntitled":{"type":"number","description":"Count of processed entries that were assigned for this application.","format":"int64"},"countEntitledForProvisioning":{"type":"number","description":"Count of processed entries that were assigned for provisioning.","format":"int64"},"countEscrowed":{"type":"number","description":"Count of entries that were escrowed (errors).","format":"int64"},"countEscrowedRaw":{"type":"number","description":"Count of entries that were escrowed, including system-generated escrows.","format":"int64"},"countExported":{"type":"number","description":"Count of exported entries.","format":"int64"},"countExports":{"type":"number","description":"Count of entries that were expected to be exported.","format":"int64"},"countImported":{"type":"number","description":"Count of imported entries.","format":"int64"},"countImportedDeltas":{"type":"number","description":"Count of imported delta-changes.","format":"int64"},"countImportedReferenceDeltas":{"type":"number","description":"Count of imported delta-changes pertaining to reference changes.","format":"int64"},"error":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.synchronizationError"},{"type":"object","nullable":true}],"description":"If an error was encountered, contains a synchronizationError object with details."},"state":{"$ref":"#/components/schemas/microsoft.graph.synchronizationTaskExecutionResult"},"timeBegan":{"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":"Time when this job run began. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.","format":"date-time"},"timeEnded":{"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":"Time when this job run ended. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.","format":"date-time"},"@odata.type":{"type":"string"}}},"microsoft.graph.synchronizationProgress":{"title":"synchronizationProgress","required":["@odata.type"],"type":"object","properties":{"completedUnits":{"type":"number","description":"The numerator of a progress ratio; the number of units of changes already processed.","format":"int64"},"progressObservationDateTime":{"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 of a progress observation as an offset in minutes from UTC.","format":"date-time"},"totalUnits":{"type":"number","description":"The denominator of a progress ratio; a number of units of changes to be processed to accomplish synchronization.","format":"int64"},"units":{"type":"string","description":"An optional description of the units.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.synchronizationQuarantine":{"title":"synchronizationQuarantine","required":["@odata.type"],"type":"object","properties":{"currentBegan":{"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":"Date and time when the quarantine was last evaluated and imposed. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.","format":"date-time"},"error":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.synchronizationError"},{"type":"object","nullable":true}],"description":"Describes the error(s) that occurred when putting the synchronization job into quarantine."},"nextAttempt":{"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":"Date and time when the next attempt to re-evaluate the quarantine will be made. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.","format":"date-time"},"reason":{"$ref":"#/components/schemas/microsoft.graph.quarantineReason"},"seriesBegan":{"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":"Date and time when the quarantine was first imposed in this series (a series starts when a quarantine is first imposed, and is reset as soon as the quarantine is lifted). The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.","format":"date-time"},"seriesCount":{"type":"number","description":"Number of times in this series the quarantine was re-evaluated and left in effect (a series starts when quarantine is first imposed, and is reset as soon as quarantine is lifted).","format":"int64"},"@odata.type":{"type":"string"}}},"microsoft.graph.stringKeyLongValuePair":{"title":"stringKeyLongValuePair","required":["@odata.type"],"type":"object","properties":{"key":{"type":"string","description":"The mapping of the user type from the source system to the target system. For example:User to User - For Microsoft Entra ID to Microsoft Entra ID synchronization worker to user - For Workday to Microsoft Entra synchronization.","nullable":true},"value":{"type":"number","description":"Total number of synchronized objects.","format":"int64"},"@odata.type":{"type":"string"}}},"microsoft.graph.containerFilter":{"title":"containerFilter","required":["@odata.type"],"type":"object","properties":{"includedContainers":{"type":"array","items":{"type":"string","nullable":true}},"@odata.type":{"type":"string"}}},"microsoft.graph.groupFilter":{"title":"groupFilter","required":["@odata.type"],"type":"object","properties":{"includedGroups":{"type":"array","items":{"type":"string","nullable":true}},"@odata.type":{"type":"string"}}},"microsoft.graph.stringKeyStringValuePair":{"title":"stringKeyStringValuePair","required":["@odata.type"],"type":"object","properties":{"key":{"type":"string","description":"Key.","nullable":true},"value":{"type":"string","description":"Value.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.objectMapping":{"title":"objectMapping","required":["@odata.type"],"type":"object","properties":{"attributeMappings":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.attributeMapping"},"description":"Attribute mappings define which attributes to map from the source object into the target object and how they should flow. A number of functions are available to support the transformation of the original source values."},"enabled":{"type":"boolean","description":"When true, this object mapping will be processed during synchronization. When false, this object mapping will be skipped."},"flowTypes":{"$ref":"#/components/schemas/microsoft.graph.objectFlowTypes"},"metadata":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.objectMappingMetadataEntry"},"description":"Additional extension properties. Unless mentioned explicitly, metadata values should not be changed."},"name":{"type":"string","description":"Human-friendly name of the object mapping.","nullable":true},"scope":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.filter"},{"type":"object","nullable":true}],"description":"Defines a filter to be used when deciding whether a given object should be provisioned. For example, you might want to only provision users that are located in the US."},"sourceObjectName":{"type":"string","description":"Name of the object in the source directory. Must match the object name from the source directory definition.","nullable":true},"targetObjectName":{"type":"string","description":"Name of the object in target directory. Must match the object name from the target directory definition.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.synchronizationMetadata":{"title":"synchronizationMetadata","enum":["GalleryApplicationIdentifier","GalleryApplicationKey","IsOAuthEnabled","IsSynchronizationAgentAssignmentRequired","IsSynchronizationAgentRequired","IsSynchronizationInPreview","OAuthSettings","SynchronizationLearnMoreIbizaFwLink","ConfigurationFields"],"type":"string"},"microsoft.graph.teamsAppResourceSpecificPermission":{"title":"teamsAppResourceSpecificPermission","required":["@odata.type"],"type":"object","properties":{"permissionType":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.teamsAppResourceSpecificPermissionType"},{"type":"object","nullable":true}],"description":"The type of resource-specific permission."},"permissionValue":{"type":"string","description":"The name of the resource-specific permission.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.unifiedRoleManagementPolicyRuleTargetOperations":{"title":"unifiedRoleManagementPolicyRuleTargetOperations","enum":["all","activate","deactivate","assign","update","remove","extend","renew","unknownFutureValue"],"type":"string"},"microsoft.graph.unifiedApprovalStage":{"title":"unifiedApprovalStage","required":["@odata.type"],"type":"object","properties":{"approvalStageTimeOutInDays":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The number of days that a request can be pending a response before it is automatically denied.","format":"int32","nullable":true},"escalationApprovers":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.subjectSet"},"description":"The escalation approvers for this stage when the primary approvers don't respond."},"escalationTimeInMinutes":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The time a request can be pending a response from a primary approver before it can be escalated to the escalation approvers.","format":"int32","nullable":true},"isApproverJustificationRequired":{"type":"boolean","description":"Indicates whether the approver must provide justification for their reponse.","nullable":true},"isEscalationEnabled":{"type":"boolean","description":"Indicates whether escalation if enabled.","nullable":true},"primaryApprovers":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.subjectSet"},"description":"The primary approvers of this stage."},"@odata.type":{"type":"string"}}},"microsoft.graph.userExperienceAnalyticsInsightSeverity":{"title":"userExperienceAnalyticsInsightSeverity","enum":["none","informational","warning","error","unknownFutureValue"],"type":"string","description":"Indicates severity of insights. Possible values are: None, Informational, Warning, Error.","x-ms-enum":{"name":"userExperienceAnalyticsInsightSeverity","modelAsString":false,"values":[{"value":"none","description":"Indicates that the insight severity is none.","name":"none"},{"value":"informational","description":"Indicates that the insight severity is informational.","name":"informational"},{"value":"warning","description":"Indicates that the insight severity is warning.","name":"warning"},{"value":"error","description":"Indicates that the insight severity is error.","name":"error"},{"value":"unknownFutureValue","description":"Evolvable enumeration sentinel value. Do not use.","name":"unknownFutureValue"}]}},"microsoft.graph.userExperienceAnalyticsInsightValue":{"title":"userExperienceAnalyticsInsightValue","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}},"description":"The value in an user experience analytics insight.","discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.insightValueDouble":"#/components/schemas/microsoft.graph.insightValueDouble","#microsoft.graph.insightValueInt":"#/components/schemas/microsoft.graph.insightValueInt"}}},"microsoft.graph.claimBinding":{"title":"claimBinding","required":["@odata.type"],"type":"object","properties":{"matchConfidenceLevel":{"$ref":"#/components/schemas/microsoft.graph.matchConfidenceLevel"},"sourceAttribute":{"type":"string","description":"Source attribute name from the source system, for example a directory attribute."},"verifiedIdClaim":{"type":"string","description":"Verified ID claim name or path, for example vc.credentialSubject.firstName."},"@odata.type":{"type":"string"}}},"microsoft.graph.claimBindingSource":{"title":"claimBindingSource","enum":["directory","unknownFutureValue"],"type":"string"},"microsoft.graph.claimValidation":{"title":"claimValidation","required":["@odata.type"],"type":"object","properties":{"customExtensionId":{"type":"string","description":"The identifier of a custom extension for claim validation."},"isEnabled":{"type":"boolean","description":"Indicates whether claim validation is enabled."},"@odata.type":{"type":"string"}}},"microsoft.graph.verifiedIdUsageConfigurationPurpose":{"title":"verifiedIdUsageConfigurationPurpose","enum":["recovery","onboarding","all","unknownFutureValue"],"type":"string"},"microsoft.graph.genericError":{"title":"genericError","required":["@odata.type"],"type":"object","properties":{"code":{"type":"string","description":"The error code.","nullable":true},"message":{"type":"string","description":"The error message.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.webApplicationFirewallVerificationStatus":{"title":"webApplicationFirewallVerificationStatus","enum":["success","warning","failure","unknownFutureValue"],"type":"string"},"microsoft.graph.webApplicationFirewallDnsConfiguration":{"title":"webApplicationFirewallDnsConfiguration","required":["@odata.type"],"type":"object","properties":{"isDomainVerified":{"type":"boolean","description":"Indicates whether the domain owning this DNS record has been verified by the WAF provider."},"isProxied":{"type":"boolean","description":"Indicates whether traffic for this DNS record is proxied through the WAF provider's network (for example, using a CDN or reverse proxy)."},"name":{"type":"string","description":"The DNS record name (for example, www.contoso.com or contoso.com). This is the host or zone name to which the configuration applies.","nullable":true},"recordType":{"$ref":"#/components/schemas/microsoft.graph.webApplicationFirewallDnsRecordType"},"value":{"type":"string","description":"The value of the DNS record.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.akamaiVerifiedDetailsModel":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.webApplicationFirewallVerifiedDetails"},{"title":"akamaiVerifiedDetailsModel","required":["@odata.type"],"type":"object","properties":{"activeAttackGroups":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.akamaiAttackGroupActionModel"},"description":"Collection of Akamai attack groups that are currently active for the zone or host, including the action applied to each group (for example, deny, none or alert)."},"activeCustomRules":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.akamaiCustomRuleModel"},"description":"Collection of Akamai custom rules that are currently enabled for the zone or host. Each entry includes rule metadata such as the rule identifier, friendly name, and the action taken when the rule matches traffic."},"rapidRules":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.akamaiRapidRulesModel"},{"type":"object","nullable":true}],"description":"Configuration for Akamai Rapid Rules, including whether Rapid Rules are enabled and the default action applied to matching traffic."},"@odata.type":{"type":"string","default":"#microsoft.graph.akamaiVerifiedDetailsModel"}}}],"x-ms-discriminator-value":"#microsoft.graph.akamaiVerifiedDetailsModel"},"microsoft.graph.cloudFlareVerifiedDetailsModel":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.webApplicationFirewallVerifiedDetails"},{"title":"cloudFlareVerifiedDetailsModel","required":["@odata.type"],"type":"object","properties":{"enabledCustomRules":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.cloudFlareRuleModel"},"description":"Collection of Cloudflare custom rules that are currently enabled for the zone or host."},"enabledRecommendedRulesets":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.cloudFlareRulesetModel"},"description":"Collection of Cloudflare recommended rulesets that are enabled for the zone or host."},"zoneId":{"type":"string","description":"Cloudflare-assigned identifier for the DNS zone associated with the verified host (for example, the Cloudflare Zone ID). This ID is used to correlate verification details with the Cloudflare account and to perform configuration operations via the provider's API.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.cloudFlareVerifiedDetailsModel"}}}],"x-ms-discriminator-value":"#microsoft.graph.cloudFlareVerifiedDetailsModel"},"microsoft.graph.windowsDeviceUsageType":{"title":"windowsDeviceUsageType","enum":["singleUser","shared","unknownFutureValue"],"type":"string","x-ms-enum":{"name":"windowsDeviceUsageType","modelAsString":false,"values":[{"value":"singleUser","description":"Default. Indicates that a device is a single-user device.","name":"singleUser"},{"value":"shared","description":"Indicates that a device is a multi-user device.","name":"shared"},{"value":"unknownFutureValue","description":"Evolvable enumeration sentinel value. Do not use.","name":"unknownFutureValue"}]}},"microsoft.graph.windowsUserType":{"title":"windowsUserType","enum":["administrator","standard","unknownFutureValue"],"type":"string","x-ms-enum":{"name":"windowsUserType","modelAsString":false,"values":[{"value":"administrator","description":"Indicates that the user has administrator privileges.","name":"administrator"},{"value":"standard","description":"Indicates that the user is a low-rights user without administrator privileges.","name":"standard"},{"value":"unknownFutureValue","description":"Evolvable enumeration sentinel value. Do not use.","name":"unknownFutureValue"}]}},"microsoft.graph.workbookIcon":{"title":"workbookIcon","required":["@odata.type"],"type":"object","properties":{"index":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The index of the icon in the given set.","format":"int32"},"set":{"type":"string","description":"The set that the icon is part of. The possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes."},"@odata.type":{"type":"string"}}},"microsoft.graph.callRecords.userAgent":{"title":"userAgent","required":["@odata.type"],"type":"object","properties":{"applicationVersion":{"type":"string","description":"Identifies the version of application software used by this endpoint.","nullable":true},"headerValue":{"type":"string","description":"User-agent header value reported by this endpoint.","nullable":true},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.callRecords.clientUserAgent":"#/components/schemas/microsoft.graph.callRecords.clientUserAgent","#microsoft.graph.callRecords.serviceUserAgent":"#/components/schemas/microsoft.graph.callRecords.serviceUserAgent"}}},"microsoft.graph.callRecords.participantEndpoint":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.callRecords.endpoint"},{"title":"participantEndpoint","required":["@odata.type"],"type":"object","properties":{"associatedIdentity":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identity"},{"type":"object","nullable":true}],"description":"Identity associated with the endpoint."},"cpuCoresCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"CPU number of cores used by the media endpoint.","format":"int32","nullable":true},"cpuName":{"type":"string","description":"CPU name used by the media endpoint.","nullable":true},"cpuProcessorSpeedInMhz":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"CPU processor speed used by the media endpoint.","format":"int32","nullable":true},"feedback":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.callRecords.userFeedback"},{"type":"object","nullable":true}],"description":"The feedback provided by the user of this endpoint about the quality of the session."},"identity":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"type":"object","nullable":true}],"description":"Identity associated with the endpoint. The identity property is deprecated and will stop returning data on June 30, 2026. Going forward, use the associatedIdentity property."},"name":{"type":"string","description":"Name of the device used by the media endpoint.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.callRecords.participantEndpoint"}}}],"x-ms-discriminator-value":"#microsoft.graph.callRecords.participantEndpoint"},"microsoft.graph.callRecords.serviceEndpoint":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.callRecords.endpoint"},{"title":"serviceEndpoint","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.callRecords.serviceEndpoint"}}}],"x-ms-discriminator-value":"#microsoft.graph.callRecords.serviceEndpoint"},"microsoft.graph.callRecords.failureStage":{"title":"failureStage","enum":["unknown","callSetup","midcall","unknownFutureValue"],"type":"string"},"microsoft.graph.callRecords.deviceInfo":{"title":"deviceInfo","required":["@odata.type"],"type":"object","properties":{"captureDeviceDriver":{"type":"string","description":"Name of the capture device driver used by the media endpoint.","nullable":true},"captureDeviceName":{"type":"string","description":"Name of the capture device used by the media endpoint.","nullable":true},"captureNotFunctioningEventRatio":{"oneOf":[{"type":"number","format":"float","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"Fraction of the call that the media endpoint detected the capture device was not working properly."},"cpuInsufficentEventRatio":{"oneOf":[{"type":"number","format":"float","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"Fraction of the call that the media endpoint detected the CPU resources available were insufficient and caused poor quality of the audio sent and received."},"deviceClippingEventRatio":{"oneOf":[{"type":"number","format":"float","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"Fraction of the call that the media endpoint detected clipping in the captured audio that caused poor quality of the audio being sent."},"deviceGlitchEventRatio":{"oneOf":[{"type":"number","format":"float","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"Fraction of the call that the media endpoint detected glitches or gaps in the audio played or captured that caused poor quality of the audio being sent or received."},"howlingEventCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of times during the call that the media endpoint detected howling or screeching audio.","format":"int32","nullable":true},"initialSignalLevelRootMeanSquare":{"oneOf":[{"type":"number","format":"float","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"The root mean square (RMS) of the incoming signal of up to the first 30 seconds of the call."},"lowSpeechLevelEventRatio":{"oneOf":[{"type":"number","format":"float","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"Fraction of the call that the media endpoint detected low speech level that caused poor quality of the audio being sent."},"lowSpeechToNoiseEventRatio":{"oneOf":[{"type":"number","format":"float","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"Fraction of the call that the media endpoint detected low speech to noise level that caused poor quality of the audio being sent."},"micGlitchRate":{"oneOf":[{"type":"number","format":"float","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"Glitches per 5 minute interval for the media endpoint's microphone."},"receivedNoiseLevel":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Average energy level of received audio for audio classified as mono noise or left channel of stereo noise by the media endpoint.","format":"int32","nullable":true},"receivedSignalLevel":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Average energy level of received audio for audio classified as mono speech, or left channel of stereo speech by the media endpoint.","format":"int32","nullable":true},"renderDeviceDriver":{"type":"string","description":"Name of the render device driver used by the media endpoint.","nullable":true},"renderDeviceName":{"type":"string","description":"Name of the render device used by the media endpoint.","nullable":true},"renderMuteEventRatio":{"oneOf":[{"type":"number","format":"float","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"Fraction of the call that media endpoint detected device render is muted."},"renderNotFunctioningEventRatio":{"oneOf":[{"type":"number","format":"float","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"Fraction of the call that the media endpoint detected the render device was not working properly."},"renderZeroVolumeEventRatio":{"oneOf":[{"type":"number","format":"float","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"Fraction of the call that media endpoint detected device render volume is set to 0."},"sentNoiseLevel":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Average energy level of sent audio for audio classified as mono noise or left channel of stereo noise by the media endpoint.","format":"int32","nullable":true},"sentSignalLevel":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Average energy level of sent audio for audio classified as mono speech, or left channel of stereo speech by the media endpoint.","format":"int32","nullable":true},"speakerGlitchRate":{"oneOf":[{"type":"number","format":"float","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"Glitches per 5 minute internal for the media endpoint's loudspeaker."},"@odata.type":{"type":"string"}}},"microsoft.graph.callRecords.networkInfo":{"title":"networkInfo","required":["@odata.type"],"type":"object","properties":{"bandwidthLowEventRatio":{"oneOf":[{"type":"number","format":"float","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"Fraction of the call that the media endpoint detected the available bandwidth or bandwidth policy was low enough to cause poor quality of the audio sent."},"basicServiceSetIdentifier":{"type":"string","description":"The wireless LAN basic service set identifier of the media endpoint used to connect to the network. This property isn't available if the user disables precise location sharing in their operating system or Microsoft Teams app settings.","nullable":true},"connectionType":{"$ref":"#/components/schemas/microsoft.graph.callRecords.networkConnectionType"},"delayEventRatio":{"oneOf":[{"type":"number","format":"float","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"Fraction of the call that the media endpoint detected the network delay was significant enough to impact the ability to have real-time two-way communication."},"dnsSuffix":{"type":"string","description":"DNS suffix associated with the network adapter of the media endpoint.","nullable":true},"ipAddress":{"type":"string","description":"IP address of the media endpoint.","nullable":true},"linkSpeed":{"type":"number","description":"Link speed in bits per second reported by the network adapter used by the media endpoint.","format":"int64","nullable":true},"macAddress":{"type":"string","description":"The media access control (MAC) address of the media endpoint's network device. This value may be missing or shown as 02:00:00:00:00:00 due to operating system privacy policies.","nullable":true},"networkTransportProtocol":{"$ref":"#/components/schemas/microsoft.graph.callRecords.networkTransportProtocol"},"port":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Network port number used by media endpoint.","format":"int32","nullable":true},"receivedQualityEventRatio":{"oneOf":[{"type":"number","format":"float","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"Fraction of the call that the media endpoint detected the network was causing poor quality of the audio received."},"reflexiveIPAddress":{"type":"string","description":"IP address of the media endpoint as seen by the media relay server. This is typically the public internet IP address associated to the endpoint.","nullable":true},"relayIPAddress":{"type":"string","description":"IP address of the media relay server allocated by the media endpoint.","nullable":true},"relayPort":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Network port number allocated on the media relay server by the media endpoint.","format":"int32","nullable":true},"sentQualityEventRatio":{"oneOf":[{"type":"number","format":"float","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"Fraction of the call that the media endpoint detected the network was causing poor quality of the audio sent."},"subnet":{"type":"string","description":"Subnet used for media stream by the media endpoint.","nullable":true},"traceRouteHops":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.callRecords.traceRouteHop"},"description":"List of network trace route hops collected for this media stream.*"},"wifiBand":{"$ref":"#/components/schemas/microsoft.graph.callRecords.wifiBand"},"wifiBatteryCharge":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Estimated remaining battery charge in percentage reported by the media endpoint.","format":"int32","nullable":true},"wifiChannel":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"WiFi channel used by the media endpoint.","format":"int32","nullable":true},"wifiMicrosoftDriver":{"type":"string","description":"Name of the Microsoft WiFi driver used by the media endpoint. Value may be localized based on the language used by endpoint.","nullable":true},"wifiMicrosoftDriverVersion":{"type":"string","description":"Version of the Microsoft WiFi driver used by the media endpoint.","nullable":true},"wifiRadioType":{"$ref":"#/components/schemas/microsoft.graph.callRecords.wifiRadioType"},"wifiSignalStrength":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"WiFi signal strength in percentage reported by the media endpoint.","format":"int32","nullable":true},"wifiVendorDriver":{"type":"string","description":"Name of the WiFi driver used by the media endpoint. Value may be localized based on the language used by endpoint.","nullable":true},"wifiVendorDriverVersion":{"type":"string","description":"Version of the WiFi driver used by the media endpoint.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.callRecords.mediaStream":{"title":"mediaStream","required":["@odata.type"],"type":"object","properties":{"audioCodec":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.callRecords.audioCodec"},{"type":"object","nullable":true}],"description":"Codec name used to encode audio for transmission on the network. The possible values are: unknown, invalid, cn, pcma, pcmu, amrWide, g722, g7221, g7221c, g729, multiChannelAudio, muchv2, opus, satin, satinFullband, rtAudio8, rtAudio16, silk, silkNarrow, silkWide, siren, xmsRta, unknownFutureValue."},"averageAudioDegradation":{"oneOf":[{"type":"number","format":"float","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"Average Network Mean Opinion Score degradation for stream. Represents how much the network loss and jitter has impacted the quality of received audio."},"averageAudioNetworkJitter":{"pattern":"^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$","type":"string","description":"Average jitter for the stream computed as specified in RFC 3550, denoted in ISO 8601 format. For example, 1 second is denoted as 'PT1S', where 'P' is the duration designator, 'T' is the time designator, and 'S' is the second designator.","format":"duration","nullable":true},"averageBandwidthEstimate":{"type":"number","description":"Average estimated bandwidth available between two endpoints in bits per second.","format":"int64","nullable":true},"averageFreezeDuration":{"pattern":"^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$","type":"string","description":"Average duration of the received freezing time in the video stream.","format":"duration","nullable":true},"averageJitter":{"pattern":"^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$","type":"string","description":"Average jitter for the stream computed as specified in RFC 3550, denoted in ISO 8601 format. For example, 1 second is denoted as 'PT1S', where 'P' is the duration designator, 'T' is the time designator, and 'S' is the second designator.","format":"duration","nullable":true},"averagePacketLossRate":{"oneOf":[{"type":"number","format":"float","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"Average packet loss rate for stream."},"averageRatioOfConcealedSamples":{"oneOf":[{"type":"number","format":"float","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"Ratio of the number of audio frames with samples generated by packet loss concealment to the total number of audio frames."},"averageReceivedFrameRate":{"oneOf":[{"type":"number","format":"float","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"Average frames per second received for all video streams computed over the duration of the session."},"averageRoundTripTime":{"pattern":"^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$","type":"string","description":"Average network propagation round-trip time computed as specified in RFC 3550, denoted in ISO 8601 format. For example, 1 second is denoted as 'PT1S', where 'P' is the duration designator, 'T' is the time designator, and 'S' is the second designator.","format":"duration","nullable":true},"averageVideoFrameLossPercentage":{"oneOf":[{"type":"number","format":"float","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"Average percentage of video frames lost as displayed to the user."},"averageVideoFrameRate":{"oneOf":[{"type":"number","format":"float","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"Average frames per second received for a video stream, computed over the duration of the session."},"averageVideoPacketLossRate":{"oneOf":[{"type":"number","format":"float","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"Average fraction of packets lost, as specified in RFC 3550, computed over the duration of the session."},"endDateTime":{"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":"UTC time when the stream ended. 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 is 2014-01-01T00:00:00Z. This field is only available for streams that use the SIP protocol.","format":"date-time","nullable":true},"isAudioForwardErrorCorrectionUsed":{"type":"boolean","description":"Indicates whether the forward error correction (FEC) was used at some point during the session. The default value is null.","nullable":true},"lowFrameRateRatio":{"oneOf":[{"type":"number","format":"float","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"Fraction of the call where frame rate is less than 7.5 frames per second."},"lowVideoProcessingCapabilityRatio":{"oneOf":[{"type":"number","format":"float","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"Fraction of the call that the client is running less than 70% expected video processing capability."},"maxAudioNetworkJitter":{"pattern":"^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$","type":"string","description":"Maximum of audio network jitter computed over each of the 20 second windows during the session, denoted in ISO 8601 format. For example, 1 second is denoted as 'PT1S', where 'P' is the duration designator, 'T' is the time designator, and 'S' is the second designator.","format":"duration","nullable":true},"maxJitter":{"pattern":"^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$","type":"string","description":"Maximum jitter for the stream computed as specified in RFC 3550, denoted in ISO 8601 format. For example, 1 second is denoted as 'PT1S', where 'P' is the duration designator, 'T' is the time designator, and 'S' is the second designator.","format":"duration","nullable":true},"maxPacketLossRate":{"oneOf":[{"type":"number","format":"float","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"Maximum packet loss rate for the stream."},"maxRatioOfConcealedSamples":{"oneOf":[{"type":"number","format":"float","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"Maximum ratio of packets concealed by the healer."},"maxRoundTripTime":{"pattern":"^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$","type":"string","description":"Maximum network propagation round-trip time computed as specified in RFC 3550, denoted in ISO 8601 format. For example, 1 second is denoted as 'PT1S', where 'P' is the duration designator, 'T' is the time designator, and 'S' is the second designator.","format":"duration","nullable":true},"packetUtilization":{"type":"number","description":"Packet count for the stream.","format":"int64","nullable":true},"postForwardErrorCorrectionPacketLossRate":{"oneOf":[{"type":"number","format":"float","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"Packet loss rate after FEC has been applied aggregated across all video streams and codecs."},"rmsFreezeDuration":{"pattern":"^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$","type":"string","description":"Average duration of the received freezing time in the video stream represented in root mean square.","format":"duration","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":"UTC time when the stream started. 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 is 2014-01-01T00:00:00Z. This field is only available for streams that use the SIP protocol.","format":"date-time","nullable":true},"streamDirection":{"$ref":"#/components/schemas/microsoft.graph.callRecords.mediaStreamDirection"},"streamId":{"type":"string","description":"Unique identifier for the stream.","nullable":true},"videoCodec":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.callRecords.videoCodec"},{"type":"object","nullable":true}],"description":"Codec name used to encode video for transmission on the network. The possible values are: unknown, invalid, av1, h263, h264, h264s, h264uc, h265, rtvc1, rtVideo, xrtvc1, unknownFutureValue."},"wasMediaBypassed":{"type":"boolean","description":"True if the media stream bypassed the Mediation Server and went straight between client and PSTN Gateway/PBX, false otherwise.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.entraRecoveryServices.recoveryJobEntityNameAndIdsFilter":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entraRecoveryServices.recoveryJobFilteringCriteriaBase"},{"title":"recoveryJobEntityNameAndIdsFilter","required":["@odata.type"],"type":"object","properties":{"filterValues":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.entraRecoveryServices.entityTypeAndIds"},"description":"The list of entity type and ID pairs to include in the recovery job. Duplicate entity types are not allowed and return a 400 Bad Request error."},"@odata.type":{"type":"string","default":"#microsoft.graph.entraRecoveryServices.recoveryJobEntityNameAndIdsFilter"}}}],"x-ms-discriminator-value":"#microsoft.graph.entraRecoveryServices.recoveryJobEntityNameAndIdsFilter"},"microsoft.graph.entraRecoveryServices.recoveryJobEntityNamesFilter":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entraRecoveryServices.recoveryJobFilteringCriteriaBase"},{"title":"recoveryJobEntityNamesFilter","required":["@odata.type"],"type":"object","properties":{"entityTypes":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.entraRecoveryServices.resourceTypeName"},"description":"The list of entity types to include in the recovery job."},"@odata.type":{"type":"string","default":"#microsoft.graph.entraRecoveryServices.recoveryJobEntityNamesFilter"}}}],"x-ms-discriminator-value":"#microsoft.graph.entraRecoveryServices.recoveryJobEntityNamesFilter"},"microsoft.graph.externalConnectors.urlToItemResolverBase":{"title":"urlToItemResolverBase","required":["@odata.type"],"type":"object","properties":{"priority":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The priority which defines the sequence in which the urlToItemResolverBase instances are evaluated.","format":"int32","nullable":true},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.externalConnectors.itemIdResolver":"#/components/schemas/microsoft.graph.externalConnectors.itemIdResolver"}}},"microsoft.graph.externalConnectors.displayTemplate":{"title":"displayTemplate","required":["@odata.type"],"type":"object","properties":{"id":{"type":"string","description":"The text identifier for the display template; for example, contosoTickets. Maximum 16 characters. Only alphanumeric characters allowed."},"layout":{"description":"The definition of the content's appearance, represented by an Adaptive Card, which is a JSON-serialized card object model."},"priority":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Defines the priority of a display template. A display template with priority 1 is evaluated before a template with priority 4. Gaps in priority values are supported. Must be positive value.","format":"int32"},"rules":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.externalConnectors.propertyRule"},"description":"Specifies additional rules for selecting this display template based on the item schema. Optional."},"@odata.type":{"type":"string"}}},"microsoft.graph.externalConnectors.accessType":{"title":"accessType","enum":["grant","deny","unknownFutureValue"],"type":"string"},"microsoft.graph.externalConnectors.aclType":{"title":"aclType","enum":["user","group","everyone","everyoneExceptGuests","externalGroup","unknownFutureValue"],"type":"string"},"microsoft.graph.externalConnectors.externalItemContentType":{"title":"externalItemContentType","enum":["text","html","unknownFutureValue"],"type":"string"},"microsoft.graph.externalConnectors.label":{"title":"label","enum":["title","url","createdBy","lastModifiedBy","authors","createdDateTime","lastModifiedDateTime","fileName","fileExtension","unknownFutureValue","containerName","containerUrl","iconUrl","assignedToPeople","closedBy","closedDate","priority","sprintName","tags","severity","state","dueDate","itemParentId","itemPath","itemType","numberOfReactions","parentUrl","priorityNormalized","reportedBy","secondaryId","personEmails","personAddresses","personAnniversaries","personName","personNote","personPhones","personCurrentPosition","personWebAccounts","personWebSite","personSkills","personProjects","personAccount","personAwards","personCertifications","personAssistants","personColleagues","personManager","personAlternateContacts","personEmergencyContacts","personEducationalActivities","personInterests","personLanguages","personPublications","personPatents","personWorkPositions"],"type":"string"},"microsoft.graph.externalConnectors.propertyType":{"title":"propertyType","enum":["string","int64","double","dateTime","boolean","stringCollection","int64Collection","doubleCollection","dateTimeCollection","unknownFutureValue","principal","principalCollection"],"type":"string"},"microsoft.graph.identityGovernance.quarantineCondition":{"title":"quarantineCondition","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.identityGovernance.countBasedQuarantineCondition":"#/components/schemas/microsoft.graph.identityGovernance.countBasedQuarantineCondition","#microsoft.graph.identityGovernance.percentageBasedQuarantineCondition":"#/components/schemas/microsoft.graph.identityGovernance.percentageBasedQuarantineCondition"}}},"microsoft.graph.identityGovernance.matchMode":{"title":"matchMode","enum":["any","all","unknownFutureValue"],"type":"string"},"microsoft.graph.identityGovernance.activateGroupScope":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.identityGovernance.activationScope"},{"title":"activateGroupScope","required":["@odata.type"],"type":"object","properties":{"group":{"$ref":"#/components/schemas/microsoft.graph.group"},"@odata.type":{"type":"string","default":"#microsoft.graph.identityGovernance.activateGroupScope"}}}],"x-ms-discriminator-value":"#microsoft.graph.identityGovernance.activateGroupScope"},"microsoft.graph.identityGovernance.activateProcessingResultScope":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.identityGovernance.activationScope"},{"title":"activateProcessingResultScope","required":["@odata.type"],"type":"object","properties":{"taskScope":{"$ref":"#/components/schemas/microsoft.graph.identityGovernance.activationTaskScopeType"},"processingResults":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.identityGovernance.userProcessingResult"},"x-ms-navigationProperty":true},"@odata.type":{"type":"string","default":"#microsoft.graph.identityGovernance.activateProcessingResultScope"}}}],"x-ms-discriminator-value":"#microsoft.graph.identityGovernance.activateProcessingResultScope"},"microsoft.graph.identityGovernance.activateRunScope":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.identityGovernance.activationScope"},{"title":"activateRunScope","required":["@odata.type"],"type":"object","properties":{"taskScope":{"$ref":"#/components/schemas/microsoft.graph.identityGovernance.activationTaskScopeType"},"userScope":{"$ref":"#/components/schemas/microsoft.graph.identityGovernance.activationUserScopeType"},"run":{"$ref":"#/components/schemas/microsoft.graph.identityGovernance.run"},"@odata.type":{"type":"string","default":"#microsoft.graph.identityGovernance.activateRunScope"}}}],"x-ms-discriminator-value":"#microsoft.graph.identityGovernance.activateRunScope"},"microsoft.graph.identityGovernance.activateUserScope":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.identityGovernance.activationScope"},{"title":"activateUserScope","required":["@odata.type"],"type":"object","properties":{"users":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.user"},"x-ms-navigationProperty":true},"@odata.type":{"type":"string","default":"#microsoft.graph.identityGovernance.activateUserScope"}}}],"x-ms-discriminator-value":"#microsoft.graph.identityGovernance.activateUserScope"},"microsoft.graph.identityGovernance.valueType":{"title":"valueType","enum":["enum","string","int","bool","unknownFutureValue"],"type":"string"},"microsoft.graph.identityGovernance.onDemandExecutionOnly":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.identityGovernance.workflowExecutionConditions"},{"title":"onDemandExecutionOnly","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.identityGovernance.onDemandExecutionOnly"}}}],"x-ms-discriminator-value":"#microsoft.graph.identityGovernance.onDemandExecutionOnly"},"microsoft.graph.identityGovernance.triggerAndScopeBasedConditions":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.identityGovernance.workflowExecutionConditions"},{"title":"triggerAndScopeBasedConditions","required":["@odata.type"],"type":"object","properties":{"scope":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.subjectSet"},{"type":"object","nullable":true}],"description":"Defines who the workflow runs for."},"trigger":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identityGovernance.workflowExecutionTrigger"},{"type":"object","nullable":true}],"description":"What triggers a workflow to run."},"@odata.type":{"type":"string","default":"#microsoft.graph.identityGovernance.triggerAndScopeBasedConditions"}}}],"x-ms-discriminator-value":"#microsoft.graph.identityGovernance.triggerAndScopeBasedConditions"},"microsoft.graph.search.identity":{"title":"identity","required":["@odata.type"],"type":"object","properties":{"displayName":{"type":"string","nullable":true},"id":{"type":"string","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.security.evidenceRemediationStatus":{"title":"evidenceRemediationStatus","enum":["none","remediated","prevented","blocked","notFound","unknownFutureValue","active","pendingApproval","declined","unremediated","running","partiallyRemediated"],"type":"string"},"microsoft.graph.security.evidenceRole":{"title":"evidenceRole","enum":["unknown","contextual","scanned","source","destination","created","added","compromised","edited","attacked","attacker","commandAndControl","loaded","suspicious","policyViolator","unknownFutureValue"],"type":"string"},"microsoft.graph.security.evidenceVerdict":{"title":"evidenceVerdict","enum":["unknown","suspicious","malicious","noThreatsFound","unknownFutureValue"],"type":"string"},"microsoft.graph.security.activeDirectoryDomainEvidence":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.alertEvidence"},{"title":"activeDirectoryDomainEvidence","required":["@odata.type"],"type":"object","properties":{"activeDirectoryDomainName":{"type":"string","nullable":true},"trustedDomains":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.security.activeDirectoryDomainEvidence"}},"@odata.type":{"type":"string","default":"#microsoft.graph.security.activeDirectoryDomainEvidence"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.activeDirectoryDomainEvidence"},"microsoft.graph.security.aiAgentEvidence":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.alertEvidence"},{"title":"aiAgentEvidence","required":["@odata.type"],"type":"object","properties":{"agentId":{"type":"string","description":"The unique identifier for the AI agent.","nullable":true},"agentName":{"type":"string","description":"The display name for the AI agent.","nullable":true},"hostingPlatformType":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.aiAgentPlatform"},{"type":"object","nullable":true}],"description":"Type of the platform the agent runs on. The possible values are: unknown, azureAIFoundry, copilotStudio, copilot, unknownFutureValue."},"instructions":{"type":"string","description":"The instructions of the agent.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.security.aiAgentEvidence"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.aiAgentEvidence"},"microsoft.graph.security.amazonResourceEvidence":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.alertEvidence"},{"title":"amazonResourceEvidence","required":["@odata.type"],"type":"object","properties":{"amazonAccountId":{"type":"string","description":"The unique identifier for the Amazon account.","nullable":true},"amazonResourceId":{"type":"string","description":"The Amazon resource identifier (ARN) for the cloud resource.","nullable":true},"resourceName":{"type":"string","description":"The name of the resource.","nullable":true},"resourceType":{"type":"string","description":"The type of the resource.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.security.amazonResourceEvidence"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.amazonResourceEvidence"},"microsoft.graph.security.analyzedMessageEvidence":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.alertEvidence"},{"title":"analyzedMessageEvidence","required":["@odata.type"],"type":"object","properties":{"antiSpamDirection":{"type":"string","description":"Direction of the email relative to your network. The possible values are: inbound, outbound or intraorg.","nullable":true},"attachmentsCount":{"type":"number","description":"Number of attachments in the email.","format":"int64","nullable":true},"deliveryAction":{"type":"string","description":"Delivery action of the email. The possible values are: delivered, deliveredAsSpam, junked, blocked, or replaced.","nullable":true},"deliveryLocation":{"type":"string","description":"Location where the email was delivered. The possible values are: inbox, external, junkFolder, quarantine, failed, dropped, deletedFolder or forwarded.","nullable":true},"internetMessageId":{"type":"string","description":"Public-facing identifier for the email that is set by the sending email system.","nullable":true},"language":{"type":"string","description":"Detected language of the email content.","nullable":true},"networkMessageId":{"type":"string","description":"Unique identifier for the email, generated by Microsoft 365.","nullable":true},"p1Sender":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.emailSender"},{"type":"object","nullable":true}],"description":"The P1 sender."},"p2Sender":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.emailSender"},{"type":"object","nullable":true}],"description":"The P2 sender."},"receivedDateTime":{"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":"Date and time when the email was received.","format":"date-time","nullable":true},"recipientEmailAddress":{"type":"string","description":"Email address of the recipient, or email address of the recipient after distribution list expansion.","nullable":true},"senderIp":{"type":"string","description":"IP address of the last detected mail server that relayed the message.","nullable":true},"subject":{"type":"string","description":"Subject of the email.","nullable":true},"threatDetectionMethods":{"type":"array","items":{"type":"string","nullable":true},"description":"Collection of methods used to detect malware, phishing, or other threats found in the email."},"threats":{"type":"array","items":{"type":"string","nullable":true},"description":"Collection of detection names for malware or other threats found."},"urlCount":{"type":"number","description":"Number of embedded URLs in the email.","format":"int64","nullable":true},"urls":{"type":"array","items":{"type":"string","nullable":true},"description":"Collection of the URLs contained in this email."},"urn":{"type":"string","description":"Uniform resource name (URN) of the automated investigation where the cluster was identified.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.security.analyzedMessageEvidence"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.analyzedMessageEvidence"},"microsoft.graph.security.azureResourceEvidence":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.alertEvidence"},{"title":"azureResourceEvidence","required":["@odata.type"],"type":"object","properties":{"resourceId":{"type":"string","description":"The unique identifier for the Azure resource.","nullable":true},"resourceName":{"type":"string","description":"The name of the resource.","nullable":true},"resourceType":{"type":"string","description":"The type of the resource.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.security.azureResourceEvidence"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.azureResourceEvidence"},"microsoft.graph.security.blobContainerEvidence":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.alertEvidence"},{"title":"blobContainerEvidence","required":["@odata.type"],"type":"object","properties":{"name":{"type":"string","description":"The name of the blob container.","nullable":true},"storageResource":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.azureResourceEvidence"},{"type":"object","nullable":true}],"description":"The storage which the blob container belongs to."},"url":{"type":"string","description":"The full URL representation of the blob container.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.security.blobContainerEvidence"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.blobContainerEvidence"},"microsoft.graph.security.blobEvidence":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.alertEvidence"},{"title":"blobEvidence","required":["@odata.type"],"type":"object","properties":{"blobContainer":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.blobContainerEvidence"},{"type":"object","nullable":true}],"description":"The container which the blob belongs to."},"etag":{"type":"string","description":"The Etag associated with this blob.","nullable":true},"fileHashes":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.security.fileHash"},"description":"The file hashes associated with this blob."},"name":{"type":"string","description":"The name of the blob.","nullable":true},"url":{"type":"string","description":"The full URL representation of the blob.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.security.blobEvidence"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.blobEvidence"},"microsoft.graph.security.cloudApplicationEvidence":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.alertEvidence"},{"title":"cloudApplicationEvidence","required":["@odata.type"],"type":"object","properties":{"appId":{"type":"number","description":"Unique identifier of the application.","format":"int64","nullable":true},"displayName":{"type":"string","description":"Name of the application.","nullable":true},"instanceId":{"type":"number","description":"Identifier of the instance of the Software as a Service (SaaS) application.","format":"int64","nullable":true},"instanceName":{"type":"string","description":"Name of the instance of the SaaS application.","nullable":true},"saasAppId":{"type":"number","description":"The identifier of the SaaS application.","format":"int64","nullable":true},"stream":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.stream"},{"type":"object","nullable":true}]},"@odata.type":{"type":"string","default":"#microsoft.graph.security.cloudApplicationEvidence"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.cloudApplicationEvidence"},"microsoft.graph.security.cloudLogonRequestEvidence":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.alertEvidence"},{"title":"cloudLogonRequestEvidence","required":["@odata.type"],"type":"object","properties":{"requestId":{"type":"string","description":"The unique identifier for the sign-in request.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.security.cloudLogonRequestEvidence"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.cloudLogonRequestEvidence"},"microsoft.graph.security.cloudLogonSessionEvidence":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.alertEvidence"},{"title":"cloudLogonSessionEvidence","required":["@odata.type"],"type":"object","properties":{"account":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.userEvidence"},{"type":"object","nullable":true}],"description":"The account associated with the sign-in session."},"browser":{"type":"string","description":"The browser that is used for the sign-in, if known.","nullable":true},"deviceName":{"type":"string","description":"The friendly name of the device, if known.","nullable":true},"operatingSystem":{"type":"string","description":"The operating system that the device is running, if known.","nullable":true},"previousLogonDateTime":{"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 previous sign-in time for this account, if known.","format":"date-time","nullable":true},"protocol":{"type":"string","description":"The authentication protocol that is used in this session, if known.","nullable":true},"sessionId":{"type":"string","description":"The session ID for the account reported in the alert.","nullable":true},"startUtcDateTime":{"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 session start time, if known.","format":"date-time","nullable":true},"userAgent":{"type":"string","description":"The user agent that is used for the sign-in, if known.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.security.cloudLogonSessionEvidence"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.cloudLogonSessionEvidence"},"microsoft.graph.security.containerEvidence":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.alertEvidence"},{"title":"containerEvidence","required":["@odata.type"],"type":"object","properties":{"args":{"type":"array","items":{"type":"string","nullable":true},"description":"The list of arguments."},"command":{"type":"array","items":{"type":"string","nullable":true},"description":"The list of commands."},"containerId":{"type":"string","description":"The container ID.","nullable":true},"image":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.containerImageEvidence"},{"type":"object","nullable":true}],"description":"The image used to run the container."},"isPrivileged":{"type":"boolean","description":"The privileged status."},"name":{"type":"string","description":"The container name.","nullable":true},"pod":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.kubernetesPodEvidence"},{"type":"object","nullable":true}],"description":"The pod this container belongs to."},"@odata.type":{"type":"string","default":"#microsoft.graph.security.containerEvidence"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.containerEvidence"},"microsoft.graph.security.containerImageEvidence":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.alertEvidence"},{"title":"containerImageEvidence","required":["@odata.type"],"type":"object","properties":{"digestImage":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.containerImageEvidence"},{"type":"object","nullable":true}],"description":"The digest image entity, in case this is a tag image."},"imageId":{"type":"string","description":"The unique identifier for the container image entity.","nullable":true},"registry":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.containerRegistryEvidence"},{"type":"object","nullable":true}],"description":"The container registry for this image."},"@odata.type":{"type":"string","default":"#microsoft.graph.security.containerImageEvidence"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.containerImageEvidence"},"microsoft.graph.security.containerRegistryEvidence":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.alertEvidence"},{"title":"containerRegistryEvidence","required":["@odata.type"],"type":"object","properties":{"registry":{"type":"string","description":"The registry URI.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.security.containerRegistryEvidence"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.containerRegistryEvidence"},"microsoft.graph.security.deviceEvidence":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.alertEvidence"},{"title":"deviceEvidence","required":["@odata.type"],"type":"object","properties":{"azureAdDeviceId":{"type":"string","description":"A unique identifier assigned to a device by Microsoft Entra ID when device is Microsoft Entra joined.","nullable":true},"defenderAvStatus":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.defenderAvStatus"},{"type":"object","nullable":true}],"description":"State of the Defender anti-malware engine. The possible values are: notReporting, disabled, notUpdated, updated, unknown, notSupported, unknownFutureValue."},"deviceDnsName":{"type":"string","description":"The fully qualified domain name (FQDN) for the device.","nullable":true},"dnsDomain":{"type":"string","description":"The DNS domain that this computer belongs to. A sequence of labels separated by dots.","nullable":true},"firstSeenDateTime":{"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 device was first seen.","format":"date-time","nullable":true},"healthStatus":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.deviceHealthStatus"},{"type":"object","nullable":true}],"description":"The health state of the device. The possible values are: active, inactive, impairedCommunication, noSensorData, noSensorDataImpairedCommunication, unknown, unknownFutureValue."},"hostName":{"type":"string","description":"The hostname without the domain suffix.","nullable":true},"ipInterfaces":{"type":"array","items":{"type":"string","nullable":true},"description":"Ip interfaces of the device during the time of the alert."},"lastExternalIpAddress":{"type":"string","nullable":true},"lastIpAddress":{"type":"string","nullable":true},"loggedOnUsers":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.security.loggedOnUser"},"description":"Users that were logged on the machine during the time of the alert."},"mdeDeviceId":{"type":"string","description":"A unique identifier assigned to a device by Microsoft Defender for Endpoint.","nullable":true},"ntDomain":{"type":"string","description":"A logical grouping of computers within a Microsoft Windows network.","nullable":true},"onboardingStatus":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.onboardingStatus"},{"type":"object","nullable":true}],"description":"The status of the machine onboarding to Microsoft Defender for Endpoint. The possible values are: insufficientInfo, onboarded, canBeOnboarded, unsupported, unknownFutureValue."},"osBuild":{"type":"number","description":"The build version for the operating system the device is running.","format":"int64","nullable":true},"osPlatform":{"type":"string","description":"The operating system platform the device is running.","nullable":true},"rbacGroupId":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The ID of the role-based access control (RBAC) device group.","format":"int32","nullable":true},"rbacGroupName":{"type":"string","description":"The name of the RBAC device group.","nullable":true},"resourceAccessEvents":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.security.resourceAccessEvent"},"description":"Information on resource access attempts made by the user account."},"riskScore":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.deviceRiskScore"},{"type":"object","nullable":true}],"description":"Risk score as evaluated by Microsoft Defender for Endpoint. The possible values are: none, informational, low, medium, high, unknownFutureValue."},"version":{"type":"string","description":"The version of the operating system platform.","nullable":true},"vmMetadata":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.vmMetadata"},{"type":"object","nullable":true}],"description":"Metadata of the virtual machine (VM) on which Microsoft Defender for Endpoint is running."},"@odata.type":{"type":"string","default":"#microsoft.graph.security.deviceEvidence"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.deviceEvidence"},"microsoft.graph.security.dnsEvidence":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.alertEvidence"},{"title":"dnsEvidence","required":["@odata.type"],"type":"object","properties":{"dnsServerIp":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.ipEvidence"},{"type":"object","nullable":true}],"description":"An IP entity that represents the DNS server that resolves the request."},"domainName":{"type":"string","description":"The name of the DNS record associated with the alert.","nullable":true},"hostIpAddress":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.ipEvidence"},{"type":"object","nullable":true}],"description":"An IP entity that represents the DNS request client."},"ipAddresses":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.security.ipEvidence"},"description":"IP entities that represent the resolved IP addresses."},"@odata.type":{"type":"string","default":"#microsoft.graph.security.dnsEvidence"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.dnsEvidence"},"microsoft.graph.security.fileEvidence":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.alertEvidence"},{"title":"fileEvidence","required":["@odata.type"],"type":"object","properties":{"detectionStatus":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.detectionStatus"},{"type":"object","nullable":true}],"description":"The status of the detection.The possible values are: detected, blocked, prevented, unknownFutureValue."},"fileDetails":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.fileDetails"},{"type":"object","nullable":true}],"description":"The file details."},"mdeDeviceId":{"type":"string","description":"A unique identifier assigned to a device by Microsoft Defender for Endpoint.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.security.fileEvidence"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.fileEvidence"},"microsoft.graph.security.fileHashEvidence":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.alertEvidence"},{"title":"fileHashEvidence","required":["@odata.type"],"type":"object","properties":{"algorithm":{"$ref":"#/components/schemas/microsoft.graph.security.fileHashAlgorithm"},"value":{"type":"string","description":"The hash value.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.security.fileHashEvidence"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.fileHashEvidence"},"microsoft.graph.security.gitHubOrganizationEvidence":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.alertEvidence"},{"title":"gitHubOrganizationEvidence","required":["@odata.type"],"type":"object","properties":{"company":{"type":"string","description":"The name of the company that owns the organization.","nullable":true},"displayName":{"type":"string","description":"The display name of the organization.","nullable":true},"email":{"type":"string","description":"The email address of the organization.","nullable":true},"login":{"type":"string","description":"The login (name) of the organization.","nullable":true},"orgId":{"type":"string","description":"The unique and immutable ID of the organization.","nullable":true},"webUrl":{"type":"string","description":"The URL of the web page for the organization.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.security.gitHubOrganizationEvidence"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.gitHubOrganizationEvidence"},"microsoft.graph.security.gitHubRepoEvidence":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.alertEvidence"},{"title":"gitHubRepoEvidence","required":["@odata.type"],"type":"object","properties":{"baseUrl":{"type":"string","description":"The base URL of the web page for the repository.","nullable":true},"login":{"type":"string","description":"The login (name) of the repository.","nullable":true},"owner":{"type":"string","description":"The login of the owner of the repository.","nullable":true},"ownerType":{"type":"string","description":"The type of owner of the repository, for example, User or Organization.","nullable":true},"repoId":{"type":"string","description":"The unique and immutable ID of the GitHub repository.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.security.gitHubRepoEvidence"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.gitHubRepoEvidence"},"microsoft.graph.security.gitHubUserEvidence":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.alertEvidence"},{"title":"gitHubUserEvidence","required":["@odata.type"],"type":"object","properties":{"email":{"type":"string","description":"The email address of the user account.","nullable":true},"login":{"type":"string","description":"The user's login (GitHub handle).","nullable":true},"name":{"type":"string","description":"The user's name.","nullable":true},"userId":{"type":"string","description":"The unique and immutable ID of the user account.","nullable":true},"webUrl":{"type":"string","description":"The URL of the user's profile web page. For example, https://github.com/my-login.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.security.gitHubUserEvidence"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.gitHubUserEvidence"},"microsoft.graph.security.googleCloudResourceEvidence":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.alertEvidence"},{"title":"googleCloudResourceEvidence","required":["@odata.type"],"type":"object","properties":{"fullResourceName":{"type":"string","nullable":true},"location":{"type":"string","description":"The zone or region where the resource is located.","nullable":true},"locationType":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.googleCloudLocationType"},{"type":"object","nullable":true}],"description":"The type of location. The possible values are: unknown, regional, zonal, global, unknownFutureValue."},"projectId":{"type":"string","description":"The Google project ID as defined by the user.","nullable":true},"projectNumber":{"type":"number","description":"The project number assigned by Google.","format":"int64","nullable":true},"resourceName":{"type":"string","description":"The name of the resource.","nullable":true},"resourceType":{"type":"string","description":"The type of the resource.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.security.googleCloudResourceEvidence"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.googleCloudResourceEvidence"},"microsoft.graph.security.hostLogonSessionEvidence":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.alertEvidence"},{"title":"hostLogonSessionEvidence","required":["@odata.type"],"type":"object","properties":{"account":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.userEvidence"},{"type":"object","nullable":true}],"description":"The account that is associated with the sign-in session ID."},"endUtcDateTime":{"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 session end time, if known. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2024 is 2024-01-01T00:00:00Z.","format":"date-time","nullable":true},"host":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.deviceEvidence"},{"type":"object","nullable":true}],"description":"The host for the session."},"sessionId":{"type":"string","description":"The session ID for the account reported in the alert, for example, 0x3e7.","nullable":true},"startUtcDateTime":{"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 session start time, if known. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2024 is 2024-01-01T00:00:00Z.","format":"date-time","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.security.hostLogonSessionEvidence"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.hostLogonSessionEvidence"},"microsoft.graph.security.ioTDeviceEvidence":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.alertEvidence"},{"title":"ioTDeviceEvidence","required":["@odata.type"],"type":"object","properties":{"deviceId":{"type":"string","description":"The device ID.","nullable":true},"deviceName":{"type":"string","description":"The friendly name of the device.","nullable":true},"devicePageLink":{"type":"string","description":"The URL to the device page in the IoT Defender portal.","nullable":true},"deviceSubType":{"type":"string","description":"The device subtype.","nullable":true},"deviceType":{"type":"string","description":"The type of the device. For example, 'temperature sensor,' 'freezer,' 'wind turbine,' and so on.","nullable":true},"importance":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.ioTDeviceImportanceType"},{"type":"object","nullable":true}],"description":"The importance level for the IoT device. The possible values are: unknown, low, normal, high, unknownFutureValue."},"ioTHub":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.azureResourceEvidence"},{"type":"object","nullable":true}],"description":"The azureResourceEvidence entity that represents the IoT Hub that the device belongs to."},"ioTSecurityAgentId":{"type":"string","description":"The ID of the Azure Security Center for the IoT agent that is running on the device.","nullable":true},"ipAddress":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.ipEvidence"},{"type":"object","nullable":true}],"description":"The current IP address of the device."},"isAuthorized":{"type":"boolean","description":"Indicates whether the device classified as an authorized device.","nullable":true},"isProgramming":{"type":"boolean","description":"Indicates whether the device classified as a programming device.","nullable":true},"isScanner":{"type":"boolean","description":"Indicates whether the device classified as a scanner.","nullable":true},"macAddress":{"type":"string","description":"The MAC address of the device.","nullable":true},"manufacturer":{"type":"string","description":"The manufacturer of the device.","nullable":true},"model":{"type":"string","description":"The model of the device.","nullable":true},"nics":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.security.nicEvidence"},"description":"The current network interface controllers on the device."},"operatingSystem":{"type":"string","description":"The operating system the device is running.","nullable":true},"owners":{"type":"array","items":{"type":"string","nullable":true},"description":"The owners for the device."},"protocols":{"type":"array","items":{"type":"string","nullable":true},"description":"The list of protocols that the device supports."},"purdueLayer":{"type":"string","description":"The Purdue Layer of the device.","nullable":true},"sensor":{"type":"string","description":"The sensor that monitors the device.","nullable":true},"serialNumber":{"type":"string","description":"The serial number of the device.","nullable":true},"site":{"type":"string","description":"The site location of the device.","nullable":true},"source":{"type":"string","description":"The source (microsoft/vendor) of the device entity.","nullable":true},"sourceRef":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.urlEvidence"},{"type":"object","nullable":true}],"description":"A URL reference to the source item where the device is managed."},"zone":{"type":"string","description":"The zone location of the device within a site.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.security.ioTDeviceEvidence"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.ioTDeviceEvidence"},"microsoft.graph.security.ipEvidence":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.alertEvidence"},{"title":"ipEvidence","required":["@odata.type"],"type":"object","properties":{"countryLetterCode":{"type":"string","description":"The two-letter country code according to ISO 3166 format, for example: US, UK, CA, etc.","nullable":true},"ipAddress":{"type":"string","description":"The value of the IP Address, can be either in V4 address or V6 address format.","nullable":true},"location":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.geoLocation"},{"type":"object","nullable":true}]},"stream":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.stream"},{"type":"object","nullable":true}]},"@odata.type":{"type":"string","default":"#microsoft.graph.security.ipEvidence"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.ipEvidence"},"microsoft.graph.security.kubernetesClusterEvidence":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.alertEvidence"},{"title":"kubernetesClusterEvidence","required":["@odata.type"],"type":"object","properties":{"cloudResource":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.alertEvidence"},{"type":"object","nullable":true}],"description":"The cloud identifier of the cluster. Can be either an amazonResourceEvidence, azureResourceEvidence, or googleCloudResourceEvidence object."},"distribution":{"type":"string","description":"The distribution type of the cluster.","nullable":true},"name":{"type":"string","description":"The cluster name.","nullable":true},"platform":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.kubernetesPlatform"},{"type":"object","nullable":true}],"description":"The platform the cluster runs on. The possible values are: unknown, aks, eks, gke, arc, unknownFutureValue."},"version":{"type":"string","description":"The kubernetes version of the cluster.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.security.kubernetesClusterEvidence"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.kubernetesClusterEvidence"},"microsoft.graph.security.kubernetesControllerEvidence":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.alertEvidence"},{"title":"kubernetesControllerEvidence","required":["@odata.type"],"type":"object","properties":{"labels":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.dictionary"},{"type":"object","nullable":true}],"description":"The labels for the Kubernetes pod."},"name":{"type":"string","description":"The controller name.","nullable":true},"namespace":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.kubernetesNamespaceEvidence"},{"type":"object","nullable":true}],"description":"The service account namespace."},"type":{"type":"string","description":"The controller type.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.security.kubernetesControllerEvidence"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.kubernetesControllerEvidence"},"microsoft.graph.security.kubernetesNamespaceEvidence":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.alertEvidence"},{"title":"kubernetesNamespaceEvidence","required":["@odata.type"],"type":"object","properties":{"cluster":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.kubernetesClusterEvidence"},{"type":"object","nullable":true}],"description":"The namespace cluster."},"labels":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.dictionary"},{"type":"object","nullable":true}],"description":"The labels for the Kubernetes pod."},"name":{"type":"string","description":"The namespace name.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.security.kubernetesNamespaceEvidence"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.kubernetesNamespaceEvidence"},"microsoft.graph.security.kubernetesPodEvidence":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.alertEvidence"},{"title":"kubernetesPodEvidence","required":["@odata.type"],"type":"object","properties":{"containers":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.security.containerEvidence"},"description":"The list of pod containers which are not init or ephemeral containers."},"controller":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.kubernetesControllerEvidence"},{"type":"object","nullable":true}],"description":"The pod controller."},"ephemeralContainers":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.security.containerEvidence"},"description":"The list of pod ephemeral containers."},"initContainers":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.security.containerEvidence"},"description":"The list of pod init containers."},"labels":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.dictionary"},{"type":"object","nullable":true}],"description":"The pod labels."},"name":{"type":"string","description":"The pod name.","nullable":true},"namespace":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.kubernetesNamespaceEvidence"},{"type":"object","nullable":true}],"description":"The pod namespace."},"podIp":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.ipEvidence"},{"type":"object","nullable":true}],"description":"The pod IP."},"serviceAccount":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.kubernetesServiceAccountEvidence"},{"type":"object","nullable":true}],"description":"The pod service account."},"@odata.type":{"type":"string","default":"#microsoft.graph.security.kubernetesPodEvidence"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.kubernetesPodEvidence"},"microsoft.graph.security.kubernetesSecretEvidence":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.alertEvidence"},{"title":"kubernetesSecretEvidence","required":["@odata.type"],"type":"object","properties":{"name":{"type":"string","description":"The secret name.","nullable":true},"namespace":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.kubernetesNamespaceEvidence"},{"type":"object","nullable":true}],"description":"The secret namespace."},"secretType":{"type":"string","description":"The secret type can include both built-in types and custom ones. Examples of built-in types are: Opaque, kubernetes.io/service-account-token, kubernetes.io/dockercfg, kubernetes.io/dockerconfigjson, kubernetes.io/basic-auth, kubernetes.io/ssh-auth, kubernetes.io/tls, bootstrap.kubernetes.io/token.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.security.kubernetesSecretEvidence"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.kubernetesSecretEvidence"},"microsoft.graph.security.kubernetesServiceAccountEvidence":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.alertEvidence"},{"title":"kubernetesServiceAccountEvidence","required":["@odata.type"],"type":"object","properties":{"name":{"type":"string","description":"The service account name.","nullable":true},"namespace":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.kubernetesNamespaceEvidence"},{"type":"object","nullable":true}],"description":"The service account namespace."},"@odata.type":{"type":"string","default":"#microsoft.graph.security.kubernetesServiceAccountEvidence"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.kubernetesServiceAccountEvidence"},"microsoft.graph.security.kubernetesServiceEvidence":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.alertEvidence"},{"title":"kubernetesServiceEvidence","required":["@odata.type"],"type":"object","properties":{"clusterIP":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.ipEvidence"},{"type":"object","nullable":true}],"description":"The service cluster IP."},"externalIPs":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.security.ipEvidence"},"description":"The service external IPs."},"labels":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.dictionary"},{"type":"object","nullable":true}],"description":"The service labels."},"name":{"type":"string","description":"The service name.","nullable":true},"namespace":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.kubernetesNamespaceEvidence"},{"type":"object","nullable":true}],"description":"The service namespace."},"selector":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.dictionary"},{"type":"object","nullable":true}],"description":"The service selector."},"servicePorts":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.security.kubernetesServicePort"},"description":"The list of service ports."},"serviceType":{"$ref":"#/components/schemas/microsoft.graph.security.kubernetesServiceType"},"@odata.type":{"type":"string","default":"#microsoft.graph.security.kubernetesServiceEvidence"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.kubernetesServiceEvidence"},"microsoft.graph.security.mailboxConfigurationEvidence":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.alertEvidence"},{"title":"mailboxConfigurationEvidence","required":["@odata.type"],"type":"object","properties":{"configurationId":{"type":"string","description":"The unique identifier of the mailbox configuration.","nullable":true},"configurationType":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.mailboxConfigurationType"},{"type":"object","nullable":true}],"description":"The type of mailbox configuration. The possible values are: mailForwardingRule, owaSettings, ewsSettings, mailDelegation, userInboxRule, unknownFutureValue."},"displayName":{"type":"string","description":"The display name of the mailbox.","nullable":true},"externalDirectoryObjectId":{"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","description":"The external directory object identifier of the mailbox.","format":"uuid","nullable":true},"mailboxPrimaryAddress":{"type":"string","description":"The primary email address of the mailbox.","nullable":true},"upn":{"type":"string","description":"The user principal name (UPN) of the mailbox.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.security.mailboxConfigurationEvidence"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.mailboxConfigurationEvidence"},"microsoft.graph.security.mailboxEvidence":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.alertEvidence"},{"title":"mailboxEvidence","required":["@odata.type"],"type":"object","properties":{"displayName":{"type":"string","description":"The name associated with the mailbox.","nullable":true},"primaryAddress":{"type":"string","description":"The primary email address of the mailbox.","nullable":true},"upn":{"type":"string","description":"The user principal name of the mailbox.","nullable":true},"userAccount":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.userAccount"},{"type":"object","nullable":true}],"description":"The user account of the mailbox."},"@odata.type":{"type":"string","default":"#microsoft.graph.security.mailboxEvidence"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.mailboxEvidence"},"microsoft.graph.security.mailClusterEvidence":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.alertEvidence"},{"title":"mailClusterEvidence","required":["@odata.type"],"type":"object","properties":{"clusterBy":{"type":"string","description":"The clustering logic of the emails inside the cluster.","nullable":true},"clusterByValue":{"type":"string","description":"The value utilized to cluster the similar emails.","nullable":true},"emailCount":{"type":"number","description":"Count of emails in the email cluster.","format":"int64","nullable":true},"networkMessageIds":{"type":"array","items":{"type":"string","nullable":true},"description":"Unique identifiers for the emails in the cluster, generated by Microsoft 365."},"query":{"type":"string","description":"The query used to identify the email cluster.","nullable":true},"urn":{"type":"string","description":"Uniform resource name (URN) of the automated investigation where the cluster was identified.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.security.mailClusterEvidence"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.mailClusterEvidence"},"microsoft.graph.security.malwareEvidence":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.alertEvidence"},{"title":"malwareEvidence","required":["@odata.type"],"type":"object","properties":{"category":{"type":"string","description":"The malware category by the vendor, for example, Trojan.","nullable":true},"files":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.security.fileEvidence"},"description":"A list of the linked file entities on which the malware was found. Can contain the file entities inline or as reference. For more information, see fileEvidence."},"name":{"type":"string","description":"The malware name by the vendor, for example, Win32/Toga.","nullable":true},"processes":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.security.processEvidence"},"description":"A list of the linked process entities on which the malware was found. Use this property, for example, when the alert was triggered on fileless activity. For more information, see processEvidence."},"@odata.type":{"type":"string","default":"#microsoft.graph.security.malwareEvidence"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.malwareEvidence"},"microsoft.graph.security.networkConnectionEvidence":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.alertEvidence"},{"title":"networkConnectionEvidence","required":["@odata.type"],"type":"object","properties":{"destinationAddress":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.ipEvidence"},{"type":"object","nullable":true}],"description":"An entity of type IP that is the destination for this connection."},"destinationPort":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The destination port number. For example, 80.","format":"int32","nullable":true},"protocol":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.protocolType"},{"type":"object","nullable":true}],"description":"The protocol type. Possible values are tcp, udp, unknownFutureValue."},"sourceAddress":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.ipEvidence"},{"type":"object","nullable":true}],"description":"An entity of type IP that is the source for this connection."},"sourcePort":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The source port number. For example, 80.","format":"int32","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.security.networkConnectionEvidence"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.networkConnectionEvidence"},"microsoft.graph.security.nicEvidence":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.alertEvidence"},{"title":"nicEvidence","required":["@odata.type"],"type":"object","properties":{"ipAddress":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.ipEvidence"},{"type":"object","nullable":true}],"description":"The current IP address of the NIC."},"macAddress":{"type":"string","description":"The MAC address of the NIC.","nullable":true},"vlans":{"type":"array","items":{"type":"string","nullable":true},"description":"The current virtual local area networks of the NIC."},"@odata.type":{"type":"string","default":"#microsoft.graph.security.nicEvidence"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.nicEvidence"},"microsoft.graph.security.oauthApplicationEvidence":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.alertEvidence"},{"title":"oauthApplicationEvidence","required":["@odata.type"],"type":"object","properties":{"appId":{"type":"string","description":"Unique identifier of the application.","nullable":true},"displayName":{"type":"string","description":"Name of the application.","nullable":true},"objectId":{"type":"string","description":"The unique identifier of the application object in Azure AD.","nullable":true},"publisher":{"type":"string","description":"The name of the application publisher.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.security.oauthApplicationEvidence"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.oauthApplicationEvidence"},"microsoft.graph.security.processEvidence":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.alertEvidence"},{"title":"processEvidence","required":["@odata.type"],"type":"object","properties":{"detectionStatus":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.detectionStatus"},{"type":"object","nullable":true}],"description":"The status of the detection.The possible values are: detected, blocked, prevented, unknownFutureValue."},"imageFile":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.fileDetails"},{"type":"object","nullable":true}],"description":"Image file details."},"mdeDeviceId":{"type":"string","description":"A unique identifier assigned to a device by Microsoft Defender for Endpoint.","nullable":true},"parentProcessCreationDateTime":{"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":"Date and time when the parent of the process was created. 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 is 2014-01-01T00:00:00Z.","format":"date-time","nullable":true},"parentProcessId":{"type":"number","description":"Process ID (PID) of the parent process that spawned the process.","format":"int64","nullable":true},"parentProcessImageFile":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.fileDetails"},{"type":"object","nullable":true}],"description":"Parent process image file details."},"processCommandLine":{"type":"string","description":"Command line used to create the new process.","nullable":true},"processCreationDateTime":{"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":"Date and time when the process was created. 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 is 2014-01-01T00:00:00Z.","format":"date-time","nullable":true},"processId":{"type":"number","description":"Process ID (PID) of the newly created process.","format":"int64","nullable":true},"userAccount":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.userAccount"},{"type":"object","nullable":true}],"description":"User details of the user that ran the process."},"@odata.type":{"type":"string","default":"#microsoft.graph.security.processEvidence"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.processEvidence"},"microsoft.graph.security.registryKeyEvidence":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.alertEvidence"},{"title":"registryKeyEvidence","required":["@odata.type"],"type":"object","properties":{"registryHive":{"type":"string","description":"Registry hive of the key that the recorded action was applied to.","nullable":true},"registryKey":{"type":"string","description":"Registry key that the recorded action was applied to.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.security.registryKeyEvidence"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.registryKeyEvidence"},"microsoft.graph.security.registryValueEvidence":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.alertEvidence"},{"title":"registryValueEvidence","required":["@odata.type"],"type":"object","properties":{"mdeDeviceId":{"type":"string","description":"A unique identifier assigned to a device by Microsoft Defender for Endpoint.","nullable":true},"registryHive":{"type":"string","description":"Registry hive of the key that the recorded action was applied to.","nullable":true},"registryKey":{"type":"string","description":"Registry key that the recorded action was applied to.","nullable":true},"registryValue":{"type":"string","description":"Data of the registry value that the recorded action was applied to.","nullable":true},"registryValueName":{"type":"string","description":"Name of the registry value that the recorded action was applied to.","nullable":true},"registryValueType":{"type":"string","description":"Data type, such as binary or string, of the registry value that the recorded action was applied to.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.security.registryValueEvidence"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.registryValueEvidence"},"microsoft.graph.security.sasTokenEvidence":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.alertEvidence"},{"title":"sasTokenEvidence","required":["@odata.type"],"type":"object","properties":{"allowedIpAddresses":{"type":"string","description":"All IP addresses accessible with this SAS. The default value is Allows all IP addresses.","nullable":true},"allowedResourceTypes":{"type":"array","items":{"type":"string","nullable":true},"description":"All resource types accessible with this SAS."},"allowedServices":{"type":"array","items":{"type":"string","nullable":true},"description":"All services accessible with this SAS."},"expiryDateTime":{"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 SAS expiration time. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2024 is 2024-01-01T00:00:00Z.","format":"date-time","nullable":true},"permissions":{"type":"array","items":{"type":"string","nullable":true},"description":"All permissions granted to this SAS."},"protocol":{"type":"string","description":"The protocol that is allowed with this SAS.","nullable":true},"signatureHash":{"type":"string","description":"The SAS signature hash, which is a unique identifier for each SAS.","nullable":true},"signedWith":{"type":"string","description":"The storage key that was used to generate the SAS.","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 SAS activation time. This property can be null. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2024 is 2024-01-01T00:00:00Z.","format":"date-time","nullable":true},"storageResource":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.azureResourceEvidence"},{"type":"object","nullable":true}],"description":"A link to the storage resource for this SAS."},"@odata.type":{"type":"string","default":"#microsoft.graph.security.sasTokenEvidence"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.sasTokenEvidence"},"microsoft.graph.security.securityGroupEvidence":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.alertEvidence"},{"title":"securityGroupEvidence","required":["@odata.type"],"type":"object","properties":{"activeDirectoryObjectGuid":{"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","description":"The unique group identifier assigned by the on-premises Active Directory.","format":"uuid","nullable":true},"displayName":{"type":"string","description":"The name of the security group.","nullable":true},"distinguishedName":{"type":"string","description":"The distinguished name of the security group.","nullable":true},"friendlyName":{"type":"string","description":"The friendly name of the security group.","nullable":true},"securityGroupId":{"type":"string","description":"Unique identifier of the security group.","nullable":true},"sid":{"type":"string","description":"The security identifier of the group.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.security.securityGroupEvidence"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.securityGroupEvidence"},"microsoft.graph.security.servicePrincipalEvidence":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.alertEvidence"},{"title":"servicePrincipalEvidence","required":["@odata.type"],"type":"object","properties":{"appId":{"type":"string","description":"The unique identifier for the associated application, represented by its appId property.","nullable":true},"appOwnerTenantId":{"type":"string","description":"The tenant ID where the application is registered.","nullable":true},"servicePrincipalName":{"type":"string","description":"The display name for the service principal.","nullable":true},"servicePrincipalObjectId":{"type":"string","description":"The unique identifier for the service principal.","nullable":true},"servicePrincipalType":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.servicePrincipalType"},{"type":"object","nullable":true}],"description":"The service principal type. Possible values are: unknown, application, managedIdentity, legacy, unknownFutureValue."},"tenantId":{"type":"string","description":"The Microsoft Entra tenant ID of the service principal.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.security.servicePrincipalEvidence"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.servicePrincipalEvidence"},"microsoft.graph.security.submissionMailEvidence":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.alertEvidence"},{"title":"submissionMailEvidence","required":["@odata.type"],"type":"object","properties":{"networkMessageId":{"type":"string","description":"The network message ID of the email to which the submission belongs.","nullable":true},"recipient":{"type":"string","description":"The recipient of the email.","nullable":true},"reportType":{"type":"string","description":"The submission type for the specified instance that maps to Junk, Phish, Malware, or NotJunk.","nullable":true},"sender":{"type":"string","description":"The sender of the email.","nullable":true},"senderIp":{"type":"string","description":"The sender's IP.","nullable":true},"subject":{"type":"string","description":"The subject of the submission mail.","nullable":true},"submissionDateTime":{"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 reported date and time of this submission. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2024 is 2024-01-01T00:00:00Z.","format":"date-time","nullable":true},"submissionId":{"type":"string","description":"The submission ID.","nullable":true},"submitter":{"type":"string","description":"The submitter's email address.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.security.submissionMailEvidence"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.submissionMailEvidence"},"microsoft.graph.security.teamsMessageEvidence":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.alertEvidence"},{"title":"teamsMessageEvidence","required":["@odata.type"],"type":"object","properties":{"campaignId":{"type":"string","description":"The identifier of the campaign that this Teams message is part of.","nullable":true},"channelId":{"type":"string","description":"The channel ID associated with this Teams message.","nullable":true},"deliveryAction":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.teamsMessageDeliveryAction"},{"type":"object","nullable":true}],"description":"The delivery action of this Teams message. The possible values are: unknown, deliveredAsSpam, delivered, blocked, replaced, unknownFutureValue."},"deliveryLocation":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.teamsDeliveryLocation"},{"type":"object","nullable":true}],"description":"The delivery location of this Teams message. The possible values are: unknown, teams, quarantine, failed, unknownFutureValue."},"files":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.security.fileEvidence"},"description":"The list of file entities that are attached to this Teams message."},"groupId":{"type":"string","description":"The identifier of the team or group that this message is part of.","nullable":true},"isExternal":{"type":"boolean","description":"Indicates whether the message is owned by the organization that reported the security detection alert.","nullable":true},"isOwned":{"type":"boolean","description":"Indicates whether the message is owned by your organization.","nullable":true},"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":"Date and time when the message was last edited. 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","nullable":true},"messageDirection":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.antispamTeamsDirection"},{"type":"object","nullable":true}],"description":"The direction of the Teams message. The possible values are: unknown, inbound, outbound, intraorg, unknownFutureValue."},"messageId":{"type":"string","description":"Message identifier unique within the thread.","nullable":true},"owningTenantId":{"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","description":"Tenant ID (GUID) of the owner of the message.","format":"uuid","nullable":true},"parentMessageId":{"type":"string","description":"Identifier of the message to which the current message is a reply; otherwise, it's the same as the messageId.","nullable":true},"receivedDateTime":{"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 received date of this message. 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","nullable":true},"recipients":{"type":"array","items":{"type":"string","nullable":true},"description":"The recipients of this Teams message."},"senderFromAddress":{"type":"string","description":"The SMTP format address of the sender.","nullable":true},"senderIP":{"type":"string","description":"The IP address of the sender.","nullable":true},"sourceAppName":{"type":"string","description":"Source of the message; for example, desktop and mobile.","nullable":true},"sourceId":{"type":"string","description":"The source ID of this Teams message.","nullable":true},"subject":{"type":"string","description":"The subject of this Teams message.","nullable":true},"suspiciousRecipients":{"type":"array","items":{"type":"string","nullable":true},"description":"The list of recipients who were detected as suspicious."},"threadId":{"type":"string","description":"Identifier of the channel or chat that this message is part of.","nullable":true},"threadType":{"type":"string","description":"The Teams message type. Supported values are: Chat, Topic, Space, and Meeting.","nullable":true},"urls":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.security.urlEvidence"},"description":"The URLs contained in this Teams message."},"@odata.type":{"type":"string","default":"#microsoft.graph.security.teamsMessageEvidence"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.teamsMessageEvidence"},"microsoft.graph.security.urlEvidence":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.alertEvidence"},{"title":"urlEvidence","required":["@odata.type"],"type":"object","properties":{"url":{"type":"string","description":"The Unique Resource Locator (URL).","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.security.urlEvidence"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.urlEvidence"},"microsoft.graph.security.userEvidence":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.alertEvidence"},{"title":"userEvidence","required":["@odata.type"],"type":"object","properties":{"stream":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.stream"},{"type":"object","nullable":true}]},"userAccount":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.userAccount"},{"type":"object","nullable":true}],"description":"The user account details."},"@odata.type":{"type":"string","default":"#microsoft.graph.security.userEvidence"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.userEvidence"},"microsoft.graph.security.detonationDetails":{"title":"detonationDetails","required":["@odata.type"],"type":"object","properties":{"analysisDateTime":{"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 of detonation.","format":"date-time","nullable":true},"compromiseIndicators":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.security.compromiseIndicator"},"description":"Represents indicators and its associated verdict that suggests whether an email is compromised."},"detonationBehaviourDetails":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.detonationBehaviourDetails"},{"type":"object","nullable":true}],"description":"Shows the exact events that took place during detonation, and problematic or benign observations that contain URLs, IPs, domains, and files that were found during detonation. This property is deprecated and still stop returning data in March 2026. Use the detonationBehaviourDetailsV2 property instead."},"detonationBehaviourDetailsV2":{"type":"string","description":"Shows the exact events that took place during detonation, and problematic or benign observations that contain URLs, IPs, domains, and files that were found during detonation in a JSON format.","nullable":true},"detonationChain":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.detonationChain"},{"type":"object","nullable":true}],"description":"The chain of detonation."},"detonationObservables":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.detonationObservables"},{"type":"object","nullable":true}],"description":"All observables in the detonation tree."},"detonationScreenshotUri":{"type":"string","description":"Show any screenshots that were captured during detonation. No screenshots are captured if the URL opens into a link that directly downloads a file. However, you see the downloaded file in the detonation chain.","nullable":true},"detonationVerdict":{"type":"string","description":"The verdict of the detonation.","nullable":true},"detonationVerdictReason":{"type":"string","description":"The reason for the verdict of the detonation.","nullable":true},"entityMetadata":{"type":"string","description":"Additional metadata about the entity in JSON format.","nullable":true},"mitreTechniques":{"type":"string","description":"The attack techniques, as aligned with the MITRE ATT&CK framework.","nullable":true},"staticAnalysis":{"type":"string","description":"The results of static analysis performed on the file or URL.","nullable":true},"submissionSource":{"type":"string","description":"The source of the submission.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.security.deliveryAction":{"title":"deliveryAction","enum":["unknown","deliveredToJunk","delivered","blocked","replaced","unknownFutureValue"],"type":"string"},"microsoft.graph.security.deliveryLocation":{"title":"deliveryLocation","enum":["unknown","inbox_folder","junkFolder","deletedFolder","quarantine","onprem_external","failed","dropped","others","unknownFutureValue"],"type":"string"},"microsoft.graph.security.eventSource":{"title":"eventSource","enum":["system","admin","user","unknownFutureValue"],"type":"string"},"microsoft.graph.security.timelineEventType":{"title":"timelineEventType","enum":["originalDelivery","systemTimeTravel","dynamicDelivery","userUrlClick","reprocessed","zap","quarantineRelease","air","unknown","unknownFutureValue"],"type":"string"},"microsoft.graph.security.contentFormat":{"title":"contentFormat","enum":["text","html","markdown","unknownFutureValue"],"type":"string"},"microsoft.graph.security.auditRecordTypeDictionary":{"title":"auditRecordTypeDictionary","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}},"description":"A dictionary of name-value pairs for dynamic audit event properties."},"microsoft.graph.security.a365AiExecuteTool":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"a365AiExecuteTool","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.a365AiExecuteTool"}},"description":"Audit data for A365 AI Execute Tool events."}],"x-ms-discriminator-value":"#microsoft.graph.security.a365AiExecuteTool"},"microsoft.graph.security.a365AiInferenceCall":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"a365AiInferenceCall","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.a365AiInferenceCall"}},"description":"Audit data for A365 AI Inference Call events."}],"x-ms-discriminator-value":"#microsoft.graph.security.a365AiInferenceCall"},"microsoft.graph.security.a365AiInvokeAgent":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"a365AiInvokeAgent","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.a365AiInvokeAgent"}},"description":"Audit data for A365 AI Invoke Agent events."}],"x-ms-discriminator-value":"#microsoft.graph.security.a365AiInvokeAgent"},"microsoft.graph.security.a365AiRunSummary":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"a365AiRunSummary","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.a365AiRunSummary"}},"description":"Audit data for A365 AI Run Summary events."}],"x-ms-discriminator-value":"#microsoft.graph.security.a365AiRunSummary"},"microsoft.graph.security.a365SpanOutputs":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"a365SpanOutputs","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.a365SpanOutputs"}},"description":"Audit data for A365 Span Outputs events."}],"x-ms-discriminator-value":"#microsoft.graph.security.a365SpanOutputs"},"microsoft.graph.security.aadRiskDetectionAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"aadRiskDetectionAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.aadRiskDetectionAuditRecord"}},"description":"Audit data for AAD Risk Detection events."}],"x-ms-discriminator-value":"#microsoft.graph.security.aadRiskDetectionAuditRecord"},"microsoft.graph.security.aedAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"aedAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.aedAuditRecord"}},"description":"Audit data for Advanced eDiscovery events."}],"x-ms-discriminator-value":"#microsoft.graph.security.aedAuditRecord"},"microsoft.graph.security.agentAdminActivityRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"agentAdminActivityRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.agentAdminActivityRecord"}},"description":"Audit data for Agent Admin Activity events."}],"x-ms-discriminator-value":"#microsoft.graph.security.agentAdminActivityRecord"},"microsoft.graph.security.agentSettingAdminActivity":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"agentSettingAdminActivity","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.agentSettingAdminActivity"}},"description":"Audit data for Agent Setting Admin Activity events."}],"x-ms-discriminator-value":"#microsoft.graph.security.agentSettingAdminActivity"},"microsoft.graph.security.aiAppInteractionAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"aiAppInteractionAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.aiAppInteractionAuditRecord"}},"description":"Audit data for AI App Interaction events."}],"x-ms-discriminator-value":"#microsoft.graph.security.aiAppInteractionAuditRecord"},"microsoft.graph.security.aiExecuteToolAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"aiExecuteToolAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.aiExecuteToolAuditRecord"}},"description":"Audit data for AI Execute Tool events."}],"x-ms-discriminator-value":"#microsoft.graph.security.aiExecuteToolAuditRecord"},"microsoft.graph.security.aiInteractionsChangeNotificationAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"aiInteractionsChangeNotificationAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.aiInteractionsChangeNotificationAuditRecord"}},"description":"Audit data for AI Interactions Change Notification events."}],"x-ms-discriminator-value":"#microsoft.graph.security.aiInteractionsChangeNotificationAuditRecord"},"microsoft.graph.security.aiInteractionsExportAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"aiInteractionsExportAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.aiInteractionsExportAuditRecord"}},"description":"Audit data for AI Interactions Export events."}],"x-ms-discriminator-value":"#microsoft.graph.security.aiInteractionsExportAuditRecord"},"microsoft.graph.security.aiInteractionsSubscriptionAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"aiInteractionsSubscriptionAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.aiInteractionsSubscriptionAuditRecord"}},"description":"Audit data for AI Interactions Subscription events."}],"x-ms-discriminator-value":"#microsoft.graph.security.aiInteractionsSubscriptionAuditRecord"},"microsoft.graph.security.aiInvokeAgentAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"aiInvokeAgentAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.aiInvokeAgentAuditRecord"}},"description":"Audit data for AI Invoke Agent events."}],"x-ms-discriminator-value":"#microsoft.graph.security.aiInvokeAgentAuditRecord"},"microsoft.graph.security.aipDiscover":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"aipDiscover","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.aipDiscover"}},"description":"Audit data for AIP Discover events."}],"x-ms-discriminator-value":"#microsoft.graph.security.aipDiscover"},"microsoft.graph.security.aipFileDeleted":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"aipFileDeleted","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.aipFileDeleted"}},"description":"Audit data for AIP File Deleted events."}],"x-ms-discriminator-value":"#microsoft.graph.security.aipFileDeleted"},"microsoft.graph.security.aipHeartBeat":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"aipHeartBeat","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.aipHeartBeat"}},"description":"Audit data for AIP Heart Beat events."}],"x-ms-discriminator-value":"#microsoft.graph.security.aipHeartBeat"},"microsoft.graph.security.aipProtectionActionLogRequest":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"aipProtectionActionLogRequest","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.aipProtectionActionLogRequest"}},"description":"Audit data for AIP Protection Action log request events."}],"x-ms-discriminator-value":"#microsoft.graph.security.aipProtectionActionLogRequest"},"microsoft.graph.security.aipScannerDiscoverEvent":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"aipScannerDiscoverEvent","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.aipScannerDiscoverEvent"}},"description":"Audit data for AIP Scanner Discover Event events."}],"x-ms-discriminator-value":"#microsoft.graph.security.aipScannerDiscoverEvent"},"microsoft.graph.security.aipSensitivityLabelActionLogRequest":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"aipSensitivityLabelActionLogRequest","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.aipSensitivityLabelActionLogRequest"}},"description":"Audit data for AIP Sensitivity Label Action log request events."}],"x-ms-discriminator-value":"#microsoft.graph.security.aipSensitivityLabelActionLogRequest"},"microsoft.graph.security.airAdminActionInvestigationData":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"airAdminActionInvestigationData","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.airAdminActionInvestigationData"}},"description":"Audit data for AIR Admin Action Investigation events."}],"x-ms-discriminator-value":"#microsoft.graph.security.airAdminActionInvestigationData"},"microsoft.graph.security.airInvestigationData":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"airInvestigationData","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.airInvestigationData"}},"description":"Audit data for AIR Investigation events."}],"x-ms-discriminator-value":"#microsoft.graph.security.airInvestigationData"},"microsoft.graph.security.airManualInvestigationData":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"airManualInvestigationData","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.airManualInvestigationData"}},"description":"Audit data for AIR Manual Investigation events."}],"x-ms-discriminator-value":"#microsoft.graph.security.airManualInvestigationData"},"microsoft.graph.security.aISpanOutputsAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"aISpanOutputsAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.aISpanOutputsAuditRecord"}},"description":"Audit data for AI Span Outputs events."}],"x-ms-discriminator-value":"#microsoft.graph.security.aISpanOutputsAuditRecord"},"microsoft.graph.security.alertSubmissionAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"alertSubmissionAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.alertSubmissionAuditRecord"}},"description":"Audit data for Alert Submission events."}],"x-ms-discriminator-value":"#microsoft.graph.security.alertSubmissionAuditRecord"},"microsoft.graph.security.alertSubmissionResultDetailAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"alertSubmissionResultDetailAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.alertSubmissionResultDetailAuditRecord"}},"description":"Audit data for Alert Submission Result Detail events."}],"x-ms-discriminator-value":"#microsoft.graph.security.alertSubmissionResultDetailAuditRecord"},"microsoft.graph.security.attackSimAdminAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"attackSimAdminAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.attackSimAdminAuditRecord"}},"description":"Audit data for Attack Sim Admin events."}],"x-ms-discriminator-value":"#microsoft.graph.security.attackSimAdminAuditRecord"},"microsoft.graph.security.attackSimAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"attackSimAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.attackSimAuditRecord"}},"description":"Audit data for Attack Sim events."}],"x-ms-discriminator-value":"#microsoft.graph.security.attackSimAuditRecord"},"microsoft.graph.security.auditConfigAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"auditConfigAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.auditConfigAuditRecord"}},"description":"Audit data for Audit Config events."}],"x-ms-discriminator-value":"#microsoft.graph.security.auditConfigAuditRecord"},"microsoft.graph.security.auditSearchAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"auditSearchAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.auditSearchAuditRecord"}},"description":"Audit data for Audit Search events."}],"x-ms-discriminator-value":"#microsoft.graph.security.auditSearchAuditRecord"},"microsoft.graph.security.azfwApplicationRuleAggregationEventRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"azfwApplicationRuleAggregationEventRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.azfwApplicationRuleAggregationEventRecord"}},"description":"Audit data for Azfw Application Rule Aggregation Event events."}],"x-ms-discriminator-value":"#microsoft.graph.security.azfwApplicationRuleAggregationEventRecord"},"microsoft.graph.security.azfwDnsQueryEventRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"azfwDnsQueryEventRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.azfwDnsQueryEventRecord"}},"description":"Audit data for Azfw Dns Query Event events."}],"x-ms-discriminator-value":"#microsoft.graph.security.azfwDnsQueryEventRecord"},"microsoft.graph.security.azfwNetworkRuleEventRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"azfwNetworkRuleEventRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.azfwNetworkRuleEventRecord"}},"description":"Audit data for Azfw Network Rule Event events."}],"x-ms-discriminator-value":"#microsoft.graph.security.azfwNetworkRuleEventRecord"},"microsoft.graph.security.azureActiveDirectoryAccountLogonAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"azureActiveDirectoryAccountLogonAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.azureActiveDirectoryAccountLogonAuditRecord"}},"description":"Audit data for Azure Active Directory Account Logon events."}],"x-ms-discriminator-value":"#microsoft.graph.security.azureActiveDirectoryAccountLogonAuditRecord"},"microsoft.graph.security.azureActiveDirectoryAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"azureActiveDirectoryAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.azureActiveDirectoryAuditRecord"}},"description":"Audit data for Azure Active Directory events."}],"x-ms-discriminator-value":"#microsoft.graph.security.azureActiveDirectoryAuditRecord"},"microsoft.graph.security.azureActiveDirectoryStsLogonAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"azureActiveDirectoryStsLogonAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.azureActiveDirectoryStsLogonAuditRecord"}},"description":"Audit data for Azure Active Directory STS Logon events."}],"x-ms-discriminator-value":"#microsoft.graph.security.azureActiveDirectoryStsLogonAuditRecord"},"microsoft.graph.security.azureAISearchAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"azureAISearchAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.azureAISearchAuditRecord"}},"description":"Audit data for Azure AI Search Audit events."}],"x-ms-discriminator-value":"#microsoft.graph.security.azureAISearchAuditRecord"},"microsoft.graph.security.campaignAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"campaignAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.campaignAuditRecord"}},"description":"Audit data for threat campaign events."}],"x-ms-discriminator-value":"#microsoft.graph.security.campaignAuditRecord"},"microsoft.graph.security.ccraiPolicyViolationRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"ccraiPolicyViolationRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.ccraiPolicyViolationRecord"}},"description":"Audit data for CCRAI Policy Violation events."}],"x-ms-discriminator-value":"#microsoft.graph.security.ccraiPolicyViolationRecord"},"microsoft.graph.security.cdpClassifierHealthRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"cdpClassifierHealthRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.cdpClassifierHealthRecord"}},"description":"Audit data for CDP Classifier Health events."}],"x-ms-discriminator-value":"#microsoft.graph.security.cdpClassifierHealthRecord"},"microsoft.graph.security.cdpColdCrawlStatusRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"cdpColdCrawlStatusRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.cdpColdCrawlStatusRecord"}},"description":"Audit data for CDP Cold Crawl Status events."}],"x-ms-discriminator-value":"#microsoft.graph.security.cdpColdCrawlStatusRecord"},"microsoft.graph.security.cdpConsumptionResourceRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"cdpConsumptionResourceRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.cdpConsumptionResourceRecord"}},"description":"Audit data for CDP Consumption Resource events."}],"x-ms-discriminator-value":"#microsoft.graph.security.cdpConsumptionResourceRecord"},"microsoft.graph.security.cdpContentExplorerAggregateRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"cdpContentExplorerAggregateRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.cdpContentExplorerAggregateRecord"}},"description":"Audit data for CDP Content Explorer Aggregate events."}],"x-ms-discriminator-value":"#microsoft.graph.security.cdpContentExplorerAggregateRecord"},"microsoft.graph.security.cdpdlmaiInteractionInsightsRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"cdpdlmaiInteractionInsightsRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.cdpdlmaiInteractionInsightsRecord"}},"description":"Audit data for Cdpdlmai Interaction Insights events."}],"x-ms-discriminator-value":"#microsoft.graph.security.cdpdlmaiInteractionInsightsRecord"},"microsoft.graph.security.cdpDlpSensitiveEndpointAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"cdpDlpSensitiveEndpointAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.cdpDlpSensitiveEndpointAuditRecord"}},"description":"Audit data for CDP DLP Sensitive Endpoint events."}],"x-ms-discriminator-value":"#microsoft.graph.security.cdpDlpSensitiveEndpointAuditRecord"},"microsoft.graph.security.cdpLogRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"cdpLogRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.cdpLogRecord"}},"description":"Audit data for CDP Log events."}],"x-ms-discriminator-value":"#microsoft.graph.security.cdpLogRecord"},"microsoft.graph.security.cdpOcrBillingRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"cdpOcrBillingRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.cdpOcrBillingRecord"}},"description":"Audit data for CDP OCR Billing events."}],"x-ms-discriminator-value":"#microsoft.graph.security.cdpOcrBillingRecord"},"microsoft.graph.security.cdpResourceScopeChangeEventRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"cdpResourceScopeChangeEventRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.cdpResourceScopeChangeEventRecord"}},"description":"Audit data for CDP Resource Scope Change Event events."}],"x-ms-discriminator-value":"#microsoft.graph.security.cdpResourceScopeChangeEventRecord"},"microsoft.graph.security.cloudUpdateDeviceConfigAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"cloudUpdateDeviceConfigAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.cloudUpdateDeviceConfigAuditRecord"}},"description":"Audit data for Cloud Update Device Config events."}],"x-ms-discriminator-value":"#microsoft.graph.security.cloudUpdateDeviceConfigAuditRecord"},"microsoft.graph.security.cloudUpdateProfileConfigAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"cloudUpdateProfileConfigAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.cloudUpdateProfileConfigAuditRecord"}},"description":"Audit data for Cloud Update Profile Config events."}],"x-ms-discriminator-value":"#microsoft.graph.security.cloudUpdateProfileConfigAuditRecord"},"microsoft.graph.security.cloudUpdateTenantConfigAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"cloudUpdateTenantConfigAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.cloudUpdateTenantConfigAuditRecord"}},"description":"Audit data for Cloud Update Tenant Config events."}],"x-ms-discriminator-value":"#microsoft.graph.security.cloudUpdateTenantConfigAuditRecord"},"microsoft.graph.security.complianceConnectorAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"complianceConnectorAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.complianceConnectorAuditRecord"}},"description":"Audit data for Compliance Connector events."}],"x-ms-discriminator-value":"#microsoft.graph.security.complianceConnectorAuditRecord"},"microsoft.graph.security.complianceDLMExchangeAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"complianceDLMExchangeAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.complianceDLMExchangeAuditRecord"}},"description":"Audit data for Compliance DLM Exchange events."}],"x-ms-discriminator-value":"#microsoft.graph.security.complianceDLMExchangeAuditRecord"},"microsoft.graph.security.complianceDLMSharePointAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"complianceDLMSharePointAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.complianceDLMSharePointAuditRecord"}},"description":"Audit data for Compliance DLM SharePoint events."}],"x-ms-discriminator-value":"#microsoft.graph.security.complianceDLMSharePointAuditRecord"},"microsoft.graph.security.complianceDLPApplicationsAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"complianceDLPApplicationsAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.complianceDLPApplicationsAuditRecord"}},"description":"Audit data for Compliance DLP Applications events."}],"x-ms-discriminator-value":"#microsoft.graph.security.complianceDLPApplicationsAuditRecord"},"microsoft.graph.security.complianceDLPApplicationsClassificationAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"complianceDLPApplicationsClassificationAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.complianceDLPApplicationsClassificationAuditRecord"}},"description":"Audit data for Compliance DLP Applications Classification events."}],"x-ms-discriminator-value":"#microsoft.graph.security.complianceDLPApplicationsClassificationAuditRecord"},"microsoft.graph.security.complianceDLPEndpointAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"complianceDLPEndpointAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.complianceDLPEndpointAuditRecord"}},"description":"Audit data for Compliance DLP Endpoint events."}],"x-ms-discriminator-value":"#microsoft.graph.security.complianceDLPEndpointAuditRecord"},"microsoft.graph.security.complianceDLPEndpointDiscoveryAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"complianceDLPEndpointDiscoveryAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.complianceDLPEndpointDiscoveryAuditRecord"}},"description":"Audit data for Compliance DLP Endpoint Discovery events."}],"x-ms-discriminator-value":"#microsoft.graph.security.complianceDLPEndpointDiscoveryAuditRecord"},"microsoft.graph.security.complianceDLPEnforcementAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"complianceDLPEnforcementAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.complianceDLPEnforcementAuditRecord"}},"description":"Audit data for Compliance DLP Enforcement events."}],"x-ms-discriminator-value":"#microsoft.graph.security.complianceDLPEnforcementAuditRecord"},"microsoft.graph.security.complianceDLPExchangeAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"complianceDLPExchangeAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.complianceDLPExchangeAuditRecord"}},"description":"Audit data for Compliance DLP Exchange events."}],"x-ms-discriminator-value":"#microsoft.graph.security.complianceDLPExchangeAuditRecord"},"microsoft.graph.security.complianceDLPExchangeClassificationAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"complianceDLPExchangeClassificationAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.complianceDLPExchangeClassificationAuditRecord"}},"description":"Audit data for Compliance DLP Exchange Classification events."}],"x-ms-discriminator-value":"#microsoft.graph.security.complianceDLPExchangeClassificationAuditRecord"},"microsoft.graph.security.complianceDLPExchangeClassificationCdpRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"complianceDLPExchangeClassificationCdpRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.complianceDLPExchangeClassificationCdpRecord"}},"description":"Audit data for Compliance DLP Exchange Classification CDP events."}],"x-ms-discriminator-value":"#microsoft.graph.security.complianceDLPExchangeClassificationCdpRecord"},"microsoft.graph.security.complianceDLPExchangeDiscoveryAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"complianceDLPExchangeDiscoveryAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.complianceDLPExchangeDiscoveryAuditRecord"}},"description":"Audit data for Compliance DLP Exchange Discovery events."}],"x-ms-discriminator-value":"#microsoft.graph.security.complianceDLPExchangeDiscoveryAuditRecord"},"microsoft.graph.security.complianceDLPSharePointAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"complianceDLPSharePointAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.complianceDLPSharePointAuditRecord"}},"description":"Audit data for Compliance DLP SharePoint events."}],"x-ms-discriminator-value":"#microsoft.graph.security.complianceDLPSharePointAuditRecord"},"microsoft.graph.security.complianceDLPSharePointClassificationAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"complianceDLPSharePointClassificationAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.complianceDLPSharePointClassificationAuditRecord"}},"description":"Audit data for Compliance DLP SharePoint Classification events."}],"x-ms-discriminator-value":"#microsoft.graph.security.complianceDLPSharePointClassificationAuditRecord"},"microsoft.graph.security.complianceDLPSharePointClassificationCdpRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"complianceDLPSharePointClassificationCdpRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.complianceDLPSharePointClassificationCdpRecord"}},"description":"Audit data for Compliance DLP SharePoint Classification CDP events."}],"x-ms-discriminator-value":"#microsoft.graph.security.complianceDLPSharePointClassificationCdpRecord"},"microsoft.graph.security.complianceDLPSharePointClassificationExtendedAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"complianceDLPSharePointClassificationExtendedAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.complianceDLPSharePointClassificationExtendedAuditRecord"}},"description":"Audit data for Compliance DLP SharePoint Classification Extended events."}],"x-ms-discriminator-value":"#microsoft.graph.security.complianceDLPSharePointClassificationExtendedAuditRecord"},"microsoft.graph.security.complianceExchangeOcrAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"complianceExchangeOcrAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.complianceExchangeOcrAuditRecord"}},"description":"Audit data for Compliance Exchange OCR events."}],"x-ms-discriminator-value":"#microsoft.graph.security.complianceExchangeOcrAuditRecord"},"microsoft.graph.security.complianceManagerActionRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"complianceManagerActionRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.complianceManagerActionRecord"}},"description":"Audit data for Compliance Manager Action events."}],"x-ms-discriminator-value":"#microsoft.graph.security.complianceManagerActionRecord"},"microsoft.graph.security.compliancePolicyGradingSharePointAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"compliancePolicyGradingSharePointAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.compliancePolicyGradingSharePointAuditRecord"}},"description":"Audit data for Compliance Policy Grading SharePoint events."}],"x-ms-discriminator-value":"#microsoft.graph.security.compliancePolicyGradingSharePointAuditRecord"},"microsoft.graph.security.complianceSettingsChangeAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"complianceSettingsChangeAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.complianceSettingsChangeAuditRecord"}},"description":"Audit data for Compliance Settings Change events."}],"x-ms-discriminator-value":"#microsoft.graph.security.complianceSettingsChangeAuditRecord"},"microsoft.graph.security.complianceSitGradingSharePointAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"complianceSitGradingSharePointAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.complianceSitGradingSharePointAuditRecord"}},"description":"Audit data for Compliance SIT Grading SharePoint events."}],"x-ms-discriminator-value":"#microsoft.graph.security.complianceSitGradingSharePointAuditRecord"},"microsoft.graph.security.complianceSupervisionExchangeAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"complianceSupervisionExchangeAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.complianceSupervisionExchangeAuditRecord"}},"description":"Audit data for Compliance Supervision Exchange events."}],"x-ms-discriminator-value":"#microsoft.graph.security.complianceSupervisionExchangeAuditRecord"},"microsoft.graph.security.connectedAIAppInteractionAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"connectedAIAppInteractionAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.connectedAIAppInteractionAuditRecord"}},"description":"Audit data for Connected AI App Interaction events."}],"x-ms-discriminator-value":"#microsoft.graph.security.connectedAIAppInteractionAuditRecord"},"microsoft.graph.security.consumptionResourceAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"consumptionResourceAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.consumptionResourceAuditRecord"}},"description":"Audit data for Consumption Resource events."}],"x-ms-discriminator-value":"#microsoft.graph.security.consumptionResourceAuditRecord"},"microsoft.graph.security.contentStoreMetadataRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"contentStoreMetadataRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.contentStoreMetadataRecord"}},"description":"Audit data for Content Store Meta events."}],"x-ms-discriminator-value":"#microsoft.graph.security.contentStoreMetadataRecord"},"microsoft.graph.security.copilotAgentManagementAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"copilotAgentManagementAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.copilotAgentManagementAuditRecord"}},"description":"Audit data for Copilot Agent Management events."}],"x-ms-discriminator-value":"#microsoft.graph.security.copilotAgentManagementAuditRecord"},"microsoft.graph.security.copilotForSecurityLoggingAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"copilotForSecurityLoggingAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.copilotForSecurityLoggingAuditRecord"}},"description":"Audit data for Copilot for Security Logging events."}],"x-ms-discriminator-value":"#microsoft.graph.security.copilotForSecurityLoggingAuditRecord"},"microsoft.graph.security.copilotForSecurityTriggerAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"copilotForSecurityTriggerAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.copilotForSecurityTriggerAuditRecord"}},"description":"Audit data for Copilot for Security Trigger events."}],"x-ms-discriminator-value":"#microsoft.graph.security.copilotForSecurityTriggerAuditRecord"},"microsoft.graph.security.copilotInteractionAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"copilotInteractionAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.copilotInteractionAuditRecord"}},"description":"Audit data for Copilot Interaction events."}],"x-ms-discriminator-value":"#microsoft.graph.security.copilotInteractionAuditRecord"},"microsoft.graph.security.copilotPluginSettingAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"copilotPluginSettingAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.copilotPluginSettingAuditRecord"}},"description":"Audit data for Copilot Plugin Setting events."}],"x-ms-discriminator-value":"#microsoft.graph.security.copilotPluginSettingAuditRecord"},"microsoft.graph.security.copilotPromptBookSettingAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"copilotPromptBookSettingAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.copilotPromptBookSettingAuditRecord"}},"description":"Audit data for Copilot Prompt Book Setting events."}],"x-ms-discriminator-value":"#microsoft.graph.security.copilotPromptBookSettingAuditRecord"},"microsoft.graph.security.copilotSessionSharingAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"copilotSessionSharingAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.copilotSessionSharingAuditRecord"}},"description":"Audit data for Copilot Session Sharing events."}],"x-ms-discriminator-value":"#microsoft.graph.security.copilotSessionSharingAuditRecord"},"microsoft.graph.security.copilotSettingAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"copilotSettingAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.copilotSettingAuditRecord"}},"description":"Audit data for Copilot Setting events."}],"x-ms-discriminator-value":"#microsoft.graph.security.copilotSettingAuditRecord"},"microsoft.graph.security.copilotWorkspaceSettingAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"copilotWorkspaceSettingAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.copilotWorkspaceSettingAuditRecord"}},"description":"Audit data for Copilot Workspace Setting events."}],"x-ms-discriminator-value":"#microsoft.graph.security.copilotWorkspaceSettingAuditRecord"},"microsoft.graph.security.coreReportingSettingsAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"coreReportingSettingsAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.coreReportingSettingsAuditRecord"}},"description":"Audit data for Core Reporting Settings events."}],"x-ms-discriminator-value":"#microsoft.graph.security.coreReportingSettingsAuditRecord"},"microsoft.graph.security.cortanaBriefingAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"cortanaBriefingAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.cortanaBriefingAuditRecord"}},"description":"Audit data for Cortana Briefing events."}],"x-ms-discriminator-value":"#microsoft.graph.security.cortanaBriefingAuditRecord"},"microsoft.graph.security.criticalAssetManagementClassificationRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"criticalAssetManagementClassificationRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.criticalAssetManagementClassificationRecord"}},"description":"Audit data for Critical Asset Management Classification events."}],"x-ms-discriminator-value":"#microsoft.graph.security.criticalAssetManagementClassificationRecord"},"microsoft.graph.security.crmEntityOperationAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"crmEntityOperationAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.crmEntityOperationAuditRecord"}},"description":"Audit data for CRM Entity Operation events."}],"x-ms-discriminator-value":"#microsoft.graph.security.crmEntityOperationAuditRecord"},"microsoft.graph.security.crossTenantAccessPolicyAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"crossTenantAccessPolicyAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.crossTenantAccessPolicyAuditRecord"}},"description":"Audit data for Cross Tenant Access Policy events."}],"x-ms-discriminator-value":"#microsoft.graph.security.crossTenantAccessPolicyAuditRecord"},"microsoft.graph.security.customerKeyServiceEncryptionAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"customerKeyServiceEncryptionAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.customerKeyServiceEncryptionAuditRecord"}},"description":"Audit data for Customer Key Service Encryption events."}],"x-ms-discriminator-value":"#microsoft.graph.security.customerKeyServiceEncryptionAuditRecord"},"microsoft.graph.security.dataCenterSecurityCmdletAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"dataCenterSecurityCmdletAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.dataCenterSecurityCmdletAuditRecord"}},"description":"Audit data for Data Center Security cmdlet events."}],"x-ms-discriminator-value":"#microsoft.graph.security.dataCenterSecurityCmdletAuditRecord"},"microsoft.graph.security.dataGovernanceAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"dataGovernanceAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.dataGovernanceAuditRecord"}},"description":"Audit data for Data Governance events."}],"x-ms-discriminator-value":"#microsoft.graph.security.dataGovernanceAuditRecord"},"microsoft.graph.security.dataInsightsRestApiAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"dataInsightsRestApiAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.dataInsightsRestApiAuditRecord"}},"description":"Audit data for Data Insights Rest Api events."}],"x-ms-discriminator-value":"#microsoft.graph.security.dataInsightsRestApiAuditRecord"},"microsoft.graph.security.dataLakeExportOperationAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"dataLakeExportOperationAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.dataLakeExportOperationAuditRecord"}},"description":"Audit data for Data Lake Export Operation events."}],"x-ms-discriminator-value":"#microsoft.graph.security.dataLakeExportOperationAuditRecord"},"microsoft.graph.security.dataSecurityInvestigationAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"dataSecurityInvestigationAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.dataSecurityInvestigationAuditRecord"}},"description":"Audit data for Data Security Investigation events."}],"x-ms-discriminator-value":"#microsoft.graph.security.dataSecurityInvestigationAuditRecord"},"microsoft.graph.security.dataShareOperationAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"dataShareOperationAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.dataShareOperationAuditRecord"}},"description":"Audit data for Data Share Operation events."}],"x-ms-discriminator-value":"#microsoft.graph.security.dataShareOperationAuditRecord"},"microsoft.graph.security.defaultAuditData":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"defaultAuditData","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.defaultAuditData"}},"description":"Default open-type audit data when no specific subtype applies."}],"x-ms-discriminator-value":"#microsoft.graph.security.defaultAuditData"},"microsoft.graph.security.defenderCaseManagementAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"defenderCaseManagementAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.defenderCaseManagementAuditRecord"}},"description":"Audit data for Defender Case Management events."}],"x-ms-discriminator-value":"#microsoft.graph.security.defenderCaseManagementAuditRecord"},"microsoft.graph.security.defenderPreviewFeaturesRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"defenderPreviewFeaturesRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.defenderPreviewFeaturesRecord"}},"description":"Audit data for Defender Preview Features events."}],"x-ms-discriminator-value":"#microsoft.graph.security.defenderPreviewFeaturesRecord"},"microsoft.graph.security.defenderSecurityForAIConfigurationAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"defenderSecurityForAIConfigurationAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.defenderSecurityForAIConfigurationAuditRecord"}},"description":"Audit data for Defender Security for AI Configuration events."}],"x-ms-discriminator-value":"#microsoft.graph.security.defenderSecurityForAIConfigurationAuditRecord"},"microsoft.graph.security.deployFeatureActivityRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"deployFeatureActivityRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.deployFeatureActivityRecord"}},"description":"Audit data for Deploy Feature Activity events."}],"x-ms-discriminator-value":"#microsoft.graph.security.deployFeatureActivityRecord"},"microsoft.graph.security.deviceDiscoverySettingsAuthenticatedScansRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"deviceDiscoverySettingsAuthenticatedScansRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.deviceDiscoverySettingsAuthenticatedScansRecord"}},"description":"Audit data for Device Discovery Settings Authenticated Scans events."}],"x-ms-discriminator-value":"#microsoft.graph.security.deviceDiscoverySettingsAuthenticatedScansRecord"},"microsoft.graph.security.deviceDiscoverySettingsExclusionRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"deviceDiscoverySettingsExclusionRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.deviceDiscoverySettingsExclusionRecord"}},"description":"Audit data for Device Discovery Settings Exclusion events."}],"x-ms-discriminator-value":"#microsoft.graph.security.deviceDiscoverySettingsExclusionRecord"},"microsoft.graph.security.deviceDiscoverySettingsRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"deviceDiscoverySettingsRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.deviceDiscoverySettingsRecord"}},"description":"Audit data for Device Discovery Settings events."}],"x-ms-discriminator-value":"#microsoft.graph.security.deviceDiscoverySettingsRecord"},"microsoft.graph.security.discoveryAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"discoveryAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.discoveryAuditRecord"}},"description":"Audit data for eDiscovery events."}],"x-ms-discriminator-value":"#microsoft.graph.security.discoveryAuditRecord"},"microsoft.graph.security.dlpEndpointAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"dlpEndpointAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.dlpEndpointAuditRecord"}},"description":"Audit data for DLP Endpoint events."}],"x-ms-discriminator-value":"#microsoft.graph.security.dlpEndpointAuditRecord"},"microsoft.graph.security.dlpImportResultAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"dlpImportResultAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.dlpImportResultAuditRecord"}},"description":"Audit data for DLP Import Result events."}],"x-ms-discriminator-value":"#microsoft.graph.security.dlpImportResultAuditRecord"},"microsoft.graph.security.dlpSensitiveInformationTypeRulePackageCmdletRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"dlpSensitiveInformationTypeRulePackageCmdletRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.dlpSensitiveInformationTypeRulePackageCmdletRecord"}},"description":"Audit data for DLP Sensitive Information Type Rule Package cmdlet events."}],"x-ms-discriminator-value":"#microsoft.graph.security.dlpSensitiveInformationTypeRulePackageCmdletRecord"},"microsoft.graph.security.dragonCopilotAccessRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"dragonCopilotAccessRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.dragonCopilotAccessRecord"}},"description":"Audit data for Dragon Copilot Access events."}],"x-ms-discriminator-value":"#microsoft.graph.security.dragonCopilotAccessRecord"},"microsoft.graph.security.dragonCopilotAdminRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"dragonCopilotAdminRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.dragonCopilotAdminRecord"}},"description":"Audit data for Dragon Copilot Admin events."}],"x-ms-discriminator-value":"#microsoft.graph.security.dragonCopilotAdminRecord"},"microsoft.graph.security.dragonCopilotClinicalDataRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"dragonCopilotClinicalDataRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.dragonCopilotClinicalDataRecord"}},"description":"Audit data for Dragon Copilot Clinical Data events."}],"x-ms-discriminator-value":"#microsoft.graph.security.dragonCopilotClinicalDataRecord"},"microsoft.graph.security.dragonCopilotSessionRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"dragonCopilotSessionRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.dragonCopilotSessionRecord"}},"description":"Audit data for Dragon Copilot Session events."}],"x-ms-discriminator-value":"#microsoft.graph.security.dragonCopilotSessionRecord"},"microsoft.graph.security.dynamics365BusinessCentralAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"dynamics365BusinessCentralAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.dynamics365BusinessCentralAuditRecord"}},"description":"Audit data for Dynamics365 Business Central events."}],"x-ms-discriminator-value":"#microsoft.graph.security.dynamics365BusinessCentralAuditRecord"},"microsoft.graph.security.ehrConnectorAuditBaseRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"ehrConnectorAuditBaseRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.ehrConnectorAuditBaseRecord"}},"description":"Audit data for EHR Connector events."}],"x-ms-discriminator-value":"#microsoft.graph.security.ehrConnectorAuditBaseRecord"},"microsoft.graph.security.eopSubmissionFeedEntityAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"eopSubmissionFeedEntityAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.eopSubmissionFeedEntityAuditRecord"}},"description":"Audit data for EOP Submission Feed Entity events."}],"x-ms-discriminator-value":"#microsoft.graph.security.eopSubmissionFeedEntityAuditRecord"},"microsoft.graph.security.exchangeAdminAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"exchangeAdminAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.exchangeAdminAuditRecord"}},"description":"Audit data for Exchange Admin events."}],"x-ms-discriminator-value":"#microsoft.graph.security.exchangeAdminAuditRecord"},"microsoft.graph.security.exchangeAggregatedMailboxAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"exchangeAggregatedMailboxAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.exchangeAggregatedMailboxAuditRecord"}},"description":"Audit data for Exchange Aggregated Mailbox events."}],"x-ms-discriminator-value":"#microsoft.graph.security.exchangeAggregatedMailboxAuditRecord"},"microsoft.graph.security.exchangeAggregatedOperationRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"exchangeAggregatedOperationRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.exchangeAggregatedOperationRecord"}},"description":"Audit data for Exchange Aggregated Operation events."}],"x-ms-discriminator-value":"#microsoft.graph.security.exchangeAggregatedOperationRecord"},"microsoft.graph.security.exchangeMailboxAuditGroupRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"exchangeMailboxAuditGroupRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.exchangeMailboxAuditGroupRecord"}},"description":"Audit data for Exchange Mailbox Audit Group events."}],"x-ms-discriminator-value":"#microsoft.graph.security.exchangeMailboxAuditGroupRecord"},"microsoft.graph.security.exchangeMailboxAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"exchangeMailboxAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.exchangeMailboxAuditRecord"}},"description":"Audit data for Exchange Mailbox events."}],"x-ms-discriminator-value":"#microsoft.graph.security.exchangeMailboxAuditRecord"},"microsoft.graph.security.fabricAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"fabricAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.fabricAuditRecord"}},"description":"Audit data for Microsoft Fabric events."}],"x-ms-discriminator-value":"#microsoft.graph.security.fabricAuditRecord"},"microsoft.graph.security.fabricPolicyRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"fabricPolicyRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.fabricPolicyRecord"}},"description":"Audit data for Fabric Policy events."}],"x-ms-discriminator-value":"#microsoft.graph.security.fabricPolicyRecord"},"microsoft.graph.security.healthcareSignalRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"healthcareSignalRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.healthcareSignalRecord"}},"description":"Audit data for Healthcare Signal events."}],"x-ms-discriminator-value":"#microsoft.graph.security.healthcareSignalRecord"},"microsoft.graph.security.hostedRpaAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"hostedRpaAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.hostedRpaAuditRecord"}},"description":"Audit data for Hosted RPA events."}],"x-ms-discriminator-value":"#microsoft.graph.security.hostedRpaAuditRecord"},"microsoft.graph.security.hrSignalAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"hrSignalAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.hrSignalAuditRecord"}},"description":"Audit data for HR Signal events."}],"x-ms-discriminator-value":"#microsoft.graph.security.hrSignalAuditRecord"},"microsoft.graph.security.hygieneEventRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"hygieneEventRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.hygieneEventRecord"}},"description":"Audit data for Hygiene Event events."}],"x-ms-discriminator-value":"#microsoft.graph.security.hygieneEventRecord"},"microsoft.graph.security.informationBarrierPolicyApplicationAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"informationBarrierPolicyApplicationAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.informationBarrierPolicyApplicationAuditRecord"}},"description":"Audit data for Information Barrier Policy Application events."}],"x-ms-discriminator-value":"#microsoft.graph.security.informationBarrierPolicyApplicationAuditRecord"},"microsoft.graph.security.informationWorkerProtectionAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"informationWorkerProtectionAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.informationWorkerProtectionAuditRecord"}},"description":"Audit data for Information Worker Protection events."}],"x-ms-discriminator-value":"#microsoft.graph.security.informationWorkerProtectionAuditRecord"},"microsoft.graph.security.insiderRiskScopedUserInsightsRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"insiderRiskScopedUserInsightsRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.insiderRiskScopedUserInsightsRecord"}},"description":"Audit data for Insider Risk Scoped User Insights events."}],"x-ms-discriminator-value":"#microsoft.graph.security.insiderRiskScopedUserInsightsRecord"},"microsoft.graph.security.insiderRiskScopedUsersRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"insiderRiskScopedUsersRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.insiderRiskScopedUsersRecord"}},"description":"Audit data for Insider Risk Scoped Users events."}],"x-ms-discriminator-value":"#microsoft.graph.security.insiderRiskScopedUsersRecord"},"microsoft.graph.security.integratedAppsAppAdminActivityAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"integratedAppsAppAdminActivityAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.integratedAppsAppAdminActivityAuditRecord"}},"description":"Audit data for Integrated Apps App Admin Activity events."}],"x-ms-discriminator-value":"#microsoft.graph.security.integratedAppsAppAdminActivityAuditRecord"},"microsoft.graph.security.integratedAppsAppSettingsAdminActivityAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"integratedAppsAppSettingsAdminActivityAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.integratedAppsAppSettingsAdminActivityAuditRecord"}},"description":"Audit data for Integrated Apps App Settings Admin Activity events."}],"x-ms-discriminator-value":"#microsoft.graph.security.integratedAppsAppSettingsAdminActivityAuditRecord"},"microsoft.graph.security.irmActivityAuditTrailRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"irmActivityAuditTrailRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.irmActivityAuditTrailRecord"}},"description":"Audit data for IRM Activity Audit Trail events."}],"x-ms-discriminator-value":"#microsoft.graph.security.irmActivityAuditTrailRecord"},"microsoft.graph.security.irmUserDefinedDetectionRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"irmUserDefinedDetectionRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.irmUserDefinedDetectionRecord"}},"description":"Audit data for IRM User Defined Detection events."}],"x-ms-discriminator-value":"#microsoft.graph.security.irmUserDefinedDetectionRecord"},"microsoft.graph.security.kaizalaAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"kaizalaAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.kaizalaAuditRecord"}},"description":"Audit data for Microsoft Kaizala events."}],"x-ms-discriminator-value":"#microsoft.graph.security.kaizalaAuditRecord"},"microsoft.graph.security.labelAnalyticsAggregateAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"labelAnalyticsAggregateAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.labelAnalyticsAggregateAuditRecord"}},"description":"Audit data for Label Analytics Aggregate events."}],"x-ms-discriminator-value":"#microsoft.graph.security.labelAnalyticsAggregateAuditRecord"},"microsoft.graph.security.labelContentExplorerAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"labelContentExplorerAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.labelContentExplorerAuditRecord"}},"description":"Audit data for Label Content Explorer events."}],"x-ms-discriminator-value":"#microsoft.graph.security.labelContentExplorerAuditRecord"},"microsoft.graph.security.largeContentMetadataAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"largeContentMetadataAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.largeContentMetadataAuditRecord"}},"description":"Audit data for Large Content Meta events."}],"x-ms-discriminator-value":"#microsoft.graph.security.largeContentMetadataAuditRecord"},"microsoft.graph.security.m365ComplianceConnectorAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"m365ComplianceConnectorAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.m365ComplianceConnectorAuditRecord"}},"description":"Audit data for M365 Compliance Connector events."}],"x-ms-discriminator-value":"#microsoft.graph.security.m365ComplianceConnectorAuditRecord"},"microsoft.graph.security.m365daadAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"m365daadAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.m365daadAuditRecord"}},"description":"Audit data for M365daad events."}],"x-ms-discriminator-value":"#microsoft.graph.security.m365daadAuditRecord"},"microsoft.graph.security.m365odspAssetMetadataRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"m365odspAssetMetadataRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.m365odspAssetMetadataRecord"}},"description":"Audit data for M365odsp Asset Meta events."}],"x-ms-discriminator-value":"#microsoft.graph.security.m365odspAssetMetadataRecord"},"microsoft.graph.security.m365SearchSectionsRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"m365SearchSectionsRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.m365SearchSectionsRecord"}},"description":"Audit data for M365 Search Sections events."}],"x-ms-discriminator-value":"#microsoft.graph.security.m365SearchSectionsRecord"},"microsoft.graph.security.mailSubmissionData":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"mailSubmissionData","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.mailSubmissionData"}},"description":"Audit data for Mail Submission events."}],"x-ms-discriminator-value":"#microsoft.graph.security.mailSubmissionData"},"microsoft.graph.security.managedServicesAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"managedServicesAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.managedServicesAuditRecord"}},"description":"Audit data for Managed Services events."}],"x-ms-discriminator-value":"#microsoft.graph.security.managedServicesAuditRecord"},"microsoft.graph.security.managedTenantsAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"managedTenantsAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.managedTenantsAuditRecord"}},"description":"Audit data for Managed Tenants events."}],"x-ms-discriminator-value":"#microsoft.graph.security.managedTenantsAuditRecord"},"microsoft.graph.security.mapgAlertsAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"mapgAlertsAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.mapgAlertsAuditRecord"}},"description":"Audit data for MAPG Alerts events."}],"x-ms-discriminator-value":"#microsoft.graph.security.mapgAlertsAuditRecord"},"microsoft.graph.security.mapgOnboardAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"mapgOnboardAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.mapgOnboardAuditRecord"}},"description":"Audit data for MAPG Onboard events."}],"x-ms-discriminator-value":"#microsoft.graph.security.mapgOnboardAuditRecord"},"microsoft.graph.security.mapgPolicyAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"mapgPolicyAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.mapgPolicyAuditRecord"}},"description":"Audit data for MAPG Policy events."}],"x-ms-discriminator-value":"#microsoft.graph.security.mapgPolicyAuditRecord"},"microsoft.graph.security.mapgRemediationAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"mapgRemediationAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.mapgRemediationAuditRecord"}},"description":"Audit data for MAPG Remediation events."}],"x-ms-discriminator-value":"#microsoft.graph.security.mapgRemediationAuditRecord"},"microsoft.graph.security.mcasAlertsAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"mcasAlertsAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.mcasAlertsAuditRecord"}},"description":"Audit data for MCAS Alerts events."}],"x-ms-discriminator-value":"#microsoft.graph.security.mcasAlertsAuditRecord"},"microsoft.graph.security.mdaAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"mdaAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.mdaAuditRecord"}},"description":"Audit data for MDA events."}],"x-ms-discriminator-value":"#microsoft.graph.security.mdaAuditRecord"},"microsoft.graph.security.mdaDataSecuritySignalRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"mdaDataSecuritySignalRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.mdaDataSecuritySignalRecord"}},"description":"Audit data for MDA Data Security Signal events."}],"x-ms-discriminator-value":"#microsoft.graph.security.mdaDataSecuritySignalRecord"},"microsoft.graph.security.mDASHAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"mDASHAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.mDASHAuditRecord"}},"description":"Audit data for MDASH events."}],"x-ms-discriminator-value":"#microsoft.graph.security.mDASHAuditRecord"},"microsoft.graph.security.mdatpAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"mdatpAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.mdatpAuditRecord"}},"description":"Audit data for MDATP events."}],"x-ms-discriminator-value":"#microsoft.graph.security.mdatpAuditRecord"},"microsoft.graph.security.mdcEventsRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"mdcEventsRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.mdcEventsRecord"}},"description":"Audit data for MDC Events events."}],"x-ms-discriminator-value":"#microsoft.graph.security.mdcEventsRecord"},"microsoft.graph.security.mdiAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"mdiAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.mdiAuditRecord"}},"description":"Audit data for MDI events."}],"x-ms-discriminator-value":"#microsoft.graph.security.mdiAuditRecord"},"microsoft.graph.security.meshWorldsAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"meshWorldsAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.meshWorldsAuditRecord"}},"description":"Audit data for Mesh Worlds events."}],"x-ms-discriminator-value":"#microsoft.graph.security.meshWorldsAuditRecord"},"microsoft.graph.security.microsoft365BackupBackupItemAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"microsoft365BackupBackupItemAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.microsoft365BackupBackupItemAuditRecord"}},"description":"Audit data for Microsoft365 Backup Backup Item events."}],"x-ms-discriminator-value":"#microsoft.graph.security.microsoft365BackupBackupItemAuditRecord"},"microsoft.graph.security.microsoft365BackupBackupPolicyAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"microsoft365BackupBackupPolicyAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.microsoft365BackupBackupPolicyAuditRecord"}},"description":"Audit data for Microsoft365 Backup Backup Policy events."}],"x-ms-discriminator-value":"#microsoft.graph.security.microsoft365BackupBackupPolicyAuditRecord"},"microsoft.graph.security.microsoft365BackupGranularBrowseTaskAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"microsoft365BackupGranularBrowseTaskAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.microsoft365BackupGranularBrowseTaskAuditRecord"}},"description":"Audit data for Microsoft365 Backup Granular Browse Task events."}],"x-ms-discriminator-value":"#microsoft.graph.security.microsoft365BackupGranularBrowseTaskAuditRecord"},"microsoft.graph.security.microsoft365BackupRestoreItemAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"microsoft365BackupRestoreItemAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.microsoft365BackupRestoreItemAuditRecord"}},"description":"Audit data for Microsoft365 Backup Restore Item events."}],"x-ms-discriminator-value":"#microsoft.graph.security.microsoft365BackupRestoreItemAuditRecord"},"microsoft.graph.security.microsoft365BackupRestoreTaskAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"microsoft365BackupRestoreTaskAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.microsoft365BackupRestoreTaskAuditRecord"}},"description":"Audit data for Microsoft365 Backup Restore Task events."}],"x-ms-discriminator-value":"#microsoft.graph.security.microsoft365BackupRestoreTaskAuditRecord"},"microsoft.graph.security.microsoft365CopilotScheduledPromptAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"microsoft365CopilotScheduledPromptAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.microsoft365CopilotScheduledPromptAuditRecord"}},"description":"Audit data for Microsoft365 Copilot Scheduled Prompt events."}],"x-ms-discriminator-value":"#microsoft.graph.security.microsoft365CopilotScheduledPromptAuditRecord"},"microsoft.graph.security.microsoftDefenderExpertsXDRAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"microsoftDefenderExpertsXDRAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.microsoftDefenderExpertsXDRAuditRecord"}},"description":"Audit data for Microsoft Defender Experts XDR events."}],"x-ms-discriminator-value":"#microsoft.graph.security.microsoftDefenderExpertsXDRAuditRecord"},"microsoft.graph.security.microsoftFlowAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"microsoftFlowAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.microsoftFlowAuditRecord"}},"description":"Audit data for Microsoft Flow events."}],"x-ms-discriminator-value":"#microsoft.graph.security.microsoftFlowAuditRecord"},"microsoft.graph.security.microsoftFormsAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"microsoftFormsAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.microsoftFormsAuditRecord"}},"description":"Audit data for Microsoft Forms events."}],"x-ms-discriminator-value":"#microsoft.graph.security.microsoftFormsAuditRecord"},"microsoft.graph.security.microsoftGraphDataConnectConsent":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"microsoftGraphDataConnectConsent","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.microsoftGraphDataConnectConsent"}},"description":"Audit data for Microsoft Graph Data Connect Consent events."}],"x-ms-discriminator-value":"#microsoft.graph.security.microsoftGraphDataConnectConsent"},"microsoft.graph.security.microsoftGraphDataConnectOperation":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"microsoftGraphDataConnectOperation","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.microsoftGraphDataConnectOperation"}},"description":"Audit data for Microsoft Graph Data Connect Operation events."}],"x-ms-discriminator-value":"#microsoft.graph.security.microsoftGraphDataConnectOperation"},"microsoft.graph.security.microsoftPurviewDataCatalogOperationRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"microsoftPurviewDataCatalogOperationRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.microsoftPurviewDataCatalogOperationRecord"}},"description":"Audit data for Microsoft Purview Data Catalog Operation events."}],"x-ms-discriminator-value":"#microsoft.graph.security.microsoftPurviewDataCatalogOperationRecord"},"microsoft.graph.security.microsoftPurviewDataMapOperationRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"microsoftPurviewDataMapOperationRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.microsoftPurviewDataMapOperationRecord"}},"description":"Audit data for Microsoft Purview Data Map Operation events."}],"x-ms-discriminator-value":"#microsoft.graph.security.microsoftPurviewDataMapOperationRecord"},"microsoft.graph.security.microsoftPurviewMetadataPolicyOperationRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"microsoftPurviewMetadataPolicyOperationRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.microsoftPurviewMetadataPolicyOperationRecord"}},"description":"Audit data for Microsoft Purview Metadata Policy Operation events."}],"x-ms-discriminator-value":"#microsoft.graph.security.microsoftPurviewMetadataPolicyOperationRecord"},"microsoft.graph.security.microsoftPurviewPolicyOperationRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"microsoftPurviewPolicyOperationRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.microsoftPurviewPolicyOperationRecord"}},"description":"Audit data for Microsoft Purview Policy Operation events."}],"x-ms-discriminator-value":"#microsoft.graph.security.microsoftPurviewPolicyOperationRecord"},"microsoft.graph.security.microsoftPurviewPrivacyAuditEvent":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"microsoftPurviewPrivacyAuditEvent","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.microsoftPurviewPrivacyAuditEvent"}},"description":"Audit data for Microsoft Purview Privacy Audit Event events."}],"x-ms-discriminator-value":"#microsoft.graph.security.microsoftPurviewPrivacyAuditEvent"},"microsoft.graph.security.microsoftPurviewUnifiedCatalogOperationRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"microsoftPurviewUnifiedCatalogOperationRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.microsoftPurviewUnifiedCatalogOperationRecord"}},"description":"Audit data for Microsoft Purview Unified Catalog Operation events."}],"x-ms-discriminator-value":"#microsoft.graph.security.microsoftPurviewUnifiedCatalogOperationRecord"},"microsoft.graph.security.microsoftStreamAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"microsoftStreamAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.microsoftStreamAuditRecord"}},"description":"Audit data for Microsoft Stream events."}],"x-ms-discriminator-value":"#microsoft.graph.security.microsoftStreamAuditRecord"},"microsoft.graph.security.microsoftTeamsAdminAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"microsoftTeamsAdminAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.microsoftTeamsAdminAuditRecord"}},"description":"Audit data for Microsoft Teams Admin events."}],"x-ms-discriminator-value":"#microsoft.graph.security.microsoftTeamsAdminAuditRecord"},"microsoft.graph.security.microsoftTeamsAnalyticsAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"microsoftTeamsAnalyticsAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.microsoftTeamsAnalyticsAuditRecord"}},"description":"Audit data for Microsoft Teams Analytics events."}],"x-ms-discriminator-value":"#microsoft.graph.security.microsoftTeamsAnalyticsAuditRecord"},"microsoft.graph.security.microsoftTeamsAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"microsoftTeamsAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.microsoftTeamsAuditRecord"}},"description":"Audit data for Microsoft Teams events."}],"x-ms-discriminator-value":"#microsoft.graph.security.microsoftTeamsAuditRecord"},"microsoft.graph.security.microsoftTeamsDeviceAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"microsoftTeamsDeviceAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.microsoftTeamsDeviceAuditRecord"}},"description":"Audit data for Microsoft Teams Device events."}],"x-ms-discriminator-value":"#microsoft.graph.security.microsoftTeamsDeviceAuditRecord"},"microsoft.graph.security.microsoftTeamsRetentionLabelActionAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"microsoftTeamsRetentionLabelActionAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.microsoftTeamsRetentionLabelActionAuditRecord"}},"description":"Audit data for Microsoft Teams Retention Label Action events."}],"x-ms-discriminator-value":"#microsoft.graph.security.microsoftTeamsRetentionLabelActionAuditRecord"},"microsoft.graph.security.microsoftTeamsSensitivityLabelActionAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"microsoftTeamsSensitivityLabelActionAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.microsoftTeamsSensitivityLabelActionAuditRecord"}},"description":"Audit data for Microsoft Teams Sensitivity Label Action events."}],"x-ms-discriminator-value":"#microsoft.graph.security.microsoftTeamsSensitivityLabelActionAuditRecord"},"microsoft.graph.security.microsoftTeamsShiftsAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"microsoftTeamsShiftsAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.microsoftTeamsShiftsAuditRecord"}},"description":"Audit data for Microsoft Teams Shifts events."}],"x-ms-discriminator-value":"#microsoft.graph.security.microsoftTeamsShiftsAuditRecord"},"microsoft.graph.security.microsoftTeamsUserConcernAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"microsoftTeamsUserConcernAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.microsoftTeamsUserConcernAuditRecord"}},"description":"Audit data for Microsoft Teams User Concern events."}],"x-ms-discriminator-value":"#microsoft.graph.security.microsoftTeamsUserConcernAuditRecord"},"microsoft.graph.security.mipAutoLabelExchangeItemAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"mipAutoLabelExchangeItemAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.mipAutoLabelExchangeItemAuditRecord"}},"description":"Audit data for MIP Auto Label Exchange Item events."}],"x-ms-discriminator-value":"#microsoft.graph.security.mipAutoLabelExchangeItemAuditRecord"},"microsoft.graph.security.mipAutoLabelProgressFeedbackAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"mipAutoLabelProgressFeedbackAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.mipAutoLabelProgressFeedbackAuditRecord"}},"description":"Audit data for MIP Auto Label Progress Feedback events."}],"x-ms-discriminator-value":"#microsoft.graph.security.mipAutoLabelProgressFeedbackAuditRecord"},"microsoft.graph.security.mipAutoLabelSharePointItemAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"mipAutoLabelSharePointItemAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.mipAutoLabelSharePointItemAuditRecord"}},"description":"Audit data for MIP Auto Label SharePoint Item events."}],"x-ms-discriminator-value":"#microsoft.graph.security.mipAutoLabelSharePointItemAuditRecord"},"microsoft.graph.security.mipAutoLabelSharePointPolicyLocationAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"mipAutoLabelSharePointPolicyLocationAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.mipAutoLabelSharePointPolicyLocationAuditRecord"}},"description":"Audit data for MIP Auto Label SharePoint Policy Location events."}],"x-ms-discriminator-value":"#microsoft.graph.security.mipAutoLabelSharePointPolicyLocationAuditRecord"},"microsoft.graph.security.mipAutoLabelSimulationSharePointCompletionRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"mipAutoLabelSimulationSharePointCompletionRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.mipAutoLabelSimulationSharePointCompletionRecord"}},"description":"Audit data for MIP Auto Label Simulation SharePoint Completion events."}],"x-ms-discriminator-value":"#microsoft.graph.security.mipAutoLabelSimulationSharePointCompletionRecord"},"microsoft.graph.security.mipAutoLabelSimulationSharePointProgressRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"mipAutoLabelSimulationSharePointProgressRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.mipAutoLabelSimulationSharePointProgressRecord"}},"description":"Audit data for MIP Auto Label Simulation SharePoint Progress events."}],"x-ms-discriminator-value":"#microsoft.graph.security.mipAutoLabelSimulationSharePointProgressRecord"},"microsoft.graph.security.mipAutoLabelSimulationStatisticsRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"mipAutoLabelSimulationStatisticsRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.mipAutoLabelSimulationStatisticsRecord"}},"description":"Audit data for MIP Auto Label Simulation Statistics events."}],"x-ms-discriminator-value":"#microsoft.graph.security.mipAutoLabelSimulationStatisticsRecord"},"microsoft.graph.security.mipExactDataMatchAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"mipExactDataMatchAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.mipExactDataMatchAuditRecord"}},"description":"Audit data for MIP Exact Data Match events."}],"x-ms-discriminator-value":"#microsoft.graph.security.mipExactDataMatchAuditRecord"},"microsoft.graph.security.mipLabelAnalyticsAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"mipLabelAnalyticsAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.mipLabelAnalyticsAuditRecord"}},"description":"Audit data for MIP Label Analytics events."}],"x-ms-discriminator-value":"#microsoft.graph.security.mipLabelAnalyticsAuditRecord"},"microsoft.graph.security.mipLabelAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"mipLabelAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.mipLabelAuditRecord"}},"description":"Audit data for MIP Label events."}],"x-ms-discriminator-value":"#microsoft.graph.security.mipLabelAuditRecord"},"microsoft.graph.security.mosAgentInfoRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"mosAgentInfoRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.mosAgentInfoRecord"}},"description":"Audit data for MOS Agent Info events."}],"x-ms-discriminator-value":"#microsoft.graph.security.mosAgentInfoRecord"},"microsoft.graph.security.mosAgentInfoRecordV2":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"mosAgentInfoRecordV2","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.mosAgentInfoRecordV2"}},"description":"Audit data for MOS Agent Info V2 events."}],"x-ms-discriminator-value":"#microsoft.graph.security.mosAgentInfoRecordV2"},"microsoft.graph.security.ms365dCustomDetectionAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"ms365dCustomDetectionAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.ms365dCustomDetectionAuditRecord"}},"description":"Audit data for MS365D Custom Detection events."}],"x-ms-discriminator-value":"#microsoft.graph.security.ms365dCustomDetectionAuditRecord"},"microsoft.graph.security.ms365dIncidentAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"ms365dIncidentAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.ms365dIncidentAuditRecord"}},"description":"Audit data for MS365D Incident events."}],"x-ms-discriminator-value":"#microsoft.graph.security.ms365dIncidentAuditRecord"},"microsoft.graph.security.ms365dSuppressionRuleAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"ms365dSuppressionRuleAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.ms365dSuppressionRuleAuditRecord"}},"description":"Audit data for MS365D Suppression Rule events."}],"x-ms-discriminator-value":"#microsoft.graph.security.ms365dSuppressionRuleAuditRecord"},"microsoft.graph.security.msdeCustomCollectionAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"msdeCustomCollectionAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.msdeCustomCollectionAuditRecord"}},"description":"Audit data for MSDE Custom Collection events."}],"x-ms-discriminator-value":"#microsoft.graph.security.msdeCustomCollectionAuditRecord"},"microsoft.graph.security.msdeGeneralSettingsAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"msdeGeneralSettingsAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.msdeGeneralSettingsAuditRecord"}},"description":"Audit data for MSDE General Settings events."}],"x-ms-discriminator-value":"#microsoft.graph.security.msdeGeneralSettingsAuditRecord"},"microsoft.graph.security.msdeIndicatorsSettingsAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"msdeIndicatorsSettingsAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.msdeIndicatorsSettingsAuditRecord"}},"description":"Audit data for MSDE Indicators Settings events."}],"x-ms-discriminator-value":"#microsoft.graph.security.msdeIndicatorsSettingsAuditRecord"},"microsoft.graph.security.msdeResponseActionsAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"msdeResponseActionsAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.msdeResponseActionsAuditRecord"}},"description":"Audit data for MSDE Response Actions events."}],"x-ms-discriminator-value":"#microsoft.graph.security.msdeResponseActionsAuditRecord"},"microsoft.graph.security.msdeRolesSettingsAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"msdeRolesSettingsAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.msdeRolesSettingsAuditRecord"}},"description":"Audit data for MSDE Roles Settings events."}],"x-ms-discriminator-value":"#microsoft.graph.security.msdeRolesSettingsAuditRecord"},"microsoft.graph.security.mspVectorSearchContentMetadataAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"mspVectorSearchContentMetadataAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.mspVectorSearchContentMetadataAuditRecord"}},"description":"Audit data for MSP Vector Search Content Metadata events."}],"x-ms-discriminator-value":"#microsoft.graph.security.mspVectorSearchContentMetadataAuditRecord"},"microsoft.graph.security.msticNationStateNotificationRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"msticNationStateNotificationRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.msticNationStateNotificationRecord"}},"description":"Audit data for MSTIC Nation State Notification events."}],"x-ms-discriminator-value":"#microsoft.graph.security.msticNationStateNotificationRecord"},"microsoft.graph.security.multiStageDispositionAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"multiStageDispositionAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.multiStageDispositionAuditRecord"}},"description":"Audit data for Multi Stage Disposition events."}],"x-ms-discriminator-value":"#microsoft.graph.security.multiStageDispositionAuditRecord"},"microsoft.graph.security.myAnalyticsSettingsAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"myAnalyticsSettingsAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.myAnalyticsSettingsAuditRecord"}},"description":"Audit data for My Analytics Settings events."}],"x-ms-discriminator-value":"#microsoft.graph.security.myAnalyticsSettingsAuditRecord"},"microsoft.graph.security.noisyAlertPolicyAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"noisyAlertPolicyAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.noisyAlertPolicyAuditRecord"}},"description":"Audit data for Noisy Alert Policy events."}],"x-ms-discriminator-value":"#microsoft.graph.security.noisyAlertPolicyAuditRecord"},"microsoft.graph.security.officeNativeAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"officeNativeAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.officeNativeAuditRecord"}},"description":"Audit data for Office Native events."}],"x-ms-discriminator-value":"#microsoft.graph.security.officeNativeAuditRecord"},"microsoft.graph.security.omePortalAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"omePortalAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.omePortalAuditRecord"}},"description":"Audit data for OME Portal events."}],"x-ms-discriminator-value":"#microsoft.graph.security.omePortalAuditRecord"},"microsoft.graph.security.onDemandSharePointClassificationAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"onDemandSharePointClassificationAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.onDemandSharePointClassificationAuditRecord"}},"description":"Audit data for On Demand SharePoint Classification events."}],"x-ms-discriminator-value":"#microsoft.graph.security.onDemandSharePointClassificationAuditRecord"},"microsoft.graph.security.oneDriveAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"oneDriveAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.oneDriveAuditRecord"}},"description":"Audit data for OneDrive events."}],"x-ms-discriminator-value":"#microsoft.graph.security.oneDriveAuditRecord"},"microsoft.graph.security.onPremisesFileShareScannerDLPAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"onPremisesFileShareScannerDLPAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.onPremisesFileShareScannerDLPAuditRecord"}},"description":"Audit data for On Premises File Share Scanner DLP events."}],"x-ms-discriminator-value":"#microsoft.graph.security.onPremisesFileShareScannerDLPAuditRecord"},"microsoft.graph.security.onPremisesSharePointScannerDLPAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"onPremisesSharePointScannerDLPAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.onPremisesSharePointScannerDLPAuditRecord"}},"description":"Audit data for On Premises SharePoint Scanner DLP events."}],"x-ms-discriminator-value":"#microsoft.graph.security.onPremisesSharePointScannerDLPAuditRecord"},"microsoft.graph.security.organizationalDataInM365AuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"organizationalDataInM365AuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.organizationalDataInM365AuditRecord"}},"description":"Audit data for Organizational Data In M365 events."}],"x-ms-discriminator-value":"#microsoft.graph.security.organizationalDataInM365AuditRecord"},"microsoft.graph.security.outlookCopilotAutomationAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"outlookCopilotAutomationAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.outlookCopilotAutomationAuditRecord"}},"description":"Audit data for Outlook Copilot Automation events."}],"x-ms-discriminator-value":"#microsoft.graph.security.outlookCopilotAutomationAuditRecord"},"microsoft.graph.security.owaGetAccessTokenForResourceAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"owaGetAccessTokenForResourceAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.owaGetAccessTokenForResourceAuditRecord"}},"description":"Audit data for OWA Get Access Token For Resource events."}],"x-ms-discriminator-value":"#microsoft.graph.security.owaGetAccessTokenForResourceAuditRecord"},"microsoft.graph.security.p4aiAssessmentCategoryRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"p4aiAssessmentCategoryRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.p4aiAssessmentCategoryRecord"}},"description":"Audit data for P4AI Assessment Category events."}],"x-ms-discriminator-value":"#microsoft.graph.security.p4aiAssessmentCategoryRecord"},"microsoft.graph.security.p4aiAssessmentFabricScannerRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"p4aiAssessmentFabricScannerRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.p4aiAssessmentFabricScannerRecord"}},"description":"Audit data for P4AI Assessment Fabric Scanner events."}],"x-ms-discriminator-value":"#microsoft.graph.security.p4aiAssessmentFabricScannerRecord"},"microsoft.graph.security.p4aiAssessmentLocationResultRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"p4aiAssessmentLocationResultRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.p4aiAssessmentLocationResultRecord"}},"description":"Audit data for P4AI Assessment Location Result events."}],"x-ms-discriminator-value":"#microsoft.graph.security.p4aiAssessmentLocationResultRecord"},"microsoft.graph.security.p4aiAssessmentRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"p4aiAssessmentRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.p4aiAssessmentRecord"}},"description":"Audit data for P4AI Assessment events."}],"x-ms-discriminator-value":"#microsoft.graph.security.p4aiAssessmentRecord"},"microsoft.graph.security.p4AIRiskScoreRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"p4AIRiskScoreRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.p4AIRiskScoreRecord"}},"description":"Audit data for P4 AI Risk Score events."}],"x-ms-discriminator-value":"#microsoft.graph.security.p4AIRiskScoreRecord"},"microsoft.graph.security.peopleAdminSettingsAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"peopleAdminSettingsAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.peopleAdminSettingsAuditRecord"}},"description":"Audit data for People Admin Settings events."}],"x-ms-discriminator-value":"#microsoft.graph.security.peopleAdminSettingsAuditRecord"},"microsoft.graph.security.physicalBadgingSignalAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"physicalBadgingSignalAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.physicalBadgingSignalAuditRecord"}},"description":"Audit data for Physical Badging Signal events."}],"x-ms-discriminator-value":"#microsoft.graph.security.physicalBadgingSignalAuditRecord"},"microsoft.graph.security.placesDirectoryAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"placesDirectoryAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.placesDirectoryAuditRecord"}},"description":"Audit data for Places Directory events."}],"x-ms-discriminator-value":"#microsoft.graph.security.placesDirectoryAuditRecord"},"microsoft.graph.security.plannerChatMessageAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"plannerChatMessageAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.plannerChatMessageAuditRecord"}},"description":"Audit data for Planner Chat Message events."}],"x-ms-discriminator-value":"#microsoft.graph.security.plannerChatMessageAuditRecord"},"microsoft.graph.security.plannerChatMessageListAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"plannerChatMessageListAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.plannerChatMessageListAuditRecord"}},"description":"Audit data for Planner Chat Message List events."}],"x-ms-discriminator-value":"#microsoft.graph.security.plannerChatMessageListAuditRecord"},"microsoft.graph.security.plannerCopyPlanAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"plannerCopyPlanAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.plannerCopyPlanAuditRecord"}},"description":"Audit data for Planner Copy Plan events."}],"x-ms-discriminator-value":"#microsoft.graph.security.plannerCopyPlanAuditRecord"},"microsoft.graph.security.plannerGoalAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"plannerGoalAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.plannerGoalAuditRecord"}},"description":"Audit data for Planner Goal events."}],"x-ms-discriminator-value":"#microsoft.graph.security.plannerGoalAuditRecord"},"microsoft.graph.security.plannerGoalListAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"plannerGoalListAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.plannerGoalListAuditRecord"}},"description":"Audit data for Planner Goal List events."}],"x-ms-discriminator-value":"#microsoft.graph.security.plannerGoalListAuditRecord"},"microsoft.graph.security.plannerPlanAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"plannerPlanAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.plannerPlanAuditRecord"}},"description":"Audit data for Planner Plan events."}],"x-ms-discriminator-value":"#microsoft.graph.security.plannerPlanAuditRecord"},"microsoft.graph.security.plannerPlanListAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"plannerPlanListAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.plannerPlanListAuditRecord"}},"description":"Audit data for Planner Plan List events."}],"x-ms-discriminator-value":"#microsoft.graph.security.plannerPlanListAuditRecord"},"microsoft.graph.security.plannerPlanSensitivityLabelAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"plannerPlanSensitivityLabelAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.plannerPlanSensitivityLabelAuditRecord"}},"description":"Audit data for Planner Plan Sensitivity Label events."}],"x-ms-discriminator-value":"#microsoft.graph.security.plannerPlanSensitivityLabelAuditRecord"},"microsoft.graph.security.plannerRosterAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"plannerRosterAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.plannerRosterAuditRecord"}},"description":"Audit data for Planner Roster events."}],"x-ms-discriminator-value":"#microsoft.graph.security.plannerRosterAuditRecord"},"microsoft.graph.security.plannerRosterSensitivityLabelAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"plannerRosterSensitivityLabelAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.plannerRosterSensitivityLabelAuditRecord"}},"description":"Audit data for Planner Roster Sensitivity Label events."}],"x-ms-discriminator-value":"#microsoft.graph.security.plannerRosterSensitivityLabelAuditRecord"},"microsoft.graph.security.plannerTaskAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"plannerTaskAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.plannerTaskAuditRecord"}},"description":"Audit data for Planner Task events."}],"x-ms-discriminator-value":"#microsoft.graph.security.plannerTaskAuditRecord"},"microsoft.graph.security.plannerTaskListAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"plannerTaskListAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.plannerTaskListAuditRecord"}},"description":"Audit data for Planner Task List events."}],"x-ms-discriminator-value":"#microsoft.graph.security.plannerTaskListAuditRecord"},"microsoft.graph.security.plannerTenantSettingsAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"plannerTenantSettingsAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.plannerTenantSettingsAuditRecord"}},"description":"Audit data for Planner Tenant Settings events."}],"x-ms-discriminator-value":"#microsoft.graph.security.plannerTenantSettingsAuditRecord"},"microsoft.graph.security.policyConfigChangeAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"policyConfigChangeAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.policyConfigChangeAuditRecord"}},"description":"Audit data for Policy Config Change events."}],"x-ms-discriminator-value":"#microsoft.graph.security.policyConfigChangeAuditRecord"},"microsoft.graph.security.powerAppsAuditAppRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"powerAppsAuditAppRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.powerAppsAuditAppRecord"}},"description":"Audit data for PowerApps Audit App events."}],"x-ms-discriminator-value":"#microsoft.graph.security.powerAppsAuditAppRecord"},"microsoft.graph.security.powerAppsAuditPlanRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"powerAppsAuditPlanRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.powerAppsAuditPlanRecord"}},"description":"Audit data for PowerApps Audit Plan events."}],"x-ms-discriminator-value":"#microsoft.graph.security.powerAppsAuditPlanRecord"},"microsoft.graph.security.powerAppsAuditResourceRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"powerAppsAuditResourceRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.powerAppsAuditResourceRecord"}},"description":"Audit data for PowerApps Audit Resource events."}],"x-ms-discriminator-value":"#microsoft.graph.security.powerAppsAuditResourceRecord"},"microsoft.graph.security.powerBIAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"powerBIAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.powerBIAuditRecord"}},"description":"Audit data for Power BI events."}],"x-ms-discriminator-value":"#microsoft.graph.security.powerBIAuditRecord"},"microsoft.graph.security.powerBIDlpAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"powerBIDlpAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.powerBIDlpAuditRecord"}},"description":"Audit data for Power BI DLP events."}],"x-ms-discriminator-value":"#microsoft.graph.security.powerBIDlpAuditRecord"},"microsoft.graph.security.powerPagesSiteAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"powerPagesSiteAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.powerPagesSiteAuditRecord"}},"description":"Audit data for Power Pages Site events."}],"x-ms-discriminator-value":"#microsoft.graph.security.powerPagesSiteAuditRecord"},"microsoft.graph.security.powerPlatformAdminDlpAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"powerPlatformAdminDlpAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.powerPlatformAdminDlpAuditRecord"}},"description":"Audit data for Power Platform Admin DLP events."}],"x-ms-discriminator-value":"#microsoft.graph.security.powerPlatformAdminDlpAuditRecord"},"microsoft.graph.security.powerPlatformAdminEnvironmentAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"powerPlatformAdminEnvironmentAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.powerPlatformAdminEnvironmentAuditRecord"}},"description":"Audit data for Power Platform Admin Environment events."}],"x-ms-discriminator-value":"#microsoft.graph.security.powerPlatformAdminEnvironmentAuditRecord"},"microsoft.graph.security.powerPlatformAdministratorActivityRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"powerPlatformAdministratorActivityRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.powerPlatformAdministratorActivityRecord"}},"description":"Audit data for Power Platform Administrator Activity events."}],"x-ms-discriminator-value":"#microsoft.graph.security.powerPlatformAdministratorActivityRecord"},"microsoft.graph.security.powerPlatformLockboxResourceAccessRequestAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"powerPlatformLockboxResourceAccessRequestAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.powerPlatformLockboxResourceAccessRequestAuditRecord"}},"description":"Audit data for Power Platform Lockbox Resource Access Request events."}],"x-ms-discriminator-value":"#microsoft.graph.security.powerPlatformLockboxResourceAccessRequestAuditRecord"},"microsoft.graph.security.powerPlatformLockboxResourceCommandAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"powerPlatformLockboxResourceCommandAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.powerPlatformLockboxResourceCommandAuditRecord"}},"description":"Audit data for Power Platform Lockbox Resource Command events."}],"x-ms-discriminator-value":"#microsoft.graph.security.powerPlatformLockboxResourceCommandAuditRecord"},"microsoft.graph.security.powerPlatformServiceActivityAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"powerPlatformServiceActivityAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.powerPlatformServiceActivityAuditRecord"}},"description":"Audit data for Power Platform Service Activity events."}],"x-ms-discriminator-value":"#microsoft.graph.security.powerPlatformServiceActivityAuditRecord"},"microsoft.graph.security.powerPlatformTenantIsolationRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"powerPlatformTenantIsolationRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.powerPlatformTenantIsolationRecord"}},"description":"Audit data for Power Platform Tenant Isolation events."}],"x-ms-discriminator-value":"#microsoft.graph.security.powerPlatformTenantIsolationRecord"},"microsoft.graph.security.privacyDataMatchAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"privacyDataMatchAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.privacyDataMatchAuditRecord"}},"description":"Audit data for Privacy Data Match events."}],"x-ms-discriminator-value":"#microsoft.graph.security.privacyDataMatchAuditRecord"},"microsoft.graph.security.privacyDataMinimizationRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"privacyDataMinimizationRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.privacyDataMinimizationRecord"}},"description":"Audit data for Privacy Data Minimization events."}],"x-ms-discriminator-value":"#microsoft.graph.security.privacyDataMinimizationRecord"},"microsoft.graph.security.privacyDigestEmailRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"privacyDigestEmailRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.privacyDigestEmailRecord"}},"description":"Audit data for Privacy Digest Email events."}],"x-ms-discriminator-value":"#microsoft.graph.security.privacyDigestEmailRecord"},"microsoft.graph.security.privacyOpenAccessAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"privacyOpenAccessAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.privacyOpenAccessAuditRecord"}},"description":"Audit data for Privacy Open Access events."}],"x-ms-discriminator-value":"#microsoft.graph.security.privacyOpenAccessAuditRecord"},"microsoft.graph.security.privacyPortalAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"privacyPortalAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.privacyPortalAuditRecord"}},"description":"Audit data for Privacy Portal events."}],"x-ms-discriminator-value":"#microsoft.graph.security.privacyPortalAuditRecord"},"microsoft.graph.security.privacyRemediationActionRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"privacyRemediationActionRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.privacyRemediationActionRecord"}},"description":"Audit data for Privacy Remediation Action events."}],"x-ms-discriminator-value":"#microsoft.graph.security.privacyRemediationActionRecord"},"microsoft.graph.security.privacyRemediationRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"privacyRemediationRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.privacyRemediationRecord"}},"description":"Audit data for Privacy Remediation events."}],"x-ms-discriminator-value":"#microsoft.graph.security.privacyRemediationRecord"},"microsoft.graph.security.privaPrivacyAssessmentOperationRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"privaPrivacyAssessmentOperationRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.privaPrivacyAssessmentOperationRecord"}},"description":"Audit data for Priva Privacy Assessment Operation events."}],"x-ms-discriminator-value":"#microsoft.graph.security.privaPrivacyAssessmentOperationRecord"},"microsoft.graph.security.privaPrivacyConsentOperationRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"privaPrivacyConsentOperationRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.privaPrivacyConsentOperationRecord"}},"description":"Audit data for Priva Privacy Consent Operation events."}],"x-ms-discriminator-value":"#microsoft.graph.security.privaPrivacyConsentOperationRecord"},"microsoft.graph.security.projectAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"projectAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.projectAuditRecord"}},"description":"Audit data for Microsoft Project events."}],"x-ms-discriminator-value":"#microsoft.graph.security.projectAuditRecord"},"microsoft.graph.security.projectForTheWebAssignedToMeSettingsAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"projectForTheWebAssignedToMeSettingsAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.projectForTheWebAssignedToMeSettingsAuditRecord"}},"description":"Audit data for Project for the Web Assigned To Me Settings events."}],"x-ms-discriminator-value":"#microsoft.graph.security.projectForTheWebAssignedToMeSettingsAuditRecord"},"microsoft.graph.security.projectForTheWebProjectAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"projectForTheWebProjectAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.projectForTheWebProjectAuditRecord"}},"description":"Audit data for Project for the Web Project events."}],"x-ms-discriminator-value":"#microsoft.graph.security.projectForTheWebProjectAuditRecord"},"microsoft.graph.security.projectForTheWebProjectSettingsAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"projectForTheWebProjectSettingsAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.projectForTheWebProjectSettingsAuditRecord"}},"description":"Audit data for Project for the Web Project Settings events."}],"x-ms-discriminator-value":"#microsoft.graph.security.projectForTheWebProjectSettingsAuditRecord"},"microsoft.graph.security.projectForTheWebRoadmapAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"projectForTheWebRoadmapAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.projectForTheWebRoadmapAuditRecord"}},"description":"Audit data for Project for the Web Roadmap events."}],"x-ms-discriminator-value":"#microsoft.graph.security.projectForTheWebRoadmapAuditRecord"},"microsoft.graph.security.projectForTheWebRoadmapItemAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"projectForTheWebRoadmapItemAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.projectForTheWebRoadmapItemAuditRecord"}},"description":"Audit data for Project for the Web Roadmap Item events."}],"x-ms-discriminator-value":"#microsoft.graph.security.projectForTheWebRoadmapItemAuditRecord"},"microsoft.graph.security.projectForTheWebRoadmapSettingsAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"projectForTheWebRoadmapSettingsAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.projectForTheWebRoadmapSettingsAuditRecord"}},"description":"Audit data for Project for the Web Roadmap Settings events."}],"x-ms-discriminator-value":"#microsoft.graph.security.projectForTheWebRoadmapSettingsAuditRecord"},"microsoft.graph.security.projectForTheWebTaskAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"projectForTheWebTaskAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.projectForTheWebTaskAuditRecord"}},"description":"Audit data for Project for the Web Task events."}],"x-ms-discriminator-value":"#microsoft.graph.security.projectForTheWebTaskAuditRecord"},"microsoft.graph.security.publicFolderAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"publicFolderAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.publicFolderAuditRecord"}},"description":"Audit data for Exchange public folder events."}],"x-ms-discriminator-value":"#microsoft.graph.security.publicFolderAuditRecord"},"microsoft.graph.security.purviewInsiderRiskAlertsRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"purviewInsiderRiskAlertsRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.purviewInsiderRiskAlertsRecord"}},"description":"Audit data for Purview Insider Risk Alerts events."}],"x-ms-discriminator-value":"#microsoft.graph.security.purviewInsiderRiskAlertsRecord"},"microsoft.graph.security.purviewInsiderRiskCasesRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"purviewInsiderRiskCasesRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.purviewInsiderRiskCasesRecord"}},"description":"Audit data for Purview Insider Risk Cases events."}],"x-ms-discriminator-value":"#microsoft.graph.security.purviewInsiderRiskCasesRecord"},"microsoft.graph.security.purviewMCRecommendationRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"purviewMCRecommendationRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.purviewMCRecommendationRecord"}},"description":"Audit data for Purview MC Recommendation events."}],"x-ms-discriminator-value":"#microsoft.graph.security.purviewMCRecommendationRecord"},"microsoft.graph.security.purviewPostureAgentAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"purviewPostureAgentAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.purviewPostureAgentAuditRecord"}},"description":"Audit data for Purview Posture Agent events."}],"x-ms-discriminator-value":"#microsoft.graph.security.purviewPostureAgentAuditRecord"},"microsoft.graph.security.quarantineAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"quarantineAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.quarantineAuditRecord"}},"description":"Audit data for quarantine events."}],"x-ms-discriminator-value":"#microsoft.graph.security.quarantineAuditRecord"},"microsoft.graph.security.recordsManagementAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"recordsManagementAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.recordsManagementAuditRecord"}},"description":"Audit data for Records Management events."}],"x-ms-discriminator-value":"#microsoft.graph.security.recordsManagementAuditRecord"},"microsoft.graph.security.reportSubmission":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"reportSubmission","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.reportSubmission"}},"description":"Audit data for Report Submission events."}],"x-ms-discriminator-value":"#microsoft.graph.security.reportSubmission"},"microsoft.graph.security.reportSubmissionResultDetail":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"reportSubmissionResultDetail","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.reportSubmissionResultDetail"}},"description":"Audit data for Report Submission Result Detail events."}],"x-ms-discriminator-value":"#microsoft.graph.security.reportSubmissionResultDetail"},"microsoft.graph.security.restrictedModeAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"restrictedModeAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.restrictedModeAuditRecord"}},"description":"Audit data for Restricted Mode events."}],"x-ms-discriminator-value":"#microsoft.graph.security.restrictedModeAuditRecord"},"microsoft.graph.security.retentionPolicyAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"retentionPolicyAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.retentionPolicyAuditRecord"}},"description":"Audit data for Retention Policy events."}],"x-ms-discriminator-value":"#microsoft.graph.security.retentionPolicyAuditRecord"},"microsoft.graph.security.rtiOperationsAgentAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"rtiOperationsAgentAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.rtiOperationsAgentAuditRecord"}},"description":"Audit data for RTI Operations Agent events."}],"x-ms-discriminator-value":"#microsoft.graph.security.rtiOperationsAgentAuditRecord"},"microsoft.graph.security.sbpConfigurationEventRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"sbpConfigurationEventRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.sbpConfigurationEventRecord"}},"description":"Audit data for SBP Configuration Event events."}],"x-ms-discriminator-value":"#microsoft.graph.security.sbpConfigurationEventRecord"},"microsoft.graph.security.sbpUsageEventRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"sbpUsageEventRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.sbpUsageEventRecord"}},"description":"Audit data for SBP Usage Event events."}],"x-ms-discriminator-value":"#microsoft.graph.security.sbpUsageEventRecord"},"microsoft.graph.security.scoreEvidence":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"scoreEvidence","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.scoreEvidence"}},"description":"Audit data for Secure Score evidence events."}],"x-ms-discriminator-value":"#microsoft.graph.security.scoreEvidence"},"microsoft.graph.security.scorePlatformGenericAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"scorePlatformGenericAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.scorePlatformGenericAuditRecord"}},"description":"Audit data for Score Platform Generic events."}],"x-ms-discriminator-value":"#microsoft.graph.security.scorePlatformGenericAuditRecord"},"microsoft.graph.security.scriptRunAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"scriptRunAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.scriptRunAuditRecord"}},"description":"Audit data for Script Run events."}],"x-ms-discriminator-value":"#microsoft.graph.security.scriptRunAuditRecord"},"microsoft.graph.security.searchAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"searchAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.searchAuditRecord"}},"description":"Audit data for search events."}],"x-ms-discriminator-value":"#microsoft.graph.security.searchAuditRecord"},"microsoft.graph.security.securityComplianceAlertRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"securityComplianceAlertRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.securityComplianceAlertRecord"}},"description":"Audit data for Security Compliance Alert events."}],"x-ms-discriminator-value":"#microsoft.graph.security.securityComplianceAlertRecord"},"microsoft.graph.security.securityComplianceCenterEOPCmdletAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"securityComplianceCenterEOPCmdletAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.securityComplianceCenterEOPCmdletAuditRecord"}},"description":"Audit data for Security Compliance Center EOP cmdlet events."}],"x-ms-discriminator-value":"#microsoft.graph.security.securityComplianceCenterEOPCmdletAuditRecord"},"microsoft.graph.security.securityComplianceInsightsAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"securityComplianceInsightsAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.securityComplianceInsightsAuditRecord"}},"description":"Audit data for Security Compliance Insights events."}],"x-ms-discriminator-value":"#microsoft.graph.security.securityComplianceInsightsAuditRecord"},"microsoft.graph.security.securityComplianceRBACAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"securityComplianceRBACAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.securityComplianceRBACAuditRecord"}},"description":"Audit data for Security Compliance RBAC events."}],"x-ms-discriminator-value":"#microsoft.graph.security.securityComplianceRBACAuditRecord"},"microsoft.graph.security.securityComplianceUserChangeAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"securityComplianceUserChangeAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.securityComplianceUserChangeAuditRecord"}},"description":"Audit data for Security Compliance User Change events."}],"x-ms-discriminator-value":"#microsoft.graph.security.securityComplianceUserChangeAuditRecord"},"microsoft.graph.security.securityCopilotIdentityManagementAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"securityCopilotIdentityManagementAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.securityCopilotIdentityManagementAuditRecord"}},"description":"Audit data for Security Copilot Identity Management events."}],"x-ms-discriminator-value":"#microsoft.graph.security.securityCopilotIdentityManagementAuditRecord"},"microsoft.graph.security.securityDevelopmentLifecycleAILogAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"securityDevelopmentLifecycleAILogAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.securityDevelopmentLifecycleAILogAuditRecord"}},"description":"Audit data for Security Development Lifecycle AI Log events."}],"x-ms-discriminator-value":"#microsoft.graph.security.securityDevelopmentLifecycleAILogAuditRecord"},"microsoft.graph.security.sensitiveInfoRemediationAgentDataRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"sensitiveInfoRemediationAgentDataRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.sensitiveInfoRemediationAgentDataRecord"}},"description":"Audit data for Sensitive Info Remediation Agent events."}],"x-ms-discriminator-value":"#microsoft.graph.security.sensitiveInfoRemediationAgentDataRecord"},"microsoft.graph.security.sensitivityLabelActionAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"sensitivityLabelActionAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.sensitivityLabelActionAuditRecord"}},"description":"Audit data for Sensitivity Label Action events."}],"x-ms-discriminator-value":"#microsoft.graph.security.sensitivityLabelActionAuditRecord"},"microsoft.graph.security.sensitivityLabeledFileActionAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"sensitivityLabeledFileActionAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.sensitivityLabeledFileActionAuditRecord"}},"description":"Audit data for Sensitivity Labeled File Action events."}],"x-ms-discriminator-value":"#microsoft.graph.security.sensitivityLabeledFileActionAuditRecord"},"microsoft.graph.security.sensitivityLabelPolicyMatchAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"sensitivityLabelPolicyMatchAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.sensitivityLabelPolicyMatchAuditRecord"}},"description":"Audit data for Sensitivity Label Policy Match events."}],"x-ms-discriminator-value":"#microsoft.graph.security.sensitivityLabelPolicyMatchAuditRecord"},"microsoft.graph.security.sentinelAIToolAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"sentinelAIToolAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.sentinelAIToolAuditRecord"}},"description":"Audit data for Sentinel AI Tool events."}],"x-ms-discriminator-value":"#microsoft.graph.security.sentinelAIToolAuditRecord"},"microsoft.graph.security.sentinelGraphAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"sentinelGraphAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.sentinelGraphAuditRecord"}},"description":"Audit data for Sentinel Graph events."}],"x-ms-discriminator-value":"#microsoft.graph.security.sentinelGraphAuditRecord"},"microsoft.graph.security.sentinelJobAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"sentinelJobAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.sentinelJobAuditRecord"}},"description":"Audit data for Sentinel Job events."}],"x-ms-discriminator-value":"#microsoft.graph.security.sentinelJobAuditRecord"},"microsoft.graph.security.sentinelKQLOnLakeAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"sentinelKQLOnLakeAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.sentinelKQLOnLakeAuditRecord"}},"description":"Audit data for Sentinel KQL On Lake events."}],"x-ms-discriminator-value":"#microsoft.graph.security.sentinelKQLOnLakeAuditRecord"},"microsoft.graph.security.sentinelLakeDataOnboardingAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"sentinelLakeDataOnboardingAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.sentinelLakeDataOnboardingAuditRecord"}},"description":"Audit data for Sentinel Lake Data Onboarding events."}],"x-ms-discriminator-value":"#microsoft.graph.security.sentinelLakeDataOnboardingAuditRecord"},"microsoft.graph.security.sentinelLakeEncryptionAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"sentinelLakeEncryptionAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.sentinelLakeEncryptionAuditRecord"}},"description":"Audit data for Sentinel Lake Encryption events."}],"x-ms-discriminator-value":"#microsoft.graph.security.sentinelLakeEncryptionAuditRecord"},"microsoft.graph.security.sentinelLakeOnboardingAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"sentinelLakeOnboardingAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.sentinelLakeOnboardingAuditRecord"}},"description":"Audit data for Sentinel Lake Onboarding events."}],"x-ms-discriminator-value":"#microsoft.graph.security.sentinelLakeOnboardingAuditRecord"},"microsoft.graph.security.sentinelNotebookOnLakeAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"sentinelNotebookOnLakeAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.sentinelNotebookOnLakeAuditRecord"}},"description":"Audit data for Sentinel Notebook On Lake events."}],"x-ms-discriminator-value":"#microsoft.graph.security.sentinelNotebookOnLakeAuditRecord"},"microsoft.graph.security.sentinelPackageAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"sentinelPackageAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.sentinelPackageAuditRecord"}},"description":"Audit data for Sentinel Package events."}],"x-ms-discriminator-value":"#microsoft.graph.security.sentinelPackageAuditRecord"},"microsoft.graph.security.sharePointAppPermissionOperationAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"sharePointAppPermissionOperationAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.sharePointAppPermissionOperationAuditRecord"}},"description":"Audit data for SharePoint App Permission Operation events."}],"x-ms-discriminator-value":"#microsoft.graph.security.sharePointAppPermissionOperationAuditRecord"},"microsoft.graph.security.sharePointAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"sharePointAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.sharePointAuditRecord"}},"description":"Audit data for SharePoint events."}],"x-ms-discriminator-value":"#microsoft.graph.security.sharePointAuditRecord"},"microsoft.graph.security.sharePointCommentOperationAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"sharePointCommentOperationAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.sharePointCommentOperationAuditRecord"}},"description":"Audit data for SharePoint Comment Operation events."}],"x-ms-discriminator-value":"#microsoft.graph.security.sharePointCommentOperationAuditRecord"},"microsoft.graph.security.sharePointContentSecurityPolicyAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"sharePointContentSecurityPolicyAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.sharePointContentSecurityPolicyAuditRecord"}},"description":"Audit data for SharePoint Content Security Policy events."}],"x-ms-discriminator-value":"#microsoft.graph.security.sharePointContentSecurityPolicyAuditRecord"},"microsoft.graph.security.sharePointContentTypeOperationAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"sharePointContentTypeOperationAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.sharePointContentTypeOperationAuditRecord"}},"description":"Audit data for SharePoint Content Type Operation events."}],"x-ms-discriminator-value":"#microsoft.graph.security.sharePointContentTypeOperationAuditRecord"},"microsoft.graph.security.sharePointESignatureAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"sharePointESignatureAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.sharePointESignatureAuditRecord"}},"description":"Audit data for SharePoint E Signature events."}],"x-ms-discriminator-value":"#microsoft.graph.security.sharePointESignatureAuditRecord"},"microsoft.graph.security.sharePointFieldOperationAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"sharePointFieldOperationAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.sharePointFieldOperationAuditRecord"}},"description":"Audit data for SharePoint Field Operation events."}],"x-ms-discriminator-value":"#microsoft.graph.security.sharePointFieldOperationAuditRecord"},"microsoft.graph.security.sharePointFileOperationAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"sharePointFileOperationAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.sharePointFileOperationAuditRecord"}},"description":"Audit data for SharePoint File Operation events."}],"x-ms-discriminator-value":"#microsoft.graph.security.sharePointFileOperationAuditRecord"},"microsoft.graph.security.sharePointListItemOperationAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"sharePointListItemOperationAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.sharePointListItemOperationAuditRecord"}},"description":"Audit data for SharePoint List Item Operation events."}],"x-ms-discriminator-value":"#microsoft.graph.security.sharePointListItemOperationAuditRecord"},"microsoft.graph.security.sharePointListOperationAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"sharePointListOperationAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.sharePointListOperationAuditRecord"}},"description":"Audit data for SharePoint List Operation events."}],"x-ms-discriminator-value":"#microsoft.graph.security.sharePointListOperationAuditRecord"},"microsoft.graph.security.sharePointSharingOperationAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"sharePointSharingOperationAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.sharePointSharingOperationAuditRecord"}},"description":"Audit data for SharePoint Sharing Operation events."}],"x-ms-discriminator-value":"#microsoft.graph.security.sharePointSharingOperationAuditRecord"},"microsoft.graph.security.skypeForBusinessCmdletsAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"skypeForBusinessCmdletsAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.skypeForBusinessCmdletsAuditRecord"}},"description":"Audit data for Skype for Business cmdlets events."}],"x-ms-discriminator-value":"#microsoft.graph.security.skypeForBusinessCmdletsAuditRecord"},"microsoft.graph.security.skypeForBusinessPSTNUsageAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"skypeForBusinessPSTNUsageAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.skypeForBusinessPSTNUsageAuditRecord"}},"description":"Audit data for Skype for Business PSTN Usage events."}],"x-ms-discriminator-value":"#microsoft.graph.security.skypeForBusinessPSTNUsageAuditRecord"},"microsoft.graph.security.skypeForBusinessUsersBlockedAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"skypeForBusinessUsersBlockedAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.skypeForBusinessUsersBlockedAuditRecord"}},"description":"Audit data for Skype for Business Users Blocked events."}],"x-ms-discriminator-value":"#microsoft.graph.security.skypeForBusinessUsersBlockedAuditRecord"},"microsoft.graph.security.sonarDetonationContentMetadata":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"sonarDetonationContentMetadata","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.sonarDetonationContentMetadata"}},"description":"Audit data for Sonar Detonation Content Meta events."}],"x-ms-discriminator-value":"#microsoft.graph.security.sonarDetonationContentMetadata"},"microsoft.graph.security.sonarDetonationEntityAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"sonarDetonationEntityAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.sonarDetonationEntityAuditRecord"}},"description":"Audit data for Sonar Detonation Entity events."}],"x-ms-discriminator-value":"#microsoft.graph.security.sonarDetonationEntityAuditRecord"},"microsoft.graph.security.sonarFileDetonationEntityAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"sonarFileDetonationEntityAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.sonarFileDetonationEntityAuditRecord"}},"description":"Audit data for Sonar File Detonation Entity events."}],"x-ms-discriminator-value":"#microsoft.graph.security.sonarFileDetonationEntityAuditRecord"},"microsoft.graph.security.sonarSubmissionEntityAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"sonarSubmissionEntityAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.sonarSubmissionEntityAuditRecord"}},"description":"Audit data for Sonar Submission Entity events."}],"x-ms-discriminator-value":"#microsoft.graph.security.sonarSubmissionEntityAuditRecord"},"microsoft.graph.security.sonarUrlDetonationEntityAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"sonarUrlDetonationEntityAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.sonarUrlDetonationEntityAuditRecord"}},"description":"Audit data for Sonar URL Detonation Entity events."}],"x-ms-discriminator-value":"#microsoft.graph.security.sonarUrlDetonationEntityAuditRecord"},"microsoft.graph.security.sparkCoreCustomLivePoolRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"sparkCoreCustomLivePoolRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.sparkCoreCustomLivePoolRecord"}},"description":"Audit data for Spark Core Custom Live Pool events."}],"x-ms-discriminator-value":"#microsoft.graph.security.sparkCoreCustomLivePoolRecord"},"microsoft.graph.security.submissionEntityAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"submissionEntityAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.submissionEntityAuditRecord"}},"description":"Audit data for Submission Entity events."}],"x-ms-discriminator-value":"#microsoft.graph.security.submissionEntityAuditRecord"},"microsoft.graph.security.supervisoryReviewDayXInsightsAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"supervisoryReviewDayXInsightsAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.supervisoryReviewDayXInsightsAuditRecord"}},"description":"Audit data for Supervisory Review Day X Insights events."}],"x-ms-discriminator-value":"#microsoft.graph.security.supervisoryReviewDayXInsightsAuditRecord"},"microsoft.graph.security.syntheticProbeAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"syntheticProbeAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.syntheticProbeAuditRecord"}},"description":"Audit data for Synthetic Probe events."}],"x-ms-discriminator-value":"#microsoft.graph.security.syntheticProbeAuditRecord"},"microsoft.graph.security.teamCopilotInteractionAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"teamCopilotInteractionAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.teamCopilotInteractionAuditRecord"}},"description":"Audit data for Team Copilot Interaction events."}],"x-ms-discriminator-value":"#microsoft.graph.security.teamCopilotInteractionAuditRecord"},"microsoft.graph.security.teamsEasyApprovalsAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"teamsEasyApprovalsAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.teamsEasyApprovalsAuditRecord"}},"description":"Audit data for Teams Easy Approvals events."}],"x-ms-discriminator-value":"#microsoft.graph.security.teamsEasyApprovalsAuditRecord"},"microsoft.graph.security.teamsEvalDataHubAdminOperationAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"teamsEvalDataHubAdminOperationAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.teamsEvalDataHubAdminOperationAuditRecord"}},"description":"Audit data for Teams Eval Data Hub Admin Operation events."}],"x-ms-discriminator-value":"#microsoft.graph.security.teamsEvalDataHubAdminOperationAuditRecord"},"microsoft.graph.security.teamsEvalDataHubDataAccessAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"teamsEvalDataHubDataAccessAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.teamsEvalDataHubDataAccessAuditRecord"}},"description":"Audit data for Teams Eval Data Hub Data Access events."}],"x-ms-discriminator-value":"#microsoft.graph.security.teamsEvalDataHubDataAccessAuditRecord"},"microsoft.graph.security.teamsEvalDataHubPermissionChangeAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"teamsEvalDataHubPermissionChangeAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.teamsEvalDataHubPermissionChangeAuditRecord"}},"description":"Audit data for Teams Eval Data Hub Permission Change events."}],"x-ms-discriminator-value":"#microsoft.graph.security.teamsEvalDataHubPermissionChangeAuditRecord"},"microsoft.graph.security.teamsHealthcareAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"teamsHealthcareAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.teamsHealthcareAuditRecord"}},"description":"Audit data for Teams Healthcare events."}],"x-ms-discriminator-value":"#microsoft.graph.security.teamsHealthcareAuditRecord"},"microsoft.graph.security.teamsUpdatesAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"teamsUpdatesAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.teamsUpdatesAuditRecord"}},"description":"Audit data for Teams Updates events."}],"x-ms-discriminator-value":"#microsoft.graph.security.teamsUpdatesAuditRecord"},"microsoft.graph.security.tenantAllowBlockListAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"tenantAllowBlockListAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.tenantAllowBlockListAuditRecord"}},"description":"Audit data for Tenant Allow Block List events."}],"x-ms-discriminator-value":"#microsoft.graph.security.tenantAllowBlockListAuditRecord"},"microsoft.graph.security.threatFinderAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"threatFinderAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.threatFinderAuditRecord"}},"description":"Audit data for Threat Finder events."}],"x-ms-discriminator-value":"#microsoft.graph.security.threatFinderAuditRecord"},"microsoft.graph.security.threatIntelligenceAtpContentData":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"threatIntelligenceAtpContentData","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.threatIntelligenceAtpContentData"}},"description":"Audit data for Threat Intelligence Atp Content events."}],"x-ms-discriminator-value":"#microsoft.graph.security.threatIntelligenceAtpContentData"},"microsoft.graph.security.threatIntelligenceExportAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"threatIntelligenceExportAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.threatIntelligenceExportAuditRecord"}},"description":"Audit data for Threat Intelligence Export events."}],"x-ms-discriminator-value":"#microsoft.graph.security.threatIntelligenceExportAuditRecord"},"microsoft.graph.security.threatIntelligenceMailData":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"threatIntelligenceMailData","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.threatIntelligenceMailData"}},"description":"Audit data for Threat Intelligence Mail events."}],"x-ms-discriminator-value":"#microsoft.graph.security.threatIntelligenceMailData"},"microsoft.graph.security.threatIntelligenceObjectAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"threatIntelligenceObjectAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.threatIntelligenceObjectAuditRecord"}},"description":"Audit data for Threat Intelligence Object events."}],"x-ms-discriminator-value":"#microsoft.graph.security.threatIntelligenceObjectAuditRecord"},"microsoft.graph.security.threatIntelligenceUrlClickData":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"threatIntelligenceUrlClickData","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.threatIntelligenceUrlClickData"}},"description":"Audit data for Threat Intelligence Url Click events."}],"x-ms-discriminator-value":"#microsoft.graph.security.threatIntelligenceUrlClickData"},"microsoft.graph.security.todoAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"todoAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.todoAuditRecord"}},"description":"Audit data for Microsoft To Do events."}],"x-ms-discriminator-value":"#microsoft.graph.security.todoAuditRecord"},"microsoft.graph.security.trainableClassifierAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"trainableClassifierAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.trainableClassifierAuditRecord"}},"description":"Audit data for Trainable Classifier events."}],"x-ms-discriminator-value":"#microsoft.graph.security.trainableClassifierAuditRecord"},"microsoft.graph.security.uamOperationAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"uamOperationAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.uamOperationAuditRecord"}},"description":"Audit data for UAM Operation events."}],"x-ms-discriminator-value":"#microsoft.graph.security.uamOperationAuditRecord"},"microsoft.graph.security.unifiedGroupAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"unifiedGroupAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.unifiedGroupAuditRecord"}},"description":"Audit data for Unified Group events."}],"x-ms-discriminator-value":"#microsoft.graph.security.unifiedGroupAuditRecord"},"microsoft.graph.security.unifiedSimulationMatchedItemAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"unifiedSimulationMatchedItemAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.unifiedSimulationMatchedItemAuditRecord"}},"description":"Audit data for Unified Simulation Matched Item events."}],"x-ms-discriminator-value":"#microsoft.graph.security.unifiedSimulationMatchedItemAuditRecord"},"microsoft.graph.security.unifiedSimulationSummaryAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"unifiedSimulationSummaryAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.unifiedSimulationSummaryAuditRecord"}},"description":"Audit data for Unified Simulation Summary events."}],"x-ms-discriminator-value":"#microsoft.graph.security.unifiedSimulationSummaryAuditRecord"},"microsoft.graph.security.universalPrintManagementAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"universalPrintManagementAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.universalPrintManagementAuditRecord"}},"description":"Audit data for Universal Print Management events."}],"x-ms-discriminator-value":"#microsoft.graph.security.universalPrintManagementAuditRecord"},"microsoft.graph.security.universalPrintPrintJobAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"universalPrintPrintJobAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.universalPrintPrintJobAuditRecord"}},"description":"Audit data for Universal Print Print Job events."}],"x-ms-discriminator-value":"#microsoft.graph.security.universalPrintPrintJobAuditRecord"},"microsoft.graph.security.urbacAssignmentAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"urbacAssignmentAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.urbacAssignmentAuditRecord"}},"description":"Audit data for URBAC Assignment events."}],"x-ms-discriminator-value":"#microsoft.graph.security.urbacAssignmentAuditRecord"},"microsoft.graph.security.urbacEnableStateAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"urbacEnableStateAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.urbacEnableStateAuditRecord"}},"description":"Audit data for URBAC Enable State events."}],"x-ms-discriminator-value":"#microsoft.graph.security.urbacEnableStateAuditRecord"},"microsoft.graph.security.urbacRoleAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"urbacRoleAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.urbacRoleAuditRecord"}},"description":"Audit data for URBAC Role events."}],"x-ms-discriminator-value":"#microsoft.graph.security.urbacRoleAuditRecord"},"microsoft.graph.security.userTrainingAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"userTrainingAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.userTrainingAuditRecord"}},"description":"Audit data for User Training events."}],"x-ms-discriminator-value":"#microsoft.graph.security.userTrainingAuditRecord"},"microsoft.graph.security.usxWorkspaceOnboardingAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"usxWorkspaceOnboardingAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.usxWorkspaceOnboardingAuditRecord"}},"description":"Audit data for USX Workspace Onboarding events."}],"x-ms-discriminator-value":"#microsoft.graph.security.usxWorkspaceOnboardingAuditRecord"},"microsoft.graph.security.vfamCreatePolicyAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"vfamCreatePolicyAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.vfamCreatePolicyAuditRecord"}},"description":"Audit data for VFAM Create Policy events."}],"x-ms-discriminator-value":"#microsoft.graph.security.vfamCreatePolicyAuditRecord"},"microsoft.graph.security.vfamDeletePolicyAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"vfamDeletePolicyAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.vfamDeletePolicyAuditRecord"}},"description":"Audit data for VFAM Delete Policy events."}],"x-ms-discriminator-value":"#microsoft.graph.security.vfamDeletePolicyAuditRecord"},"microsoft.graph.security.vfamUpdatePolicyAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"vfamUpdatePolicyAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.vfamUpdatePolicyAuditRecord"}},"description":"Audit data for VFAM Update Policy events."}],"x-ms-discriminator-value":"#microsoft.graph.security.vfamUpdatePolicyAuditRecord"},"microsoft.graph.security.vivaAmplifyAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"vivaAmplifyAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.vivaAmplifyAuditRecord"}},"description":"Audit data for Viva Amplify events."}],"x-ms-discriminator-value":"#microsoft.graph.security.vivaAmplifyAuditRecord"},"microsoft.graph.security.vivaEngageEventsAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"vivaEngageEventsAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.vivaEngageEventsAuditRecord"}},"description":"Audit data for Viva Engage Events events."}],"x-ms-discriminator-value":"#microsoft.graph.security.vivaEngageEventsAuditRecord"},"microsoft.graph.security.vivaEngageNetworkAssociationAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"vivaEngageNetworkAssociationAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.vivaEngageNetworkAssociationAuditRecord"}},"description":"Audit data for Viva Engage Network Association events."}],"x-ms-discriminator-value":"#microsoft.graph.security.vivaEngageNetworkAssociationAuditRecord"},"microsoft.graph.security.vivaEngageSegmentAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"vivaEngageSegmentAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.vivaEngageSegmentAuditRecord"}},"description":"Audit data for Viva Engage Segment events."}],"x-ms-discriminator-value":"#microsoft.graph.security.vivaEngageSegmentAuditRecord"},"microsoft.graph.security.vivaGlintAdvancedConfigurationAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"vivaGlintAdvancedConfigurationAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.vivaGlintAdvancedConfigurationAuditRecord"}},"description":"Audit data for Viva Glint Advanced Configuration events."}],"x-ms-discriminator-value":"#microsoft.graph.security.vivaGlintAdvancedConfigurationAuditRecord"},"microsoft.graph.security.vivaGlintAgenticCampaignAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"vivaGlintAgenticCampaignAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.vivaGlintAgenticCampaignAuditRecord"}},"description":"Audit data for Viva Glint Agentic Campaign events."}],"x-ms-discriminator-value":"#microsoft.graph.security.vivaGlintAgenticCampaignAuditRecord"},"microsoft.graph.security.vivaGlintFeedbackProgramAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"vivaGlintFeedbackProgramAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.vivaGlintFeedbackProgramAuditRecord"}},"description":"Audit data for Viva Glint Feedback Program events."}],"x-ms-discriminator-value":"#microsoft.graph.security.vivaGlintFeedbackProgramAuditRecord"},"microsoft.graph.security.vivaGlintOrganizationalDataAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"vivaGlintOrganizationalDataAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.vivaGlintOrganizationalDataAuditRecord"}},"description":"Audit data for Viva Glint Organizational events."}],"x-ms-discriminator-value":"#microsoft.graph.security.vivaGlintOrganizationalDataAuditRecord"},"microsoft.graph.security.vivaGlintPulseProgramAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"vivaGlintPulseProgramAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.vivaGlintPulseProgramAuditRecord"}},"description":"Audit data for Viva Glint Pulse Program events."}],"x-ms-discriminator-value":"#microsoft.graph.security.vivaGlintPulseProgramAuditRecord"},"microsoft.graph.security.vivaGlintPulseProgramRespondentRateAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"vivaGlintPulseProgramRespondentRateAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.vivaGlintPulseProgramRespondentRateAuditRecord"}},"description":"Audit data for Viva Glint Pulse Program Respondent Rate events."}],"x-ms-discriminator-value":"#microsoft.graph.security.vivaGlintPulseProgramRespondentRateAuditRecord"},"microsoft.graph.security.vivaGlintQuestionAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"vivaGlintQuestionAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.vivaGlintQuestionAuditRecord"}},"description":"Audit data for Viva Glint Question events."}],"x-ms-discriminator-value":"#microsoft.graph.security.vivaGlintQuestionAuditRecord"},"microsoft.graph.security.vivaGlintRoleAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"vivaGlintRoleAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.vivaGlintRoleAuditRecord"}},"description":"Audit data for Viva Glint Role events."}],"x-ms-discriminator-value":"#microsoft.graph.security.vivaGlintRoleAuditRecord"},"microsoft.graph.security.vivaGlintRubiconAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"vivaGlintRubiconAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.vivaGlintRubiconAuditRecord"}},"description":"Audit data for Viva Glint Rubicon events."}],"x-ms-discriminator-value":"#microsoft.graph.security.vivaGlintRubiconAuditRecord"},"microsoft.graph.security.vivaGlintSupportAccessAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"vivaGlintSupportAccessAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.vivaGlintSupportAccessAuditRecord"}},"description":"Audit data for Viva Glint Support Access events."}],"x-ms-discriminator-value":"#microsoft.graph.security.vivaGlintSupportAccessAuditRecord"},"microsoft.graph.security.vivaGlintSystemAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"vivaGlintSystemAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.vivaGlintSystemAuditRecord"}},"description":"Audit data for Viva Glint System events."}],"x-ms-discriminator-value":"#microsoft.graph.security.vivaGlintSystemAuditRecord"},"microsoft.graph.security.vivaGlintUserAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"vivaGlintUserAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.vivaGlintUserAuditRecord"}},"description":"Audit data for Viva Glint User events."}],"x-ms-discriminator-value":"#microsoft.graph.security.vivaGlintUserAuditRecord"},"microsoft.graph.security.vivaGlintUserGroupAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"vivaGlintUserGroupAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.vivaGlintUserGroupAuditRecord"}},"description":"Audit data for Viva Glint User Group events."}],"x-ms-discriminator-value":"#microsoft.graph.security.vivaGlintUserGroupAuditRecord"},"microsoft.graph.security.vivaGoalsAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"vivaGoalsAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.vivaGoalsAuditRecord"}},"description":"Audit data for Viva Goals events."}],"x-ms-discriminator-value":"#microsoft.graph.security.vivaGoalsAuditRecord"},"microsoft.graph.security.vivaLearningAdminAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"vivaLearningAdminAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.vivaLearningAdminAuditRecord"}},"description":"Audit data for Viva Learning Admin events."}],"x-ms-discriminator-value":"#microsoft.graph.security.vivaLearningAdminAuditRecord"},"microsoft.graph.security.vivaLearningAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"vivaLearningAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.vivaLearningAuditRecord"}},"description":"Audit data for Viva Learning events."}],"x-ms-discriminator-value":"#microsoft.graph.security.vivaLearningAuditRecord"},"microsoft.graph.security.vivaPulseAdminAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"vivaPulseAdminAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.vivaPulseAdminAuditRecord"}},"description":"Audit data for Viva Pulse Admin events."}],"x-ms-discriminator-value":"#microsoft.graph.security.vivaPulseAdminAuditRecord"},"microsoft.graph.security.vivaPulseOrganizerAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"vivaPulseOrganizerAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.vivaPulseOrganizerAuditRecord"}},"description":"Audit data for Viva Pulse Organizer events."}],"x-ms-discriminator-value":"#microsoft.graph.security.vivaPulseOrganizerAuditRecord"},"microsoft.graph.security.vivaPulseReportAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"vivaPulseReportAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.vivaPulseReportAuditRecord"}},"description":"Audit data for Viva Pulse Report events."}],"x-ms-discriminator-value":"#microsoft.graph.security.vivaPulseReportAuditRecord"},"microsoft.graph.security.vivaPulseResponseAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"vivaPulseResponseAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.vivaPulseResponseAuditRecord"}},"description":"Audit data for Viva Pulse Response events."}],"x-ms-discriminator-value":"#microsoft.graph.security.vivaPulseResponseAuditRecord"},"microsoft.graph.security.wdatpAlertsAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"wdatpAlertsAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.wdatpAlertsAuditRecord"}},"description":"Audit data for WDATP Alerts events."}],"x-ms-discriminator-value":"#microsoft.graph.security.wdatpAlertsAuditRecord"},"microsoft.graph.security.webContentFilteringAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"webContentFilteringAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.webContentFilteringAuditRecord"}},"description":"Audit data for Web Content Filtering events."}],"x-ms-discriminator-value":"#microsoft.graph.security.webContentFilteringAuditRecord"},"microsoft.graph.security.windows365CustomerLockboxAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"windows365CustomerLockboxAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.windows365CustomerLockboxAuditRecord"}},"description":"Audit data for Windows365 Customer Lockbox events."}],"x-ms-discriminator-value":"#microsoft.graph.security.windows365CustomerLockboxAuditRecord"},"microsoft.graph.security.workplaceAnalyticsAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"workplaceAnalyticsAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.workplaceAnalyticsAuditRecord"}},"description":"Audit data for Workplace Analytics events."}],"x-ms-discriminator-value":"#microsoft.graph.security.workplaceAnalyticsAuditRecord"},"microsoft.graph.security.yammerAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"yammerAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.yammerAuditRecord"}},"description":"Audit data for Yammer events."}],"x-ms-discriminator-value":"#microsoft.graph.security.yammerAuditRecord"},"microsoft.graph.security.yammerUserHidingAuditRecord":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.auditData"},{"title":"yammerUserHidingAuditRecord","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.yammerUserHidingAuditRecord"}},"description":"Audit data for Yammer User Hiding events."}],"x-ms-discriminator-value":"#microsoft.graph.security.yammerUserHidingAuditRecord"},"microsoft.graph.security.filePlanDescriptorBase":{"title":"filePlanDescriptorBase","required":["@odata.type"],"type":"object","properties":{"displayName":{"type":"string","description":"Unique string that defines the name for the file plan descriptor associated with a particular retention label.","nullable":true},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.security.filePlanAppliedCategory":"#/components/schemas/microsoft.graph.security.filePlanAppliedCategory","#microsoft.graph.security.filePlanAuthority":"#/components/schemas/microsoft.graph.security.filePlanAuthority","#microsoft.graph.security.filePlanCitation":"#/components/schemas/microsoft.graph.security.filePlanCitation","#microsoft.graph.security.filePlanDepartment":"#/components/schemas/microsoft.graph.security.filePlanDepartment","#microsoft.graph.security.filePlanReference":"#/components/schemas/microsoft.graph.security.filePlanReference","#microsoft.graph.security.filePlanSubcategory":"#/components/schemas/microsoft.graph.security.filePlanSubcategory"}}},"microsoft.graph.security.filePlanSubcategory":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.filePlanDescriptorBase"},{"title":"filePlanSubcategory","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.filePlanSubcategory"},"microsoft.graph.security.hostReputationRuleSeverity":{"title":"hostReputationRuleSeverity","enum":["unknown","low","medium","high","unknownFutureValue"],"type":"string"},"microsoft.graph.security.action":{"title":"action","enum":["disable","enable","forcePasswordReset","revokeAllSessions","requireUserToSignInAgain","markUserAsCompromised","unknownFutureValue"],"type":"string"},"microsoft.graph.security.identityProvider":{"title":"identityProvider","enum":["entraID","activeDirectory","okta","unknownFutureValue"],"type":"string"},"microsoft.graph.security.eventPropagationStatus":{"title":"eventPropagationStatus","enum":["none","inProcessing","failed","success","unknownFutureValue"],"type":"string"},"microsoft.graph.security.queryType":{"title":"queryType","enum":["files","messages","unknownFutureValue"],"type":"string"},"microsoft.graph.security.eventStatusType":{"title":"eventStatusType","enum":["pending","error","success","notAvaliable","unknownFutureValue"],"type":"string"},"microsoft.graph.security.retentionDurationForever":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.retentionDuration"},{"title":"retentionDurationForever","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.security.retentionDurationForever"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.retentionDurationForever"},"microsoft.graph.security.retentionDurationInDays":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.security.retentionDuration"},{"title":"retentionDurationInDays","required":["@odata.type"],"type":"object","properties":{"days":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Specifies the time period in days for which an item with the applied retention label will be retained for.","format":"int32","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.security.retentionDurationInDays"}}}],"x-ms-discriminator-value":"#microsoft.graph.security.retentionDurationInDays"},"microsoft.graph.teamworkApplicationIdentityType":{"title":"teamworkApplicationIdentityType","enum":["aadApplication","bot","tenantBot","office365Connector","outgoingWebhook","unknownFutureValue"],"type":"string"},"microsoft.graph.teamworkConversationIdentityType":{"title":"teamworkConversationIdentityType","enum":["team","channel","chat","unknownFutureValue"],"type":"string"},"microsoft.graph.teamworkUserIdentityType":{"title":"teamworkUserIdentityType","enum":["aadUser","onPremiseAadUser","anonymousGuest","federatedUser","personalMicrosoftAccountUser","skypeUser","phoneUser","unknownFutureValue","emailUser"],"type":"string"},"microsoft.graph.attendeeType":{"title":"attendeeType","enum":["required","optional","resource"],"type":"string"},"microsoft.graph.weekIndex":{"title":"weekIndex","enum":["first","second","third","fourth","last"],"type":"string"},"microsoft.graph.recurrencePatternType":{"title":"recurrencePatternType","enum":["daily","weekly","absoluteMonthly","relativeMonthly","absoluteYearly","relativeYearly"],"type":"string"},"microsoft.graph.recurrenceRangeType":{"title":"recurrenceRangeType","enum":["endDate","noEnd","numbered"],"type":"string"},"microsoft.graph.siteArchiveStatus":{"title":"siteArchiveStatus","enum":["recentlyArchived","fullyArchived","reactivating","unknownFutureValue"],"type":"string"},"microsoft.graph.deviceGeoLocation":{"title":"deviceGeoLocation","required":["@odata.type"],"type":"object","properties":{"altitude":{"oneOf":[{"type":"number","format":"double","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"Altitude, given in meters above sea level"},"heading":{"oneOf":[{"type":"number","format":"double","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"Heading in degrees from true north"},"horizontalAccuracy":{"oneOf":[{"type":"number","format":"double","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"Accuracy of longitude and latitude in meters"},"lastCollectedDateTime":{"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":"Time at which location was recorded, relative to UTC","format":"date-time"},"latitude":{"oneOf":[{"type":"number","format":"double","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"Latitude coordinate of the device's location"},"longitude":{"oneOf":[{"type":"number","format":"double","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"Longitude coordinate of the device's location"},"speed":{"oneOf":[{"type":"number","format":"double","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"Speed the device is traveling in meters per second"},"verticalAccuracy":{"oneOf":[{"type":"number","format":"double","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"Accuracy of altitude in meters"},"@odata.type":{"type":"string"}},"description":"Device location"},"microsoft.graph.onlineMeetingRole":{"title":"onlineMeetingRole","enum":["attendee","presenter","unknownFutureValue","producer","coorganizer"],"type":"string"},"microsoft.graph.virtualEventPresenterInfo":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.meetingParticipantInfo"},{"title":"virtualEventPresenterInfo","required":["@odata.type"],"type":"object","properties":{"presenterDetails":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.virtualEventPresenterDetails"},{"type":"object","nullable":true}]},"@odata.type":{"type":"string","default":"#microsoft.graph.virtualEventPresenterInfo"}}}],"x-ms-discriminator-value":"#microsoft.graph.virtualEventPresenterInfo"},"microsoft.graph.daylightTimeZoneOffset":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.standardTimeZoneOffset"},{"title":"daylightTimeZoneOffset","required":["@odata.type"],"type":"object","properties":{"daylightBias":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The time offset from Coordinated Universal Time (UTC) for daylight saving time. This value is in minutes.","format":"int32","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.daylightTimeZoneOffset"}}}],"x-ms-discriminator-value":"#microsoft.graph.daylightTimeZoneOffset"},"microsoft.graph.standardTimeZoneOffset":{"title":"standardTimeZoneOffset","required":["@odata.type"],"type":"object","properties":{"dayOccurrence":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Represents the nth occurrence of the day of week that the transition from daylight saving time to standard time occurs.","format":"int32","nullable":true},"dayOfWeek":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.dayOfWeek"},{"type":"object","nullable":true}],"description":"Represents the day of the week when the transition from daylight saving time to standard time."},"month":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Represents the month of the year when the transition from daylight saving time to standard time occurs.","format":"int32","nullable":true},"time":{"pattern":"^([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?$","type":"string","description":"Represents the time of day when the transition from daylight saving time to standard time occurs.","format":"time","nullable":true},"year":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Represents how frequently in terms of years the change from daylight saving time to standard time occurs. For example, a value of 0 means every year.","format":"int32","nullable":true},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.daylightTimeZoneOffset":"#/components/schemas/microsoft.graph.daylightTimeZoneOffset"}}},"microsoft.graph.scopeCollectionKind":{"title":"scopeCollectionKind","enum":["allAllowed","enumerated","none","scopeKindNotSet","unknownFutureValue"],"type":"string"},"microsoft.graph.allAllowedScopes":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.inheritableScopes"},{"title":"allAllowedScopes","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.allAllowedScopes"}}}],"x-ms-discriminator-value":"#microsoft.graph.allAllowedScopes"},"microsoft.graph.enumeratedScopes":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.inheritableScopes"},{"title":"enumeratedScopes","required":["@odata.type"],"type":"object","properties":{"scopes":{"type":"array","items":{"type":"string"},"description":"Required. Nonempty list of delegated permission scope identifiers published by the resource application to inherit. Entries must be unique and must not include any globally blocked scopes."},"@odata.type":{"type":"string","default":"#microsoft.graph.enumeratedScopes"}}}],"x-ms-discriminator-value":"#microsoft.graph.enumeratedScopes"},"microsoft.graph.noScopes":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.inheritableScopes"},{"title":"noScopes","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.noScopes"}}}],"x-ms-discriminator-value":"#microsoft.graph.noScopes"},"microsoft.graph.keyCredentialConfiguration":{"title":"keyCredentialConfiguration","required":["@odata.type"],"type":"object","properties":{"excludeActors":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.appManagementPolicyActorExemptions"},{"type":"object","nullable":true}],"description":"Collection of custom security attribute exemptions. If an actor user or service principal has the custom security attribute defined in this section, they're exempted from the restriction.  This means that calls the user or service principal makes to create or update apps are exempt from this policy enforcement."},"maxLifetime":{"pattern":"^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$","type":"string","description":"String value that indicates the maximum lifetime for key expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. This property is required when restrictionType is set to asymmetricKeyLifetime.","format":"duration","nullable":true},"restrictForAppsCreatedAfterDateTime":{"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":"Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied.","format":"date-time","nullable":true},"restrictionType":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.appKeyCredentialRestrictionType"},{"type":"object","nullable":true}],"description":"The type of restriction being applied. Possible values are asymmetricKeyLifetime, and unknownFutureValue. Each value of restrictionType can be used only once per policy."},"state":{"$ref":"#/components/schemas/microsoft.graph.appManagementRestrictionState"},"@odata.type":{"type":"string"}}},"microsoft.graph.passwordCredentialConfiguration":{"title":"passwordCredentialConfiguration","required":["@odata.type"],"type":"object","properties":{"excludeActors":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.appManagementPolicyActorExemptions"},{"type":"object","nullable":true}],"description":"Collection of custom security attribute exemptions. If an actor user or service principal has the custom security attribute defined in this section, they're exempted from the restriction.  This means that calls the user or service principal makes to create or update apps are exempt from this policy enforcement."},"maxLifetime":{"pattern":"^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$","type":"string","description":"String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. This property is required when restrictionType is set to passwordLifetime.","format":"duration","nullable":true},"restrictForAppsCreatedAfterDateTime":{"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":"Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied.","format":"date-time","nullable":true},"restrictionType":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.appCredentialRestrictionType"},{"type":"object","nullable":true}],"description":"The type of restriction being applied. The possible values are: passwordAddition, passwordLifetime, symmetricKeyAddition, symmetricKeyLifetime, customPasswordAddition, and unknownFutureValue. Each value of restrictionType can be used only once per policy."},"state":{"$ref":"#/components/schemas/microsoft.graph.appManagementRestrictionState"},"@odata.type":{"type":"string"}}},"microsoft.graph.identifierUriRestriction":{"title":"identifierUriRestriction","required":["@odata.type"],"type":"object","properties":{"excludeActors":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.appManagementPolicyActorExemptions"},{"type":"object","nullable":true}],"description":"Collection of custom security attribute exemptions. If an actor user or service principal has the custom security attribute defined in this section, they're exempted from the restriction.  This means that calls the user or service principal makes to create or update apps are exempt from this policy enforcement."},"excludeAppsReceivingV2Tokens":{"type":"boolean","description":"If true, the restriction isn't enforced for applications that are configured to receive V2 tokens in Microsoft Entra ID; else, the restriction is enforced for those applications.","nullable":true},"excludeSaml":{"type":"boolean","description":"If true, the restriction isn't enforced for SAML applications in Microsoft Entra ID; else, the restriction is enforced for those applications.","nullable":true},"isStateSetByMicrosoft":{"type":"boolean","description":"If true, Microsoft sets the identifierUriRestriction state. If false, the tenant modifies the identifierUriRestriction state. Read-only.","readOnly":true},"restrictForAppsCreatedAfterDateTime":{"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":"Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied.","format":"date-time","nullable":true},"state":{"$ref":"#/components/schemas/microsoft.graph.appManagementRestrictionState"},"@odata.type":{"type":"string"}}},"microsoft.graph.approverInformationVisibility":{"title":"approverInformationVisibility","enum":["default","notVisible","visible","unknownFutureValue"],"type":"string"},"microsoft.graph.accessPackageDynamicApprovalStage":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.accessPackageApprovalStage"},{"title":"accessPackageDynamicApprovalStage","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.accessPackageDynamicApprovalStage"}}}],"x-ms-discriminator-value":"#microsoft.graph.accessPackageDynamicApprovalStage"},"microsoft.graph.accessPackageUserDirectoryAttributeStore":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.accessPackageResourceAttributeDestination"},{"title":"accessPackageUserDirectoryAttributeStore","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.accessPackageUserDirectoryAttributeStore"}}}],"x-ms-discriminator-value":"#microsoft.graph.accessPackageUserDirectoryAttributeStore"},"microsoft.graph.accessPackageResourceAttributeQuestion":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.accessPackageResourceAttributeSource"},{"title":"accessPackageResourceAttributeQuestion","required":["@odata.type"],"type":"object","properties":{"question":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.accessPackageQuestion"},{"type":"object","nullable":true}],"x-ms-navigationProperty":true},"@odata.type":{"type":"string","default":"#microsoft.graph.accessPackageResourceAttributeQuestion"}}}],"x-ms-discriminator-value":"#microsoft.graph.accessPackageResourceAttributeQuestion"},"microsoft.graph.accessReviewNotificationRecipientQueryScope":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.accessReviewNotificationRecipientScope"},{"title":"accessReviewNotificationRecipientQueryScope","required":["@odata.type"],"type":"object","properties":{"query":{"type":"string","description":"Represents the query for who the recipients are. For example, /groups/{group id}/members for group members and /users/{user id} for a specific user.","nullable":true},"queryRoot":{"type":"string","description":"In the scenario where reviewers need to be specified dynamically, indicates the relative source of the query. This property is only required if a relative query (that is, ./manager) is specified.","nullable":true},"queryType":{"type":"string","description":"Indicates the type of query. Allowed value is MicrosoftGraph.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.accessReviewNotificationRecipientQueryScope"}}}],"x-ms-discriminator-value":"#microsoft.graph.accessReviewNotificationRecipientQueryScope"},"microsoft.graph.disableAndDeleteUserApplyAction":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.accessReviewApplyAction"},{"title":"disableAndDeleteUserApplyAction","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.disableAndDeleteUserApplyAction"}}}],"x-ms-discriminator-value":"#microsoft.graph.disableAndDeleteUserApplyAction"},"microsoft.graph.removeAccessApplyAction":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.accessReviewApplyAction"},{"title":"removeAccessApplyAction","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.removeAccessApplyAction"}}}],"x-ms-discriminator-value":"#microsoft.graph.removeAccessApplyAction"},"microsoft.graph.groupPeerOutlierRecommendationInsightSettings":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.accessReviewRecommendationInsightSetting"},{"title":"groupPeerOutlierRecommendationInsightSettings","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.groupPeerOutlierRecommendationInsightSettings"}}}],"x-ms-discriminator-value":"#microsoft.graph.groupPeerOutlierRecommendationInsightSettings"},"microsoft.graph.userLastSignInRecommendationInsightSetting":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.accessReviewRecommendationInsightSetting"},{"title":"userLastSignInRecommendationInsightSetting","required":["@odata.type"],"type":"object","properties":{"recommendationLookBackDuration":{"pattern":"^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$","type":"string","description":"Optional. Indicates the time period of inactivity (with respect to the start date of the review instance) that recommendations will be configured from. The recommendation will be to deny if the user is inactive during the look-back duration. For reviews of groups and Microsoft Entra roles, any duration is accepted. For reviews of applications, 30 days is the maximum duration. If not specified, the duration is 30 days.","format":"duration","nullable":true},"signInScope":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.userSignInRecommendationScope"},{"type":"object","nullable":true}],"description":"Indicates whether inactivity is calculated based on the user's inactivity in the tenant or in the application. The possible values are tenant, application, unknownFutureValue. application is only relevant when the access review is a review of an assignment to an application."},"@odata.type":{"type":"string","default":"#microsoft.graph.userLastSignInRecommendationInsightSetting"}}}],"x-ms-discriminator-value":"#microsoft.graph.userLastSignInRecommendationInsightSetting"},"microsoft.graph.fileHashType":{"title":"fileHashType","enum":["unknown","sha1","sha256","md5","authenticodeHash256","lsHash","ctph","unknownFutureValue"],"type":"string"},"microsoft.graph.csaStarLevel":{"title":"csaStarLevel","enum":["none","attestation","certification","continuousMonitoring","cStarAssessment","selfAssessment","notSupported","unknownFutureValue"],"type":"string"},"microsoft.graph.fedRampLevel":{"title":"fedRampLevel","enum":["none","high","liSaas","low","moderate","notSupported","unknownFutureValue"],"type":"string"},"microsoft.graph.pciVersion":{"title":"pciVersion","enum":["none","v3_2_1","v4","notSupported","unknownFutureValue"],"type":"string"},"microsoft.graph.holdType":{"title":"holdType","enum":["none","private","public","unknownFutureValue"],"type":"string"},"microsoft.graph.applicationLocation":{"title":"applicationLocation","required":["@odata.type"],"type":"object","properties":{"dataCenter":{"type":"string","description":"Specifies the region or physical location where the application's primary data center is hosted.","nullable":true},"headquarters":{"type":"string","description":"Specifies the city, country or region where the application's owning organization is headquartered.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.applicationDataType":{"title":"applicationDataType","enum":["none","codingFiles","creditCards","databaseFiles","documents","mediaFiles","unknownFutureValue"],"type":"string","x-ms-enum-flags":{"isFlags":true}},"microsoft.graph.dataRetentionLevel":{"title":"dataRetentionLevel","enum":["none","dataRetained","deletedImmediately","deletedWithin1Month","deletedWithin2Weeks","deletedWithin3Months","deletedWithinMoreThan3Months","unknownFutureValue"],"type":"string"},"microsoft.graph.applicationRiskFactorLegalInfoGdpr":{"title":"applicationRiskFactorLegalInfoGdpr","required":["@odata.type"],"type":"object","properties":{"dataProtection":{"$ref":"#/components/schemas/microsoft.graph.dataProtection"},"hasRightToErasure":{"type":"boolean","description":"Indicates whether the application provides users with the ability to request deletion of their personal data (the right to be forgotten).","nullable":true},"isReportingDataBreaches":{"type":"boolean","description":"Indicates whether the organization reports personal data breaches to authorities and affected users in accordance with GDPR requirements.","nullable":true},"statementUrl":{"type":"string","description":"Specifies the URL of the application's GDPR or privacy compliance statement, outlining how user data is handled.","nullable":true},"userOwnership":{"$ref":"#/components/schemas/microsoft.graph.userOwnership"},"@odata.type":{"type":"string"}}},"microsoft.graph.applicationRiskFactorCertificateInfo":{"title":"applicationRiskFactorCertificateInfo","required":["@odata.type"],"type":"object","properties":{"hasBadCommonName":{"type":"boolean","description":"Indicates whether the certificate's common name doesn't match the expected domain name.","nullable":true},"hasInsecureSignature":{"type":"boolean","description":"Indicates whether the certificate uses a weak or insecure signature algorithm (for example, MD5 or SHA-1).","nullable":true},"hasNoChainOfTrust":{"type":"boolean","description":"Indicates whether the certificate chain of trust is incomplete or invalid.","nullable":true},"isDenylisted":{"type":"boolean","description":"Indicates whether the certificate is on a known denylist or associated with compromised issuers.","nullable":true},"isHostnameMismatch":{"type":"boolean","description":"Indicates whether the certificate's hostname doesn't match the domain it was issued for.","nullable":true},"isNotAfter":{"type":"boolean","description":"Indicates whether the certificate is expired and no longer valid.","nullable":true},"isNotBefore":{"type":"boolean","description":"Indicates whether the certificate isn't yet valid based on its activation date.","nullable":true},"isRevoked":{"type":"boolean","description":"Indicates whether the issuing certificate authority revoked the certificate.","nullable":true},"isSelfSigned":{"type":"boolean","description":"Indicates whether the certificate is self-signed rather than issued by a trusted certificate authority.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.sslVersion":{"title":"sslVersion","enum":["none","ssl3_0","tls1_0","tls1_1","tls1_2","tls1_3","notSupported","unknownFutureValue"],"type":"string"},"microsoft.graph.passwordPolicy":{"title":"passwordPolicy","enum":["none","changePasswordPeriod","charactersCombination","passwordHistoryAndReuse","passwordLengthLimit","personalInformationUse","unknownFutureValue"],"type":"string","x-ms-enum-flags":{"isFlags":true}},"microsoft.graph.restEncryptionType":{"title":"restEncryptionType","enum":["none","aes","bitlocker","blowfish","des","rc4","rsa","notSupported","unknownFutureValue"],"type":"string"},"microsoft.graph.authenticationConditionApplication":{"title":"authenticationConditionApplication","required":["@odata.type"],"type":"object","properties":{"appId":{"type":"string","description":"The identifier for an application corresponding to a condition which will trigger an authenticationEventListener."},"@odata.type":{"type":"string"}}},"microsoft.graph.authenticationAttributeCollectionPage":{"title":"authenticationAttributeCollectionPage","required":["@odata.type"],"type":"object","properties":{"views":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.authenticationAttributeCollectionPageViewConfiguration"},"description":"A collection of displays of the attribute collection page."},"@odata.type":{"type":"string"}}},"microsoft.graph.customExtensionOverwriteConfiguration":{"title":"customExtensionOverwriteConfiguration","required":["@odata.type"],"type":"object","properties":{"behaviorOnError":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.customExtensionBehaviorOnError"},{"type":"object","nullable":true}]},"clientConfiguration":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.customExtensionClientConfiguration"},{"type":"object","nullable":true}],"description":"Configuration regarding properties of the custom extension which can be overwritten per event listener. If no values are provided, the properties on the custom extension are used."},"@odata.type":{"type":"string"}}},"microsoft.graph.fraudProtectionConfiguration":{"title":"fraudProtectionConfiguration","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.fraudProtectionProviderConfiguration":"#/components/schemas/microsoft.graph.fraudProtectionProviderConfiguration"}}},"microsoft.graph.userType":{"title":"userType","enum":["member","guest","unknownFutureValue"],"type":"string"},"microsoft.graph.featureTarget":{"title":"featureTarget","required":["@odata.type"],"type":"object","properties":{"id":{"type":"string","description":"The ID of the entity that's targeted in the include or exclude rule, or all_users to target all users.","nullable":true},"targetType":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.featureTargetType"},{"type":"object","nullable":true}],"description":"The kind of entity that's targeted. The possible values are: group, administrativeUnit, role, unknownFutureValue."},"@odata.type":{"type":"string"}}},"microsoft.graph.advancedConfigState":{"title":"advancedConfigState","enum":["default","enabled","disabled","unknownFutureValue"],"type":"string"},"microsoft.graph.x509CertificateRuleType":{"title":"x509CertificateRuleType","enum":["issuerSubject","policyOID","unknownFutureValue","issuerSubjectAndPolicyOID"],"type":"string"},"microsoft.graph.authenticationMethodsRegistrationCampaignIncludeTarget":{"title":"authenticationMethodsRegistrationCampaignIncludeTarget","required":["@odata.type"],"type":"object","properties":{"id":{"type":"string","description":"The object identifier of a Microsoft Entra user or group."},"targetedAuthenticationMethod":{"type":"string","description":"The authentication method that the user is prompted to register. The value can be Fido2 or microsoftAuthenticator.","nullable":true},"targetType":{"$ref":"#/components/schemas/microsoft.graph.authenticationMethodTargetType"},"@odata.type":{"type":"string"}}},"microsoft.graph.metaDataKeyStringPair":{"title":"metaDataKeyStringPair","required":["@odata.type"],"type":"object","properties":{"key":{"type":"string","description":"Key of the meta data.","nullable":true},"value":{"type":"string","description":"Value of the meta data.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.bookingQuestionAnswer":{"title":"bookingQuestionAnswer","required":["@odata.type"],"type":"object","properties":{"answer":{"type":"string","description":"The answer given by the user in case the answerInputType is text.","nullable":true},"answerInputType":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.answerInputType"},{"type":"object","nullable":true}],"description":"The expected answer type. The possible values are: text, radioButton, unknownFutureValue."},"answerOptions":{"type":"array","items":{"type":"string","nullable":true},"description":"In case the answerInputType is radioButton, this will consists of a list of possible answer values."},"isRequired":{"type":"boolean","description":"Indicates whether it is mandatory to answer the custom question.","nullable":true},"question":{"type":"string","description":"The question.","nullable":true},"questionId":{"type":"string","description":"The ID of the custom question.","nullable":true},"selectedOptions":{"type":"array","items":{"type":"string","nullable":true},"description":"The answers selected by the user."},"@odata.type":{"type":"string"}}},"microsoft.graph.bookingsServiceAvailabilityType":{"title":"bookingsServiceAvailabilityType","enum":["bookWhenStaffAreFree","notBookable","customWeeklyHours","unknownFutureValue"],"type":"string"},"microsoft.graph.mediaInfo":{"title":"mediaInfo","required":["@odata.type"],"type":"object","properties":{"resourceId":{"type":"string","description":"Optional. Used to uniquely identity the resource. If passed in, the prompt uri is against this resourceId as a key.","nullable":true},"uri":{"type":"string","description":"Path to the prompt that will be played. Currently supports only Wave file (.wav) format, single-channel, 16-bit samples with a 16,000 (16 KHz) sampling rate."},"@odata.type":{"type":"string"}}},"microsoft.graph.countryLookupMethodType":{"title":"countryLookupMethodType","enum":["clientIpAddress","authenticatorAppGps","unknownFutureValue"],"type":"string"},"microsoft.graph.conditionalAccessApplications":{"title":"conditionalAccessApplications","required":["@odata.type"],"type":"object","properties":{"applicationFilter":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.conditionalAccessFilter"},{"type":"object","nullable":true}],"description":"Filter that defines the dynamic-application-syntax rule to include/exclude cloud applications. A filter can use custom security attributes to include/exclude applications."},"excludeApplications":{"type":"array","items":{"type":"string"},"description":"Can be one of the following:  The list of client IDs (appId) explicitly excluded from the policy. Office365 - For the list of apps included in Office365, see Apps included in Conditional Access Office 365 app suite  MicrosoftAdminPortals - For more information, see Conditional Access Target resources: Microsoft Admin Portals"},"includeApplications":{"type":"array","items":{"type":"string"},"description":"Can be one of the following:  The list of client IDs (appId) the policy applies to, unless explicitly excluded (in excludeApplications)  All  Office365 - For the list of apps included in Office365, see Apps included in Conditional Access Office 365 app suite  MicrosoftAdminPortals - For more information, see Conditional Access Target resources: Microsoft Admin Portals"},"includeAuthenticationContextClassReferences":{"type":"array","items":{"type":"string"}},"includeUserActions":{"type":"array","items":{"type":"string"},"description":"User actions to include. Supported values are urn:user:registersecurityinfo and urn:user:registerdevice"},"@odata.type":{"type":"string"}}},"microsoft.graph.conditionalAccessAuthenticationFlows":{"title":"conditionalAccessAuthenticationFlows","required":["@odata.type"],"type":"object","properties":{"transferMethods":{"$ref":"#/components/schemas/microsoft.graph.conditionalAccessTransferMethods"},"@odata.type":{"type":"string"}}},"microsoft.graph.conditionalAccessClientApplications":{"title":"conditionalAccessClientApplications","required":["@odata.type"],"type":"object","properties":{"excludeServicePrincipals":{"type":"array","items":{"type":"string"},"description":"Service principal IDs excluded from the policy scope."},"includeServicePrincipals":{"type":"array","items":{"type":"string"},"description":"Service principal IDs included in the policy scope, or ServicePrincipalsInMyTenant."},"servicePrincipalFilter":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.conditionalAccessFilter"},{"type":"object","nullable":true}],"description":"Filter that defines the dynamic-servicePrincipal-syntax rule to include/exclude service principals. A filter can use custom security attributes to include/exclude service principals."},"@odata.type":{"type":"string"}}},"microsoft.graph.conditionalAccessClientApp":{"title":"conditionalAccessClientApp","enum":["all","browser","mobileAppsAndDesktopClients","exchangeActiveSync","easSupported","other","unknownFutureValue"],"type":"string"},"microsoft.graph.conditionalAccessDevices":{"title":"conditionalAccessDevices","required":["@odata.type"],"type":"object","properties":{"deviceFilter":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.conditionalAccessFilter"},{"type":"object","nullable":true}],"description":"Filter that defines the dynamic-device-syntax rule to include/exclude devices. A filter can use device properties (such as extension attributes) to include/exclude them."},"@odata.type":{"type":"string"}}},"microsoft.graph.conditionalAccessInsiderRiskLevels":{"title":"conditionalAccessInsiderRiskLevels","enum":["minor","moderate","elevated","unknownFutureValue"],"type":"string","x-ms-enum-flags":{"isFlags":true}},"microsoft.graph.conditionalAccessLocations":{"title":"conditionalAccessLocations","required":["@odata.type"],"type":"object","properties":{"excludeLocations":{"type":"array","items":{"type":"string"},"description":"Location IDs excluded from scope of policy."},"includeLocations":{"type":"array","items":{"type":"string"},"description":"Location IDs in scope of policy unless explicitly excluded, All, or AllTrusted."},"@odata.type":{"type":"string"}}},"microsoft.graph.conditionalAccessPlatforms":{"title":"conditionalAccessPlatforms","required":["@odata.type"],"type":"object","properties":{"excludePlatforms":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.conditionalAccessDevicePlatform"},"description":"The possible values are: android, iOS, windows, windowsPhone, macOS, linux, all, unknownFutureValue."},"includePlatforms":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.conditionalAccessDevicePlatform"},"description":"The possible values are: android, iOS, windows, windowsPhone, macOS, linux, all, unknownFutureValue."},"@odata.type":{"type":"string"}}},"microsoft.graph.conditionalAccessUsers":{"title":"conditionalAccessUsers","required":["@odata.type"],"type":"object","properties":{"excludeGroups":{"type":"array","items":{"type":"string"},"description":"Group IDs excluded from scope of policy."},"excludeGuestsOrExternalUsers":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.conditionalAccessGuestsOrExternalUsers"},{"type":"object","nullable":true}],"description":"Internal guests or external users excluded from the policy scope. Optionally populated."},"excludeRoles":{"type":"array","items":{"type":"string"},"description":"Role IDs excluded from scope of policy."},"excludeUsers":{"type":"array","items":{"type":"string"},"description":"User IDs excluded from scope of policy and/or GuestsOrExternalUsers."},"includeGroups":{"type":"array","items":{"type":"string"},"description":"Group IDs in scope of policy unless explicitly excluded."},"includeGuestsOrExternalUsers":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.conditionalAccessGuestsOrExternalUsers"},{"type":"object","nullable":true}],"description":"Internal guests or external users included in the policy scope. Optionally populated."},"includeRoles":{"type":"array","items":{"type":"string"},"description":"Role IDs in scope of policy unless explicitly excluded."},"includeUsers":{"type":"array","items":{"type":"string"},"description":"User IDs in scope of policy unless explicitly excluded, None, All, or GuestsOrExternalUsers."},"@odata.type":{"type":"string"}}},"microsoft.graph.conditionalAccessGrantControl":{"title":"conditionalAccessGrantControl","enum":["block","mfa","compliantDevice","domainJoinedDevice","approvedApplication","compliantApplication","passwordChange","unknownFutureValue","riskRemediation"],"type":"string"},"microsoft.graph.applicationEnforcedRestrictionsSessionControl":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.conditionalAccessSessionControl"},{"title":"applicationEnforcedRestrictionsSessionControl","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.applicationEnforcedRestrictionsSessionControl"}}}],"x-ms-discriminator-value":"#microsoft.graph.applicationEnforcedRestrictionsSessionControl"},"microsoft.graph.cloudAppSecuritySessionControl":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.conditionalAccessSessionControl"},{"title":"cloudAppSecuritySessionControl","required":["@odata.type"],"type":"object","properties":{"cloudAppSecurityType":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.cloudAppSecuritySessionControlType"},{"type":"object","nullable":true}],"description":"The possible values are: mcasConfigured, monitorOnly, blockDownloads, unknownFutureValue. For more information, see Deploy Conditional Access App Control for featured apps."},"@odata.type":{"type":"string","default":"#microsoft.graph.cloudAppSecuritySessionControl"}}}],"x-ms-discriminator-value":"#microsoft.graph.cloudAppSecuritySessionControl"},"microsoft.graph.persistentBrowserSessionControl":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.conditionalAccessSessionControl"},{"title":"persistentBrowserSessionControl","required":["@odata.type"],"type":"object","properties":{"mode":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.persistentBrowserSessionMode"},{"type":"object","nullable":true}],"description":"The possible values are: always, never."},"@odata.type":{"type":"string","default":"#microsoft.graph.persistentBrowserSessionControl"}}}],"x-ms-discriminator-value":"#microsoft.graph.persistentBrowserSessionControl"},"microsoft.graph.secureSignInSessionControl":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.conditionalAccessSessionControl"},{"title":"secureSignInSessionControl","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.secureSignInSessionControl"}}}],"x-ms-discriminator-value":"#microsoft.graph.secureSignInSessionControl"},"microsoft.graph.signInFrequencySessionControl":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.conditionalAccessSessionControl"},{"title":"signInFrequencySessionControl","required":["@odata.type"],"type":"object","properties":{"authenticationType":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.signInFrequencyAuthenticationType"},{"type":"object","nullable":true}],"description":"The possible values are primaryAndSecondaryAuthentication, secondaryAuthentication, unknownFutureValue. This property isn't required when using frequencyInterval with the value of timeBased."},"frequencyInterval":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.signInFrequencyInterval"},{"type":"object","nullable":true}],"description":"The possible values are timeBased, everyTime, unknownFutureValue. Sign-in frequency of everyTime is available for risky users, risky sign-ins, and Intune device enrollment. For more information, see Require reauthentication every time."},"type":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.signinFrequencyType"},{"type":"object","nullable":true}],"description":"The possible values are: days, hours."},"value":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The number of days or hours.","format":"int32","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.signInFrequencySessionControl"}}}],"x-ms-discriminator-value":"#microsoft.graph.signInFrequencySessionControl"},"microsoft.graph.whatIfAnalysisReasons":{"title":"whatIfAnalysisReasons","enum":["notSet","notEnoughInformation","invalidCondition","users","workloadIdentities","application","userActions","authenticationContext","devicePlatform","devices","clientApps","location","signInRisk","emptyPolicy","invalidPolicy","policyNotEnabled","userRisk","time","insiderRisk","authenticationFlow","unknownFutureValue"],"type":"string","x-ms-enum-flags":{"isFlags":true}},"microsoft.graph.scheduleEntityTheme":{"title":"scheduleEntityTheme","enum":["white","blue","green","purple","pink","yellow","gray","darkBlue","darkGreen","darkPurple","darkPink","darkYellow","unknownFutureValue","darkRed","cranberry","darkOrange","bronze","peach","gold","lime","forest","lightGreen","jade","lightTeal","darkTeal","steel","skyBlue","blueGray","lavender","lilac","plum","magenta","darkBrown","beige","charcoal","silver"],"type":"string"},"microsoft.graph.teamworkCallEventType":{"title":"teamworkCallEventType","enum":["call","meeting","screenShare","unknownFutureValue"],"type":"string"},"microsoft.graph.callParticipantInfo":{"title":"callParticipantInfo","required":["@odata.type"],"type":"object","properties":{"participant":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.identitySet"},{"type":"object","nullable":true}],"description":"Identity of the call participant."},"@odata.type":{"type":"string"}}},"microsoft.graph.callRecordingStatus":{"title":"callRecordingStatus","enum":["success","failure","initial","chunkFinished","unknownFutureValue"],"type":"string"},"microsoft.graph.cloudPcOnPremisesConnectionHealthCheckErrorType":{"title":"cloudPcOnPremisesConnectionHealthCheckErrorType","enum":["dnsCheckFqdnNotFound","dnsCheckNameWithInvalidCharacter","dnsCheckUnknownError","adJoinCheckFqdnNotFound","adJoinCheckIncorrectCredentials","adJoinCheckOrganizationalUnitNotFound","adJoinCheckOrganizationalUnitIncorrectFormat","adJoinCheckComputerObjectAlreadyExists","adJoinCheckAccessDenied","adJoinCheckCredentialsExpired","adJoinCheckAccountLockedOrDisabled","adJoinCheckAccountQuotaExceeded","adJoinCheckServerNotOperational","adJoinCheckUnknownError","endpointConnectivityCheckCloudPcUrlNotAllowListed","endpointConnectivityCheckWVDUrlNotAllowListed","endpointConnectivityCheckIntuneUrlNotAllowListed","endpointConnectivityCheckAzureADUrlNotAllowListed","endpointConnectivityCheckLocaleUrlNotAllowListed","endpointConnectivityCheckUnknownError","azureAdDeviceSyncCheckDeviceNotFound","azureAdDeviceSyncCheckLongSyncCircle","azureAdDeviceSyncCheckConnectDisabled","azureAdDeviceSyncCheckDurationExceeded","azureAdDeviceSyncCheckScpNotConfigured","azureAdDeviceSyncCheckTransientServiceError","azureAdDeviceSyncCheckUnknownError","resourceAvailabilityCheckNoSubnetIP","resourceAvailabilityCheckSubscriptionDisabled","resourceAvailabilityCheckAzurePolicyViolation","resourceAvailabilityCheckSubscriptionNotFound","resourceAvailabilityCheckSubscriptionTransferred","resourceAvailabilityCheckGeneralSubscriptionError","resourceAvailabilityCheckUnsupportedVNetRegion","resourceAvailabilityCheckResourceGroupInvalid","resourceAvailabilityCheckVNetInvalid","resourceAvailabilityCheckSubnetInvalid","resourceAvailabilityCheckResourceGroupBeingDeleted","resourceAvailabilityCheckVNetBeingMoved","resourceAvailabilityCheckSubnetDelegationFailed","resourceAvailabilityCheckSubnetWithExternalResources","resourceAvailabilityCheckResourceGroupLockedForReadonly","resourceAvailabilityCheckResourceGroupLockedForDelete","resourceAvailabilityCheckNoIntuneReaderRoleError","resourceAvailabilityCheckIntuneDefaultWindowsRestrictionViolation","resourceAvailabilityCheckIntuneCustomWindowsRestrictionViolation","resourceAvailabilityCheckDeploymentQuotaLimitReached","resourceAvailabilityCheckTransientServiceError","resourceAvailabilityCheckUnknownError","permissionCheckNoSubscriptionReaderRole","permissionCheckNoResourceGroupOwnerRole","permissionCheckNoVNetContributorRole","permissionCheckNoResourceGroupNetworkContributorRole","permissionCheckNoWindows365NetworkUserRole","permissionCheckNoWindows365NetworkInterfaceContributorRole","permissionCheckTransientServiceError","permissionCheckUnknownError","udpConnectivityCheckStunUrlNotAllowListed","udpConnectivityCheckTurnUrlNotAllowListed","udpConnectivityCheckUrlsNotAllowListed","udpConnectivityCheckUnknownError","internalServerErrorDeploymentCanceled","internalServerErrorAllocateResourceFailed","internalServerErrorVMDeploymentTimeout","internalServerErrorUnableToRunDscScript","ssoCheckKerberosConfigurationError","internalServerUnknownError","unknownFutureValue"],"type":"string"},"microsoft.graph.socialIdentitySourceType":{"title":"socialIdentitySourceType","enum":["facebook","unknownFutureValue"],"type":"string"},"microsoft.graph.userActivityType":{"title":"userActivityType","enum":["uploadText","uploadFile","downloadText","downloadFile","unknownFutureValue","copyToClipboard","pasteFromClipboard","print","accessDebugTools"],"type":"string"},"microsoft.graph.contentBase":{"title":"contentBase","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.binaryContent":"#/components/schemas/microsoft.graph.binaryContent","#microsoft.graph.textContent":"#/components/schemas/microsoft.graph.textContent"}}},"microsoft.graph.contentCategory":{"title":"contentCategory","enum":["none","ai","unknownFutureValue"],"type":"string"},"microsoft.graph.processConversationMetadata":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.processContentMetadataBase"},{"title":"processConversationMetadata","required":["@odata.type"],"type":"object","properties":{"accessedResources":{"type":"array","items":{"type":"string","nullable":true},"description":"List of resources (for example, file URLs, web URLs) accessed during the generation of this message (relevant for bot interactions). The accessedResources property is deprecated and stopped returning data on August 20, 2025. Going forward, use the accessedResources_v2 property."},"accessedResources_v2":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.resourceAccessDetail"},"description":"Lists details about the resources accessed by AI agents, such as identifiers, access type, and status."},"agents":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.aiAgentInfo"},"description":"Indicates the information about an AI agent that participated in the preparation of the message."},"parentMessageId":{"type":"string","description":"Identifier of the parent message in a threaded conversation, if applicable.","nullable":true},"plugins":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.aiInteractionPlugin"},"description":"List of plugins used during the generation of this message (relevant for AI/bot interactions)."},"@odata.type":{"type":"string","default":"#microsoft.graph.processConversationMetadata"}}}],"x-ms-discriminator-value":"#microsoft.graph.processConversationMetadata"},"microsoft.graph.processFileMetadata":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.processContentMetadataBase"},{"title":"processFileMetadata","required":["@odata.type"],"type":"object","properties":{"customProperties":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.customMetadataDictionary"},{"type":"object","nullable":true}],"description":"A dictionary containing custom metadata associated with the file, potentially extracted by the calling application."},"ownerId":{"type":"string","description":"The unique identifier (for example, Entra User ID or UPN) of the owner of the file.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.processFileMetadata"}}}],"x-ms-discriminator-value":"#microsoft.graph.processFileMetadata"},"microsoft.graph.operatingSystemSpecifications":{"title":"operatingSystemSpecifications","required":["@odata.type"],"type":"object","properties":{"operatingSystemPlatform":{"type":"string","description":"The platform of the operating system (for example, 'Windows')."},"operatingSystemVersion":{"type":"string","description":"The version string of the operating system."},"@odata.type":{"type":"string"}}},"microsoft.graph.policyLocation":{"title":"policyLocation","required":["@odata.type"],"type":"object","properties":{"value":{"type":"string","description":"The actual value representing the location. Location value is specific for concretetype of the  policyLocation - policyLocationDomain, policyLocationUrl, or policyLocationApplication (for example, 'contoso.com', 'https://partner.contoso.com/upload', '83ef198a-0396-4893-9d4f-d36efbffcaaa')."},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.policyLocationApplication":"#/components/schemas/microsoft.graph.policyLocationApplication","#microsoft.graph.policyLocationDomain":"#/components/schemas/microsoft.graph.policyLocationDomain","#microsoft.graph.policyLocationUrl":"#/components/schemas/microsoft.graph.policyLocationUrl"}}},"microsoft.graph.crossTenantAccessPolicyTargetConfigurationAccessType":{"title":"crossTenantAccessPolicyTargetConfigurationAccessType","enum":["allowed","blocked","unknownFutureValue"],"type":"string"},"microsoft.graph.crossTenantAccessPolicyTarget":{"title":"crossTenantAccessPolicyTarget","required":["@odata.type"],"type":"object","properties":{"target":{"type":"string","description":"Defines the target for cross-tenant access policy settings and can have one of the following values:  The unique identifier of the user, group, or application  AllUsers  AllApplications - Refers to any Microsoft cloud application.  Office365 - Includes the applications mentioned as part of the Office 365 suite.","nullable":true},"targetType":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.crossTenantAccessPolicyTargetType"},{"type":"object","nullable":true}],"description":"The type of resource that you want to target. The possible values are: user, group, application, unknownFutureValue."},"@odata.type":{"type":"string"}}},"microsoft.graph.b2bIdentityProvidersType":{"title":"b2bIdentityProvidersType","enum":["azureActiveDirectory","externalFederation","socialIdentityProviders","emailOneTimePasscode","microsoftAccount","defaultConfiguredIdp","unknownFutureValue"],"type":"string"},"microsoft.graph.identityGovernance.quarantineType":{"title":"quarantineType","enum":["notQuarantined","countBasedThresholdExceeded","percentageBasedThresholdExceeded","multipleConditionsExceeded","unknownFutureValue"],"type":"string"},"microsoft.graph.settingSourceType":{"title":"settingSourceType","enum":["deviceConfiguration","deviceIntent"],"type":"string"},"microsoft.graph.iosHomeScreenFolderPage":{"title":"iosHomeScreenFolderPage","required":["@odata.type"],"type":"object","properties":{"apps":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.iosHomeScreenApp"},"description":"A list of apps and web clips to appear on a page within a folder. This collection can contain a maximum of 500 elements."},"displayName":{"type":"string","description":"Name of the folder page","nullable":true},"@odata.type":{"type":"string"}},"description":"A page for a folder containing apps and web clips on the Home Screen."},"microsoft.graph.edgeSearchEngineType":{"title":"edgeSearchEngineType","enum":["default","bing"],"type":"string","description":"Allows IT admind to set a predefined default search engine for MDM-Controlled devices","x-ms-enum":{"name":"edgeSearchEngineType","modelAsString":false,"values":[{"value":"default","description":"Uses factory settings of Edge to assign the default search engine as per the user market","name":"default"},{"value":"bing","description":"Sets Bing as the default search engine","name":"bing"}]}},"microsoft.graph.allDeviceRegistrationMembership":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.deviceRegistrationMembership"},{"title":"allDeviceRegistrationMembership","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.allDeviceRegistrationMembership"}}}],"x-ms-discriminator-value":"#microsoft.graph.allDeviceRegistrationMembership"},"microsoft.graph.enumeratedDeviceRegistrationMembership":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.deviceRegistrationMembership"},{"title":"enumeratedDeviceRegistrationMembership","required":["@odata.type"],"type":"object","properties":{"groups":{"type":"array","items":{"type":"string","nullable":true},"description":"List of groups that this policy applies to."},"users":{"type":"array","items":{"type":"string","nullable":true},"description":"List of users that this policy applies to."},"@odata.type":{"type":"string","default":"#microsoft.graph.enumeratedDeviceRegistrationMembership"}}}],"x-ms-discriminator-value":"#microsoft.graph.enumeratedDeviceRegistrationMembership"},"microsoft.graph.noDeviceRegistrationMembership":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.deviceRegistrationMembership"},{"title":"noDeviceRegistrationMembership","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.noDeviceRegistrationMembership"}}}],"x-ms-discriminator-value":"#microsoft.graph.noDeviceRegistrationMembership"},"microsoft.graph.attributeDefinitionMetadataEntry":{"title":"attributeDefinitionMetadataEntry","required":["@odata.type"],"type":"object","properties":{"key":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.attributeDefinitionMetadata"},{"type":"object","nullable":true}],"description":"The possible values are: BaseAttributeName, ComplexObjectDefinition, IsContainer, IsCustomerDefined, IsDomainQualified, LinkPropertyNames, LinkTypeName, MaximumLength, ReferencedProperty."},"value":{"type":"string","description":"Value of the metadata property.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.mutability":{"title":"mutability","enum":["ReadWrite","ReadOnly","Immutable","WriteOnly"],"type":"string"},"microsoft.graph.referencedObject":{"title":"referencedObject","required":["@odata.type"],"type":"object","properties":{"referencedObjectName":{"type":"string","description":"Name of the referenced object. Must match one of the objects in the directory definition.","nullable":true},"referencedProperty":{"type":"string","description":"Currently not supported. Name of the property in the referenced object, the value for which is used as the reference.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.objectDefinitionMetadata":{"title":"objectDefinitionMetadata","enum":["PropertyNameAccountEnabled","PropertyNameSoftDeleted","IsSoftDeletionSupported","IsSynchronizeAllSupported","ConnectorDataStorageRequired","Extensions","BaseObjectName"],"type":"string"},"microsoft.graph.educationAiFeedbackCriteria":{"title":"educationAiFeedbackCriteria","required":["@odata.type"],"type":"object","properties":{"aiFeedbackSettings":{"$ref":"#/components/schemas/microsoft.graph.educationAiFeedbackSettings"},"speechType":{"$ref":"#/components/schemas/microsoft.graph.educationSpeechType"},"@odata.type":{"type":"string"}}},"microsoft.graph.educationSpeakerCoachSettings":{"title":"educationSpeakerCoachSettings","required":["@odata.type"],"type":"object","properties":{"audienceEngagementSettings":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.educationSpeakerCoachAudienceEngagementSettings"},{"type":"object","nullable":true}],"description":"The audience engagement related feedback types that students should receive from the Speaker Coach."},"contentSettings":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.educationSpeakerCoachContentSettings"},{"type":"object","nullable":true}],"description":"The content related feedback types that students should receive from the Speaker Coach."},"deliverySettings":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.educationSpeakerCoachDeliverySettings"},{"type":"object","nullable":true}],"description":"The delivery related feedback types that students should receive from the Speaker Coach."},"@odata.type":{"type":"string"}}},"microsoft.graph.pkcs12CertificateInformation":{"title":"pkcs12CertificateInformation","required":["@odata.type"],"type":"object","properties":{"isActive":{"type":"boolean","description":"Represents whether the certificate is the active certificate to be used for calling the API connector. The active certificate is the most recently uploaded certificate that isn't yet expired but whose notBefore time is in the past."},"notAfter":{"type":"number","description":"The certificate's expiry. This value is a NumericDate as defined in RFC 7519 (A JSON numeric value representing the number of seconds from 1970-01-01T00:00:00Z UTC until the specified UTC date/time, ignoring leap seconds.)","format":"int64"},"notBefore":{"type":"number","description":"The certificate's issue time (not before). This value is a NumericDate as defined in RFC 7519 (A JSON numeric value representing the number of seconds from 1970-01-01T00:00:00Z UTC until the specified UTC date/time, ignoring leap seconds.)","format":"int64"},"thumbprint":{"type":"string","description":"The certificate thumbprint.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.iPv4CidrRange":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.ipRange"},{"title":"iPv4CidrRange","required":["@odata.type"],"type":"object","properties":{"cidrAddress":{"type":"string","description":"IPv4 address in CIDR notation. Not nullable."},"@odata.type":{"type":"string","default":"#microsoft.graph.iPv4CidrRange"}}}],"x-ms-discriminator-value":"#microsoft.graph.iPv4CidrRange"},"microsoft.graph.iPv4Range":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.ipRange"},{"title":"iPv4Range","required":["@odata.type"],"type":"object","properties":{"lowerAddress":{"type":"string","description":"Lower address."},"upperAddress":{"type":"string","description":"Upper address."},"@odata.type":{"type":"string","default":"#microsoft.graph.iPv4Range"}},"description":"IPv4 Range definition."}],"x-ms-discriminator-value":"#microsoft.graph.iPv4Range"},"microsoft.graph.iPv6CidrRange":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.ipRange"},{"title":"iPv6CidrRange","required":["@odata.type"],"type":"object","properties":{"cidrAddress":{"type":"string","description":"IPv6 address in CIDR notation. Not nullable."},"@odata.type":{"type":"string","default":"#microsoft.graph.iPv6CidrRange"}}}],"x-ms-discriminator-value":"#microsoft.graph.iPv6CidrRange"},"microsoft.graph.iPv6Range":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.ipRange"},{"title":"iPv6Range","required":["@odata.type"],"type":"object","properties":{"lowerAddress":{"type":"string","description":"Lower address."},"upperAddress":{"type":"string","description":"Upper address."},"@odata.type":{"type":"string","default":"#microsoft.graph.iPv6Range"}},"description":"IPv6 Range definition."}],"x-ms-discriminator-value":"#microsoft.graph.iPv6Range"},"microsoft.graph.win32LobAppFileSystemOperationType":{"title":"win32LobAppFileSystemOperationType","enum":["notConfigured","exists","modifiedDate","createdDate","version","sizeInMB"],"type":"string","description":"A list of possible operations for rules used to make determinations about an application based on files or folders. Unless noted, can be used with either detection or requirement rules.","x-ms-enum":{"name":"win32LobAppFileSystemOperationType","modelAsString":false,"values":[{"value":"notConfigured","description":"Default. Indicates that the rule does not have the operation type configured.","name":"notConfigured"},{"value":"exists","description":"Indicates that the rule evaluates whether the specified file or folder exists.","name":"exists"},{"value":"modifiedDate","description":"Indicates that the rule compares the modified date of the specified file against a provided comparison value by DateTime comparison.","name":"modifiedDate"},{"value":"createdDate","description":"Indicates that the rule compares the created date of the specified file against a provided comparison value by DateTime comparison.","name":"createdDate"},{"value":"version","description":"Indicates that the rule compares the detected version of the specified file against a provided comparison value via version semantics (both operand values will be parsed as versions and directly compared). If the value read at the given registry value is not discovered to be in version-compatible format, a string comparison will be used instead.","name":"version"},{"value":"sizeInMB","description":"Indicates that the rule compares the size of the file in MiB (rounded down) against a provided comparison value by integer comparison.","name":"sizeInMB"}]}},"microsoft.graph.win32LobAppRuleOperator":{"title":"win32LobAppRuleOperator","enum":["notConfigured","equal","notEqual","greaterThan","greaterThanOrEqual","lessThan","lessThanOrEqual"],"type":"string","description":"Contains properties for detection operator.","x-ms-enum":{"name":"win32LobAppRuleOperator","modelAsString":false,"values":[{"value":"notConfigured","description":"Not configured.","name":"notConfigured"},{"value":"equal","description":"Equal operator.","name":"equal"},{"value":"notEqual","description":"Not equal operator.","name":"notEqual"},{"value":"greaterThan","description":"Greater than operator.","name":"greaterThan"},{"value":"greaterThanOrEqual","description":"Greater than or equal operator.","name":"greaterThanOrEqual"},{"value":"lessThan","description":"Less than operator.","name":"lessThan"},{"value":"lessThanOrEqual","description":"Less than or equal operator.","name":"lessThanOrEqual"}]}},"microsoft.graph.win32LobAppPowerShellScriptRuleOperationType":{"title":"win32LobAppPowerShellScriptRuleOperationType","enum":["notConfigured","string","dateTime","integer","float","version","boolean"],"type":"string","description":"Contains all supported Powershell Script output detection type.","x-ms-enum":{"name":"win32LobAppPowerShellScriptRuleOperationType","modelAsString":false,"values":[{"value":"notConfigured","description":"Not configured.","name":"notConfigured"},{"value":"string","description":"Output data type is string.","name":"string"},{"value":"dateTime","description":"Output data type is date time.","name":"dateTime"},{"value":"integer","description":"Output data type is integer.","name":"integer"},{"value":"float","description":"Output data type is float.","name":"float"},{"value":"version","description":"Output data type is version.","name":"version"},{"value":"boolean","description":"Output data type is boolean.","name":"boolean"}]}},"microsoft.graph.win32LobAppRegistryRuleOperationType":{"title":"win32LobAppRegistryRuleOperationType","enum":["notConfigured","exists","doesNotExist","string","integer","version"],"type":"string","description":"A list of possible operations for rules used to make determinations about an application based on registry keys or values. Unless noted, the values can be used with either detection or requirement rules.","x-ms-enum":{"name":"win32LobAppRegistryRuleOperationType","modelAsString":false,"values":[{"value":"notConfigured","description":"Default. Indicates that the rule does not have the operation type configured.","name":"notConfigured"},{"value":"exists","description":"Indicates that the rule evaluates whether the specified registry key or value exists.","name":"exists"},{"value":"doesNotExist","description":"Indicates that the rule evaluates whether the specified registry key or value does not exist. It is the functional inverse of an equivalent rule that uses operation type `exists`.","name":"doesNotExist"},{"value":"string","description":"Indicates that the rule compares the value read at the given registry value against a provided comparison value by string comparison.","name":"string"},{"value":"integer","description":"Indicates that the rule compares the value read at the given registry value against a provided comparison value by integer comparison.","name":"integer"},{"value":"version","description":"Indicates that the rule compares the value read at the given registry value against a provided comparison value via version semantics (both operand values will be parsed as versions and directly compared). If the value read at the given registry value is not discovered to be in version-compatible format, a string comparison will be used instead.","name":"version"}]}},"microsoft.graph.win32LobAppAutoUpdateSettings":{"title":"win32LobAppAutoUpdateSettings","required":["@odata.type"],"type":"object","properties":{"autoUpdateSupersededAppsState":{"$ref":"#/components/schemas/microsoft.graph.win32LobAutoUpdateSupersededAppsState"},"@odata.type":{"type":"string"}},"description":"Contains properties used to perform the auto-update of an application."},"microsoft.graph.win32LobAppDeliveryOptimizationPriority":{"title":"win32LobAppDeliveryOptimizationPriority","enum":["notConfigured","foreground"],"type":"string","description":"Contains value for delivery optimization priority.","x-ms-enum":{"name":"win32LobAppDeliveryOptimizationPriority","modelAsString":false,"values":[{"value":"notConfigured","description":"Not configured or background normal delivery optimization priority.","name":"notConfigured"},{"value":"foreground","description":"Foreground delivery optimization priority.","name":"foreground"}]}},"microsoft.graph.mobileAppInstallTimeSettings":{"title":"mobileAppInstallTimeSettings","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 time at which the app should be installed.","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.","format":"date-time","nullable":true},"useLocalTime":{"type":"boolean","description":"Whether the local device time or UTC time should be used when determining the available and deadline times."},"@odata.type":{"type":"string"}},"description":"Contains properties used to determine when to offer an app to devices and when to install the app on devices."},"microsoft.graph.win32LobAppNotification":{"title":"win32LobAppNotification","enum":["showAll","showReboot","hideAll"],"type":"string","description":"Contains value for notification status.","x-ms-enum":{"name":"win32LobAppNotification","modelAsString":false,"values":[{"value":"showAll","description":"Show all notifications.","name":"showAll"},{"value":"showReboot","description":"Only show restart notification and suppress other notifications.","name":"showReboot"},{"value":"hideAll","description":"Hide all notifications.","name":"hideAll"}]}},"microsoft.graph.win32LobAppRestartSettings":{"title":"win32LobAppRestartSettings","required":["@odata.type"],"type":"object","properties":{"countdownDisplayBeforeRestartInMinutes":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The number of minutes before the restart time to display the countdown dialog for pending restarts.","format":"int32"},"gracePeriodInMinutes":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The number of minutes to wait before restarting the device after an app installation.","format":"int32"},"restartNotificationSnoozeDurationInMinutes":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The number of minutes to snooze the restart notification dialog when the snooze button is selected.","format":"int32","nullable":true},"@odata.type":{"type":"string"}},"description":"Contains properties describing restart coordination following an app installation."},"microsoft.graph.onPremisesDirectorySynchronizationDeletionPreventionType":{"title":"onPremisesDirectorySynchronizationDeletionPreventionType","enum":["disabled","enabledForCount","enabledForPercentage","unknownFutureValue"],"type":"string"},"microsoft.graph.coachmarkLocation":{"title":"coachmarkLocation","required":["@odata.type"],"type":"object","properties":{"length":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Length of coachmark.","format":"int32","nullable":true},"offset":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Offset of coachmark.","format":"int32","nullable":true},"type":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.coachmarkLocationType"},{"type":"object","nullable":true}],"description":"Type of coachmark location. The possible values are: unknown, fromEmail, subject, externalTag, displayName, messageBody, unknownFutureValue."},"@odata.type":{"type":"string"}}},"microsoft.graph.baseEndUserNotification":{"title":"baseEndUserNotification","required":["@odata.type"],"type":"object","properties":{"defaultLanguage":{"type":"string","description":"The default language for the end user notification.","nullable":true},"endUserNotification":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.endUserNotification"},{"type":"object","nullable":true}],"x-ms-navigationProperty":true},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.positiveReinforcementNotification":"#/components/schemas/microsoft.graph.positiveReinforcementNotification","#microsoft.graph.simulationNotification":"#/components/schemas/microsoft.graph.simulationNotification","#microsoft.graph.trainingReminderNotification":"#/components/schemas/microsoft.graph.trainingReminderNotification"}}},"microsoft.graph.notificationDeliveryPreference":{"title":"notificationDeliveryPreference","enum":["unknown","deliverImmedietly","deliverAfterCampaignEnd","unknownFutureValue"],"type":"string"},"microsoft.graph.simulationNotification":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.baseEndUserNotification"},{"title":"simulationNotification","required":["@odata.type"],"type":"object","properties":{"targettedUserType":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.targettedUserType"},{"type":"object","nullable":true}],"description":"Target user type. The possible values are: unknown, clicked, compromised, allUsers, unknownFutureValue."},"@odata.type":{"type":"string","default":"#microsoft.graph.simulationNotification"}}}],"x-ms-discriminator-value":"#microsoft.graph.simulationNotification"},"microsoft.graph.trainingReminderNotification":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.baseEndUserNotification"},{"title":"trainingReminderNotification","required":["@odata.type"],"type":"object","properties":{"deliveryFrequency":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.notificationDeliveryFrequency"},{"type":"object","nullable":true}],"description":"Configurable frequency for the reminder email introduced during simulation creation. The possible values are: unknown, weekly, biWeekly, unknownFutureValue."},"@odata.type":{"type":"string","default":"#microsoft.graph.trainingReminderNotification"}}}],"x-ms-discriminator-value":"#microsoft.graph.trainingReminderNotification"},"microsoft.graph.recommendedAction":{"title":"recommendedAction","required":["@odata.type"],"type":"object","properties":{"actionWebUrl":{"type":"string","description":"Web URL to the recommended action.","nullable":true},"potentialScoreImpact":{"oneOf":[{"type":"number","format":"double","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"Potential improvement in the tenant security score from the recommended action."},"title":{"type":"string","description":"Title of the recommended action.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.simulationEventsContent":{"title":"simulationEventsContent","required":["@odata.type"],"type":"object","properties":{"compromisedRate":{"oneOf":[{"type":"number","format":"double","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"Actual percentage of users who fell for the simulated attack in an attack simulation and training campaign."},"events":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.simulationEvent"},"description":"List of simulation events in an attack simulation and training campaign."},"@odata.type":{"type":"string"}}},"microsoft.graph.trainingEventsContent":{"title":"trainingEventsContent","required":["@odata.type"],"type":"object","properties":{"assignedTrainingsInfos":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.assignedTrainingInfo"},"description":"List of assigned trainings and their information in an attack simulation and training campaign."},"trainingsAssignedUserCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of users who were assigned trainings in an attack simulation and training campaign.","format":"int32","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.userSimulationEventInfo":{"title":"userSimulationEventInfo","required":["@odata.type"],"type":"object","properties":{"browser":{"type":"string","description":"Browser information from where the simulation event was initiated by a user in an attack simulation and training campaign.","nullable":true},"clickSource":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.clickSource"},{"type":"object","nullable":true}]},"eventDateTime":{"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":"Date and time of the simulation event by a user in an attack simulation and training campaign.","format":"date-time","nullable":true},"eventName":{"type":"string","description":"Name of the simulation event by a user in an attack simulation and training campaign.","nullable":true},"ipAddress":{"type":"string","description":"IP address from where the simulation event was initiated by a user in an attack simulation and training campaign.","nullable":true},"osPlatformDeviceDetails":{"type":"string","description":"The operating system, platform, and device details from where the simulation event was initiated by a user in an attack simulation and training campaign.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.userTrainingEventInfo":{"title":"userTrainingEventInfo","required":["@odata.type"],"type":"object","properties":{"displayName":{"type":"string","description":"Display name of the training.","nullable":true},"latestTrainingStatus":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.trainingStatus"},{"type":"object","nullable":true}],"description":"Latest status of the training assigned to the user. The possible values are: unknown, assigned, inProgress, completed, overdue, unknownFutureValue."},"trainingAssignedProperties":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.userTrainingContentEventInfo"},{"type":"object","nullable":true}],"description":"Event details of the training when it was assigned to the user."},"trainingCompletedProperties":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.userTrainingContentEventInfo"},{"type":"object","nullable":true}],"description":"Event details of the training when it was completed by the user."},"trainingUpdatedProperties":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.userTrainingContentEventInfo"},{"type":"object","nullable":true}],"description":"Event details of the training when it was updated/in-progress by the user."},"@odata.type":{"type":"string"}}},"microsoft.graph.trainingAssignedTo":{"title":"trainingAssignedTo","enum":["none","allUsers","clickedPayload","compromised","reportedPhish","readButNotClicked","didNothing","unknownFutureValue"],"type":"string"},"microsoft.graph.trainingCompletionDuration":{"title":"trainingCompletionDuration","enum":["week","fortnite","month","unknownFutureValue"],"type":"string"},"microsoft.graph.synchronizationError":{"title":"synchronizationError","required":["@odata.type"],"type":"object","properties":{"code":{"type":"string","description":"The error code. For example, AzureDirectoryB2BManagementPolicyCheckFailure.","nullable":true},"message":{"type":"string","description":"The error message. For example, Policy permitting auto-redemption of invitations not configured.","nullable":true},"tenantActionable":{"type":"boolean","description":"The action to take to resolve the error. For example, false."},"@odata.type":{"type":"string"}}},"microsoft.graph.synchronizationTaskExecutionResult":{"title":"synchronizationTaskExecutionResult","enum":["Succeeded","Failed","EntryLevelErrors"],"type":"string"},"microsoft.graph.quarantineReason":{"title":"quarantineReason","enum":["EncounteredBaseEscrowThreshold","EncounteredTotalEscrowThreshold","EncounteredEscrowProportionThreshold","EncounteredQuarantineException","Unknown","QuarantinedOnDemand","TooManyDeletes","IngestionInterrupted"],"type":"string"},"microsoft.graph.attributeMapping":{"title":"attributeMapping","required":["@odata.type"],"type":"object","properties":{"defaultValue":{"type":"string","description":"Default value to be used in case the source property was evaluated to null. Optional.","nullable":true},"exportMissingReferences":{"type":"boolean","description":"For internal use only."},"flowBehavior":{"$ref":"#/components/schemas/microsoft.graph.attributeFlowBehavior"},"flowType":{"$ref":"#/components/schemas/microsoft.graph.attributeFlowType"},"matchingPriority":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"If higher than 0, this attribute will be used to perform an initial match of the objects between source and target directories. The synchronization engine will try to find the matching object using attribute with lowest value of matching priority first. If not found, the attribute with the next matching priority will be used, and so on a until match is found or no more matching attributes are left. Only attributes that are expected to have unique values, such as email, should be used as matching attributes.","format":"int32"},"source":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.attributeMappingSource"},{"type":"object","nullable":true}],"description":"Defines how a value should be extracted (or transformed) from the source object."},"targetAttributeName":{"type":"string","description":"Name of the attribute on the target object.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.objectFlowTypes":{"title":"objectFlowTypes","enum":["None","Add","Update","Delete"],"type":"string","x-ms-enum-flags":{"isFlags":true}},"microsoft.graph.objectMappingMetadataEntry":{"title":"objectMappingMetadataEntry","required":["@odata.type"],"type":"object","properties":{"key":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.objectMappingMetadata"},{"type":"object","nullable":true}],"description":"The possible values are: EscrowBehavior, DisableMonitoringForChanges, OriginalJoiningProperty, Disposition, IsCustomerDefined, ExcludeFromReporting, Unsynchronized."},"value":{"type":"string","description":"Value of the metadata property.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.filter":{"title":"filter","required":["@odata.type"],"type":"object","properties":{"categoryFilterGroups":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.filterGroup"},"description":"*Experimental* Filter group set used to decide whether given object belongs and should be processed as part of this object mapping. An object is considered in scope if ANY of the groups in the collection is evaluated to true."},"groups":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.filterGroup"},"description":"Filter group set used to decide whether given object is in scope for provisioning. This is the filter which should be used in most cases. If an object used to satisfy this filter at a given moment, and then the object or the filter was changed so that filter isn't satisfied any longer, such object will get deprovisioned'. An object is considered in scope if ANY of the groups in the collection is evaluated to true."},"inputFilterGroups":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.filterGroup"},"description":"*Experimental* Filter group set used to filter out objects at the early stage of reading them from the directory. If an object doesn't satisfy this filter, then it will not be processed further. Important to understand is that if an object used to satisfy this filter at a given moment, and then the object or the filter was changed so that filter is no longer satisfied, such object will NOT get deprovisioned. An object is considered in scope if ANY of the groups in the collection is evaluated to true."},"@odata.type":{"type":"string"}}},"microsoft.graph.teamsAppResourceSpecificPermissionType":{"title":"teamsAppResourceSpecificPermissionType","enum":["delegated","application","unknownFutureValue"],"type":"string"},"microsoft.graph.insightValueDouble":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.userExperienceAnalyticsInsightValue"},{"title":"insightValueDouble","required":["@odata.type"],"type":"object","properties":{"value":{"oneOf":[{"type":"number","format":"double","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"The double value of the user experience analytics insight."},"@odata.type":{"type":"string","default":"#microsoft.graph.insightValueDouble"}},"description":"The value in an user experience analytics insight."}],"x-ms-discriminator-value":"#microsoft.graph.insightValueDouble"},"microsoft.graph.insightValueInt":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.userExperienceAnalyticsInsightValue"},{"title":"insightValueInt","required":["@odata.type"],"type":"object","properties":{"value":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The int value of the user experience analytics insight.","format":"int32"},"@odata.type":{"type":"string","default":"#microsoft.graph.insightValueInt"}},"description":"The value in an user experience analytics insight."}],"x-ms-discriminator-value":"#microsoft.graph.insightValueInt"},"microsoft.graph.matchConfidenceLevel":{"title":"matchConfidenceLevel","enum":["exact","relaxed","unknownFutureValue"],"type":"string"},"microsoft.graph.webApplicationFirewallDnsRecordType":{"title":"webApplicationFirewallDnsRecordType","enum":["cname","unknownFutureValue"],"type":"string"},"microsoft.graph.akamaiAttackGroupActionModel":{"title":"akamaiAttackGroupActionModel","required":["@odata.type"],"type":"object","properties":{"action":{"type":"string","description":"The action Akamai applies to the attack group when a matching threat is detected. Common values include deny, none or alert.","nullable":true},"group":{"type":"string","description":"The name or identifier of the attack group. This value categorizes the type of attack the action applies to.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.akamaiCustomRuleModel":{"title":"akamaiCustomRuleModel","required":["@odata.type"],"type":"object","properties":{"action":{"type":"string","description":"The action Akamai applies when the rule matches traffic. Common values include deny, none or alert.","nullable":true},"name":{"type":"string","description":"Friendly name for the rule, used in UIs or logs to help administrators identify the rule (for example, 'Block suspicious user agents').","nullable":true},"ruleId":{"type":"string","description":"Unique identifier assigned to the rule by Akamai or the integration. Use this identifier to reference, update, or remove the rule in API requests.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.akamaiRapidRulesModel":{"title":"akamaiRapidRulesModel","required":["@odata.type"],"type":"object","properties":{"defaultAction":{"type":"string","description":"The default action Akamai applies to traffic that matches Rapid Rules. Common values include deny, none or alert.","nullable":true},"isEnabled":{"type":"boolean","description":"Indicates whether Akamai Rapid Rules are enabled for the WAF integration. If true, Rapid Rules are active and applied to incoming traffic."},"@odata.type":{"type":"string"}}},"microsoft.graph.cloudFlareRuleModel":{"title":"cloudFlareRuleModel","required":["@odata.type"],"type":"object","properties":{"action":{"type":"string","description":"The action Cloudflare applies when the rule matches traffic. Common values include Managed Challenge, Interactive Challenge, Log, Block, JS Challenge, or Skip.","nullable":true},"name":{"type":"string","description":"Friendly name for the rule, used in UIs or logs to help administrators identify the rule.","nullable":true},"ruleId":{"type":"string","description":"Unique identifier assigned to the rule by Cloudflare or the integration.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.cloudFlareRulesetModel":{"title":"cloudFlareRulesetModel","required":["@odata.type"],"type":"object","properties":{"name":{"type":"string","description":"Friendly name for the ruleset, used in UIs and logs to help administrators identify the ruleset.","nullable":true},"phaseName":{"type":"string","description":"Name of the phase during which the ruleset is evaluated (for example, httprequestfirewallmanaged, httprequestfirewallcustom, or provider-specific phase names). This indicates when in the request/response lifecycle the rules apply.","nullable":true},"rulesetId":{"type":"string","description":"Unique identifier assigned to the ruleset by Cloudflare or the integration.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.callRecords.clientUserAgent":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.callRecords.userAgent"},{"title":"clientUserAgent","required":["@odata.type"],"type":"object","properties":{"azureADAppId":{"type":"string","description":"The unique identifier of the Microsoft Entra application used by this endpoint.","nullable":true},"communicationServiceId":{"type":"string","description":"Immutable resource identifier of the Azure Communication Service associated with this endpoint based on Communication Services APIs.","nullable":true},"platform":{"$ref":"#/components/schemas/microsoft.graph.callRecords.clientPlatform"},"productFamily":{"$ref":"#/components/schemas/microsoft.graph.callRecords.productFamily"},"@odata.type":{"type":"string","default":"#microsoft.graph.callRecords.clientUserAgent"}}}],"x-ms-discriminator-value":"#microsoft.graph.callRecords.clientUserAgent"},"microsoft.graph.callRecords.serviceUserAgent":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.callRecords.userAgent"},{"title":"serviceUserAgent","required":["@odata.type"],"type":"object","properties":{"role":{"$ref":"#/components/schemas/microsoft.graph.callRecords.serviceRole"},"@odata.type":{"type":"string","default":"#microsoft.graph.callRecords.serviceUserAgent"}}}],"x-ms-discriminator-value":"#microsoft.graph.callRecords.serviceUserAgent"},"microsoft.graph.callRecords.userFeedback":{"title":"userFeedback","required":["@odata.type"],"type":"object","properties":{"rating":{"$ref":"#/components/schemas/microsoft.graph.callRecords.userFeedbackRating"},"text":{"type":"string","description":"The feedback text provided by the user of this endpoint for the session.","nullable":true},"tokens":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.callRecords.feedbackTokenSet"},{"type":"object","nullable":true}],"description":"The set of feedback tokens provided by the user of this endpoint for the session. This is a set of Boolean properties. The property names should not be relied upon since they may change depending on what tokens are offered to the user."},"@odata.type":{"type":"string"}}},"microsoft.graph.callRecords.networkConnectionType":{"title":"networkConnectionType","enum":["unknown","wired","wifi","mobile","tunnel","unknownFutureValue"],"type":"string"},"microsoft.graph.callRecords.networkTransportProtocol":{"title":"networkTransportProtocol","enum":["unknown","udp","tcp","unknownFutureValue"],"type":"string"},"microsoft.graph.callRecords.traceRouteHop":{"title":"traceRouteHop","required":["@odata.type"],"type":"object","properties":{"hopCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The network path count of this hop that was used to compute the RTT.","format":"int32","nullable":true},"ipAddress":{"type":"string","description":"IP address used for this hop in the network trace.","nullable":true},"roundTripTime":{"pattern":"^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$","type":"string","description":"The time from when the trace route packet was sent from the client to this hop and back to the client, denoted in ISO 8601 format. For example, 1 second is denoted as PT1S, where P is the duration designator, T is the time designator, and S is the second designator.","format":"duration","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.callRecords.wifiBand":{"title":"wifiBand","enum":["unknown","frequency24GHz","frequency50GHz","frequency60GHz","unknownFutureValue"],"type":"string"},"microsoft.graph.callRecords.wifiRadioType":{"title":"wifiRadioType","enum":["unknown","wifi80211a","wifi80211b","wifi80211g","wifi80211n","wifi80211ac","wifi80211ax","unknownFutureValue"],"type":"string"},"microsoft.graph.callRecords.audioCodec":{"title":"audioCodec","enum":["unknown","invalid","cn","pcma","pcmu","amrWide","g722","g7221","g7221c","g729","multiChannelAudio","muchv2","opus","satin","satinFullband","rtAudio8","rtAudio16","silk","silkNarrow","silkWide","siren","xmsRta","unknownFutureValue"],"type":"string"},"microsoft.graph.callRecords.mediaStreamDirection":{"title":"mediaStreamDirection","enum":["callerToCallee","calleeToCaller"],"type":"string"},"microsoft.graph.callRecords.videoCodec":{"title":"videoCodec","enum":["unknown","invalid","av1","h263","h264","h264s","h264uc","h265","rtvc1","rtVideo","xrtvc1","unknownFutureValue"],"type":"string"},"microsoft.graph.entraRecoveryServices.entityTypeAndIds":{"title":"entityTypeAndIds","required":["@odata.type"],"type":"object","properties":{"entityIds":{"type":"array","items":{"type":"string"},"description":"The list of entity IDs for the specified entity type."},"entityType":{"$ref":"#/components/schemas/microsoft.graph.entraRecoveryServices.resourceTypeName"},"@odata.type":{"type":"string"}}},"microsoft.graph.externalConnectors.itemIdResolver":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.externalConnectors.urlToItemResolverBase"},{"title":"itemIdResolver","required":["@odata.type"],"type":"object","properties":{"itemId":{"type":"string","description":"Pattern that specifies how to form the ID of the external item that the URL represents. The named groups from the regular expression in urlPattern within the urlMatchInfo can be referenced by inserting the group name inside curly brackets."},"urlMatchInfo":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.externalConnectors.urlMatchInfo"},{"type":"object","nullable":true}],"description":"Configurations to match and resolve URL."},"@odata.type":{"type":"string","default":"#microsoft.graph.externalConnectors.itemIdResolver"}}}],"x-ms-discriminator-value":"#microsoft.graph.externalConnectors.itemIdResolver"},"microsoft.graph.externalConnectors.propertyRule":{"title":"propertyRule","required":["@odata.type"],"type":"object","properties":{"operation":{"$ref":"#/components/schemas/microsoft.graph.externalConnectors.ruleOperation"},"property":{"type":"string","description":"The property from the externalItem schema. Required."},"values":{"type":"array","items":{"type":"string"},"description":"A collection with one or many strings. One or more specified strings are matched with the specified property using the specified operation. Required."},"valuesJoinedBy":{"$ref":"#/components/schemas/microsoft.graph.binaryOperator"},"@odata.type":{"type":"string"}}},"microsoft.graph.identityGovernance.countBasedQuarantineCondition":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.identityGovernance.quarantineCondition"},{"title":"countBasedQuarantineCondition","required":["@odata.type"],"type":"object","properties":{"threshold":{"type":"number","description":"The maximum number of users a workflow run can process before the workflow is quarantined.","format":"int64"},"@odata.type":{"type":"string","default":"#microsoft.graph.identityGovernance.countBasedQuarantineCondition"}}}],"x-ms-discriminator-value":"#microsoft.graph.identityGovernance.countBasedQuarantineCondition"},"microsoft.graph.identityGovernance.percentageBasedQuarantineCondition":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.identityGovernance.quarantineCondition"},{"title":"percentageBasedQuarantineCondition","required":["@odata.type"],"type":"object","properties":{"percentage":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The maximum percentage of in-scope users a workflow run can process before the workflow is quarantined.","format":"int32"},"@odata.type":{"type":"string","default":"#microsoft.graph.identityGovernance.percentageBasedQuarantineCondition"}}}],"x-ms-discriminator-value":"#microsoft.graph.identityGovernance.percentageBasedQuarantineCondition"},"microsoft.graph.identityGovernance.activationTaskScopeType":{"title":"activationTaskScopeType","enum":["allTasks","failedTasks","unknownFutureValue"],"type":"string"},"microsoft.graph.identityGovernance.activationUserScopeType":{"title":"activationUserScopeType","enum":["allUsers","failedUsers","unknownFutureValue"],"type":"string"},"microsoft.graph.identityGovernance.workflowExecutionTrigger":{"title":"workflowExecutionTrigger","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.identityGovernance.attributeChangeTrigger":"#/components/schemas/microsoft.graph.identityGovernance.attributeChangeTrigger","#microsoft.graph.identityGovernance.membershipChangeTrigger":"#/components/schemas/microsoft.graph.identityGovernance.membershipChangeTrigger","#microsoft.graph.identityGovernance.timeBasedAttributeTrigger":"#/components/schemas/microsoft.graph.identityGovernance.timeBasedAttributeTrigger","#microsoft.graph.identityGovernance.userInactivityTrigger":"#/components/schemas/microsoft.graph.identityGovernance.userInactivityTrigger"}}},"microsoft.graph.security.aiAgentPlatform":{"title":"aiAgentPlatform","enum":["unknown","azureAIFoundry","copilotStudio","copilot","unknownFutureValue"],"type":"string"},"microsoft.graph.security.emailSender":{"title":"emailSender","required":["@odata.type"],"type":"object","properties":{"displayName":{"type":"string","description":"The name of the sender.","nullable":true},"domainName":{"type":"string","description":"Sender domain.","nullable":true},"emailAddress":{"type":"string","description":"Sender email address.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.security.fileHash":{"title":"fileHash","required":["@odata.type"],"type":"object","properties":{"algorithm":{"$ref":"#/components/schemas/microsoft.graph.security.fileHashAlgorithm"},"value":{"type":"string","description":"The hash value.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.security.stream":{"title":"stream","required":["@odata.type"],"type":"object","properties":{"name":{"type":"string","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.security.defenderAvStatus":{"title":"defenderAvStatus","enum":["notReporting","disabled","notUpdated","updated","unknown","notSupported","unknownFutureValue"],"type":"string"},"microsoft.graph.security.deviceHealthStatus":{"title":"deviceHealthStatus","enum":["active","inactive","impairedCommunication","noSensorData","noSensorDataImpairedCommunication","unknown","unknownFutureValue"],"type":"string"},"microsoft.graph.security.loggedOnUser":{"title":"loggedOnUser","required":["@odata.type"],"type":"object","properties":{"accountName":{"type":"string","description":"User account name of the logged-on user.","nullable":true},"domainName":{"type":"string","description":"User account domain of the logged-on user.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.security.onboardingStatus":{"title":"onboardingStatus","enum":["insufficientInfo","onboarded","canBeOnboarded","unsupported","unknownFutureValue"],"type":"string"},"microsoft.graph.security.resourceAccessEvent":{"title":"resourceAccessEvent","required":["@odata.type"],"type":"object","properties":{"accessDateTime":{"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 of the access event.","format":"date-time","nullable":true},"accountId":{"type":"string","description":"The identifier of the user account.","nullable":true},"ipAddress":{"type":"string","description":"IP address of the resource.","nullable":true},"resourceIdentifier":{"type":"string","description":"The protocol and host name pairs describing the connection.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.security.deviceRiskScore":{"title":"deviceRiskScore","enum":["none","informational","low","medium","high","unknownFutureValue"],"type":"string"},"microsoft.graph.security.vmMetadata":{"title":"vmMetadata","required":["@odata.type"],"type":"object","properties":{"cloudProvider":{"$ref":"#/components/schemas/microsoft.graph.security.vmCloudProvider"},"resourceId":{"type":"string","description":"Unique identifier of the Azure resource.","nullable":true},"subscriptionId":{"type":"string","description":"Unique identifier of the Azure subscription the customer tenant belongs to.","nullable":true},"vmId":{"type":"string","description":"Unique identifier of the virtual machine instance.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.security.detectionStatus":{"title":"detectionStatus","enum":["detected","blocked","prevented","unknownFutureValue"],"type":"string"},"microsoft.graph.security.fileDetails":{"title":"fileDetails","required":["@odata.type"],"type":"object","properties":{"fileName":{"type":"string","description":"The name of the file.","nullable":true},"filePath":{"type":"string","description":"The file path (location) of the file instance.","nullable":true},"filePublisher":{"type":"string","description":"The publisher of the file.","nullable":true},"fileSize":{"type":"number","description":"The size of the file in bytes.","format":"int64","nullable":true},"issuer":{"type":"string","description":"The certificate authority (CA) that issued the certificate.","nullable":true},"md5":{"type":"string","description":"The Md5 cryptographic hash of the file content.","nullable":true},"sha1":{"type":"string","description":"The Sha1 cryptographic hash of the file content.","nullable":true},"sha256":{"type":"string","description":"The Sha256 cryptographic hash of the file content.","nullable":true},"sha256Ac":{"type":"string","nullable":true},"signer":{"type":"string","description":"The signer of the signed file.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.security.fileHashAlgorithm":{"title":"fileHashAlgorithm","enum":["unknown","md5","sha1","sha256","sha256ac","unknownFutureValue"],"type":"string"},"microsoft.graph.security.googleCloudLocationType":{"title":"googleCloudLocationType","enum":["unknown","regional","zonal","global","unknownFutureValue"],"type":"string"},"microsoft.graph.security.ioTDeviceImportanceType":{"title":"ioTDeviceImportanceType","enum":["unknown","low","normal","high","unknownFutureValue"],"type":"string"},"microsoft.graph.security.geoLocation":{"title":"geoLocation","required":["@odata.type"],"type":"object","properties":{"city":{"type":"string","nullable":true},"countryName":{"type":"string","nullable":true},"latitude":{"oneOf":[{"type":"number","format":"double","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}]},"longitude":{"oneOf":[{"type":"number","format":"double","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}]},"state":{"type":"string","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.security.kubernetesPlatform":{"title":"kubernetesPlatform","enum":["unknown","aks","eks","gke","arc","unknownFutureValue"],"type":"string"},"microsoft.graph.security.kubernetesServicePort":{"title":"kubernetesServicePort","required":["@odata.type"],"type":"object","properties":{"appProtocol":{"type":"string","description":"The application protocol for this port.","nullable":true},"name":{"type":"string","description":"The name of this port within the service.","nullable":true},"nodePort":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The port on each node on which this service is exposed when the type is either NodePort or LoadBalancer.","format":"int32"},"port":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The port that this service exposes.","format":"int32"},"protocol":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.containerPortProtocol"},{"type":"object","nullable":true}],"description":"The protocol name. The possible values are: udp, tcp, sctp, unknownFutureValue."},"targetPort":{"type":"string","description":"The name or number of the port to access on the pods targeted by the service. The port number must be in the range 1 to 65535. The name must be an IANASVCNAME.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.security.kubernetesServiceType":{"title":"kubernetesServiceType","enum":["unknown","clusterIP","externalName","nodePort","loadBalancer","unknownFutureValue"],"type":"string"},"microsoft.graph.security.mailboxConfigurationType":{"title":"mailboxConfigurationType","enum":["mailForwardingRule","owaSettings","ewsSettings","mailDelegation","userInboxRule","unknownFutureValue"],"type":"string"},"microsoft.graph.security.userAccount":{"title":"userAccount","required":["@odata.type"],"type":"object","properties":{"accountName":{"type":"string","description":"The displayed name of the user account.","nullable":true},"activeDirectoryObjectGuid":{"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","description":"The unique user identifier assigned by the on-premises Active Directory.","format":"uuid","nullable":true},"azureAdUserId":{"type":"string","description":"The user object identifier in Microsoft Entra ID.","nullable":true},"displayName":{"type":"string","description":"The user display name in Microsoft Entra ID.","nullable":true},"domainName":{"type":"string","description":"The name of the Active Directory domain of which the user is a member.","nullable":true},"resourceAccessEvents":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.security.resourceAccessEvent"},"description":"Information on resource access attempts made by the user account."},"tenantId":{"type":"string","description":"The Microsoft Entra tenant ID of the user account.","nullable":true},"userPrincipalName":{"type":"string","description":"The user principal name of the account in Microsoft Entra ID.","nullable":true},"userSid":{"type":"string","description":"The local security identifier of the user account.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.security.protocolType":{"title":"protocolType","enum":["tcp","udp","unknownFutureValue"],"type":"string"},"microsoft.graph.security.servicePrincipalType":{"title":"servicePrincipalType","enum":["unknown","application","managedIdentity","legacy","unknownFutureValue"],"type":"string"},"microsoft.graph.security.teamsMessageDeliveryAction":{"title":"teamsMessageDeliveryAction","enum":["unknown","deliveredAsSpam","delivered","blocked","replaced","unknownFutureValue"],"type":"string"},"microsoft.graph.security.teamsDeliveryLocation":{"title":"teamsDeliveryLocation","enum":["unknown","teams","quarantine","failed","unknownFutureValue"],"type":"string"},"microsoft.graph.security.antispamTeamsDirection":{"title":"antispamTeamsDirection","enum":["unknown","inbound","outbound","intraorg","unknownFutureValue"],"type":"string"},"microsoft.graph.security.compromiseIndicator":{"title":"compromiseIndicator","required":["@odata.type"],"type":"object","properties":{"value":{"type":"string","description":"Indicator.","nullable":true},"verdict":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.security.verdictCategory"},{"type":"object","nullable":true}],"description":"The possible values are: none, malware, phish, siteUnavailable, spam, decryptionFailed, unsupportedUriScheme, unsupportedFileType, undefined, unknownFutureValue."},"@odata.type":{"type":"string"}}},"microsoft.graph.security.detonationBehaviourDetails":{"title":"detonationBehaviourDetails","required":["@odata.type"],"type":"object","properties":{"actionStatus":{"type":"string","description":"The status of the action performed during detonation (e.g., 'Successful', 'Failed', 'Blocked').","nullable":true},"behaviourCapability":{"type":"string","description":"Categorizes the capability or type of behavior observed.","nullable":true},"behaviourGroup":{"type":"string","description":"Groups related behaviors together for classification purposes.","nullable":true},"details":{"type":"string","description":"More contextual information about the observed behavior or action.","nullable":true},"eventDateTime":{"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 behavior or action was observed during detonation.","format":"date-time","nullable":true},"operation":{"type":"string","description":"The specific operation or action that was performed.","nullable":true},"processId":{"type":"string","description":"The unique identifier of the process involved in the behavior.","nullable":true},"processName":{"type":"string","description":"The name of the process that performed or was involved in the behavior.","nullable":true},"target":{"type":"string","description":"The target of the operation.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.security.detonationChain":{"title":"detonationChain","required":["@odata.type"],"type":"object","properties":{"childNodes":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.security.detonationChain"},"description":"A list of all child nodes in the chain."},"value":{"type":"string","description":"The value of the chain.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.security.detonationObservables":{"title":"detonationObservables","required":["@odata.type"],"type":"object","properties":{"contactedIps":{"type":"array","items":{"type":"string","nullable":true},"description":"The list of all contacted IPs in the detonation."},"contactedUrls":{"type":"array","items":{"type":"string","nullable":true},"description":"The list of all URLs found in the detonation."},"droppedfiles":{"type":"array","items":{"type":"string","nullable":true},"description":"The list of all dropped files in the detonation."},"@odata.type":{"type":"string"}}},"microsoft.graph.appManagementPolicyActorExemptions":{"title":"appManagementPolicyActorExemptions","required":["@odata.type"],"type":"object","properties":{"customSecurityAttributes":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.customSecurityAttributeExemption"},"description":"The collection of customSecurityAttributeExemption to exempt from the policy enforcement. Limit of 5."},"@odata.type":{"type":"string"}}},"microsoft.graph.appKeyCredentialRestrictionType":{"title":"appKeyCredentialRestrictionType","enum":["asymmetricKeyLifetime","unknownFutureValue"],"type":"string"},"microsoft.graph.appManagementRestrictionState":{"title":"appManagementRestrictionState","enum":["enabled","disabled","unknownFutureValue"],"type":"string"},"microsoft.graph.appCredentialRestrictionType":{"title":"appCredentialRestrictionType","enum":["passwordAddition","passwordLifetime","symmetricKeyAddition","symmetricKeyLifetime","customPasswordAddition","unknownFutureValue"],"type":"string"},"microsoft.graph.userSignInRecommendationScope":{"title":"userSignInRecommendationScope","enum":["tenant","application","unknownFutureValue"],"type":"string"},"microsoft.graph.dataProtection":{"title":"dataProtection","enum":["none","impactAssessments","officers","secureCrossBorderDataTransfer","unknownFutureValue"],"type":"string","x-ms-enum-flags":{"isFlags":true}},"microsoft.graph.userOwnership":{"title":"userOwnership","enum":["none","lawfulBasisForProcessing","rightToAccess","rightToBeInformed","rightToDataPortability","rightToObject","rightToRectification","rightToRestrictionOfProcessing","rightsRelatedToAutomatedDecisionMaking","unknownFutureValue"],"type":"string","x-ms-enum-flags":{"isFlags":true}},"microsoft.graph.authenticationAttributeCollectionPageViewConfiguration":{"title":"authenticationAttributeCollectionPageViewConfiguration","required":["@odata.type"],"type":"object","properties":{"description":{"type":"string","description":"The description of the page.","nullable":true},"inputs":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.authenticationAttributeCollectionInputConfiguration"},"description":"The display configuration of attributes being collected on the attribute collection page. You must specify all attributes that you want to retain, otherwise they're removed from the user flow."},"title":{"type":"string","description":"The title of the attribute collection page.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.fraudProtectionProviderConfiguration":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.fraudProtectionConfiguration"},{"title":"fraudProtectionProviderConfiguration","required":["@odata.type"],"type":"object","properties":{"fraudProtectionProvider":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.fraudProtectionProvider"},{"type":"object","nullable":true}],"x-ms-navigationProperty":true},"@odata.type":{"type":"string","default":"#microsoft.graph.fraudProtectionProviderConfiguration"}}}],"x-ms-discriminator-value":"#microsoft.graph.fraudProtectionProviderConfiguration"},"microsoft.graph.featureTargetType":{"title":"featureTargetType","enum":["group","administrativeUnit","role","unknownFutureValue"],"type":"string"},"microsoft.graph.conditionalAccessFilter":{"title":"conditionalAccessFilter","required":["@odata.type"],"type":"object","properties":{"mode":{"$ref":"#/components/schemas/microsoft.graph.filterMode"},"rule":{"type":"string","description":"Rule syntax is similar to that used for membership rules for groups in Microsoft Entra ID. For details, see rules with multiple expressions"},"@odata.type":{"type":"string"}}},"microsoft.graph.conditionalAccessTransferMethods":{"title":"conditionalAccessTransferMethods","enum":["none","deviceCodeFlow","authenticationTransfer","unknownFutureValue"],"type":"string","x-ms-enum-flags":{"isFlags":true}},"microsoft.graph.conditionalAccessDevicePlatform":{"title":"conditionalAccessDevicePlatform","enum":["android","iOS","windows","windowsPhone","macOS","all","unknownFutureValue","linux"],"type":"string"},"microsoft.graph.conditionalAccessGuestsOrExternalUsers":{"title":"conditionalAccessGuestsOrExternalUsers","required":["@odata.type"],"type":"object","properties":{"externalTenants":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.conditionalAccessExternalTenants"},{"type":"object","nullable":true}],"description":"The tenant IDs of the selected types of external users. Either all B2B tenant or a collection of tenant IDs. External tenants can be specified only when the property guestOrExternalUserTypes isn't null or an empty String."},"guestOrExternalUserTypes":{"$ref":"#/components/schemas/microsoft.graph.conditionalAccessGuestOrExternalUserTypes"},"@odata.type":{"type":"string"}}},"microsoft.graph.conditionalAccessSessionControl":{"title":"conditionalAccessSessionControl","required":["@odata.type"],"type":"object","properties":{"isEnabled":{"type":"boolean","description":"Specifies whether the session control is enabled.","nullable":true},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.applicationEnforcedRestrictionsSessionControl":"#/components/schemas/microsoft.graph.applicationEnforcedRestrictionsSessionControl","#microsoft.graph.cloudAppSecuritySessionControl":"#/components/schemas/microsoft.graph.cloudAppSecuritySessionControl","#microsoft.graph.persistentBrowserSessionControl":"#/components/schemas/microsoft.graph.persistentBrowserSessionControl","#microsoft.graph.secureSignInSessionControl":"#/components/schemas/microsoft.graph.secureSignInSessionControl","#microsoft.graph.signInFrequencySessionControl":"#/components/schemas/microsoft.graph.signInFrequencySessionControl"}}},"microsoft.graph.cloudAppSecuritySessionControlType":{"title":"cloudAppSecuritySessionControlType","enum":["mcasConfigured","monitorOnly","blockDownloads","unknownFutureValue"],"type":"string"},"microsoft.graph.persistentBrowserSessionMode":{"title":"persistentBrowserSessionMode","enum":["always","never"],"type":"string"},"microsoft.graph.signInFrequencyAuthenticationType":{"title":"signInFrequencyAuthenticationType","enum":["primaryAndSecondaryAuthentication","secondaryAuthentication","unknownFutureValue"],"type":"string"},"microsoft.graph.signInFrequencyInterval":{"title":"signInFrequencyInterval","enum":["timeBased","everyTime","unknownFutureValue"],"type":"string"},"microsoft.graph.signinFrequencyType":{"title":"signinFrequencyType","enum":["days","hours"],"type":"string"},"microsoft.graph.binaryContent":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.contentBase"},{"title":"binaryContent","required":["@odata.type"],"type":"object","properties":{"data":{"type":"string","description":"The binary content, encoded as a Base64 string. Inherited from contentBase.","format":"base64url"},"@odata.type":{"type":"string","default":"#microsoft.graph.binaryContent"}}}],"x-ms-discriminator-value":"#microsoft.graph.binaryContent"},"microsoft.graph.textContent":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.contentBase"},{"title":"textContent","required":["@odata.type"],"type":"object","properties":{"data":{"type":"string","description":"The text content data. Inherits properties from contentBase."},"@odata.type":{"type":"string","default":"#microsoft.graph.textContent"}}}],"x-ms-discriminator-value":"#microsoft.graph.textContent"},"microsoft.graph.resourceAccessDetail":{"title":"resourceAccessDetail","required":["@odata.type"],"type":"object","properties":{"accessType":{"$ref":"#/components/schemas/microsoft.graph.resourceAccessType"},"identifier":{"type":"string","description":"Unique identifier of the resource accessed."},"isCrossPromptInjectionDetected":{"type":"boolean","description":"Indicates whether cross-prompt injection was detected during the access attempt."},"labelId":{"type":"string","description":"Identifier for the sensitivity label applied to the resource, if any.","nullable":true},"name":{"type":"string","description":"Name of the resource accessed."},"status":{"$ref":"#/components/schemas/microsoft.graph.resourceAccessStatus"},"storageId":{"type":"string","description":"Identifier for the resource in its native storage format. For SharePoint resources, this is the unique identifier of the list item.  For other resources, this is the name of the location, such as Box, Dropbox, Exchange, or Google Drive.","nullable":true},"url":{"type":"string","description":"URL of the resource accessed.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.aiAgentInfo":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.aiInteractionEntity"},{"title":"aiAgentInfo","required":["@odata.type"],"type":"object","properties":{"blueprintId":{"type":"string","description":"The unique identifier of the parent agent blueprint that defines the identity and configuration of this agent instance. This identifier is provided by Microsoft Entra.","nullable":true},"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.aiAgentInfo"},"microsoft.graph.aiInteractionPlugin":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.aiInteractionEntity"},{"title":"aiInteractionPlugin","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}}}],"x-ms-discriminator-value":"#microsoft.graph.aiInteractionPlugin"},"microsoft.graph.policyLocationApplication":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.policyLocation"},{"title":"policyLocationApplication","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.policyLocationApplication"}}}],"x-ms-discriminator-value":"#microsoft.graph.policyLocationApplication"},"microsoft.graph.policyLocationDomain":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.policyLocation"},{"title":"policyLocationDomain","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.policyLocationDomain"}}}],"x-ms-discriminator-value":"#microsoft.graph.policyLocationDomain"},"microsoft.graph.policyLocationUrl":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.policyLocation"},{"title":"policyLocationUrl","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.policyLocationUrl"}}}],"x-ms-discriminator-value":"#microsoft.graph.policyLocationUrl"},"microsoft.graph.crossTenantAccessPolicyTargetType":{"title":"crossTenantAccessPolicyTargetType","enum":["user","group","application","unknownFutureValue"],"type":"string"},"microsoft.graph.attributeDefinitionMetadata":{"title":"attributeDefinitionMetadata","enum":["BaseAttributeName","ComplexObjectDefinition","IsContainer","IsCustomerDefined","IsDomainQualified","LinkPropertyNames","LinkTypeName","MaximumLength","ReferencedProperty"],"type":"string"},"microsoft.graph.educationAiFeedbackSettings":{"title":"educationAiFeedbackSettings","required":["@odata.type"],"type":"object","properties":{"audienceEngagementSettings":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.educationAiFeedbackAudienceEngagementSettings"},{"type":"object","nullable":true}],"description":"The audience engagement related feedback types that students should receive from the AI feedback."},"contentSettings":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.educationAiFeedbackContentSettings"},{"type":"object","nullable":true}],"description":"The content related feedback types that students should receive from the AI feedback."},"deliverySettings":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.educationAiFeedbackDeliverySettings"},{"type":"object","nullable":true}],"description":"The delivery related feedback types that students should receive from the AI feedback."},"@odata.type":{"type":"string"}}},"microsoft.graph.educationSpeechType":{"title":"educationSpeechType","enum":["informative","personal","persuasive","unknownFutureValue"],"type":"string"},"microsoft.graph.educationSpeakerCoachAudienceEngagementSettings":{"title":"educationSpeakerCoachAudienceEngagementSettings","required":["@odata.type"],"type":"object","properties":{"isBodyLanguageEnabled":{"type":"boolean","description":"Indicates whether the student should receive feedback on their body language from the Speaker Coach."},"@odata.type":{"type":"string"}}},"microsoft.graph.educationSpeakerCoachContentSettings":{"title":"educationSpeakerCoachContentSettings","required":["@odata.type"],"type":"object","properties":{"isInclusivenessEnabled":{"type":"boolean","description":"Indicates whether the student should receive feedback on their inclusiveness from the Speaker Coach."},"isRepetitiveLanguageEnabled":{"type":"boolean","description":"Indicates whether the student should receive feedback on their repetitive language from the Speaker Coach."},"@odata.type":{"type":"string"}}},"microsoft.graph.educationSpeakerCoachDeliverySettings":{"title":"educationSpeakerCoachDeliverySettings","required":["@odata.type"],"type":"object","properties":{"areFillerWordsEnabled":{"type":"boolean","description":"Indicates whether the student should receive feedback on their filler words from the Speaker Coach."},"isPaceEnabled":{"type":"boolean","description":"Indicates whether the student should receive feedback on their pace from the Speaker Coach."},"isPitchEnabled":{"type":"boolean","description":"Indicates whether the student should receive feedback on their pitch from the Speaker Coach."},"isPronunciationEnabled":{"type":"boolean","description":"Indicates whether the student should receive feedback on their pronunciation from the Speaker Coach. This is automatically enabled if isAiFeedbackEnabled is set to true on the educationSpeakerProgressResource, or if spokenLanguageLocale is set to a value besides en-US on the educationSpeakerProgressResource."},"@odata.type":{"type":"string"}}},"microsoft.graph.win32LobAutoUpdateSupersededAppsState":{"title":"win32LobAutoUpdateSupersededAppsState","enum":["notConfigured","enabled","unknownFutureValue"],"type":"string","description":"Contains value for auto-update superseded apps.","x-ms-enum":{"name":"win32LobAutoUpdateSupersededAppsState","modelAsString":false,"values":[{"value":"notConfigured","description":"Indicates that the auto-update superseded apps state is not configured and the app will not auto-update the superseded apps.","name":"notConfigured"},{"value":"enabled","description":"Indicates that the auto-update superseded apps state is enabled and the app will auto-update the superseded apps if the superseded apps are installed on the device.","name":"enabled"},{"value":"unknownFutureValue","description":"Evolvable enumeration sentinel value. Do not use.","name":"unknownFutureValue"}]}},"microsoft.graph.coachmarkLocationType":{"title":"coachmarkLocationType","enum":["unknown","fromEmail","subject","externalTag","displayName","messageBody","unknownFutureValue"],"type":"string"},"microsoft.graph.targettedUserType":{"title":"targettedUserType","enum":["unknown","clicked","compromised","allUsers","unknownFutureValue"],"type":"string"},"microsoft.graph.notificationDeliveryFrequency":{"title":"notificationDeliveryFrequency","enum":["unknown","weekly","biWeekly","unknownFutureValue"],"type":"string"},"microsoft.graph.simulationEvent":{"title":"simulationEvent","required":["@odata.type"],"type":"object","properties":{"count":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Count of the simulation event occurrence in an attack simulation and training campaign.","format":"int32","nullable":true},"eventName":{"type":"string","description":"Name of the simulation event in an attack simulation and training campaign.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.assignedTrainingInfo":{"title":"assignedTrainingInfo","required":["@odata.type"],"type":"object","properties":{"assignedUserCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of users who were assigned the training in an attack simulation and training campaign.","format":"int32","nullable":true},"completedUserCount":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"Number of users who completed the training in an attack simulation and training campaign.","format":"int32","nullable":true},"displayName":{"type":"string","description":"Display name of the training in an attack simulation and training campaign.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.clickSource":{"title":"clickSource","enum":["unknown","qrCode","phishingUrl","unknownFutureValue"],"type":"string"},"microsoft.graph.userTrainingContentEventInfo":{"title":"userTrainingContentEventInfo","required":["@odata.type"],"type":"object","properties":{"browser":{"type":"string","description":"Browser of the user from where the training event was generated.","nullable":true},"contentDateTime":{"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":"Date and time of the training content playback by the user.","format":"date-time","nullable":true},"ipAddress":{"type":"string","description":"IP address of the user for the training event.","nullable":true},"osPlatformDeviceDetails":{"type":"string","description":"The operating system, platform, and device details of the user for the training event.","nullable":true},"potentialScoreImpact":{"oneOf":[{"type":"number","format":"double","nullable":true},{"type":"string","nullable":true},{"$ref":"#/components/schemas/ReferenceNumeric"}],"description":"Potential improvement in the tenant security posture after completion of the training by the user."},"@odata.type":{"type":"string"}}},"microsoft.graph.attributeFlowBehavior":{"title":"attributeFlowBehavior","enum":["FlowWhenChanged","FlowAlways"],"type":"string"},"microsoft.graph.attributeFlowType":{"title":"attributeFlowType","enum":["Always","ObjectAddOnly","MultiValueAddOnly","ValueAddOnly","AttributeAddOnly"],"type":"string"},"microsoft.graph.attributeMappingSource":{"title":"attributeMappingSource","required":["@odata.type"],"type":"object","properties":{"expression":{"type":"string","description":"Equivalent expression representation of this attributeMappingSource object.","nullable":true},"name":{"type":"string","description":"Name parameter of the mapping source. Depending on the type property value, this can be the name of the function, the name of the source attribute, or a constant value to be used.","nullable":true},"parameters":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.stringKeyAttributeMappingSourceValuePair"},"description":"If this object represents a function, lists function parameters. Parameters consist of attributeMappingSource objects themselves, allowing for complex expressions. If type isn't Function, this property is null/empty array."},"type":{"$ref":"#/components/schemas/microsoft.graph.attributeMappingSourceType"},"@odata.type":{"type":"string"}}},"microsoft.graph.objectMappingMetadata":{"title":"objectMappingMetadata","enum":["EscrowBehavior","DisableMonitoringForChanges","OriginalJoiningProperty","Disposition","IsCustomerDefined","ExcludeFromReporting","Unsynchronized"],"type":"string"},"microsoft.graph.filterGroup":{"title":"filterGroup","required":["@odata.type"],"type":"object","properties":{"clauses":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.filterClause"},"description":"Filter clauses (conditions) of this group. All clauses in a group must be satisfied in order for the filter group to evaluate to true."},"name":{"type":"string","description":"Human-readable name of the filter group.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.callRecords.clientPlatform":{"title":"clientPlatform","enum":["unknown","windows","macOS","iOS","android","web","ipPhone","roomSystem","surfaceHub","holoLens","unknownFutureValue"],"type":"string"},"microsoft.graph.callRecords.productFamily":{"title":"productFamily","enum":["unknown","teams","skypeForBusiness","lync","unknownFutureValue","azureCommunicationServices"],"type":"string"},"microsoft.graph.callRecords.serviceRole":{"title":"serviceRole","enum":["unknown","customBot","skypeForBusinessMicrosoftTeamsGateway","skypeForBusinessAudioVideoMcu","skypeForBusinessApplicationSharingMcu","skypeForBusinessCallQueues","skypeForBusinessAutoAttendant","mediationServer","mediationServerCloudConnectorEdition","exchangeUnifiedMessagingService","mediaController","conferencingAnnouncementService","conferencingAttendant","audioTeleconferencerController","skypeForBusinessUnifiedCommunicationApplicationPlatform","responseGroupServiceAnnouncementService","gateway","skypeTranslator","skypeForBusinessAttendant","responseGroupService","voicemail","unknownFutureValue"],"type":"string"},"microsoft.graph.callRecords.userFeedbackRating":{"title":"userFeedbackRating","enum":["notRated","bad","poor","fair","good","excellent","unknownFutureValue"],"type":"string"},"microsoft.graph.callRecords.feedbackTokenSet":{"title":"feedbackTokenSet","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string"}}},"microsoft.graph.externalConnectors.urlMatchInfo":{"title":"urlMatchInfo","required":["@odata.type"],"type":"object","properties":{"baseUrls":{"type":"array","items":{"type":"string","nullable":true},"description":"A list of the URL prefixes that must match URLs to be processed by this URL-to-item-resolver."},"urlPattern":{"type":"string","description":"A regular expression that will be matched towards the URL that is processed by this URL-to-item-resolver. The ECMAScript specification for regular expressions (ECMA-262) is used for the evaluation. The named groups defined by the regular expression will be used later to extract values from the URL.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.externalConnectors.ruleOperation":{"title":"ruleOperation","enum":["null","equals","notEquals","contains","notContains","lessThan","greaterThan","startsWith","unknownFutureValue"],"type":"string"},"microsoft.graph.binaryOperator":{"title":"binaryOperator","enum":["or","and"],"type":"string"},"microsoft.graph.identityGovernance.attributeChangeTrigger":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.identityGovernance.workflowExecutionTrigger"},{"title":"attributeChangeTrigger","required":["@odata.type"],"type":"object","properties":{"triggerAttributes":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.identityGovernance.triggerAttribute"},"description":"The trigger attribute being changed that triggers the workflowexecutiontrigger of a workflow.)"},"@odata.type":{"type":"string","default":"#microsoft.graph.identityGovernance.attributeChangeTrigger"}}}],"x-ms-discriminator-value":"#microsoft.graph.identityGovernance.attributeChangeTrigger"},"microsoft.graph.identityGovernance.membershipChangeTrigger":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.identityGovernance.workflowExecutionTrigger"},{"title":"membershipChangeTrigger","required":["@odata.type"],"type":"object","properties":{"changeType":{"$ref":"#/components/schemas/microsoft.graph.identityGovernance.membershipChangeType"},"@odata.type":{"type":"string","default":"#microsoft.graph.identityGovernance.membershipChangeTrigger"}}}],"x-ms-discriminator-value":"#microsoft.graph.identityGovernance.membershipChangeTrigger"},"microsoft.graph.identityGovernance.timeBasedAttributeTrigger":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.identityGovernance.workflowExecutionTrigger"},{"title":"timeBasedAttributeTrigger","required":["@odata.type"],"type":"object","properties":{"offsetInDays":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"How many days before or after the time-based attribute specified the workflow should trigger. For example, if the attribute is employeeHireDate and offsetInDays is -1, then the workflow should trigger one day before the employee hire date. The value can range between -180 and 180 days.","format":"int32"},"timeBasedAttribute":{"$ref":"#/components/schemas/microsoft.graph.identityGovernance.workflowTriggerTimeBasedAttribute"},"@odata.type":{"type":"string","default":"#microsoft.graph.identityGovernance.timeBasedAttributeTrigger"}}}],"x-ms-discriminator-value":"#microsoft.graph.identityGovernance.timeBasedAttributeTrigger"},"microsoft.graph.identityGovernance.userInactivityTrigger":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.identityGovernance.workflowExecutionTrigger"},{"title":"userInactivityTrigger","required":["@odata.type"],"type":"object","properties":{"inactivityPeriodInDays":{"maximum":2147483647,"minimum":-2147483648,"type":"number","description":"The number of days a user must be inactive before triggering workflow execution.","format":"int32"},"@odata.type":{"type":"string","default":"#microsoft.graph.identityGovernance.userInactivityTrigger"}}}],"x-ms-discriminator-value":"#microsoft.graph.identityGovernance.userInactivityTrigger"},"microsoft.graph.security.vmCloudProvider":{"title":"vmCloudProvider","enum":["unknown","azure","unknownFutureValue"],"type":"string"},"microsoft.graph.security.containerPortProtocol":{"title":"containerPortProtocol","enum":["udp","tcp","sctp","unknownFutureValue"],"type":"string"},"microsoft.graph.security.verdictCategory":{"title":"verdictCategory","enum":["none","malware","phish","siteUnavailable","spam","decryptionFailed","unsupportedUriScheme","unsupportedFileType","undefined","unknownFutureValue"],"type":"string"},"microsoft.graph.customSecurityAttributeExemption":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.entity"},{"title":"customSecurityAttributeExemption","required":["@odata.type"],"type":"object","properties":{"id":{"type":"string"},"operator":{"$ref":"#/components/schemas/microsoft.graph.customSecurityAttributeComparisonOperator"},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.customSecurityAttributeStringValueExemption":"#/components/schemas/microsoft.graph.customSecurityAttributeStringValueExemption"}}}]},"microsoft.graph.authenticationAttributeCollectionInputConfiguration":{"title":"authenticationAttributeCollectionInputConfiguration","required":["@odata.type"],"type":"object","properties":{"attribute":{"type":"string","description":"The built-in or custom attribute for which a value is being collected."},"defaultValue":{"type":"string","description":"The default value of the attribute displayed to the end user. The capability to set the default value isn't available through the Microsoft Entra admin center.","nullable":true},"editable":{"type":"boolean","description":"Defines whether the attribute is editable by the end user.","nullable":true},"hidden":{"type":"boolean","description":"Defines whether the attribute is displayed to the end user. The capability to hide isn't available through the Microsoft Entra admin center.","nullable":true},"inputType":{"$ref":"#/components/schemas/microsoft.graph.authenticationAttributeCollectionInputType"},"label":{"type":"string","description":"The label of the attribute field that's displayed to end user, unless overridden."},"options":{"type":"array","items":{"$ref":"#/components/schemas/microsoft.graph.authenticationAttributeCollectionOptionConfiguration"},"description":"The option values for certain multiple-option input types."},"required":{"type":"boolean","description":"Defines whether the field is required.","nullable":true},"validationRegEx":{"type":"string","description":"The regex for the value of the field. For more information about the supported regexes, see validationRegEx values for inputType objects. To understand how to specify regexes, see the Regular expressions cheat sheet.","nullable":true},"writeToDirectory":{"type":"boolean","description":"Defines whether Microsoft Entra ID stores the value that it collects.","nullable":true},"@odata.type":{"type":"string"}}},"microsoft.graph.filterMode":{"title":"filterMode","enum":["include","exclude"],"type":"string"},"microsoft.graph.conditionalAccessExternalTenants":{"title":"conditionalAccessExternalTenants","required":["@odata.type"],"type":"object","properties":{"membershipKind":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.conditionalAccessExternalTenantsMembershipKind"},{"type":"object","nullable":true}],"description":"The membership kind. The possible values are: all, enumerated, unknownFutureValue. The enumerated member references an conditionalAccessEnumeratedExternalTenants object."},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.conditionalAccessAllExternalTenants":"#/components/schemas/microsoft.graph.conditionalAccessAllExternalTenants","#microsoft.graph.conditionalAccessEnumeratedExternalTenants":"#/components/schemas/microsoft.graph.conditionalAccessEnumeratedExternalTenants"}}},"microsoft.graph.conditionalAccessGuestOrExternalUserTypes":{"title":"conditionalAccessGuestOrExternalUserTypes","enum":["none","internalGuest","b2bCollaborationGuest","b2bCollaborationMember","b2bDirectConnectUser","otherExternalUser","serviceProvider","unknownFutureValue"],"type":"string","x-ms-enum-flags":{"isFlags":true}},"microsoft.graph.resourceAccessType":{"title":"resourceAccessType","enum":["none","read","write","create","unknownFutureValue"],"type":"string","x-ms-enum-flags":{"isFlags":true}},"microsoft.graph.resourceAccessStatus":{"title":"resourceAccessStatus","enum":["none","failure","success","unknownFutureValue"],"type":"string"},"microsoft.graph.aiInteractionEntity":{"title":"aiInteractionEntity","required":["@odata.type"],"type":"object","properties":{"identifier":{"type":"string","description":"The unique identifier of the AI entity.","nullable":true},"name":{"type":"string","description":"The display name of the AI entity.","nullable":true},"version":{"type":"string","description":"The version of the AI entity used.","nullable":true},"@odata.type":{"type":"string"}},"discriminator":{"propertyName":"@odata.type","mapping":{"#microsoft.graph.aiAgentInfo":"#/components/schemas/microsoft.graph.aiAgentInfo","#microsoft.graph.aiInteractionPlugin":"#/components/schemas/microsoft.graph.aiInteractionPlugin"}}},"microsoft.graph.educationAiFeedbackAudienceEngagementSettings":{"title":"educationAiFeedbackAudienceEngagementSettings","required":["@odata.type"],"type":"object","properties":{"areEngagementStrategiesEnabled":{"type":"boolean","description":"Indicates whether the student should receive feedback on their engagement strategies from the AI feedback."},"isCallToActionEnabled":{"type":"boolean","description":"Indicates whether the student should receive feedback on their call to action from the AI feedback."},"isEmotionalAndIntellectualAppealEnabled":{"type":"boolean","description":"Indicates whether the student should receive feedback on their emotional and intellectual appeal from the AI feedback."},"@odata.type":{"type":"string"}}},"microsoft.graph.educationAiFeedbackContentSettings":{"title":"educationAiFeedbackContentSettings","required":["@odata.type"],"type":"object","properties":{"isMessageClarityEnabled":{"type":"boolean","description":"Indicates whether the student should receive feedback on their message clarity from the AI feedback."},"isQualityOfInformationEnabled":{"type":"boolean","description":"Indicates whether the student should receive feedback on their quality of information from the AI feedback."},"isSpeechOrganizationEnabled":{"type":"boolean","description":"Indicates whether the student should receive feedback on their speech organization from the AI feedback."},"@odata.type":{"type":"string"}}},"microsoft.graph.educationAiFeedbackDeliverySettings":{"title":"educationAiFeedbackDeliverySettings","required":["@odata.type"],"type":"object","properties":{"areRhetoricalTechniquesEnabled":{"type":"boolean","description":"Indicates whether the student should receive feedback on their rhetorical techniques from the AI feedback."},"isLanguageUseEnabled":{"type":"boolean","description":"Indicates whether the student should receive feedback on their language use from the AI feedback."},"isStyleEnabled":{"type":"boolean","description":"Indicates whether the student should receive feedback on their style from the AI feedback."},"@odata.type":{"type":"string"}}},"microsoft.graph.stringKeyAttributeMappingSourceValuePair":{"title":"stringKeyAttributeMappingSourceValuePair","required":["@odata.type"],"type":"object","properties":{"key":{"type":"string","description":"The name of the parameter.","nullable":true},"value":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.attributeMappingSource"},{"type":"object","nullable":true}],"description":"The value of the parameter."},"@odata.type":{"type":"string"}}},"microsoft.graph.attributeMappingSourceType":{"title":"attributeMappingSourceType","enum":["Attribute","Constant","Function"],"type":"string"},"microsoft.graph.filterClause":{"title":"filterClause","required":["@odata.type"],"type":"object","properties":{"operatorName":{"type":"string","description":"Name of the operator to be applied to the source and target operands. Must be one of the supported operators. Supported operators can be discovered.","nullable":true},"sourceOperandName":{"type":"string","description":"Name of source operand (the operand being tested). The source operand name must match one of the attribute names on the source object.","nullable":true},"targetOperand":{"anyOf":[{"$ref":"#/components/schemas/microsoft.graph.filterOperand"},{"type":"object","nullable":true}],"description":"Values that the source operand will be tested against."},"@odata.type":{"type":"string"}}},"microsoft.graph.identityGovernance.triggerAttribute":{"title":"triggerAttribute","required":["@odata.type"],"type":"object","properties":{"name":{"type":"string","description":"The name of the trigger attribute that is changed to trigger an attributeChangeTrigger workflow."},"@odata.type":{"type":"string"}}},"microsoft.graph.identityGovernance.membershipChangeType":{"title":"membershipChangeType","enum":["add","remove","unknownFutureValue"],"type":"string"},"microsoft.graph.identityGovernance.workflowTriggerTimeBasedAttribute":{"title":"workflowTriggerTimeBasedAttribute","enum":["employeeHireDate","employeeLeaveDateTime","unknownFutureValue","createdDateTime"],"type":"string"},"microsoft.graph.customSecurityAttributeComparisonOperator":{"title":"customSecurityAttributeComparisonOperator","enum":["equals","unknownFutureValue"],"type":"string"},"microsoft.graph.customSecurityAttributeStringValueExemption":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.customSecurityAttributeExemption"},{"title":"customSecurityAttributeStringValueExemption","required":["@odata.type"],"type":"object","properties":{"value":{"type":"string","description":"Value representing custom security attribute value to compare against while evaluating the exemption.","nullable":true},"@odata.type":{"type":"string","default":"#microsoft.graph.customSecurityAttributeStringValueExemption"}}}],"x-ms-discriminator-value":"#microsoft.graph.customSecurityAttributeStringValueExemption"},"microsoft.graph.authenticationAttributeCollectionInputType":{"title":"authenticationAttributeCollectionInputType","enum":["text","radioSingleSelect","checkboxMultiSelect","boolean","unknownFutureValue"],"type":"string"},"microsoft.graph.authenticationAttributeCollectionOptionConfiguration":{"title":"authenticationAttributeCollectionOptionConfiguration","required":["@odata.type"],"type":"object","properties":{"label":{"type":"string","description":"The label of the option that will be displayed to user, unless overridden."},"value":{"type":"string","description":"The value of the option that will be stored."},"@odata.type":{"type":"string"}}},"microsoft.graph.conditionalAccessExternalTenantsMembershipKind":{"title":"conditionalAccessExternalTenantsMembershipKind","enum":["all","enumerated","unknownFutureValue"],"type":"string"},"microsoft.graph.conditionalAccessAllExternalTenants":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.conditionalAccessExternalTenants"},{"title":"conditionalAccessAllExternalTenants","required":["@odata.type"],"type":"object","properties":{"@odata.type":{"type":"string","default":"#microsoft.graph.conditionalAccessAllExternalTenants"}}}],"x-ms-discriminator-value":"#microsoft.graph.conditionalAccessAllExternalTenants"},"microsoft.graph.conditionalAccessEnumeratedExternalTenants":{"allOf":[{"$ref":"#/components/schemas/microsoft.graph.conditionalAccessExternalTenants"},{"title":"conditionalAccessEnumeratedExternalTenants","required":["@odata.type"],"type":"object","properties":{"members":{"type":"array","items":{"type":"string"},"description":"A collection of tenant IDs that define the scope of a policy targeting conditional access for guests and external users."},"@odata.type":{"type":"string","default":"#microsoft.graph.conditionalAccessEnumeratedExternalTenants"}}}],"x-ms-discriminator-value":"#microsoft.graph.conditionalAccessEnumeratedExternalTenants"},"microsoft.graph.filterOperand":{"title":"filterOperand","required":["@odata.type"],"type":"object","properties":{"values":{"type":"array","items":{"type":"string","nullable":true},"description":"Collection of values."},"@odata.type":{"type":"string"}}}},"securitySchemes":{"microsoftOAuth2":{"type":"oauth2","description":"Microsoft Entra ID (delegated user consent).","flows":{"authorizationCode":{"authorizationUrl":"https://login.microsoftonline.com/common/oauth2/v2.0/authorize","tokenUrl":"https://login.microsoftonline.com/common/oauth2/v2.0/token","scopes":{"offline_access":"","User.Read":"","AuditLog.Read.All":"","Reports.Read.All":""}},"clientCredentials":{"tokenUrl":"https://login.microsoftonline.com/common/oauth2/v2.0/token","scopes":{"https://graph.microsoft.com/.default":"App-only access with admin consent."}}}}}},"security":[{"microsoftOAuth2":["offline_access","User.Read","AuditLog.Read.All","Reports.Read.All"]}]}