You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
18567
18567
nullable: true
18568
18568
appRoles:
18569
18569
type: array
@@ -18588,21 +18588,21 @@ components:
18588
18588
nullable: true
18589
18589
groupMembershipClaims:
18590
18590
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.'
18592
18592
nullable: true
18593
18593
identifierUris:
18594
18594
type: array
18595
18595
items:
18596
18596
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.'
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.'
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.
18633
18633
nullable: true
18634
18634
requiredResourceAccess:
18635
18635
type: array
@@ -18638,7 +18638,7 @@ components:
18638
18638
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.
18639
18639
signInAudience:
18640
18640
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 (singletenant)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.'
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.
18795
18795
format: base64url
18796
18796
nullable: true
18797
18797
keyId:
@@ -19492,7 +19492,7 @@ components:
19492
19492
description: The collection of password credentials associated with the service principal. Not nullable.
19493
19493
preferredSingleSignOnMode:
19494
19494
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.'
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.
19647
19647
nullable: true
19648
19648
permissionName:
19649
19649
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.
19651
19651
nullable: true
19652
19652
additionalProperties:
19653
19653
type: object
@@ -20601,7 +20601,7 @@ components:
20601
20601
nullable: true
20602
20602
provisioningStatus:
20603
20603
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.'
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.'
21038
21038
nullable: true
21039
21039
value:
21040
21040
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.
Copy file name to clipboardExpand all lines: openApiDocs/beta/Calendar.yml
+13-13Lines changed: 13 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -46388,15 +46388,15 @@ components:
46388
46388
nullable: true
46389
46389
canEdit:
46390
46390
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.'
46392
46392
nullable: true
46393
46393
canShare:
46394
46394
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.'
46396
46396
nullable: true
46397
46397
canViewPrivateItems:
46398
46398
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.'
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.'
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.'
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.'
46651
46651
multiValueExtendedProperties:
46652
46652
type: array
46653
46653
items:
@@ -46681,7 +46681,7 @@ components:
46681
46681
nullable: true
46682
46682
name:
46683
46683
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.
46685
46685
nullable: true
46686
46686
size:
46687
46687
maximum: 2147483647
@@ -46808,11 +46808,11 @@ components:
46808
46808
properties:
46809
46809
address:
46810
46810
type: string
46811
-
description: The email address of the person or entity.
46811
+
description: The email address of an entity instance.
46812
46812
nullable: true
46813
46813
name:
46814
46814
type: string
46815
-
description: The display name of the person or entity.
46815
+
description: The display name of an entity instance.
46816
46816
nullable: true
46817
46817
additionalProperties:
46818
46818
type: object
@@ -46888,10 +46888,10 @@ components:
46888
46888
properties:
46889
46889
dateTime:
46890
46890
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''.'
46892
46892
timeZone:
46893
46893
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.'
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.'
0 commit comments