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: 'Retrieve a list of recently deleted application and group objects owned by the specified user. This API returns up to 1,000 deleted objects owned by the user, sorted by ID, and doesn''t support pagination.'
description: 'Retrieve a list of recently deleted application and group objects owned by the specified user. This API returns up to 1,000 deleted objects owned by the user, sorted by ID, and doesn''t support pagination.'
description: Collection of objects supported by the directory.
17356
17362
readOnly:
17357
17363
type: boolean
17364
+
description: Whether this object is read-only.
17358
17365
version:
17359
17366
type: string
17360
17367
description: Read only value that indicates version discovered. null if discovery has not yet occurred.
@@ -20061,11 +20068,11 @@ components:
20061
20068
properties:
20062
20069
key:
20063
20070
type: string
20064
-
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.'
20071
+
description: Key.
20065
20072
nullable: true
20066
20073
value:
20067
20074
type: string
20068
-
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.
20075
+
description: Value.
20069
20076
nullable: true
20070
20077
additionalProperties:
20071
20078
type: object
@@ -20192,12 +20199,15 @@ components:
20192
20199
properties:
20193
20200
code:
20194
20201
type: string
20202
+
description: The error code.
20195
20203
nullable: true
20196
20204
message:
20197
20205
type: string
20206
+
description: The error message.
20198
20207
nullable: true
20199
20208
tenantActionable:
20200
20209
type: boolean
20210
+
description: The action to take to resolve the error.
Copy file name to clipboardExpand all lines: openApiDocs/beta/Bookings.yml
+2-2
Original file line number
Diff line number
Diff line change
@@ -5138,11 +5138,11 @@ components:
5138
5138
properties:
5139
5139
displayName:
5140
5140
type: string
5141
-
description: The display name of the identity. This property is read-only.
5141
+
description: 'The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won''t show up as having changed when using delta.'
5142
5142
nullable: true
5143
5143
id:
5144
5144
type: string
5145
-
description: The identifier of the identity. This property is read-only.
0 commit comments