Skip to content

Commit 6fe4de9

Browse files
github-actions[bot]Microsoft Graph DevX Tooling
and
Microsoft Graph DevX Tooling
authored
Weekly OpenApiDocs Download (#569)
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
1 parent 69b79b8 commit 6fe4de9

File tree

94 files changed

+54550
-12839
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

94 files changed

+54550
-12839
lines changed

openApiDocs/beta/Applications.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -18563,7 +18563,7 @@ components:
1856318563
$ref: '#/components/schemas/microsoft.graph.apiApplication'
1856418564
appId:
1856518565
type: string
18566-
description: The unique identifier for the application that is assigned to an application by Azure AD. Not nullable. Read-only.
18566+
description: The unique identifier for the application that is assigned by Azure AD. Not nullable. Read-only.
1856718567
nullable: true
1856818568
appRoles:
1856918569
type: array
@@ -18588,21 +18588,21 @@ components:
1858818588
nullable: true
1858918589
groupMembershipClaims:
1859018590
type: string
18591-
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:NoneSecurityGroup: For security groups and Azure AD rolesAll: This gets all of the security groups, distribution groups, and Azure AD directory roles that the signed-in user is a member of.'
18591+
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 string values:NoneSecurityGroup: For security groups and Azure AD rolesAll: This gets all of the security groups, distribution groups, and Azure AD directory roles that the signed-in user is a member of.'
1859218592
nullable: true
1859318593
identifierUris:
1859418594
type: array
1859518595
items:
1859618596
type: string
18597-
description: 'The URIs that identify the application within its Azure AD tenant, or within a verified custom domain if the application is multi-tenant. For more information see Application Objects and Service Principal Objects. The any operator is required for filter expressions on multi-valued properties. Not nullable.'
18597+
description: 'The URIs that identify the application within its Azure AD tenant, or within a verified custom domain if the application is multi-tenant. For more information, see Application Objects and Service Principal Objects. The any operator is required for filter expressions on multi-valued properties. Not nullable.'
1859818598
info:
1859918599
$ref: '#/components/schemas/microsoft.graph.informationalUrl'
1860018600
isDeviceOnlyAuthSupported:
1860118601
type: boolean
1860218602
nullable: true
1860318603
isFallbackPublicClient:
1860418604
type: boolean
18605-
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 Azure AD cannot determine the client application type. For example, the ROPC flow where it is configured without specifying a redirect URI. In those cases Azure AD interprets the application type based on the value of this property.'
18605+
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 Azure AD cannot determine the client application type. For example, the ROPC flow where the application is configured without specifying a redirect URI. In those cases Azure AD interprets the application type based on the value of this property.'
1860618606
nullable: true
1860718607
keyCredentials:
1860818608
type: array
@@ -18629,7 +18629,7 @@ components:
1862918629
$ref: '#/components/schemas/microsoft.graph.publicClientApplication'
1863018630
publisherDomain:
1863118631
type: string
18632-
description: 'The verified publisher domain for the application. Read-only. For more information, see How to: Configure an application''s publisher domain.'
18632+
description: The verified publisher domain for the application. Read-only.
1863318633
nullable: true
1863418634
requiredResourceAccess:
1863518635
type: array
@@ -18638,7 +18638,7 @@ components:
1863818638
description: Specifies the resources that the application needs to access. This property also specifies the set of OAuth permission scopes and application roles that it needs for each of those resources. This configuration of access to the required resources drives the consent experience. Not nullable.
1863918639
signInAudience:
1864018640
type: string
18641-
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.'
18641+
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.'
1864218642
nullable: true
1864318643
spa:
1864418644
$ref: '#/components/schemas/microsoft.graph.spaApplication'
@@ -18791,7 +18791,7 @@ components:
1879118791
nullable: true
1879218792
key:
1879318793
type: string
18794-
description: 'The certificate''s raw data in byte array converted to Base64 string; for example, [System.Convert]::ToBase64String($Cert.GetRawCertData()).'
18794+
description: Value for the key credential. Should be a base 64 encoded value.
1879518795
format: base64url
1879618796
nullable: true
1879718797
keyId:
@@ -19492,7 +19492,7 @@ components:
1949219492
description: The collection of password credentials associated with the service principal. Not nullable.
1949319493
preferredSingleSignOnMode:
1949419494
type: string
19495-
description: 'Specifies the single sign-on mode configured for this application. Azure AD uses the preferred single sign-on mode to launch the application from Microsoft 365 or the Azure AD My Apps. The supported values are password, saml, external, and oidc.'
19495+
description: 'Specifies the single sign-on mode configured for this application. Azure AD uses the preferred single sign-on mode to launch the application from Microsoft 365 or the Azure AD My Apps. The supported values are password, saml, notSupported, and oidc.'
1949619496
nullable: true
1949719497
preferredTokenSigningKeyEndDateTime:
1949819498
pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$'
@@ -19643,11 +19643,11 @@ components:
1964319643
$ref: '#/components/schemas/microsoft.graph.permissionClassificationType'
1964419644
permissionId:
1964519645
type: string
19646-
description: The unique identifier (id) for the delegated permission listed in the oauth2PermissionScopes collection of the servicePrincipal. Required on create. Does not support $filter.
19646+
description: The unique identifier (id) for the delegated permission listed in the publishedPermissionScopes collection of the servicePrincipal. Required on create. Does not support $filter.
1964719647
nullable: true
1964819648
permissionName:
1964919649
type: string
19650-
description: The claim value (value) for the delegated permission listed in the oauth2PermissionScopes collection of the servicePrincipal. Does not support $filter.
19650+
description: The claim value (value) for the delegated permission listed in the publishedPermissionScopes collection of the servicePrincipal. Does not support $filter.
1965119651
nullable: true
1965219652
additionalProperties:
1965319653
type: object
@@ -20601,7 +20601,7 @@ components:
2060120601
nullable: true
2060220602
provisioningStatus:
2060320603
type: string
20604-
description: 'The provisioning status of the service plan. Possible values:''Success'' - Service is fully provisioned.''Disabled'' - Service has been disabled.''PendingInput'' - Service is not yet provisioned; awaiting service confirmation.''PendingActivation'' - Service is provisioned but requires explicit activation by administrator (for example, Intune_O365 service plan)''PendingProvisioning'' - Microsoft has added a new service to the product SKU and it has not been activated in the tenant, yet.'
20604+
description: 'The provisioning status of the service plan. Possible values:''Success'' - Service is fully provisioned.''Disabled'' - Service has been disabled.''PendingInput'' - Service is not yet provisioned; awaiting service confirmation.''PendingActivation'' - Service is provisioned but requires explicit activation by administrator (for example, Intune_O365 service plan).''PendingProvisioning'' - Microsoft has added a new service to the product SKU and it has not been activated in the tenant, yet.'
2060520605
nullable: true
2060620606
servicePlanId:
2060720607
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}$'
@@ -21034,11 +21034,11 @@ components:
2103421034
properties:
2103521035
key:
2103621036
type: string
21037-
description: Key for the key-value pair.
21037+
description: 'Contains the name of the field that a value is associated with. When a sign in or domain hint is included in the sign-in request, corresponding fields are included as key-value pairs. Possible keys: Login hint present, Domain hint present.'
2103821038
nullable: true
2103921039
value:
2104021040
type: string
21041-
description: Value for the key-value pair.
21041+
description: Contains the corresponding value for the specified key. The value is true if a sign in hint was included in the sign-in request; otherwise false. The value is true if a domain hint was included in the sign-in request; otherwise false.
2104221042
nullable: true
2104321043
additionalProperties:
2104421044
type: object

