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
Copy file name to clipboardExpand all lines: openApiDocs/v1.0/Applications.yml
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -6891,7 +6891,7 @@ components:
6891
6891
items:
6892
6892
type: string
6893
6893
nullable: true
6894
-
description: 'The list of single sign-on modes supported by this application. The supported values are password, saml, external, and oidc.'
6894
+
description: 'The list of single sign-on modes supported by this application. The supported values are oidc, password, saml, and notSupported.'
6895
6895
additionalProperties:
6896
6896
type: object
6897
6897
microsoft.graph.applicationServicePrincipal:
@@ -6969,6 +6969,7 @@ components:
6969
6969
description: 'Used to retrieve service principals by subscription, identify resource group and full resource ids for managed identities.'
6970
6970
appDescription:
6971
6971
type: string
6972
+
description: The description exposed by the associated application.
6972
6973
nullable: true
6973
6974
appDisplayName:
6974
6975
type: string
@@ -6998,6 +6999,7 @@ components:
6998
6999
description: The roles exposed by the application which this service principal represents. For more information see the appRoles property definition on the application entity. Not nullable.
6999
7000
description:
7000
7001
type: string
7002
+
description: Free text field to provide an internal end-user facing description of the service principal. End-user portals such MyApps will display the application description in this field. The maximum allowed size is 1024 characters.
7001
7003
nullable: true
7002
7004
displayName:
7003
7005
type: string
@@ -7024,6 +7026,7 @@ components:
7024
7026
nullable: true
7025
7027
notes:
7026
7028
type: string
7029
+
description: 'Free text field to capture information about the service principal, typically used for operational purposes. Maximum allowed size is 1024 characters.'
7027
7030
nullable: true
7028
7031
notificationEmailAddresses:
7029
7032
type: array
@@ -7542,11 +7545,11 @@ components:
7542
7545
properties:
7543
7546
key:
7544
7547
type: string
7545
-
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.'
7548
+
description: Key.
7546
7549
nullable: true
7547
7550
value:
7548
7551
type: string
7549
-
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.
0 commit comments