Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions openApiDocs/beta/Applications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15419,7 +15419,7 @@ components:
$ref: '#/components/schemas/microsoft.graph.apiApplication'
appId:
type: string
description: The unique identifier for the application that is assigned by Azure AD. Not nullable. Read-only.
description: The unique identifier for the application that is assigned by Azure AD. Not nullable. Read-only. Supports $filter (eq).
nullable: true
appRoles:
type: array
Expand Down Expand Up @@ -15550,7 +15550,7 @@ components:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.extensionProperty'
description: Read-only. Nullable. Supports $expand and $filter (eq when counting empty collections).
description: Read-only. Nullable. Supports $expand and $filter (eq and ne when counting empty collections and only with advanced query parameters).
federatedIdentityCredentials:
type: array
items:
Expand Down Expand Up @@ -15644,7 +15644,7 @@ components:
type: array
items:
type: string
description: Following values are supported. Not nullable. UserGroupOrganizationDeviceApplication
description: Following values are supported. Not nullable. UserGroupAdministrativeUnitApplicationDeviceOrganization
additionalProperties:
type: object
microsoft.graph.federatedIdentityCredential:
Expand Down
3 changes: 3 additions & 0 deletions openApiDocs/beta/CloudCommunications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8729,6 +8729,7 @@ components:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.callTranscript'
description: The transcripts of an online meeting. Read-only.
additionalProperties:
type: object
microsoft.graph.meetingAttendanceReport:
Expand Down Expand Up @@ -8878,11 +8879,13 @@ components:
properties:
content:
type: string
description: A field representing the content of the transcript. Read-only.
format: base64url
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. Read-only.
format: date-time
nullable: true
additionalProperties:
Expand Down
5 changes: 4 additions & 1 deletion openApiDocs/beta/Compliance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13892,7 +13892,7 @@ components:
nullable: true
bootstrapTokenEscrowed:
type: boolean
description: 'Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only.'
description: 'Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only.'
chassisType:
$ref: '#/components/schemas/microsoft.graph.chassisType'
chromeOSDeviceInfo:
Expand Down Expand Up @@ -14997,6 +14997,7 @@ components:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.callTranscript'
description: The transcripts of an online meeting. Read-only.
additionalProperties:
type: object
microsoft.graph.presence:
Expand Down Expand Up @@ -21144,11 +21145,13 @@ components:
properties:
content:
type: string
description: A field representing the content of the transcript. Read-only.
format: base64url
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. Read-only.
format: date-time
nullable: true
additionalProperties:
Expand Down
5 changes: 5 additions & 0 deletions openApiDocs/beta/DeviceManagement.Administration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17597,6 +17597,7 @@ components:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.cloudPcExternalPartnerSetting'
description: The external partner settings on a Cloud PC.
galleryImages:
type: array
items:
Expand Down Expand Up @@ -17811,17 +17812,21 @@ components:
properties:
enableConnection:
type: boolean
description: 'Enable or disable the connection to an external partner. If true, an external partner API will accept incoming calls from external partners. Required. Supports $filter (eq).'
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 data sync time for this external partner. The Timestamp type represents the 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
partnerId:
type: string
description: The external partner ID.
status:
$ref: '#/components/schemas/microsoft.graph.cloudPcExternalPartnerStatus'
statusDetails:
type: string
description: Status details message.
nullable: true
additionalProperties:
type: object
Expand Down
22 changes: 15 additions & 7 deletions openApiDocs/beta/DeviceManagement.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45803,7 +45803,7 @@ components:
nullable: true
bootstrapTokenEscrowed:
type: boolean
description: 'Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only.'
description: 'Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only.'
chassisType:
$ref: '#/components/schemas/microsoft.graph.chassisType'
chromeOSDeviceInfo:
Expand Down Expand Up @@ -52197,6 +52197,7 @@ components:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.cloudPcExternalPartnerSetting'
description: The external partner settings on a Cloud PC.
galleryImages:
type: array
items:
Expand Down Expand Up @@ -53886,19 +53887,19 @@ components:
properties:
boardSupportPackageVersion:
type: string
description: The version of the Board Support Package.
description: 'The version of the Board Support Package (BSP. E.g.: 01.18.02.00)'
deviceModel:
type: string
description: Artifact device model.
description: 'Applicable device model (e.g.: TC8300)'
osVersion:
type: string
description: Artifact OS version.
description: 'Artifact OS version (e.g.: 8.1.0)'
patchVersion:
type: string
description: Artifact patch version.
description: 'Artifact patch version (e.g.: U00)'
releaseNotesUrl:
type: string
description: Artifact release notes URL.
description: 'Artifact release notes URL (e.g.: https://www.zebra.com/<filename.pdf>)'
additionalProperties:
type: object
description: Describes a single artifact for a specific device model.
Expand Down Expand Up @@ -61739,17 +61740,21 @@ components:
properties:
enableConnection:
type: boolean
description: 'Enable or disable the connection to an external partner. If true, an external partner API will accept incoming calls from external partners. Required. Supports $filter (eq).'
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 data sync time for this external partner. The Timestamp type represents the 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
partnerId:
type: string
description: The external partner ID.
status:
$ref: '#/components/schemas/microsoft.graph.cloudPcExternalPartnerStatus'
statusDetails:
type: string
description: Status details message.
nullable: true
additionalProperties:
type: object
Expand Down Expand Up @@ -63430,7 +63435,7 @@ components:
properties:
id:
type: string
description: Key for the Android FOTA Assignment entity
description: A unique identifier assigned to each Android FOTA Assignment entity
nullable: true
target:
$ref: '#/components/schemas/microsoft.graph.androidFotaDeploymentAssignmentTarget'
Expand Down Expand Up @@ -67356,6 +67361,7 @@ components:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.callTranscript'
description: The transcripts of an online meeting. Read-only.
additionalProperties:
type: object
microsoft.graph.presence:
Expand Down Expand Up @@ -72889,11 +72895,13 @@ components:
properties:
content:
type: string
description: A field representing the content of the transcript. Read-only.
format: base64url
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. Read-only.
format: date-time
nullable: true
additionalProperties:
Expand Down
5 changes: 4 additions & 1 deletion openApiDocs/beta/Devices.CloudPrint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18198,7 +18198,7 @@ components:
nullable: true
bootstrapTokenEscrowed:
type: boolean
description: 'Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only.'
description: 'Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only.'
chassisType:
$ref: '#/components/schemas/microsoft.graph.chassisType'
chromeOSDeviceInfo:
Expand Down Expand Up @@ -19303,6 +19303,7 @@ components:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.callTranscript'
description: The transcripts of an online meeting. Read-only.
additionalProperties:
type: object
microsoft.graph.presence:
Expand Down Expand Up @@ -26420,11 +26421,13 @@ components:
properties:
content:
type: string
description: A field representing the content of the transcript. Read-only.
format: base64url
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. Read-only.
format: date-time
nullable: true
additionalProperties:
Expand Down
5 changes: 4 additions & 1 deletion openApiDocs/beta/Devices.CorporateManagement.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26210,7 +26210,7 @@ components:
nullable: true
bootstrapTokenEscrowed:
type: boolean
description: 'Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only.'
description: 'Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only.'
chassisType:
$ref: '#/components/schemas/microsoft.graph.chassisType'
chromeOSDeviceInfo:
Expand Down Expand Up @@ -35200,6 +35200,7 @@ components:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.callTranscript'
description: The transcripts of an online meeting. Read-only.
additionalProperties:
type: object
microsoft.graph.presence:
Expand Down Expand Up @@ -39412,11 +39413,13 @@ components:
properties:
content:
type: string
description: A field representing the content of the transcript. Read-only.
format: base64url
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. Read-only.
format: date-time
nullable: true
additionalProperties:
Expand Down
5 changes: 4 additions & 1 deletion openApiDocs/beta/Education.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18577,7 +18577,7 @@ components:
nullable: true
bootstrapTokenEscrowed:
type: boolean
description: 'Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only.'
description: 'Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only.'
chassisType:
$ref: '#/components/schemas/microsoft.graph.chassisType'
chromeOSDeviceInfo:
Expand Down Expand Up @@ -19682,6 +19682,7 @@ components:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.callTranscript'
description: The transcripts of an online meeting. Read-only.
additionalProperties:
type: object
microsoft.graph.presence:
Expand Down Expand Up @@ -25991,11 +25992,13 @@ components:
properties:
content:
type: string
description: A field representing the content of the transcript. Read-only.
format: base64url
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. Read-only.
format: date-time
nullable: true
additionalProperties:
Expand Down
5 changes: 4 additions & 1 deletion openApiDocs/beta/Files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69022,7 +69022,7 @@ components:
nullable: true
bootstrapTokenEscrowed:
type: boolean
description: 'Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only.'
description: 'Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only.'
chassisType:
$ref: '#/components/schemas/microsoft.graph.chassisType'
chromeOSDeviceInfo:
Expand Down Expand Up @@ -70149,6 +70149,7 @@ components:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.callTranscript'
description: The transcripts of an online meeting. Read-only.
additionalProperties:
type: object
microsoft.graph.presence:
Expand Down Expand Up @@ -75642,11 +75643,13 @@ components:
properties:
content:
type: string
description: A field representing the content of the transcript. Read-only.
format: base64url
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. Read-only.
format: date-time
nullable: true
additionalProperties:
Expand Down
5 changes: 4 additions & 1 deletion openApiDocs/beta/Groups.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41069,7 +41069,7 @@ components:
nullable: true
bootstrapTokenEscrowed:
type: boolean
description: 'Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only.'
description: 'Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only.'
chassisType:
$ref: '#/components/schemas/microsoft.graph.chassisType'
chromeOSDeviceInfo:
Expand Down Expand Up @@ -42174,6 +42174,7 @@ components:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.callTranscript'
description: The transcripts of an online meeting. Read-only.
additionalProperties:
type: object
microsoft.graph.presence:
Expand Down Expand Up @@ -47313,11 +47314,13 @@ components:
properties:
content:
type: string
description: A field representing the content of the transcript. Read-only.
format: base64url
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. Read-only.
format: date-time
nullable: true
additionalProperties:
Expand Down
Loading