openApiDocs/beta/Bookings.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2515,10 +2515,10 @@ components:
25152515
properties:
25162516
dateTime:
25172517
type: string
2518-
description: 'A single point of time in a combined date and time representation ({date}T{time}; for example, 2017-08-29T04:00:00.0000000).'
2518+
description: 'A single point of time in a combined date and time representation ({date}T{time}). For example, ''2019-04-16T09:00:00''.'
25192519
timeZone:
25202520
type: string
2521-
description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for more possible values.'
2521+
description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for possible values.'
25222522
nullable: true
25232523
additionalProperties:
25242524
type: object

openApiDocs/beta/Calendar.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -46388,15 +46388,15 @@ components:
4638846388
nullable: true
4638946389
canEdit:
4639046390
type: boolean
46391-
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 has been shared a calendar and granted write access.'
46391+
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 has been shared a calendar and granted write access, through an Outlook client or the corresponding calendarPermission resource. Read-only.'
4639246392
nullable: true
4639346393
canShare:
4639446394
type: boolean
46395-
description: 'True if the user has the permission to share the calendar, false otherwise. Only the user who created the calendar can share it.'
46395+
description: 'True if the user has the permission to share the calendar, false otherwise. Only the user who created the calendar can share it. Read-only.'
4639646396
nullable: true
4639746397
canViewPrivateItems:
4639846398
type: boolean
46399-
description: 'True if the user can read calendar items that have been marked private, false otherwise.'
46399+
description: 'True if the user can read calendar items that have been marked private, false otherwise. This property is set through an Outlook client or the corresponding calendarPermission resource. Read-only.'
4640046400
nullable: true
4640146401
changeKey:
4640246402
type: string
@@ -46408,7 +46408,7 @@ components:
4640846408
$ref: '#/components/schemas/microsoft.graph.onlineMeetingProviderType'
4640946409
hexColor:
4641046410
type: string
46411-
description: 'The calendar color, expressed in a hex color code of three hexidecimal 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.'
46411+
description: 'The calendar color, expressed in a hex color code of three hexidecimal 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.'
4641246412
nullable: true
4641346413
isDefaultCalendar:
4641446414
type: boolean
@@ -46631,7 +46631,7 @@ components:
4663146631
type: array
4663246632
items:
4663346633
$ref: '#/components/schemas/microsoft.graph.attachment'
46634-
description: The collection of fileAttachment and itemAttachment attachments for the event. Navigation property. Read-only. Nullable.
46634+
description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.'
4663546635
calendar:
4663646636
$ref: '#/components/schemas/microsoft.graph.calendar'
4663746637
exceptionOccurrences:
@@ -46642,12 +46642,12 @@ components:
4664246642
type: array
4664346643
items:
4664446644
$ref: '#/components/schemas/microsoft.graph.extension'
46645-
description: The collection of open extensions defined for the event. Read-only. Nullable.
46645+
description: The collection of open extensions defined for the event. Nullable.
4664646646
instances:
4664746647
type: array
4664846648
items:
4664946649
$ref: '#/components/schemas/microsoft.graph.event'
46650-
description: The instances of the event. Navigation property. Read-only. Nullable.
46650+
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 that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.'
4665146651
multiValueExtendedProperties:
4665246652
type: array
4665346653
items:
@@ -46681,7 +46681,7 @@ components:
4668146681
nullable: true
4668246682
name:
4668346683
type: string
46684-
description: The attachment's file name.
46684+
description: The display name of the attachment. This does not need to be the actual file name.
4668546685
nullable: true
4668646686
size:
4668746687
maximum: 2147483647
@@ -46808,11 +46808,11 @@ components:
4680846808
properties:
4680946809
address:
4681046810
type: string
46811-
description: The email address of the person or entity.
46811+
description: The email address of an entity instance.
4681246812
nullable: true
4681346813
name:
4681446814
type: string
46815-
description: The display name of the person or entity.
46815+
description: The display name of an entity instance.
4681646816
nullable: true
4681746817
additionalProperties:
4681846818
type: object
@@ -46888,10 +46888,10 @@ components:
4688846888
properties:
4688946889
dateTime:
4689046890
type: string
46891-
description: 'A single point of time in a combined date and time representation ({date}T{time}; for example, 2017-08-29T04:00:00.0000000).'
46891+
description: 'A single point of time in a combined date and time representation ({date}T{time}). For example, ''2019-04-16T09:00:00''.'
4689246892
timeZone:
4689346893
type: string
46894-
description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for more possible values.'
46894+
description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for possible values.'
4689546895
nullable: true
4689646896
additionalProperties:
4689746897
type: object
@@ -47170,7 +47170,7 @@ components:
4717047170
type: array
4717147171
items:
4717247172
$ref: '#/components/schemas/microsoft.graph.dayOfWeek'
47173-
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.'
47173+
description: 'A collection of the days of the week on which the event occurs. 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.'
4717447174
firstDayOfWeek:
4717547175
$ref: '#/components/schemas/microsoft.graph.dayOfWeek'
4717647176
index:

0 commit comments

Comments
 (0)