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/beta/Applications.yml
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -17420,10 +17420,10 @@ components:
17420
17420
properties:
17421
17421
name:
17422
17422
type: string
17423
-
description: Name for this key-value pair
17423
+
description: 'Name for this key-value pair. Possible names are: AdditionalWSFedEndpointCheckResult, AllowedAuthenticationClassReferencesCheckResult, AlwaysRequireAuthenticationCheckResult, AutoUpdateEnabledCheckResult, ClaimsProviderNameCheckResult, EncryptClaimsCheckResult, EncryptedNameIdRequiredCheckResult, MonitoringEnabledCheckResult,NotBeforeSkewCheckResult, RequestMFAFromClaimsProvidersCheckResult, SignedSamlRequestsRequiredCheckResult, AdditionalAuthenticationRulesCheckResult, TokenLifetimeCheckResult, DelegationAuthorizationRulesCheckResult, IssuanceAuthorizationRulesCheckResult, IssuanceTransformRulesCheckResult.'
17424
17424
value:
17425
17425
type: string
17426
-
description: Value for this key-value pair
17426
+
description: 'Value for this key-value pair. Possible result values are 0 (when the validation check passed), 1 (when the validation check failed), or 2 (when the validation check is a warning).'
17427
17427
nullable: true
17428
17428
additionalProperties:
17429
17429
type: object
@@ -17439,7 +17439,7 @@ components:
17439
17439
nullable: true
17440
17440
objectTypeName:
17441
17441
type: string
17442
-
description: 'The type of the object to which a synchronizationJob is to be applied. Can be one of the following: user for synchronization from Active Directory to Azure AD.User for synchronization from Azure AD to a third-party application. Worker for synchronization from Workday to either Active Directory or Azure AD.'
17442
+
description: 'The type of the object to which a synchronizationJob is to be applied. Can be one of the following: user for synchronizing between Active Directory and Azure AD.User for synchronizing a user between Azure AD and a third-party application. Worker for synchronization a user between Workday and either Active Directory or Azure AD.Group for synchronizing a group between Azure AD and a third-party application.'
description: The content stream of the attendee report of a Teams live event. Read-only.
@@ -8461,6 +8481,15 @@ components:
8461
8481
- limited
8462
8482
- unknownFutureValue
8463
8483
type: string
8484
+
microsoft.graph.onlineMeetingRole:
8485
+
title: onlineMeetingRole
8486
+
enum:
8487
+
- attendee
8488
+
- presenter
8489
+
- unknownFutureValue
8490
+
- producer
8491
+
- coorganizer
8492
+
type: string
8464
8493
microsoft.graph.audioConferencing:
8465
8494
title: audioConferencing
8466
8495
type: object
@@ -8543,12 +8572,15 @@ components:
8543
8572
properties:
8544
8573
isPasscodeRequired:
8545
8574
type: boolean
8575
+
description: Indicates whether a passcode is required to join a meeting when using joinMeetingId. Optional.
8546
8576
nullable: true
8547
8577
joinMeetingId:
8548
8578
type: string
8579
+
description: The meeting ID to be used to join a meeting. Optional. Read-only.
8549
8580
nullable: true
8550
8581
passcode:
8551
8582
type: string
8583
+
description: The passcode to join a meeting. Optional. Read-only.
8552
8584
nullable: true
8553
8585
additionalProperties:
8554
8586
type: object
@@ -8595,11 +8627,11 @@ components:
8595
8627
properties:
8596
8628
displayName:
8597
8629
type: string
8598
-
description: The display name of the identity. This property is read-only.
8630
+
description: 'The identity''s display name. Note that this may not always be available or up to date. For example, if a user changes their display name, the API may 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.'
8599
8631
nullable: true
8600
8632
id:
8601
8633
type: string
8602
-
description: The identifier of the identity. This property is read-only.
0 commit comments