Skip to content

[v2] Weekly OpenApiDocs Refresh #3300

New issue

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

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

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
May 2, 2025
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 config/ModuleMetadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@
"versions": {
"authentication": {
"prerelease": "",
"version": "2.27.0"
"version": "2.28.0"
},
"beta": {
"prerelease": "",
"version": "2.27.0"
"version": "2.28.0"
},
"v1.0": {
"prerelease": "",
"version": "2.27.0"
"version": "2.28.0"
}
}
}
197 changes: 189 additions & 8 deletions openApiDocs/beta/Applications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12210,11 +12210,11 @@ paths:
put:
tags:
- servicePrincipals.customClaimsPolicy
summary: Create or replace claimsPolicy
description: 'Create a new customClaimsPolicy object if it doesn''t exist, or replace an existing one.'
summary: Update customClaimsPolicy
description: Update a customClaimsPolicy object.
externalDocs:
description: Find more info here
url: https://learn.microsoft.com/graph/api/serviceprincipal-put-claimspolicy?view=graph-rest-beta
url: https://learn.microsoft.com/graph/api/customclaimspolicy-update?view=graph-rest-beta
operationId: servicePrincipal_SetClaimsPolicy
parameters:
- name: servicePrincipal-id
Expand Down Expand Up @@ -12245,11 +12245,11 @@ paths:
patch:
tags:
- servicePrincipals.customClaimsPolicy
summary: Create or replace claimsPolicy
description: 'Create a new customClaimsPolicy object if it doesn''t exist, or replace an existing one.'
summary: Update customClaimsPolicy
description: Update a customClaimsPolicy object.
externalDocs:
description: Find more info here
url: https://learn.microsoft.com/graph/api/serviceprincipal-put-claimspolicy?view=graph-rest-beta
url: https://learn.microsoft.com/graph/api/customclaimspolicy-update?view=graph-rest-beta
operationId: servicePrincipal_UpdateClaimsPolicy
parameters:
- name: servicePrincipal-id
Expand Down Expand Up @@ -22687,6 +22687,8 @@ components:
items:
$ref: '#/components/schemas/microsoft.graph.cloudPC'
x-ms-navigationProperty: true
communications:
$ref: '#/components/schemas/microsoft.graph.userCloudCommunication'
contactFolders:
type: array
items:
Expand Down Expand Up @@ -25485,7 +25487,10 @@ components:
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
qrCodePinMethod:
$ref: '#/components/schemas/microsoft.graph.qrCodePinAuthenticationMethod'
softwareOathMethods:
type: array
items:
Expand Down Expand Up @@ -26032,6 +26037,16 @@ components:
nullable: true
additionalProperties:
type: object
microsoft.graph.userCloudCommunication:
allOf:
- $ref: '#/components/schemas/microsoft.graph.entity'
- title: userCloudCommunication
type: object
properties:
callSettings:
$ref: '#/components/schemas/microsoft.graph.callSettings'
additionalProperties:
type: object
microsoft.graph.contactFolder:
allOf:
- $ref: '#/components/schemas/microsoft.graph.entity'
Expand Down Expand Up @@ -28633,10 +28648,10 @@ components:
properties:
name:
type: string
description: Name for this key-value pair
description: 'Name for this key-value pair. For more information about possible names for each resource type that uses this configuration, see keyValuePair names and values.'
value:
type: string
description: Value for this key-value pair
description: 'Value for this key-value pair. For more information about possible values for each resource type that uses this configuration, see keyValuePair names and values.'
nullable: true
additionalProperties:
type: object
Expand Down Expand Up @@ -30566,6 +30581,20 @@ components:
$ref: '#/components/schemas/microsoft.graph.device'
additionalProperties:
type: object
microsoft.graph.qrCodePinAuthenticationMethod:
allOf:
- $ref: '#/components/schemas/microsoft.graph.authenticationMethod'
- title: qrCodePinAuthenticationMethod
type: object
properties:
pin:
$ref: '#/components/schemas/microsoft.graph.qrPin'
standardQRCode:
$ref: '#/components/schemas/microsoft.graph.qrCode'
temporaryQRCode:
$ref: '#/components/schemas/microsoft.graph.qrCode'
additionalProperties:
type: object
microsoft.graph.softwareOathAuthenticationMethod:
allOf:
- $ref: '#/components/schemas/microsoft.graph.authenticationMethod'
Expand Down Expand Up @@ -31521,6 +31550,26 @@ components:
- administrator
- unknownFutureValue
type: string
microsoft.graph.callSettings:
allOf:
- $ref: '#/components/schemas/microsoft.graph.entity'
- title: callSettings
type: object
properties:
delegates:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.delegationSettings'
description: Represents the delegate settings.
x-ms-navigationProperty: true
delegators:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.delegationSettings'
description: Represents the delegator settings.
x-ms-navigationProperty: true
additionalProperties:
type: object
microsoft.graph.typedEmailAddress:
allOf:
- $ref: '#/components/schemas/microsoft.graph.emailAddress'
Expand Down Expand Up @@ -38241,6 +38290,59 @@ components:
- linux
- unknownFutureValue
type: string
microsoft.graph.qrPin:
allOf:
- $ref: '#/components/schemas/microsoft.graph.entity'
- title: qrPin
type: object
properties:
code:
type: string
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
forceChangePinNextSignIn:
type: boolean
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
additionalProperties:
type: object
microsoft.graph.qrCode:
allOf:
- $ref: '#/components/schemas/microsoft.graph.entity'
- title: qrCode
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
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
format: date-time
nullable: true
image:
$ref: '#/components/schemas/microsoft.graph.qrCodeImageDetails'
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
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
additionalProperties:
type: object
microsoft.graph.calendarRoleType:
title: calendarRoleType
enum:
Expand Down Expand Up @@ -38792,6 +38894,7 @@ components:
- none
- standard
- unknownFutureValue
- plus
type: string
microsoft.graph.actionState:
title: actionState
Expand Down Expand Up @@ -38823,6 +38926,26 @@ components:
- vMware
- hp
type: string
microsoft.graph.delegationSettings:
allOf:
- $ref: '#/components/schemas/microsoft.graph.entity'
- title: delegationSettings
type: object
properties:
allowedActions:
$ref: '#/components/schemas/microsoft.graph.delegateAllowedActions'
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 delegator or delegate entry was created. The DateTimeOffset 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
isActive:
type: boolean
description: Indicates whether the delegator or delegate relationship is currently active.
nullable: true
additionalProperties:
type: object
microsoft.graph.emailType:
title: emailType
enum:
Expand Down Expand Up @@ -44942,6 +45065,28 @@ components:
- failedActivation
- unknownFutureValue
type: string
microsoft.graph.qrCodeImageDetails:
title: qrCodeImageDetails
type: object
properties:
binaryValue:
type: string
format: base64url
nullable: true
errorCorrectionLevel:
$ref: '#/components/schemas/microsoft.graph.errorCorrectionLevel'
rawContent:
type: string
format: base64url
nullable: true
version:
maximum: 2147483647
minimum: -2147483648
type: number
format: int32
nullable: true
additionalProperties:
type: object
microsoft.graph.attendeeType:
title: attendeeType
enum:
Expand Down Expand Up @@ -45189,6 +45334,32 @@ components:
- failure
- unknownFutureValue
type: string
microsoft.graph.delegateAllowedActions:
title: delegateAllowedActions
type: object
properties:
joinActiveCalls:
type: boolean
description: Indicates whether the delegator or delegate allows participation in active calls.
nullable: true
makeCalls:
type: boolean
description: Indicates whether the delegator or delegate allows calls to be made on their behalf.
nullable: true
manageCallAndDelegateSettings:
type: boolean
description: Indicates whether the delegator or delegate allows the management of call and delegation settings.
nullable: true
pickUpHeldCalls:
type: boolean
description: Indicates whether the delegator or delegate allows held calls to be picked up.
nullable: true
receiveCalls:
type: boolean
description: Indicates whether the delegator or delegate allows calls to be received on their behalf.
nullable: true
additionalProperties:
type: object
microsoft.graph.deviceAndAppManagementAssignmentFilterType:
title: deviceAndAppManagementAssignmentFilterType
enum:
Expand Down Expand Up @@ -47016,6 +47187,7 @@ components:
- driveItem
- user
- teamsChannel
- plannerTask
type: string
microsoft.graph.plannerCreationSourceKind:
title: plannerCreationSourceKind
Expand Down Expand Up @@ -49025,6 +49197,15 @@ components:
x-ms-navigationProperty: true
additionalProperties:
type: object
microsoft.graph.errorCorrectionLevel:
title: errorCorrectionLevel
enum:
- l
- m
- q
- h
- unknownFutureValue
type: string
microsoft.graph.teamsAppResourceSpecificPermissionType:
title: teamsAppResourceSpecificPermissionType
enum:
Expand Down
Loading
Loading