Skip to content

Commit 7399ffc

Browse files
authored
Merge pull request #487 from microsoftgraph/weeklyOpenApiDocsDownload.20201210
Weekly OpenApiDocs Download
2 parents f5ab511 + 8755a4e commit 7399ffc

40 files changed

+21634
-1974
lines changed

openApiDocs/beta/Applications.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18579,7 +18579,7 @@ components:
1857918579
description: Specifies resources that this application requires access to and the set of OAuth permission scopes and application roles that it needs under each of those resources. This pre-configuration of required resource access drives the consent experience. Not nullable.
1858018580
signInAudience:
1858118581
type: string
18582-
description: 'Specifies the Microsoft accounts that are supported for the current application. Supported values are:AzureADMyOrg: Users with a Microsoft work or school account in my organization’s Azure AD tenant (single tenant)AzureADMultipleOrgs: Users with a Microsoft work or school account in any organization’s Azure AD tenant (multi-tenant).AzureADandPersonalMicrosoftAccount: Users with a personal Microsoft account, or a work or school account in any organization’s Azure AD tenant.PersonalMicrosoftAccount: Users with a personal Microsoft account only.'
18582+
description: 'Specifies the Microsoft accounts that are supported for the current application. Supported values are:AzureADMyOrg: Users with a Microsoft work or school account in my organization’s Azure AD tenant (single tenant)AzureADMultipleOrgs: Users with a Microsoft work or school account in any organization’s Azure AD tenant (multi-tenant).AzureADandPersonalMicrosoftAccount: Users with a personal Microsoft account, or a work or school account in any organization’s Azure AD tenant.PersonalMicrosoftAccount: Users with a personal Microsoft account only.For authenticating users with Azure AD B2C user flows, use AzureADandPersonalMicrosoftAccount. This value allows for the widest set of user identities including local accounts and user identities from Microsoft, Facebook, Google, Twitter, or any OpenID Connect provider.'
1858318583
nullable: true
1858418584
spa:
1858518585
$ref: '#/components/schemas/microsoft.graph.spaApplication'
@@ -19511,9 +19511,11 @@ components:
1951119511
$ref: '#/components/schemas/microsoft.graph.permissionClassificationType'
1951219512
permissionId:
1951319513
type: string
19514+
description: The unique identifier (id) for the delegated permission listed in the oauth2PermissionScopes collection of the servicePrincipal. Required on create. Does not support $filter.
1951419515
nullable: true
1951519516
permissionName:
1951619517
type: string
19518+
description: The claim value (value) for the delegated permission listed in the oauth2PermissionScopes collection of the servicePrincipal. Does not support $filter.
1951719519
nullable: true
1951819520
additionalProperties:
1951919521
type: object

openApiDocs/beta/Calendar.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46782,9 +46782,9 @@ components:
4678246782
microsoft.graph.calendarColor:
4678346783
title: calendarColor
4678446784
enum:
46785+
- auto
4678546786
- lightBlue
4678646787
- lightGreen
46787-
- auto
4678846788
- lightOrange
4678946789
- lightGray
4679046790
- lightYellow
@@ -47000,9 +47000,9 @@ components:
4700047000
microsoft.graph.freeBusyStatus:
4700147001
title: freeBusyStatus
4700247002
enum:
47003+
- unknown
4700347004
- free
4700447005
- tentative
47005-
- unknown
4700647006
- busy
4700747007
- oof
4700847008
- workingElsewhere

openApiDocs/beta/CloudCommunications.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4210,7 +4210,7 @@ components:
42104210
items:
42114211
$ref: '#/components/schemas/microsoft.graph.modality'
42124212
resultInfo:
4213-
$ref: '#/components/schemas/microsoft.graph.ResultInfo'
4213+
$ref: '#/components/schemas/microsoft.graph.resultInfo'
42144214
ringingTimeoutInSeconds:
42154215
maximum: 2147483647
42164216
minimum: -2147483648
@@ -4420,7 +4420,7 @@ components:
44204420
description: Unique Client Context string. Max limit is 256 chars.
44214421
nullable: true
44224422
resultInfo:
4423-
$ref: '#/components/schemas/microsoft.graph.ResultInfo'
4423+
$ref: '#/components/schemas/microsoft.graph.resultInfo'
44244424
status:
44254425
$ref: '#/components/schemas/microsoft.graph.operationStatus'
44264426
additionalProperties:
@@ -4533,9 +4533,11 @@ components:
45334533
properties:
45344534
activity:
45354535
type: string
4536+
description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack,Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive,InAMeeting, Offline, OffWork,OutOfOffice, PresenceUnknown,Presenting, UrgentInterruptionsOnly.'
45364537
nullable: true
45374538
availability:
45384539
type: string
4540+
description: 'The base presence information for a user. Possible values are Available, AvailableIdle, Away, BeRightBack, Busy, BusyIdle, DoNotDisturb, Offline, PresenceUnknown'
45394541
nullable: true
45404542
additionalProperties:
45414543
type: object
@@ -4849,22 +4851,25 @@ components:
48494851
nullable: true
48504852
additionalProperties:
48514853
type: object
4852-
microsoft.graph.ResultInfo:
4853-
title: ResultInfo
4854+
microsoft.graph.resultInfo:
4855+
title: resultInfo
48544856
type: object
48554857
properties:
48564858
code:
48574859
maximum: 2147483647
48584860
minimum: -2147483648
48594861
type: integer
4862+
description: The result code.
48604863
format: int32
48614864
message:
48624865
type: string
4866+
description: The message.
48634867
nullable: true
48644868
subcode:
48654869
maximum: 2147483647
48664870
minimum: -2147483648
48674871
type: integer
4872+
description: The result sub-code.
48684873
format: int32
48694874
additionalProperties:
48704875
type: object

0 commit comments

Comments
 (0)