Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Weekly OpenApiDocs Download #1389

Merged
merged 3 commits into from
Jul 12, 2022
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions openApiDocs/beta/Applications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17420,10 +17420,10 @@ components:
properties:
name:
type: string
description: Name for this key-value pair
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.'
value:
type: string
description: Value for this key-value pair
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).'
nullable: true
additionalProperties:
type: object
Expand All @@ -17439,7 +17439,7 @@ components:
nullable: true
objectTypeName:
type: string
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.'
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.'
nullable: true
additionalProperties:
type: object
Expand Down Expand Up @@ -18530,6 +18530,7 @@ components:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.synchronizationJobSubject'
description: All group members that you would like to provision.
owners:
type: array
items:
Expand Down
49 changes: 36 additions & 13 deletions openApiDocs/beta/CloudCommunications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2513,6 +2513,8 @@ paths:
- id desc
- info
- info desc
- isIdentityAnonymized
- isIdentityAnonymized desc
- isInLobby
- isInLobby desc
- isMuted
Expand All @@ -2536,6 +2538,7 @@ paths:
enum:
- id
- info
- isIdentityAnonymized
- isInLobby
- isMuted
- mediaStreams
Expand Down Expand Up @@ -2626,6 +2629,7 @@ paths:
enum:
- id
- info
- isIdentityAnonymized
- isInLobby
- isMuted
- mediaStreams
Expand Down Expand Up @@ -3040,6 +3044,8 @@ paths:
- allowTeamworkReactions desc
- alternativeRecording
- alternativeRecording desc
- anonymizeIdentityForRoles
- anonymizeIdentityForRoles desc
- attendeeReport
- attendeeReport desc
- audioConferencing
Expand Down Expand Up @@ -3100,6 +3106,7 @@ paths:
- allowMeetingChat
- allowTeamworkReactions
- alternativeRecording
- anonymizeIdentityForRoles
- attendeeReport
- audioConferencing
- broadcastSettings
Expand Down Expand Up @@ -3202,6 +3209,7 @@ paths:
- allowMeetingChat
- allowTeamworkReactions
- alternativeRecording
- anonymizeIdentityForRoles
- attendeeReport
- audioConferencing
- broadcastSettings
Expand Down Expand Up @@ -5098,6 +5106,8 @@ paths:
- allowTeamworkReactions desc
- alternativeRecording
- alternativeRecording desc
- anonymizeIdentityForRoles
- anonymizeIdentityForRoles desc
- attendeeReport
- attendeeReport desc
- audioConferencing
Expand Down Expand Up @@ -5158,6 +5168,7 @@ paths:
- allowMeetingChat
- allowTeamworkReactions
- alternativeRecording
- anonymizeIdentityForRoles
- attendeeReport
- audioConferencing
- broadcastSettings
Expand Down Expand Up @@ -5275,6 +5286,7 @@ paths:
- allowMeetingChat
- allowTeamworkReactions
- alternativeRecording
- anonymizeIdentityForRoles
- attendeeReport
- audioConferencing
- broadcastSettings
Expand Down Expand Up @@ -7518,6 +7530,8 @@ components:
type: string
description: The language culture string. Read-only.
nullable: true
nonAnonymizedIdentity:
$ref: '#/components/schemas/microsoft.graph.identitySet'
participantId:
type: string
description: The participant ID of the participant. Read-only.
Expand Down Expand Up @@ -7579,6 +7593,8 @@ components:
properties:
info:
$ref: '#/components/schemas/microsoft.graph.participantInfo'
isIdentityAnonymized:
type: boolean
isInLobby:
type: boolean
description: true if the participant is in lobby.
Expand Down Expand Up @@ -7731,6 +7747,10 @@ components:
description: The content stream of the alternative recording of a Microsoft Teams live event. Read-only.
format: base64url
nullable: true
anonymizeIdentityForRoles:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.onlineMeetingRole'
attendeeReport:
type: string
description: The content stream of the attendee report of a Teams live event. Read-only.
Expand Down Expand Up @@ -8461,6 +8481,15 @@ components:
- limited
- unknownFutureValue
type: string
microsoft.graph.onlineMeetingRole:
title: onlineMeetingRole
enum:
- attendee
- presenter
- unknownFutureValue
- producer
- coorganizer
type: string
microsoft.graph.audioConferencing:
title: audioConferencing
type: object
Expand Down Expand Up @@ -8543,12 +8572,15 @@ components:
properties:
isPasscodeRequired:
type: boolean
description: Indicates whether a passcode is required to join a meeting when using joinMeetingId. Optional.
nullable: true
joinMeetingId:
type: string
description: The meeting ID to be used to join a meeting. Optional. Read-only.
nullable: true
passcode:
type: string
description: The passcode to join a meeting. Optional. Read-only.
nullable: true
additionalProperties:
type: object
Expand Down Expand Up @@ -8595,11 +8627,11 @@ components:
properties:
displayName:
type: string
description: The display name of the identity. This property is read-only.
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.'
nullable: true
id:
type: string
description: The identifier of the identity. This property is read-only.
description: Unique identifier for the identity.
nullable: true
additionalProperties:
type: object
Expand Down Expand Up @@ -9036,7 +9068,7 @@ components:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.callRecords.traceRouteHop'
description: List of network trace route hops collected for this media stream.
description: List of network trace route hops collected for this media stream.*
wifiBand:
$ref: '#/components/schemas/microsoft.graph.callRecords.wifiBand'
wifiBatteryCharge:
Expand Down Expand Up @@ -9340,15 +9372,6 @@ components:
nullable: true
additionalProperties:
type: object
microsoft.graph.onlineMeetingRole:
title: onlineMeetingRole
enum:
- attendee
- presenter
- unknownFutureValue
- producer
- coorganizer
type: string
microsoft.graph.ODataErrors.MainError:
required:
- code
Expand Down Expand Up @@ -9396,7 +9419,7 @@ components:
maximum: 2147483647
minimum: -2147483648
type: integer
description: The network path count of this hop that was used to compute the RTT.
description: The network path count of this hop that was used to compute the round-trip time.
format: int32
nullable: true
ipAddress:
Expand Down
Loading