diff --git a/config/ModuleMetadata.json b/config/ModuleMetadata.json index c08049f7dc1..076c92afdc3 100644 --- a/config/ModuleMetadata.json +++ b/config/ModuleMetadata.json @@ -10,5 +10,5 @@ "tags": "MicrosoftGraph;Microsoft;Office365;Graph;PowerShell;GraphServiceClient;Outlook;OneDrive;AzureAD;GraphAPI;Productivity;SharePoint;Intune;SDK;", "releaseNotes": "See https://aka.ms/GraphPowerShell-Release.", "assemblyOriginatorKeyFile": "35MSSharedLib1024.snk", - "version": "0.7.0" + "version": "0.7.1" } \ No newline at end of file diff --git a/openApiDocs/beta/Bookings.yml b/openApiDocs/beta/Bookings.yml index cfa87f83c62..86bb499247b 100644 --- a/openApiDocs/beta/Bookings.yml +++ b/openApiDocs/beta/Bookings.yml @@ -636,6 +636,18 @@ paths: schema: type: string x-ms-docs-key-type: bookingBusiness + - name: start + in: query + description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' + required: true + schema: + type: string + - name: end + in: query + description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + schema: + type: string - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -828,6 +840,18 @@ paths: schema: type: string x-ms-docs-key-type: bookingAppointment + - name: start + in: query + description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' + required: true + schema: + type: string + - name: end + in: query + description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + schema: + type: string - name: $select in: query description: Select properties to be returned diff --git a/openApiDocs/beta/Education.yml b/openApiDocs/beta/Education.yml index 40e0305c1c0..83e302e8a87 100644 --- a/openApiDocs/beta/Education.yml +++ b/openApiDocs/beta/Education.yml @@ -13235,6 +13235,7 @@ components: nullable: true onPremisesDomainName: type: string + description: 'Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect.Returned by default. Read-only.' nullable: true onPremisesLastSyncDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' @@ -13244,6 +13245,7 @@ components: nullable: true onPremisesNetBiosName: type: string + description: Contains the on-premises netBios name synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect.Returned by default. Read-only. nullable: true onPremisesProvisioningErrors: type: array @@ -13252,6 +13254,7 @@ components: description: Errors when using Microsoft synchronization product during provisioning. Returned by default. onPremisesSamAccountName: type: string + description: Contains the on-premises SAM account name synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect.Returned by default. Read-only. nullable: true onPremisesSecurityIdentifier: type: string @@ -14103,9 +14106,11 @@ components: nullable: true externalUserState: type: string + description: 'For an external user invited to the tenant using the invitation API, this property represents the invited user''s invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. Returned only on $select. Supports $filter with the supported values. For example: $filter=externalUserState eq ''PendingAcceptance''.' nullable: true externalUserStateChangeDateTime: type: string + description: Shows the timestamp for the latest change to the externalUserState property. Returned only on $select. nullable: true userType: type: string @@ -15974,6 +15979,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.user' + members: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.conversationMember' channels: type: array items: @@ -15981,10 +15990,6 @@ components: description: The collection of channels & messages associated with the team. primaryChannel: $ref: '#/components/schemas/microsoft.graph.channel' - apps: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.teamsCatalogApp' installedApps: type: array items: @@ -16026,12 +16031,12 @@ components: '@odata.type': microsoft.graph.profilePhoto owners: - '@odata.type': microsoft.graph.user + members: + - '@odata.type': microsoft.graph.conversationMember channels: - '@odata.type': microsoft.graph.channel primaryChannel: '@odata.type': microsoft.graph.channel - apps: - - '@odata.type': microsoft.graph.teamsCatalogApp installedApps: - '@odata.type': microsoft.graph.teamsAppInstallation operations: @@ -18280,12 +18285,16 @@ components: type: boolean contributionToContentDiscoveryAsOrganizationDisabled: type: boolean + regionalAndLanguageSettings: + $ref: '#/components/schemas/microsoft.graph.regionalAndLanguageSettings' shiftPreferences: $ref: '#/components/schemas/microsoft.graph.shiftPreferences' example: id: string (identifier) contributionToContentDiscoveryDisabled: true contributionToContentDiscoveryAsOrganizationDisabled: true + regionalAndLanguageSettings: + '@odata.type': microsoft.graph.regionalAndLanguageSettings shiftPreferences: '@odata.type': microsoft.graph.shiftPreferences microsoft.graph.profile: @@ -18298,6 +18307,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.userAccountInformation' + addresses: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.itemAddress' anniversaries: type: array items: @@ -18334,6 +18347,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.projectParticipation' + notes: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.personAnnotation' skills: type: array items: @@ -18350,6 +18367,8 @@ components: id: string (identifier) account: - '@odata.type': microsoft.graph.userAccountInformation + addresses: + - '@odata.type': microsoft.graph.itemAddress anniversaries: - '@odata.type': microsoft.graph.personAnniversary educationalActivities: @@ -18368,6 +18387,8 @@ components: - '@odata.type': microsoft.graph.workPosition projects: - '@odata.type': microsoft.graph.projectParticipation + notes: + - '@odata.type': microsoft.graph.personAnnotation skills: - '@odata.type': microsoft.graph.skillProficiency webAccounts: @@ -18500,6 +18521,8 @@ components: type: string description: The display name for the device. Required. nullable: true + extensionAttributes: + $ref: '#/components/schemas/microsoft.graph.onPremisesExtensionAttributes' isCompliant: type: boolean description: 'true if the device complies with Mobile Device Management (MDM) policies; otherwise, false. Read-only. This can only be updated by Intune for any device OS type or by an approved MDM app for Windows OS devices.' @@ -18603,6 +18626,8 @@ components: deviceMetadata: string deviceVersion: integer displayName: string + extensionAttributes: + '@odata.type': microsoft.graph.onPremisesExtensionAttributes isCompliant: true isManaged: true onPremisesLastSyncDateTime: string (timestamp) @@ -20645,6 +20670,25 @@ components: type: object example: id: string (identifier) + microsoft.graph.conversationMember: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: conversationMember + type: object + properties: + roles: + type: array + items: + type: string + nullable: true + displayName: + type: string + nullable: true + example: + id: string (identifier) + roles: + - string + displayName: string microsoft.graph.channel: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -20704,26 +20748,6 @@ components: - '@odata.type': microsoft.graph.conversationMember filesFolder: '@odata.type': microsoft.graph.driveItem - microsoft.graph.teamsCatalogApp: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: teamsCatalogApp - type: object - properties: - externalId: - type: string - nullable: true - name: - type: string - nullable: true - distributionMethod: - $ref: '#/components/schemas/microsoft.graph.teamsAppDistributionMethod' - example: - id: string (identifier) - externalId: string - name: string - distributionMethod: - '@odata.type': microsoft.graph.teamsAppDistributionMethod microsoft.graph.teamsAppInstallation: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -23094,6 +23118,40 @@ components: '@odata.type': microsoft.graph.resourceReference resource: '@odata.type': microsoft.graph.entity + microsoft.graph.regionalAndLanguageSettings: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: regionalAndLanguageSettings + type: object + properties: + defaultDisplayLanguage: + $ref: '#/components/schemas/microsoft.graph.localeInfo' + authoringLanguages: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.localeInfo' + defaultTranslationLanguage: + $ref: '#/components/schemas/microsoft.graph.localeInfo' + defaultSpeechInputLanguage: + $ref: '#/components/schemas/microsoft.graph.localeInfo' + defaultRegionalFormat: + $ref: '#/components/schemas/microsoft.graph.localeInfo' + regionalFormatOverrides: + $ref: '#/components/schemas/microsoft.graph.regionalFormatOverrides' + example: + id: string (identifier) + defaultDisplayLanguage: + '@odata.type': microsoft.graph.localeInfo + authoringLanguages: + - '@odata.type': microsoft.graph.localeInfo + defaultTranslationLanguage: + '@odata.type': microsoft.graph.localeInfo + defaultSpeechInputLanguage: + '@odata.type': microsoft.graph.localeInfo + defaultRegionalFormat: + '@odata.type': microsoft.graph.localeInfo + regionalFormatOverrides: + '@odata.type': microsoft.graph.regionalFormatOverrides microsoft.graph.shiftPreferences: allOf: - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' @@ -23139,11 +23197,45 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource ageGroup: string countryCode: string preferredLanguageTag: '@odata.type': microsoft.graph.localeInfo userPrincipalName: string + microsoft.graph.itemAddress: + allOf: + - $ref: '#/components/schemas/microsoft.graph.itemFacet' + - title: itemAddress + type: object + properties: + displayName: + type: string + nullable: true + detail: + $ref: '#/components/schemas/microsoft.graph.physicalAddress' + geoCoordinates: + $ref: '#/components/schemas/microsoft.graph.geoCoordinates' + example: + id: string (identifier) + allowedAudiences: + '@odata.type': microsoft.graph.allowedAudiences + inference: + '@odata.type': microsoft.graph.inferenceData + createdDateTime: string (timestamp) + createdBy: + '@odata.type': microsoft.graph.identitySet + lastModifiedDateTime: string (timestamp) + lastModifiedBy: + '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource + displayName: string + detail: + '@odata.type': microsoft.graph.physicalAddress + geoCoordinates: + '@odata.type': microsoft.graph.geoCoordinates microsoft.graph.personAnniversary: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -23169,6 +23261,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource type: '@odata.type': microsoft.graph.anniversaryType date: string (timestamp) @@ -23209,6 +23303,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource completionMonthYear: string (timestamp) endMonthYear: string (timestamp) institution: @@ -23241,6 +23337,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource address: string displayName: string type: @@ -23264,6 +23362,11 @@ components: webUrl: type: string nullable: true + collaborationTags: + type: array + items: + type: string + nullable: true example: id: string (identifier) allowedAudiences: @@ -23276,11 +23379,15 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource categories: - string description: string displayName: string webUrl: string + collaborationTags: + - string microsoft.graph.languageProficiency: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -23293,6 +23400,12 @@ components: type: string proficiency: $ref: '#/components/schemas/microsoft.graph.languageProficiencyLevel' + spoken: + $ref: '#/components/schemas/microsoft.graph.languageProficiencyLevel' + written: + $ref: '#/components/schemas/microsoft.graph.languageProficiencyLevel' + reading: + $ref: '#/components/schemas/microsoft.graph.languageProficiencyLevel' example: id: string (identifier) allowedAudiences: @@ -23305,10 +23418,18 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource displayName: string tag: string proficiency: '@odata.type': microsoft.graph.languageProficiencyLevel + spoken: + '@odata.type': microsoft.graph.languageProficiencyLevel + written: + '@odata.type': microsoft.graph.languageProficiencyLevel + reading: + '@odata.type': microsoft.graph.languageProficiencyLevel microsoft.graph.personName: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -23356,6 +23477,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource displayName: string first: string initials: string @@ -23393,6 +23516,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource displayName: string type: '@odata.type': microsoft.graph.phoneType @@ -23410,6 +23535,15 @@ components: nullable: true detail: $ref: '#/components/schemas/microsoft.graph.positionDetail' + manager: + $ref: '#/components/schemas/microsoft.graph.relatedPerson' + colleagues: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.relatedPerson' + isCurrent: + type: boolean + nullable: true example: id: string (identifier) allowedAudiences: @@ -23422,10 +23556,17 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource categories: - string detail: '@odata.type': microsoft.graph.positionDetail + manager: + '@odata.type': microsoft.graph.relatedPerson + colleagues: + - '@odata.type': microsoft.graph.relatedPerson + isCurrent: true microsoft.graph.projectParticipation: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -23451,6 +23592,11 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.relatedPerson' + collaborationTags: + type: array + items: + type: string + nullable: true example: id: string (identifier) allowedAudiences: @@ -23463,6 +23609,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource categories: - string client: @@ -23474,6 +23622,36 @@ components: - '@odata.type': microsoft.graph.relatedPerson sponsors: - '@odata.type': microsoft.graph.relatedPerson + collaborationTags: + - string + microsoft.graph.personAnnotation: + allOf: + - $ref: '#/components/schemas/microsoft.graph.itemFacet' + - title: personAnnotation + type: object + properties: + detail: + $ref: '#/components/schemas/microsoft.graph.itemBody' + displayName: + type: string + nullable: true + example: + id: string (identifier) + allowedAudiences: + '@odata.type': microsoft.graph.allowedAudiences + inference: + '@odata.type': microsoft.graph.inferenceData + createdDateTime: string (timestamp) + createdBy: + '@odata.type': microsoft.graph.identitySet + lastModifiedDateTime: string (timestamp) + lastModifiedBy: + '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource + detail: + '@odata.type': microsoft.graph.itemBody + displayName: string microsoft.graph.skillProficiency: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -23492,6 +23670,11 @@ components: webUrl: type: string nullable: true + collaborationTags: + type: array + items: + type: string + nullable: true example: id: string (identifier) allowedAudiences: @@ -23504,12 +23687,16 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource categories: - string displayName: string proficiency: '@odata.type': microsoft.graph.skillProficiencyLevel webUrl: string + collaborationTags: + - string microsoft.graph.webAccount: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -23541,6 +23728,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource description: string userId: string service: @@ -23577,6 +23766,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource categories: - string description: string @@ -23915,25 +24106,6 @@ components: '@odata.type': microsoft.graph.longRunningOperationStatus statusDetail: string resourceLocation: string - microsoft.graph.conversationMember: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: conversationMember - type: object - properties: - roles: - type: array - items: - type: string - nullable: true - displayName: - type: string - nullable: true - example: - id: string (identifier) - roles: - - string - displayName: string microsoft.graph.chatMessage: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -25753,6 +25925,9 @@ components: type: string description: ID of the scheduling group the shift is part of. Required. nullable: true + isStagedForDeletion: + type: boolean + nullable: true example: id: string (identifier) createdDateTime: string (timestamp) @@ -25765,6 +25940,7 @@ components: '@odata.type': microsoft.graph.shiftItem userId: string schedulingGroupId: string + isStagedForDeletion: true microsoft.graph.openShift: allOf: - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' @@ -26027,9 +26203,6 @@ components: - title: teamsTab type: object properties: - name: - type: string - nullable: true displayName: type: string description: Name of the tab. @@ -26053,7 +26226,6 @@ components: $ref: '#/components/schemas/microsoft.graph.teamsApp' example: id: string (identifier) - name: string displayName: string teamsAppId: string sortOrderIndex: string @@ -26063,14 +26235,6 @@ components: '@odata.type': microsoft.graph.teamsTabConfiguration teamsApp: '@odata.type': microsoft.graph.teamsApp - microsoft.graph.teamsAppDistributionMethod: - title: teamsAppDistributionMethod - enum: - - store - - organization - - sideloaded - - unknownFutureValue - type: string microsoft.graph.teamsApp: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -26081,9 +26245,6 @@ components: type: string description: The ID of the catalog provided by the app developer in the Microsoft Teams zip app package. nullable: true - name: - type: string - nullable: true displayName: type: string description: The name of the catalog app provided by the app developer in the Microsoft Teams zip app package. @@ -26098,7 +26259,6 @@ components: example: id: string (identifier) externalId: string - name: string displayName: string distributionMethod: '@odata.type': microsoft.graph.teamsAppDistributionMethod @@ -26125,12 +26285,16 @@ components: type: string description: The version number of the application. nullable: true + publishingState: + $ref: '#/components/schemas/microsoft.graph.teamsAppPublishingState' example: id: string (identifier) teamsAppId: string azureADAppId: string displayName: string version: string + publishingState: + '@odata.type': microsoft.graph.teamsAppPublishingState microsoft.graph.teamsAsyncOperationType: title: teamsAsyncOperationType enum: @@ -27399,6 +27563,39 @@ components: example: lastAccessedDateTime: string (timestamp) lastModifiedDateTime: string (timestamp) + microsoft.graph.regionalFormatOverrides: + title: regionalFormatOverrides + type: object + properties: + calendar: + type: string + nullable: true + firstDayOfWeek: + type: string + nullable: true + shortDateFormat: + type: string + nullable: true + longDateFormat: + type: string + nullable: true + shortTimeFormat: + type: string + nullable: true + longTimeFormat: + type: string + nullable: true + timeZone: + type: string + nullable: true + example: + calendar: string + firstDayOfWeek: string + shortDateFormat: string + longDateFormat: string + shortTimeFormat: string + longTimeFormat: string + timeZone: string microsoft.graph.changeTrackedEntity: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -27468,6 +27665,8 @@ components: format: date-time lastModifiedBy: $ref: '#/components/schemas/microsoft.graph.identitySet' + source: + $ref: '#/components/schemas/microsoft.graph.personDataSource' example: id: string (identifier) allowedAudiences: @@ -27480,6 +27679,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource microsoft.graph.anniversaryType: title: anniversaryType enum: @@ -27619,6 +27820,23 @@ components: role: string startMonthYear: string (timestamp) summary: string + microsoft.graph.relatedPerson: + title: relatedPerson + type: object + properties: + displayName: + type: string + nullable: true + relationship: + $ref: '#/components/schemas/microsoft.graph.personRelationship' + userPrincipalName: + type: string + nullable: true + example: + displayName: string + relationship: + '@odata.type': microsoft.graph.personRelationship + userPrincipalName: string microsoft.graph.companyDetail: title: companyDetail type: object @@ -27647,23 +27865,6 @@ components: address: '@odata.type': microsoft.graph.physicalAddress webUrl: string - microsoft.graph.relatedPerson: - title: relatedPerson - type: object - properties: - displayName: - type: string - nullable: true - relationship: - $ref: '#/components/schemas/microsoft.graph.personRelationship' - userPrincipalName: - type: string - nullable: true - example: - displayName: string - relationship: - '@odata.type': microsoft.graph.personRelationship - userPrincipalName: string microsoft.graph.skillProficiencyLevel: title: skillProficiencyLevel enum: @@ -27810,10 +28011,12 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer + description: 'Index of an entity being mentioned in the specified chatMessage. Matches the {index} value in the corresponding tag in the message body.' format: int32 nullable: true mentionText: type: string + description: 'String used to represent the mention. For example, a user''s display name, a team name.' nullable: true mentioned: $ref: '#/components/schemas/microsoft.graph.identitySet' @@ -28736,6 +28939,22 @@ components: contentUrl: string removeUrl: string websiteUrl: string + microsoft.graph.teamsAppDistributionMethod: + title: teamsAppDistributionMethod + enum: + - store + - organization + - sideloaded + - unknownFutureValue + type: string + microsoft.graph.teamsAppPublishingState: + title: teamsAppPublishingState + enum: + - submitted + - rejected + - published + - unknownFutureValue + type: string microsoft.graph.threatAssessmentResultType: title: threatAssessmentResultType enum: diff --git a/openApiDocs/beta/Files.Drives.yml b/openApiDocs/beta/Files.Drives.yml index 14957b93336..53dacd1dbd0 100644 --- a/openApiDocs/beta/Files.Drives.yml +++ b/openApiDocs/beta/Files.Drives.yml @@ -18201,9 +18201,11 @@ components: nullable: true externalUserState: type: string + description: 'For an external user invited to the tenant using the invitation API, this property represents the invited user''s invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. Returned only on $select. Supports $filter with the supported values. For example: $filter=externalUserState eq ''PendingAcceptance''.' nullable: true externalUserStateChangeDateTime: type: string + description: Shows the timestamp for the latest change to the externalUserState property. Returned only on $select. nullable: true userType: type: string @@ -20018,6 +20020,7 @@ components: nullable: true onPremisesDomainName: type: string + description: 'Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect.Returned by default. Read-only.' nullable: true onPremisesLastSyncDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' @@ -20027,6 +20030,7 @@ components: nullable: true onPremisesNetBiosName: type: string + description: Contains the on-premises netBios name synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect.Returned by default. Read-only. nullable: true onPremisesProvisioningErrors: type: array @@ -20035,6 +20039,7 @@ components: description: Errors when using Microsoft synchronization product during provisioning. Returned by default. onPremisesSamAccountName: type: string + description: Contains the on-premises SAM account name synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect.Returned by default. Read-only. nullable: true onPremisesSecurityIdentifier: type: string @@ -22305,12 +22310,16 @@ components: type: boolean contributionToContentDiscoveryAsOrganizationDisabled: type: boolean + regionalAndLanguageSettings: + $ref: '#/components/schemas/microsoft.graph.regionalAndLanguageSettings' shiftPreferences: $ref: '#/components/schemas/microsoft.graph.shiftPreferences' example: id: string (identifier) contributionToContentDiscoveryDisabled: true contributionToContentDiscoveryAsOrganizationDisabled: true + regionalAndLanguageSettings: + '@odata.type': microsoft.graph.regionalAndLanguageSettings shiftPreferences: '@odata.type': microsoft.graph.shiftPreferences microsoft.graph.onenote: @@ -22373,6 +22382,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.userAccountInformation' + addresses: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.itemAddress' anniversaries: type: array items: @@ -22409,6 +22422,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.projectParticipation' + notes: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.personAnnotation' skills: type: array items: @@ -22425,6 +22442,8 @@ components: id: string (identifier) account: - '@odata.type': microsoft.graph.userAccountInformation + addresses: + - '@odata.type': microsoft.graph.itemAddress anniversaries: - '@odata.type': microsoft.graph.personAnniversary educationalActivities: @@ -22443,6 +22462,8 @@ components: - '@odata.type': microsoft.graph.workPosition projects: - '@odata.type': microsoft.graph.projectParticipation + notes: + - '@odata.type': microsoft.graph.personAnnotation skills: - '@odata.type': microsoft.graph.skillProficiency webAccounts: @@ -22575,6 +22596,8 @@ components: type: string description: The display name for the device. Required. nullable: true + extensionAttributes: + $ref: '#/components/schemas/microsoft.graph.onPremisesExtensionAttributes' isCompliant: type: boolean description: 'true if the device complies with Mobile Device Management (MDM) policies; otherwise, false. Read-only. This can only be updated by Intune for any device OS type or by an approved MDM app for Windows OS devices.' @@ -22678,6 +22701,8 @@ components: deviceMetadata: string deviceVersion: integer displayName: string + extensionAttributes: + '@odata.type': microsoft.graph.onPremisesExtensionAttributes isCompliant: true isManaged: true onPremisesLastSyncDateTime: string (timestamp) @@ -22948,6 +22973,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.user' + members: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.conversationMember' channels: type: array items: @@ -22955,10 +22984,6 @@ components: description: The collection of channels & messages associated with the team. primaryChannel: $ref: '#/components/schemas/microsoft.graph.channel' - apps: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.teamsCatalogApp' installedApps: type: array items: @@ -23000,12 +23025,12 @@ components: '@odata.type': microsoft.graph.profilePhoto owners: - '@odata.type': microsoft.graph.user + members: + - '@odata.type': microsoft.graph.conversationMember channels: - '@odata.type': microsoft.graph.channel primaryChannel: '@odata.type': microsoft.graph.channel - apps: - - '@odata.type': microsoft.graph.teamsCatalogApp installedApps: - '@odata.type': microsoft.graph.teamsAppInstallation operations: @@ -26283,6 +26308,40 @@ components: '@odata.type': microsoft.graph.resourceReference resource: '@odata.type': microsoft.graph.entity + microsoft.graph.regionalAndLanguageSettings: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: regionalAndLanguageSettings + type: object + properties: + defaultDisplayLanguage: + $ref: '#/components/schemas/microsoft.graph.localeInfo' + authoringLanguages: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.localeInfo' + defaultTranslationLanguage: + $ref: '#/components/schemas/microsoft.graph.localeInfo' + defaultSpeechInputLanguage: + $ref: '#/components/schemas/microsoft.graph.localeInfo' + defaultRegionalFormat: + $ref: '#/components/schemas/microsoft.graph.localeInfo' + regionalFormatOverrides: + $ref: '#/components/schemas/microsoft.graph.regionalFormatOverrides' + example: + id: string (identifier) + defaultDisplayLanguage: + '@odata.type': microsoft.graph.localeInfo + authoringLanguages: + - '@odata.type': microsoft.graph.localeInfo + defaultTranslationLanguage: + '@odata.type': microsoft.graph.localeInfo + defaultSpeechInputLanguage: + '@odata.type': microsoft.graph.localeInfo + defaultRegionalFormat: + '@odata.type': microsoft.graph.localeInfo + regionalFormatOverrides: + '@odata.type': microsoft.graph.regionalFormatOverrides microsoft.graph.shiftPreferences: allOf: - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' @@ -26603,11 +26662,45 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource ageGroup: string countryCode: string preferredLanguageTag: '@odata.type': microsoft.graph.localeInfo userPrincipalName: string + microsoft.graph.itemAddress: + allOf: + - $ref: '#/components/schemas/microsoft.graph.itemFacet' + - title: itemAddress + type: object + properties: + displayName: + type: string + nullable: true + detail: + $ref: '#/components/schemas/microsoft.graph.physicalAddress' + geoCoordinates: + $ref: '#/components/schemas/microsoft.graph.geoCoordinates' + example: + id: string (identifier) + allowedAudiences: + '@odata.type': microsoft.graph.allowedAudiences + inference: + '@odata.type': microsoft.graph.inferenceData + createdDateTime: string (timestamp) + createdBy: + '@odata.type': microsoft.graph.identitySet + lastModifiedDateTime: string (timestamp) + lastModifiedBy: + '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource + displayName: string + detail: + '@odata.type': microsoft.graph.physicalAddress + geoCoordinates: + '@odata.type': microsoft.graph.geoCoordinates microsoft.graph.personAnniversary: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -26633,6 +26726,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource type: '@odata.type': microsoft.graph.anniversaryType date: string (timestamp) @@ -26673,6 +26768,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource completionMonthYear: string (timestamp) endMonthYear: string (timestamp) institution: @@ -26705,6 +26802,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource address: string displayName: string type: @@ -26728,6 +26827,11 @@ components: webUrl: type: string nullable: true + collaborationTags: + type: array + items: + type: string + nullable: true example: id: string (identifier) allowedAudiences: @@ -26740,11 +26844,15 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource categories: - string description: string displayName: string webUrl: string + collaborationTags: + - string microsoft.graph.languageProficiency: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -26757,6 +26865,12 @@ components: type: string proficiency: $ref: '#/components/schemas/microsoft.graph.languageProficiencyLevel' + spoken: + $ref: '#/components/schemas/microsoft.graph.languageProficiencyLevel' + written: + $ref: '#/components/schemas/microsoft.graph.languageProficiencyLevel' + reading: + $ref: '#/components/schemas/microsoft.graph.languageProficiencyLevel' example: id: string (identifier) allowedAudiences: @@ -26769,10 +26883,18 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource displayName: string tag: string proficiency: '@odata.type': microsoft.graph.languageProficiencyLevel + spoken: + '@odata.type': microsoft.graph.languageProficiencyLevel + written: + '@odata.type': microsoft.graph.languageProficiencyLevel + reading: + '@odata.type': microsoft.graph.languageProficiencyLevel microsoft.graph.personName: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -26820,6 +26942,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource displayName: string first: string initials: string @@ -26857,6 +26981,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource displayName: string type: '@odata.type': microsoft.graph.phoneType @@ -26874,6 +27000,15 @@ components: nullable: true detail: $ref: '#/components/schemas/microsoft.graph.positionDetail' + manager: + $ref: '#/components/schemas/microsoft.graph.relatedPerson' + colleagues: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.relatedPerson' + isCurrent: + type: boolean + nullable: true example: id: string (identifier) allowedAudiences: @@ -26886,10 +27021,17 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource categories: - string detail: '@odata.type': microsoft.graph.positionDetail + manager: + '@odata.type': microsoft.graph.relatedPerson + colleagues: + - '@odata.type': microsoft.graph.relatedPerson + isCurrent: true microsoft.graph.projectParticipation: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -26915,6 +27057,11 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.relatedPerson' + collaborationTags: + type: array + items: + type: string + nullable: true example: id: string (identifier) allowedAudiences: @@ -26927,6 +27074,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource categories: - string client: @@ -26938,6 +27087,36 @@ components: - '@odata.type': microsoft.graph.relatedPerson sponsors: - '@odata.type': microsoft.graph.relatedPerson + collaborationTags: + - string + microsoft.graph.personAnnotation: + allOf: + - $ref: '#/components/schemas/microsoft.graph.itemFacet' + - title: personAnnotation + type: object + properties: + detail: + $ref: '#/components/schemas/microsoft.graph.itemBody' + displayName: + type: string + nullable: true + example: + id: string (identifier) + allowedAudiences: + '@odata.type': microsoft.graph.allowedAudiences + inference: + '@odata.type': microsoft.graph.inferenceData + createdDateTime: string (timestamp) + createdBy: + '@odata.type': microsoft.graph.identitySet + lastModifiedDateTime: string (timestamp) + lastModifiedBy: + '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource + detail: + '@odata.type': microsoft.graph.itemBody + displayName: string microsoft.graph.skillProficiency: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -26956,6 +27135,11 @@ components: webUrl: type: string nullable: true + collaborationTags: + type: array + items: + type: string + nullable: true example: id: string (identifier) allowedAudiences: @@ -26968,12 +27152,16 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource categories: - string displayName: string proficiency: '@odata.type': microsoft.graph.skillProficiencyLevel webUrl: string + collaborationTags: + - string microsoft.graph.webAccount: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -27005,6 +27193,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource description: string userId: string service: @@ -27041,6 +27231,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource categories: - string description: string @@ -27836,26 +28028,6 @@ components: - '@odata.type': microsoft.graph.conversationMember filesFolder: '@odata.type': microsoft.graph.driveItem - microsoft.graph.teamsCatalogApp: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: teamsCatalogApp - type: object - properties: - externalId: - type: string - nullable: true - name: - type: string - nullable: true - distributionMethod: - $ref: '#/components/schemas/microsoft.graph.teamsAppDistributionMethod' - example: - id: string (identifier) - externalId: string - name: string - distributionMethod: - '@odata.type': microsoft.graph.teamsAppDistributionMethod microsoft.graph.teamsAsyncOperation: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -29765,6 +29937,39 @@ components: example: lastAccessedDateTime: string (timestamp) lastModifiedDateTime: string (timestamp) + microsoft.graph.regionalFormatOverrides: + title: regionalFormatOverrides + type: object + properties: + calendar: + type: string + nullable: true + firstDayOfWeek: + type: string + nullable: true + shortDateFormat: + type: string + nullable: true + longDateFormat: + type: string + nullable: true + shortTimeFormat: + type: string + nullable: true + longTimeFormat: + type: string + nullable: true + timeZone: + type: string + nullable: true + example: + calendar: string + firstDayOfWeek: string + shortDateFormat: string + longDateFormat: string + shortTimeFormat: string + longTimeFormat: string + timeZone: string microsoft.graph.changeTrackedEntity: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -29981,6 +30186,8 @@ components: format: date-time lastModifiedBy: $ref: '#/components/schemas/microsoft.graph.identitySet' + source: + $ref: '#/components/schemas/microsoft.graph.personDataSource' example: id: string (identifier) allowedAudiences: @@ -29993,6 +30200,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource microsoft.graph.anniversaryType: title: anniversaryType enum: @@ -30132,6 +30341,23 @@ components: role: string startMonthYear: string (timestamp) summary: string + microsoft.graph.relatedPerson: + title: relatedPerson + type: object + properties: + displayName: + type: string + nullable: true + relationship: + $ref: '#/components/schemas/microsoft.graph.personRelationship' + userPrincipalName: + type: string + nullable: true + example: + displayName: string + relationship: + '@odata.type': microsoft.graph.personRelationship + userPrincipalName: string microsoft.graph.companyDetail: title: companyDetail type: object @@ -30160,23 +30386,6 @@ components: address: '@odata.type': microsoft.graph.physicalAddress webUrl: string - microsoft.graph.relatedPerson: - title: relatedPerson - type: object - properties: - displayName: - type: string - nullable: true - relationship: - $ref: '#/components/schemas/microsoft.graph.personRelationship' - userPrincipalName: - type: string - nullable: true - example: - displayName: string - relationship: - '@odata.type': microsoft.graph.personRelationship - userPrincipalName: string microsoft.graph.skillProficiencyLevel: title: skillProficiencyLevel enum: @@ -30323,10 +30532,12 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer + description: 'Index of an entity being mentioned in the specified chatMessage. Matches the {index} value in the corresponding tag in the message body.' format: int32 nullable: true mentionText: type: string + description: 'String used to represent the mention. For example, a user''s display name, a team name.' nullable: true mentioned: $ref: '#/components/schemas/microsoft.graph.identitySet' @@ -30401,9 +30612,6 @@ components: type: string description: The ID of the catalog provided by the app developer in the Microsoft Teams zip app package. nullable: true - name: - type: string - nullable: true displayName: type: string description: The name of the catalog app provided by the app developer in the Microsoft Teams zip app package. @@ -30418,7 +30626,6 @@ components: example: id: string (identifier) externalId: string - name: string displayName: string distributionMethod: '@odata.type': microsoft.graph.teamsAppDistributionMethod @@ -30445,12 +30652,16 @@ components: type: string description: The version number of the application. nullable: true + publishingState: + $ref: '#/components/schemas/microsoft.graph.teamsAppPublishingState' example: id: string (identifier) teamsAppId: string azureADAppId: string displayName: string version: string + publishingState: + '@odata.type': microsoft.graph.teamsAppPublishingState microsoft.graph.giphyRatingType: title: giphyRatingType enum: @@ -30484,6 +30695,9 @@ components: type: string description: ID of the scheduling group the shift is part of. Required. nullable: true + isStagedForDeletion: + type: boolean + nullable: true example: id: string (identifier) createdDateTime: string (timestamp) @@ -30496,6 +30710,7 @@ components: '@odata.type': microsoft.graph.shiftItem userId: string schedulingGroupId: string + isStagedForDeletion: true microsoft.graph.openShift: allOf: - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' @@ -30758,9 +30973,6 @@ components: - title: teamsTab type: object properties: - name: - type: string - nullable: true displayName: type: string description: Name of the tab. @@ -30784,7 +30996,6 @@ components: $ref: '#/components/schemas/microsoft.graph.teamsApp' example: id: string (identifier) - name: string displayName: string teamsAppId: string sortOrderIndex: string @@ -30794,14 +31005,6 @@ components: '@odata.type': microsoft.graph.teamsTabConfiguration teamsApp: '@odata.type': microsoft.graph.teamsApp - microsoft.graph.teamsAppDistributionMethod: - title: teamsAppDistributionMethod - enum: - - store - - organization - - sideloaded - - unknownFutureValue - type: string microsoft.graph.teamsAsyncOperationType: title: teamsAsyncOperationType enum: @@ -31449,6 +31652,22 @@ components: - allowOverrideWithoutJustification - allowOverrideWithJustification type: string + microsoft.graph.teamsAppDistributionMethod: + title: teamsAppDistributionMethod + enum: + - store + - organization + - sideloaded + - unknownFutureValue + type: string + microsoft.graph.teamsAppPublishingState: + title: teamsAppPublishingState + enum: + - submitted + - rejected + - published + - unknownFutureValue + type: string microsoft.graph.shiftItem: allOf: - $ref: '#/components/schemas/microsoft.graph.scheduleEntity' diff --git a/openApiDocs/beta/Files.Shares.yml b/openApiDocs/beta/Files.Shares.yml index 3f63ef482b0..4081682992c 100644 --- a/openApiDocs/beta/Files.Shares.yml +++ b/openApiDocs/beta/Files.Shares.yml @@ -10133,9 +10133,11 @@ components: nullable: true externalUserState: type: string + description: 'For an external user invited to the tenant using the invitation API, this property represents the invited user''s invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. Returned only on $select. Supports $filter with the supported values. For example: $filter=externalUserState eq ''PendingAcceptance''.' nullable: true externalUserStateChangeDateTime: type: string + description: Shows the timestamp for the latest change to the externalUserState property. Returned only on $select. nullable: true userType: type: string @@ -12177,6 +12179,7 @@ components: nullable: true onPremisesDomainName: type: string + description: 'Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect.Returned by default. Read-only.' nullable: true onPremisesLastSyncDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' @@ -12186,6 +12189,7 @@ components: nullable: true onPremisesNetBiosName: type: string + description: Contains the on-premises netBios name synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect.Returned by default. Read-only. nullable: true onPremisesProvisioningErrors: type: array @@ -12194,6 +12198,7 @@ components: description: Errors when using Microsoft synchronization product during provisioning. Returned by default. onPremisesSamAccountName: type: string + description: Contains the on-premises SAM account name synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect.Returned by default. Read-only. nullable: true onPremisesSecurityIdentifier: type: string @@ -14363,12 +14368,16 @@ components: type: boolean contributionToContentDiscoveryAsOrganizationDisabled: type: boolean + regionalAndLanguageSettings: + $ref: '#/components/schemas/microsoft.graph.regionalAndLanguageSettings' shiftPreferences: $ref: '#/components/schemas/microsoft.graph.shiftPreferences' example: id: string (identifier) contributionToContentDiscoveryDisabled: true contributionToContentDiscoveryAsOrganizationDisabled: true + regionalAndLanguageSettings: + '@odata.type': microsoft.graph.regionalAndLanguageSettings shiftPreferences: '@odata.type': microsoft.graph.shiftPreferences microsoft.graph.profile: @@ -14381,6 +14390,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.userAccountInformation' + addresses: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.itemAddress' anniversaries: type: array items: @@ -14417,6 +14430,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.projectParticipation' + notes: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.personAnnotation' skills: type: array items: @@ -14433,6 +14450,8 @@ components: id: string (identifier) account: - '@odata.type': microsoft.graph.userAccountInformation + addresses: + - '@odata.type': microsoft.graph.itemAddress anniversaries: - '@odata.type': microsoft.graph.personAnniversary educationalActivities: @@ -14451,6 +14470,8 @@ components: - '@odata.type': microsoft.graph.workPosition projects: - '@odata.type': microsoft.graph.projectParticipation + notes: + - '@odata.type': microsoft.graph.personAnnotation skills: - '@odata.type': microsoft.graph.skillProficiency webAccounts: @@ -14583,6 +14604,8 @@ components: type: string description: The display name for the device. Required. nullable: true + extensionAttributes: + $ref: '#/components/schemas/microsoft.graph.onPremisesExtensionAttributes' isCompliant: type: boolean description: 'true if the device complies with Mobile Device Management (MDM) policies; otherwise, false. Read-only. This can only be updated by Intune for any device OS type or by an approved MDM app for Windows OS devices.' @@ -14686,6 +14709,8 @@ components: deviceMetadata: string deviceVersion: integer displayName: string + extensionAttributes: + '@odata.type': microsoft.graph.onPremisesExtensionAttributes isCompliant: true isManaged: true onPremisesLastSyncDateTime: string (timestamp) @@ -14956,6 +14981,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.user' + members: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.conversationMember' channels: type: array items: @@ -14963,10 +14992,6 @@ components: description: The collection of channels & messages associated with the team. primaryChannel: $ref: '#/components/schemas/microsoft.graph.channel' - apps: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.teamsCatalogApp' installedApps: type: array items: @@ -15008,12 +15033,12 @@ components: '@odata.type': microsoft.graph.profilePhoto owners: - '@odata.type': microsoft.graph.user + members: + - '@odata.type': microsoft.graph.conversationMember channels: - '@odata.type': microsoft.graph.channel primaryChannel: '@odata.type': microsoft.graph.channel - apps: - - '@odata.type': microsoft.graph.teamsCatalogApp installedApps: - '@odata.type': microsoft.graph.teamsAppInstallation operations: @@ -18376,6 +18401,40 @@ components: '@odata.type': microsoft.graph.resourceReference resource: '@odata.type': microsoft.graph.entity + microsoft.graph.regionalAndLanguageSettings: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: regionalAndLanguageSettings + type: object + properties: + defaultDisplayLanguage: + $ref: '#/components/schemas/microsoft.graph.localeInfo' + authoringLanguages: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.localeInfo' + defaultTranslationLanguage: + $ref: '#/components/schemas/microsoft.graph.localeInfo' + defaultSpeechInputLanguage: + $ref: '#/components/schemas/microsoft.graph.localeInfo' + defaultRegionalFormat: + $ref: '#/components/schemas/microsoft.graph.localeInfo' + regionalFormatOverrides: + $ref: '#/components/schemas/microsoft.graph.regionalFormatOverrides' + example: + id: string (identifier) + defaultDisplayLanguage: + '@odata.type': microsoft.graph.localeInfo + authoringLanguages: + - '@odata.type': microsoft.graph.localeInfo + defaultTranslationLanguage: + '@odata.type': microsoft.graph.localeInfo + defaultSpeechInputLanguage: + '@odata.type': microsoft.graph.localeInfo + defaultRegionalFormat: + '@odata.type': microsoft.graph.localeInfo + regionalFormatOverrides: + '@odata.type': microsoft.graph.regionalFormatOverrides microsoft.graph.shiftPreferences: allOf: - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' @@ -18421,11 +18480,45 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource ageGroup: string countryCode: string preferredLanguageTag: '@odata.type': microsoft.graph.localeInfo userPrincipalName: string + microsoft.graph.itemAddress: + allOf: + - $ref: '#/components/schemas/microsoft.graph.itemFacet' + - title: itemAddress + type: object + properties: + displayName: + type: string + nullable: true + detail: + $ref: '#/components/schemas/microsoft.graph.physicalAddress' + geoCoordinates: + $ref: '#/components/schemas/microsoft.graph.geoCoordinates' + example: + id: string (identifier) + allowedAudiences: + '@odata.type': microsoft.graph.allowedAudiences + inference: + '@odata.type': microsoft.graph.inferenceData + createdDateTime: string (timestamp) + createdBy: + '@odata.type': microsoft.graph.identitySet + lastModifiedDateTime: string (timestamp) + lastModifiedBy: + '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource + displayName: string + detail: + '@odata.type': microsoft.graph.physicalAddress + geoCoordinates: + '@odata.type': microsoft.graph.geoCoordinates microsoft.graph.personAnniversary: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -18451,6 +18544,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource type: '@odata.type': microsoft.graph.anniversaryType date: string (timestamp) @@ -18491,6 +18586,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource completionMonthYear: string (timestamp) endMonthYear: string (timestamp) institution: @@ -18523,6 +18620,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource address: string displayName: string type: @@ -18546,6 +18645,11 @@ components: webUrl: type: string nullable: true + collaborationTags: + type: array + items: + type: string + nullable: true example: id: string (identifier) allowedAudiences: @@ -18558,11 +18662,15 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource categories: - string description: string displayName: string webUrl: string + collaborationTags: + - string microsoft.graph.languageProficiency: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -18575,6 +18683,12 @@ components: type: string proficiency: $ref: '#/components/schemas/microsoft.graph.languageProficiencyLevel' + spoken: + $ref: '#/components/schemas/microsoft.graph.languageProficiencyLevel' + written: + $ref: '#/components/schemas/microsoft.graph.languageProficiencyLevel' + reading: + $ref: '#/components/schemas/microsoft.graph.languageProficiencyLevel' example: id: string (identifier) allowedAudiences: @@ -18587,10 +18701,18 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource displayName: string tag: string proficiency: '@odata.type': microsoft.graph.languageProficiencyLevel + spoken: + '@odata.type': microsoft.graph.languageProficiencyLevel + written: + '@odata.type': microsoft.graph.languageProficiencyLevel + reading: + '@odata.type': microsoft.graph.languageProficiencyLevel microsoft.graph.personName: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -18638,6 +18760,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource displayName: string first: string initials: string @@ -18675,6 +18799,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource displayName: string type: '@odata.type': microsoft.graph.phoneType @@ -18692,6 +18818,15 @@ components: nullable: true detail: $ref: '#/components/schemas/microsoft.graph.positionDetail' + manager: + $ref: '#/components/schemas/microsoft.graph.relatedPerson' + colleagues: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.relatedPerson' + isCurrent: + type: boolean + nullable: true example: id: string (identifier) allowedAudiences: @@ -18704,10 +18839,17 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource categories: - string detail: '@odata.type': microsoft.graph.positionDetail + manager: + '@odata.type': microsoft.graph.relatedPerson + colleagues: + - '@odata.type': microsoft.graph.relatedPerson + isCurrent: true microsoft.graph.projectParticipation: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -18733,6 +18875,11 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.relatedPerson' + collaborationTags: + type: array + items: + type: string + nullable: true example: id: string (identifier) allowedAudiences: @@ -18745,6 +18892,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource categories: - string client: @@ -18756,6 +18905,36 @@ components: - '@odata.type': microsoft.graph.relatedPerson sponsors: - '@odata.type': microsoft.graph.relatedPerson + collaborationTags: + - string + microsoft.graph.personAnnotation: + allOf: + - $ref: '#/components/schemas/microsoft.graph.itemFacet' + - title: personAnnotation + type: object + properties: + detail: + $ref: '#/components/schemas/microsoft.graph.itemBody' + displayName: + type: string + nullable: true + example: + id: string (identifier) + allowedAudiences: + '@odata.type': microsoft.graph.allowedAudiences + inference: + '@odata.type': microsoft.graph.inferenceData + createdDateTime: string (timestamp) + createdBy: + '@odata.type': microsoft.graph.identitySet + lastModifiedDateTime: string (timestamp) + lastModifiedBy: + '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource + detail: + '@odata.type': microsoft.graph.itemBody + displayName: string microsoft.graph.skillProficiency: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -18774,6 +18953,11 @@ components: webUrl: type: string nullable: true + collaborationTags: + type: array + items: + type: string + nullable: true example: id: string (identifier) allowedAudiences: @@ -18786,12 +18970,16 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource categories: - string displayName: string proficiency: '@odata.type': microsoft.graph.skillProficiencyLevel webUrl: string + collaborationTags: + - string microsoft.graph.webAccount: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -18823,6 +19011,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource description: string userId: string service: @@ -18859,6 +19049,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource categories: - string description: string @@ -19654,26 +19846,6 @@ components: - '@odata.type': microsoft.graph.conversationMember filesFolder: '@odata.type': microsoft.graph.driveItem - microsoft.graph.teamsCatalogApp: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: teamsCatalogApp - type: object - properties: - externalId: - type: string - nullable: true - name: - type: string - nullable: true - distributionMethod: - $ref: '#/components/schemas/microsoft.graph.teamsAppDistributionMethod' - example: - id: string (identifier) - externalId: string - name: string - distributionMethod: - '@odata.type': microsoft.graph.teamsAppDistributionMethod microsoft.graph.teamsAsyncOperation: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -21588,6 +21760,39 @@ components: example: lastAccessedDateTime: string (timestamp) lastModifiedDateTime: string (timestamp) + microsoft.graph.regionalFormatOverrides: + title: regionalFormatOverrides + type: object + properties: + calendar: + type: string + nullable: true + firstDayOfWeek: + type: string + nullable: true + shortDateFormat: + type: string + nullable: true + longDateFormat: + type: string + nullable: true + shortTimeFormat: + type: string + nullable: true + longTimeFormat: + type: string + nullable: true + timeZone: + type: string + nullable: true + example: + calendar: string + firstDayOfWeek: string + shortDateFormat: string + longDateFormat: string + shortTimeFormat: string + longTimeFormat: string + timeZone: string microsoft.graph.changeTrackedEntity: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -21657,6 +21862,8 @@ components: format: date-time lastModifiedBy: $ref: '#/components/schemas/microsoft.graph.identitySet' + source: + $ref: '#/components/schemas/microsoft.graph.personDataSource' example: id: string (identifier) allowedAudiences: @@ -21669,6 +21876,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource microsoft.graph.anniversaryType: title: anniversaryType enum: @@ -21808,6 +22017,23 @@ components: role: string startMonthYear: string (timestamp) summary: string + microsoft.graph.relatedPerson: + title: relatedPerson + type: object + properties: + displayName: + type: string + nullable: true + relationship: + $ref: '#/components/schemas/microsoft.graph.personRelationship' + userPrincipalName: + type: string + nullable: true + example: + displayName: string + relationship: + '@odata.type': microsoft.graph.personRelationship + userPrincipalName: string microsoft.graph.companyDetail: title: companyDetail type: object @@ -21836,23 +22062,6 @@ components: address: '@odata.type': microsoft.graph.physicalAddress webUrl: string - microsoft.graph.relatedPerson: - title: relatedPerson - type: object - properties: - displayName: - type: string - nullable: true - relationship: - $ref: '#/components/schemas/microsoft.graph.personRelationship' - userPrincipalName: - type: string - nullable: true - example: - displayName: string - relationship: - '@odata.type': microsoft.graph.personRelationship - userPrincipalName: string microsoft.graph.skillProficiencyLevel: title: skillProficiencyLevel enum: @@ -21999,10 +22208,12 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer + description: 'Index of an entity being mentioned in the specified chatMessage. Matches the {index} value in the corresponding tag in the message body.' format: int32 nullable: true mentionText: type: string + description: 'String used to represent the mention. For example, a user''s display name, a team name.' nullable: true mentioned: $ref: '#/components/schemas/microsoft.graph.identitySet' @@ -22077,9 +22288,6 @@ components: type: string description: The ID of the catalog provided by the app developer in the Microsoft Teams zip app package. nullable: true - name: - type: string - nullable: true displayName: type: string description: The name of the catalog app provided by the app developer in the Microsoft Teams zip app package. @@ -22094,7 +22302,6 @@ components: example: id: string (identifier) externalId: string - name: string displayName: string distributionMethod: '@odata.type': microsoft.graph.teamsAppDistributionMethod @@ -22121,12 +22328,16 @@ components: type: string description: The version number of the application. nullable: true + publishingState: + $ref: '#/components/schemas/microsoft.graph.teamsAppPublishingState' example: id: string (identifier) teamsAppId: string azureADAppId: string displayName: string version: string + publishingState: + '@odata.type': microsoft.graph.teamsAppPublishingState microsoft.graph.giphyRatingType: title: giphyRatingType enum: @@ -22152,6 +22363,9 @@ components: type: string description: ID of the scheduling group the shift is part of. Required. nullable: true + isStagedForDeletion: + type: boolean + nullable: true example: id: string (identifier) createdDateTime: string (timestamp) @@ -22164,6 +22378,7 @@ components: '@odata.type': microsoft.graph.shiftItem userId: string schedulingGroupId: string + isStagedForDeletion: true microsoft.graph.openShift: allOf: - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' @@ -22426,9 +22641,6 @@ components: - title: teamsTab type: object properties: - name: - type: string - nullable: true displayName: type: string description: Name of the tab. @@ -22452,7 +22664,6 @@ components: $ref: '#/components/schemas/microsoft.graph.teamsApp' example: id: string (identifier) - name: string displayName: string teamsAppId: string sortOrderIndex: string @@ -22462,14 +22673,6 @@ components: '@odata.type': microsoft.graph.teamsTabConfiguration teamsApp: '@odata.type': microsoft.graph.teamsApp - microsoft.graph.teamsAppDistributionMethod: - title: teamsAppDistributionMethod - enum: - - store - - organization - - sideloaded - - unknownFutureValue - type: string microsoft.graph.teamsAsyncOperationType: title: teamsAsyncOperationType enum: @@ -23104,6 +23307,22 @@ components: - allowOverrideWithoutJustification - allowOverrideWithJustification type: string + microsoft.graph.teamsAppDistributionMethod: + title: teamsAppDistributionMethod + enum: + - store + - organization + - sideloaded + - unknownFutureValue + type: string + microsoft.graph.teamsAppPublishingState: + title: teamsAppPublishingState + enum: + - submitted + - rejected + - published + - unknownFutureValue + type: string microsoft.graph.shiftItem: allOf: - $ref: '#/components/schemas/microsoft.graph.scheduleEntity' diff --git a/openApiDocs/beta/Groups.Actions.yml b/openApiDocs/beta/Groups.Actions.yml index 3f6ffa9db0b..7057325eefb 100644 --- a/openApiDocs/beta/Groups.Actions.yml +++ b/openApiDocs/beta/Groups.Actions.yml @@ -11634,6 +11634,7 @@ components: nullable: true onPremisesDomainName: type: string + description: 'Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect.Returned by default. Read-only.' nullable: true onPremisesLastSyncDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' @@ -11643,6 +11644,7 @@ components: nullable: true onPremisesNetBiosName: type: string + description: Contains the on-premises netBios name synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect.Returned by default. Read-only. nullable: true onPremisesProvisioningErrors: type: array @@ -11651,6 +11653,7 @@ components: description: Errors when using Microsoft synchronization product during provisioning. Returned by default. onPremisesSamAccountName: type: string + description: Contains the on-premises SAM account name synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect.Returned by default. Read-only. nullable: true onPremisesSecurityIdentifier: type: string @@ -13382,6 +13385,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.user' + members: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.conversationMember' channels: type: array items: @@ -13389,10 +13396,6 @@ components: description: The collection of channels & messages associated with the team. primaryChannel: $ref: '#/components/schemas/microsoft.graph.channel' - apps: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.teamsCatalogApp' installedApps: type: array items: @@ -13434,12 +13437,12 @@ components: '@odata.type': microsoft.graph.profilePhoto owners: - '@odata.type': microsoft.graph.user + members: + - '@odata.type': microsoft.graph.conversationMember channels: - '@odata.type': microsoft.graph.channel primaryChannel: '@odata.type': microsoft.graph.channel - apps: - - '@odata.type': microsoft.graph.teamsCatalogApp installedApps: - '@odata.type': microsoft.graph.teamsAppInstallation operations: @@ -15292,9 +15295,11 @@ components: nullable: true externalUserState: type: string + description: 'For an external user invited to the tenant using the invitation API, this property represents the invited user''s invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. Returned only on $select. Supports $filter with the supported values. For example: $filter=externalUserState eq ''PendingAcceptance''.' nullable: true externalUserStateChangeDateTime: type: string + description: Shows the timestamp for the latest change to the externalUserState property. Returned only on $select. nullable: true userType: type: string @@ -15783,6 +15788,25 @@ components: - '@odata.type': microsoft.graph.team teamwork: '@odata.type': microsoft.graph.userTeamwork + microsoft.graph.conversationMember: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: conversationMember + type: object + properties: + roles: + type: array + items: + type: string + nullable: true + displayName: + type: string + nullable: true + example: + id: string (identifier) + roles: + - string + displayName: string microsoft.graph.channel: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -15842,26 +15866,6 @@ components: - '@odata.type': microsoft.graph.conversationMember filesFolder: '@odata.type': microsoft.graph.driveItem - microsoft.graph.teamsCatalogApp: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: teamsCatalogApp - type: object - properties: - externalId: - type: string - nullable: true - name: - type: string - nullable: true - distributionMethod: - $ref: '#/components/schemas/microsoft.graph.teamsAppDistributionMethod' - example: - id: string (identifier) - externalId: string - name: string - distributionMethod: - '@odata.type': microsoft.graph.teamsAppDistributionMethod microsoft.graph.teamsAppInstallation: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -17812,6 +17816,9 @@ components: type: string description: ID of the scheduling group the shift is part of. Required. nullable: true + isStagedForDeletion: + type: boolean + nullable: true example: id: string (identifier) createdDateTime: string (timestamp) @@ -17824,6 +17831,7 @@ components: '@odata.type': microsoft.graph.shiftItem userId: string schedulingGroupId: string + isStagedForDeletion: true microsoft.graph.openShift: allOf: - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' @@ -20156,12 +20164,16 @@ components: type: boolean contributionToContentDiscoveryAsOrganizationDisabled: type: boolean + regionalAndLanguageSettings: + $ref: '#/components/schemas/microsoft.graph.regionalAndLanguageSettings' shiftPreferences: $ref: '#/components/schemas/microsoft.graph.shiftPreferences' example: id: string (identifier) contributionToContentDiscoveryDisabled: true contributionToContentDiscoveryAsOrganizationDisabled: true + regionalAndLanguageSettings: + '@odata.type': microsoft.graph.regionalAndLanguageSettings shiftPreferences: '@odata.type': microsoft.graph.shiftPreferences microsoft.graph.profile: @@ -20174,6 +20186,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.userAccountInformation' + addresses: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.itemAddress' anniversaries: type: array items: @@ -20210,6 +20226,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.projectParticipation' + notes: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.personAnnotation' skills: type: array items: @@ -20226,6 +20246,8 @@ components: id: string (identifier) account: - '@odata.type': microsoft.graph.userAccountInformation + addresses: + - '@odata.type': microsoft.graph.itemAddress anniversaries: - '@odata.type': microsoft.graph.personAnniversary educationalActivities: @@ -20244,6 +20266,8 @@ components: - '@odata.type': microsoft.graph.workPosition projects: - '@odata.type': microsoft.graph.projectParticipation + notes: + - '@odata.type': microsoft.graph.personAnnotation skills: - '@odata.type': microsoft.graph.skillProficiency webAccounts: @@ -20376,6 +20400,8 @@ components: type: string description: The display name for the device. Required. nullable: true + extensionAttributes: + $ref: '#/components/schemas/microsoft.graph.onPremisesExtensionAttributes' isCompliant: type: boolean description: 'true if the device complies with Mobile Device Management (MDM) policies; otherwise, false. Read-only. This can only be updated by Intune for any device OS type or by an approved MDM app for Windows OS devices.' @@ -20479,6 +20505,8 @@ components: deviceMetadata: string deviceVersion: integer displayName: string + extensionAttributes: + '@odata.type': microsoft.graph.onPremisesExtensionAttributes isCompliant: true isManaged: true onPremisesLastSyncDateTime: string (timestamp) @@ -20833,9 +20861,6 @@ components: - title: teamsTab type: object properties: - name: - type: string - nullable: true displayName: type: string description: Name of the tab. @@ -20859,7 +20884,6 @@ components: $ref: '#/components/schemas/microsoft.graph.teamsApp' example: id: string (identifier) - name: string displayName: string teamsAppId: string sortOrderIndex: string @@ -20869,33 +20893,6 @@ components: '@odata.type': microsoft.graph.teamsTabConfiguration teamsApp: '@odata.type': microsoft.graph.teamsApp - microsoft.graph.conversationMember: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: conversationMember - type: object - properties: - roles: - type: array - items: - type: string - nullable: true - displayName: - type: string - nullable: true - example: - id: string (identifier) - roles: - - string - displayName: string - microsoft.graph.teamsAppDistributionMethod: - title: teamsAppDistributionMethod - enum: - - store - - organization - - sideloaded - - unknownFutureValue - type: string microsoft.graph.teamsApp: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -20906,9 +20903,6 @@ components: type: string description: The ID of the catalog provided by the app developer in the Microsoft Teams zip app package. nullable: true - name: - type: string - nullable: true displayName: type: string description: The name of the catalog app provided by the app developer in the Microsoft Teams zip app package. @@ -20923,7 +20917,6 @@ components: example: id: string (identifier) externalId: string - name: string displayName: string distributionMethod: '@odata.type': microsoft.graph.teamsAppDistributionMethod @@ -20950,12 +20943,16 @@ components: type: string description: The version number of the application. nullable: true + publishingState: + $ref: '#/components/schemas/microsoft.graph.teamsAppPublishingState' example: id: string (identifier) teamsAppId: string azureADAppId: string displayName: string version: string + publishingState: + '@odata.type': microsoft.graph.teamsAppPublishingState microsoft.graph.teamsAsyncOperationType: title: teamsAsyncOperationType enum: @@ -23987,6 +23984,40 @@ components: '@odata.type': microsoft.graph.resourceReference resource: '@odata.type': microsoft.graph.entity + microsoft.graph.regionalAndLanguageSettings: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: regionalAndLanguageSettings + type: object + properties: + defaultDisplayLanguage: + $ref: '#/components/schemas/microsoft.graph.localeInfo' + authoringLanguages: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.localeInfo' + defaultTranslationLanguage: + $ref: '#/components/schemas/microsoft.graph.localeInfo' + defaultSpeechInputLanguage: + $ref: '#/components/schemas/microsoft.graph.localeInfo' + defaultRegionalFormat: + $ref: '#/components/schemas/microsoft.graph.localeInfo' + regionalFormatOverrides: + $ref: '#/components/schemas/microsoft.graph.regionalFormatOverrides' + example: + id: string (identifier) + defaultDisplayLanguage: + '@odata.type': microsoft.graph.localeInfo + authoringLanguages: + - '@odata.type': microsoft.graph.localeInfo + defaultTranslationLanguage: + '@odata.type': microsoft.graph.localeInfo + defaultSpeechInputLanguage: + '@odata.type': microsoft.graph.localeInfo + defaultRegionalFormat: + '@odata.type': microsoft.graph.localeInfo + regionalFormatOverrides: + '@odata.type': microsoft.graph.regionalFormatOverrides microsoft.graph.shiftPreferences: allOf: - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' @@ -24032,11 +24063,45 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource ageGroup: string countryCode: string preferredLanguageTag: '@odata.type': microsoft.graph.localeInfo userPrincipalName: string + microsoft.graph.itemAddress: + allOf: + - $ref: '#/components/schemas/microsoft.graph.itemFacet' + - title: itemAddress + type: object + properties: + displayName: + type: string + nullable: true + detail: + $ref: '#/components/schemas/microsoft.graph.physicalAddress' + geoCoordinates: + $ref: '#/components/schemas/microsoft.graph.geoCoordinates' + example: + id: string (identifier) + allowedAudiences: + '@odata.type': microsoft.graph.allowedAudiences + inference: + '@odata.type': microsoft.graph.inferenceData + createdDateTime: string (timestamp) + createdBy: + '@odata.type': microsoft.graph.identitySet + lastModifiedDateTime: string (timestamp) + lastModifiedBy: + '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource + displayName: string + detail: + '@odata.type': microsoft.graph.physicalAddress + geoCoordinates: + '@odata.type': microsoft.graph.geoCoordinates microsoft.graph.personAnniversary: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -24062,6 +24127,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource type: '@odata.type': microsoft.graph.anniversaryType date: string (timestamp) @@ -24102,6 +24169,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource completionMonthYear: string (timestamp) endMonthYear: string (timestamp) institution: @@ -24134,6 +24203,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource address: string displayName: string type: @@ -24157,6 +24228,11 @@ components: webUrl: type: string nullable: true + collaborationTags: + type: array + items: + type: string + nullable: true example: id: string (identifier) allowedAudiences: @@ -24169,11 +24245,15 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource categories: - string description: string displayName: string webUrl: string + collaborationTags: + - string microsoft.graph.languageProficiency: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -24186,6 +24266,12 @@ components: type: string proficiency: $ref: '#/components/schemas/microsoft.graph.languageProficiencyLevel' + spoken: + $ref: '#/components/schemas/microsoft.graph.languageProficiencyLevel' + written: + $ref: '#/components/schemas/microsoft.graph.languageProficiencyLevel' + reading: + $ref: '#/components/schemas/microsoft.graph.languageProficiencyLevel' example: id: string (identifier) allowedAudiences: @@ -24198,10 +24284,18 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource displayName: string tag: string proficiency: '@odata.type': microsoft.graph.languageProficiencyLevel + spoken: + '@odata.type': microsoft.graph.languageProficiencyLevel + written: + '@odata.type': microsoft.graph.languageProficiencyLevel + reading: + '@odata.type': microsoft.graph.languageProficiencyLevel microsoft.graph.personName: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -24249,6 +24343,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource displayName: string first: string initials: string @@ -24286,6 +24382,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource displayName: string type: '@odata.type': microsoft.graph.phoneType @@ -24303,6 +24401,15 @@ components: nullable: true detail: $ref: '#/components/schemas/microsoft.graph.positionDetail' + manager: + $ref: '#/components/schemas/microsoft.graph.relatedPerson' + colleagues: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.relatedPerson' + isCurrent: + type: boolean + nullable: true example: id: string (identifier) allowedAudiences: @@ -24315,10 +24422,17 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource categories: - string detail: '@odata.type': microsoft.graph.positionDetail + manager: + '@odata.type': microsoft.graph.relatedPerson + colleagues: + - '@odata.type': microsoft.graph.relatedPerson + isCurrent: true microsoft.graph.projectParticipation: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -24344,6 +24458,11 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.relatedPerson' + collaborationTags: + type: array + items: + type: string + nullable: true example: id: string (identifier) allowedAudiences: @@ -24356,6 +24475,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource categories: - string client: @@ -24367,6 +24488,36 @@ components: - '@odata.type': microsoft.graph.relatedPerson sponsors: - '@odata.type': microsoft.graph.relatedPerson + collaborationTags: + - string + microsoft.graph.personAnnotation: + allOf: + - $ref: '#/components/schemas/microsoft.graph.itemFacet' + - title: personAnnotation + type: object + properties: + detail: + $ref: '#/components/schemas/microsoft.graph.itemBody' + displayName: + type: string + nullable: true + example: + id: string (identifier) + allowedAudiences: + '@odata.type': microsoft.graph.allowedAudiences + inference: + '@odata.type': microsoft.graph.inferenceData + createdDateTime: string (timestamp) + createdBy: + '@odata.type': microsoft.graph.identitySet + lastModifiedDateTime: string (timestamp) + lastModifiedBy: + '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource + detail: + '@odata.type': microsoft.graph.itemBody + displayName: string microsoft.graph.skillProficiency: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -24385,6 +24536,11 @@ components: webUrl: type: string nullable: true + collaborationTags: + type: array + items: + type: string + nullable: true example: id: string (identifier) allowedAudiences: @@ -24397,12 +24553,16 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource categories: - string displayName: string proficiency: '@odata.type': microsoft.graph.skillProficiencyLevel webUrl: string + collaborationTags: + - string microsoft.graph.webAccount: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -24434,6 +24594,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource description: string userId: string service: @@ -24470,6 +24632,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource categories: - string description: string @@ -24858,10 +25022,12 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer + description: 'Index of an entity being mentioned in the specified chatMessage. Matches the {index} value in the corresponding tag in the message body.' format: int32 nullable: true mentionText: type: string + description: 'String used to represent the mention. For example, a user''s display name, a team name.' nullable: true mentioned: $ref: '#/components/schemas/microsoft.graph.identitySet' @@ -24951,6 +25117,22 @@ components: contentUrl: string removeUrl: string websiteUrl: string + microsoft.graph.teamsAppDistributionMethod: + title: teamsAppDistributionMethod + enum: + - store + - organization + - sideloaded + - unknownFutureValue + type: string + microsoft.graph.teamsAppPublishingState: + title: teamsAppPublishingState + enum: + - submitted + - rejected + - published + - unknownFutureValue + type: string microsoft.graph.workbookTableColumn: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -26338,6 +26520,39 @@ components: example: lastAccessedDateTime: string (timestamp) lastModifiedDateTime: string (timestamp) + microsoft.graph.regionalFormatOverrides: + title: regionalFormatOverrides + type: object + properties: + calendar: + type: string + nullable: true + firstDayOfWeek: + type: string + nullable: true + shortDateFormat: + type: string + nullable: true + longDateFormat: + type: string + nullable: true + shortTimeFormat: + type: string + nullable: true + longTimeFormat: + type: string + nullable: true + timeZone: + type: string + nullable: true + example: + calendar: string + firstDayOfWeek: string + shortDateFormat: string + longDateFormat: string + shortTimeFormat: string + longTimeFormat: string + timeZone: string microsoft.graph.shiftAvailability: title: shiftAvailability type: object @@ -26381,6 +26596,8 @@ components: format: date-time lastModifiedBy: $ref: '#/components/schemas/microsoft.graph.identitySet' + source: + $ref: '#/components/schemas/microsoft.graph.personDataSource' example: id: string (identifier) allowedAudiences: @@ -26393,6 +26610,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource microsoft.graph.anniversaryType: title: anniversaryType enum: @@ -26532,6 +26751,23 @@ components: role: string startMonthYear: string (timestamp) summary: string + microsoft.graph.relatedPerson: + title: relatedPerson + type: object + properties: + displayName: + type: string + nullable: true + relationship: + $ref: '#/components/schemas/microsoft.graph.personRelationship' + userPrincipalName: + type: string + nullable: true + example: + displayName: string + relationship: + '@odata.type': microsoft.graph.personRelationship + userPrincipalName: string microsoft.graph.companyDetail: title: companyDetail type: object @@ -26560,23 +26796,6 @@ components: address: '@odata.type': microsoft.graph.physicalAddress webUrl: string - microsoft.graph.relatedPerson: - title: relatedPerson - type: object - properties: - displayName: - type: string - nullable: true - relationship: - $ref: '#/components/schemas/microsoft.graph.personRelationship' - userPrincipalName: - type: string - nullable: true - example: - displayName: string - relationship: - '@odata.type': microsoft.graph.personRelationship - userPrincipalName: string microsoft.graph.skillProficiencyLevel: title: skillProficiencyLevel enum: diff --git a/openApiDocs/beta/Groups.Calendar.yml b/openApiDocs/beta/Groups.Calendar.yml index 7533d92273c..fff3109cd79 100644 --- a/openApiDocs/beta/Groups.Calendar.yml +++ b/openApiDocs/beta/Groups.Calendar.yml @@ -359,6 +359,18 @@ paths: schema: type: string x-ms-docs-key-type: group + - name: startDateTime + in: query + description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' + required: true + schema: + type: string + - name: endDateTime + in: query + description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + schema: + type: string - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -602,6 +614,18 @@ paths: schema: type: string x-ms-docs-key-type: event + - name: startDateTime + in: query + description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' + required: true + schema: + type: string + - name: endDateTime + in: query + description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + schema: + type: string - name: $select in: query description: Select properties to be returned @@ -4579,6 +4603,18 @@ paths: schema: type: string x-ms-docs-key-type: group + - name: startDateTime + in: query + description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' + required: true + schema: + type: string + - name: endDateTime + in: query + description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + schema: + type: string - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -4822,6 +4858,18 @@ paths: schema: type: string x-ms-docs-key-type: event + - name: startDateTime + in: query + description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' + required: true + schema: + type: string + - name: endDateTime + in: query + description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + schema: + type: string - name: $select in: query description: Select properties to be returned diff --git a/openApiDocs/beta/Groups.Drive.yml b/openApiDocs/beta/Groups.Drive.yml index 86ff1ea6867..1e360afa074 100644 --- a/openApiDocs/beta/Groups.Drive.yml +++ b/openApiDocs/beta/Groups.Drive.yml @@ -1307,9 +1307,11 @@ components: nullable: true externalUserState: type: string + description: 'For an external user invited to the tenant using the invitation API, this property represents the invited user''s invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. Returned only on $select. Supports $filter with the supported values. For example: $filter=externalUserState eq ''PendingAcceptance''.' nullable: true externalUserStateChangeDateTime: type: string + description: Shows the timestamp for the latest change to the externalUserState property. Returned only on $select. nullable: true userType: type: string @@ -3722,6 +3724,7 @@ components: nullable: true onPremisesDomainName: type: string + description: 'Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect.Returned by default. Read-only.' nullable: true onPremisesLastSyncDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' @@ -3731,6 +3734,7 @@ components: nullable: true onPremisesNetBiosName: type: string + description: Contains the on-premises netBios name synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect.Returned by default. Read-only. nullable: true onPremisesProvisioningErrors: type: array @@ -3739,6 +3743,7 @@ components: description: Errors when using Microsoft synchronization product during provisioning. Returned by default. onPremisesSamAccountName: type: string + description: Contains the on-premises SAM account name synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect.Returned by default. Read-only. nullable: true onPremisesSecurityIdentifier: type: string @@ -6009,12 +6014,16 @@ components: type: boolean contributionToContentDiscoveryAsOrganizationDisabled: type: boolean + regionalAndLanguageSettings: + $ref: '#/components/schemas/microsoft.graph.regionalAndLanguageSettings' shiftPreferences: $ref: '#/components/schemas/microsoft.graph.shiftPreferences' example: id: string (identifier) contributionToContentDiscoveryDisabled: true contributionToContentDiscoveryAsOrganizationDisabled: true + regionalAndLanguageSettings: + '@odata.type': microsoft.graph.regionalAndLanguageSettings shiftPreferences: '@odata.type': microsoft.graph.shiftPreferences microsoft.graph.onenote: @@ -6077,6 +6086,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.userAccountInformation' + addresses: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.itemAddress' anniversaries: type: array items: @@ -6113,6 +6126,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.projectParticipation' + notes: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.personAnnotation' skills: type: array items: @@ -6129,6 +6146,8 @@ components: id: string (identifier) account: - '@odata.type': microsoft.graph.userAccountInformation + addresses: + - '@odata.type': microsoft.graph.itemAddress anniversaries: - '@odata.type': microsoft.graph.personAnniversary educationalActivities: @@ -6147,6 +6166,8 @@ components: - '@odata.type': microsoft.graph.workPosition projects: - '@odata.type': microsoft.graph.projectParticipation + notes: + - '@odata.type': microsoft.graph.personAnnotation skills: - '@odata.type': microsoft.graph.skillProficiency webAccounts: @@ -6279,6 +6300,8 @@ components: type: string description: The display name for the device. Required. nullable: true + extensionAttributes: + $ref: '#/components/schemas/microsoft.graph.onPremisesExtensionAttributes' isCompliant: type: boolean description: 'true if the device complies with Mobile Device Management (MDM) policies; otherwise, false. Read-only. This can only be updated by Intune for any device OS type or by an approved MDM app for Windows OS devices.' @@ -6382,6 +6405,8 @@ components: deviceMetadata: string deviceVersion: integer displayName: string + extensionAttributes: + '@odata.type': microsoft.graph.onPremisesExtensionAttributes isCompliant: true isManaged: true onPremisesLastSyncDateTime: string (timestamp) @@ -6652,6 +6677,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.user' + members: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.conversationMember' channels: type: array items: @@ -6659,10 +6688,6 @@ components: description: The collection of channels & messages associated with the team. primaryChannel: $ref: '#/components/schemas/microsoft.graph.channel' - apps: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.teamsCatalogApp' installedApps: type: array items: @@ -6704,12 +6729,12 @@ components: '@odata.type': microsoft.graph.profilePhoto owners: - '@odata.type': microsoft.graph.user + members: + - '@odata.type': microsoft.graph.conversationMember channels: - '@odata.type': microsoft.graph.channel primaryChannel: '@odata.type': microsoft.graph.channel - apps: - - '@odata.type': microsoft.graph.teamsCatalogApp installedApps: - '@odata.type': microsoft.graph.teamsAppInstallation operations: @@ -10634,6 +10659,40 @@ components: '@odata.type': microsoft.graph.resourceReference resource: '@odata.type': microsoft.graph.entity + microsoft.graph.regionalAndLanguageSettings: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: regionalAndLanguageSettings + type: object + properties: + defaultDisplayLanguage: + $ref: '#/components/schemas/microsoft.graph.localeInfo' + authoringLanguages: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.localeInfo' + defaultTranslationLanguage: + $ref: '#/components/schemas/microsoft.graph.localeInfo' + defaultSpeechInputLanguage: + $ref: '#/components/schemas/microsoft.graph.localeInfo' + defaultRegionalFormat: + $ref: '#/components/schemas/microsoft.graph.localeInfo' + regionalFormatOverrides: + $ref: '#/components/schemas/microsoft.graph.regionalFormatOverrides' + example: + id: string (identifier) + defaultDisplayLanguage: + '@odata.type': microsoft.graph.localeInfo + authoringLanguages: + - '@odata.type': microsoft.graph.localeInfo + defaultTranslationLanguage: + '@odata.type': microsoft.graph.localeInfo + defaultSpeechInputLanguage: + '@odata.type': microsoft.graph.localeInfo + defaultRegionalFormat: + '@odata.type': microsoft.graph.localeInfo + regionalFormatOverrides: + '@odata.type': microsoft.graph.regionalFormatOverrides microsoft.graph.shiftPreferences: allOf: - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' @@ -10954,11 +11013,45 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource ageGroup: string countryCode: string preferredLanguageTag: '@odata.type': microsoft.graph.localeInfo userPrincipalName: string + microsoft.graph.itemAddress: + allOf: + - $ref: '#/components/schemas/microsoft.graph.itemFacet' + - title: itemAddress + type: object + properties: + displayName: + type: string + nullable: true + detail: + $ref: '#/components/schemas/microsoft.graph.physicalAddress' + geoCoordinates: + $ref: '#/components/schemas/microsoft.graph.geoCoordinates' + example: + id: string (identifier) + allowedAudiences: + '@odata.type': microsoft.graph.allowedAudiences + inference: + '@odata.type': microsoft.graph.inferenceData + createdDateTime: string (timestamp) + createdBy: + '@odata.type': microsoft.graph.identitySet + lastModifiedDateTime: string (timestamp) + lastModifiedBy: + '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource + displayName: string + detail: + '@odata.type': microsoft.graph.physicalAddress + geoCoordinates: + '@odata.type': microsoft.graph.geoCoordinates microsoft.graph.personAnniversary: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -10984,6 +11077,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource type: '@odata.type': microsoft.graph.anniversaryType date: string (timestamp) @@ -11024,6 +11119,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource completionMonthYear: string (timestamp) endMonthYear: string (timestamp) institution: @@ -11056,6 +11153,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource address: string displayName: string type: @@ -11079,6 +11178,11 @@ components: webUrl: type: string nullable: true + collaborationTags: + type: array + items: + type: string + nullable: true example: id: string (identifier) allowedAudiences: @@ -11091,11 +11195,15 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource categories: - string description: string displayName: string webUrl: string + collaborationTags: + - string microsoft.graph.languageProficiency: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -11108,6 +11216,12 @@ components: type: string proficiency: $ref: '#/components/schemas/microsoft.graph.languageProficiencyLevel' + spoken: + $ref: '#/components/schemas/microsoft.graph.languageProficiencyLevel' + written: + $ref: '#/components/schemas/microsoft.graph.languageProficiencyLevel' + reading: + $ref: '#/components/schemas/microsoft.graph.languageProficiencyLevel' example: id: string (identifier) allowedAudiences: @@ -11120,10 +11234,18 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource displayName: string tag: string proficiency: '@odata.type': microsoft.graph.languageProficiencyLevel + spoken: + '@odata.type': microsoft.graph.languageProficiencyLevel + written: + '@odata.type': microsoft.graph.languageProficiencyLevel + reading: + '@odata.type': microsoft.graph.languageProficiencyLevel microsoft.graph.personName: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -11171,6 +11293,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource displayName: string first: string initials: string @@ -11208,6 +11332,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource displayName: string type: '@odata.type': microsoft.graph.phoneType @@ -11225,6 +11351,15 @@ components: nullable: true detail: $ref: '#/components/schemas/microsoft.graph.positionDetail' + manager: + $ref: '#/components/schemas/microsoft.graph.relatedPerson' + colleagues: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.relatedPerson' + isCurrent: + type: boolean + nullable: true example: id: string (identifier) allowedAudiences: @@ -11237,10 +11372,17 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource categories: - string detail: '@odata.type': microsoft.graph.positionDetail + manager: + '@odata.type': microsoft.graph.relatedPerson + colleagues: + - '@odata.type': microsoft.graph.relatedPerson + isCurrent: true microsoft.graph.projectParticipation: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -11266,6 +11408,11 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.relatedPerson' + collaborationTags: + type: array + items: + type: string + nullable: true example: id: string (identifier) allowedAudiences: @@ -11278,6 +11425,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource categories: - string client: @@ -11289,6 +11438,36 @@ components: - '@odata.type': microsoft.graph.relatedPerson sponsors: - '@odata.type': microsoft.graph.relatedPerson + collaborationTags: + - string + microsoft.graph.personAnnotation: + allOf: + - $ref: '#/components/schemas/microsoft.graph.itemFacet' + - title: personAnnotation + type: object + properties: + detail: + $ref: '#/components/schemas/microsoft.graph.itemBody' + displayName: + type: string + nullable: true + example: + id: string (identifier) + allowedAudiences: + '@odata.type': microsoft.graph.allowedAudiences + inference: + '@odata.type': microsoft.graph.inferenceData + createdDateTime: string (timestamp) + createdBy: + '@odata.type': microsoft.graph.identitySet + lastModifiedDateTime: string (timestamp) + lastModifiedBy: + '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource + detail: + '@odata.type': microsoft.graph.itemBody + displayName: string microsoft.graph.skillProficiency: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -11307,6 +11486,11 @@ components: webUrl: type: string nullable: true + collaborationTags: + type: array + items: + type: string + nullable: true example: id: string (identifier) allowedAudiences: @@ -11319,12 +11503,16 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource categories: - string displayName: string proficiency: '@odata.type': microsoft.graph.skillProficiencyLevel webUrl: string + collaborationTags: + - string microsoft.graph.webAccount: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -11356,6 +11544,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource description: string userId: string service: @@ -11392,6 +11582,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource categories: - string description: string @@ -12190,26 +12382,6 @@ components: - '@odata.type': microsoft.graph.conversationMember filesFolder: '@odata.type': microsoft.graph.driveItem - microsoft.graph.teamsCatalogApp: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: teamsCatalogApp - type: object - properties: - externalId: - type: string - nullable: true - name: - type: string - nullable: true - distributionMethod: - $ref: '#/components/schemas/microsoft.graph.teamsAppDistributionMethod' - example: - id: string (identifier) - externalId: string - name: string - distributionMethod: - '@odata.type': microsoft.graph.teamsAppDistributionMethod microsoft.graph.teamsAsyncOperation: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -14110,6 +14282,39 @@ components: example: lastAccessedDateTime: string (timestamp) lastModifiedDateTime: string (timestamp) + microsoft.graph.regionalFormatOverrides: + title: regionalFormatOverrides + type: object + properties: + calendar: + type: string + nullable: true + firstDayOfWeek: + type: string + nullable: true + shortDateFormat: + type: string + nullable: true + longDateFormat: + type: string + nullable: true + shortTimeFormat: + type: string + nullable: true + longTimeFormat: + type: string + nullable: true + timeZone: + type: string + nullable: true + example: + calendar: string + firstDayOfWeek: string + shortDateFormat: string + longDateFormat: string + shortTimeFormat: string + longTimeFormat: string + timeZone: string microsoft.graph.changeTrackedEntity: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -14326,6 +14531,8 @@ components: format: date-time lastModifiedBy: $ref: '#/components/schemas/microsoft.graph.identitySet' + source: + $ref: '#/components/schemas/microsoft.graph.personDataSource' example: id: string (identifier) allowedAudiences: @@ -14338,6 +14545,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource microsoft.graph.anniversaryType: title: anniversaryType enum: @@ -14477,6 +14686,23 @@ components: role: string startMonthYear: string (timestamp) summary: string + microsoft.graph.relatedPerson: + title: relatedPerson + type: object + properties: + displayName: + type: string + nullable: true + relationship: + $ref: '#/components/schemas/microsoft.graph.personRelationship' + userPrincipalName: + type: string + nullable: true + example: + displayName: string + relationship: + '@odata.type': microsoft.graph.personRelationship + userPrincipalName: string microsoft.graph.companyDetail: title: companyDetail type: object @@ -14505,23 +14731,6 @@ components: address: '@odata.type': microsoft.graph.physicalAddress webUrl: string - microsoft.graph.relatedPerson: - title: relatedPerson - type: object - properties: - displayName: - type: string - nullable: true - relationship: - $ref: '#/components/schemas/microsoft.graph.personRelationship' - userPrincipalName: - type: string - nullable: true - example: - displayName: string - relationship: - '@odata.type': microsoft.graph.personRelationship - userPrincipalName: string microsoft.graph.skillProficiencyLevel: title: skillProficiencyLevel enum: @@ -14668,10 +14877,12 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer + description: 'Index of an entity being mentioned in the specified chatMessage. Matches the {index} value in the corresponding tag in the message body.' format: int32 nullable: true mentionText: type: string + description: 'String used to represent the mention. For example, a user''s display name, a team name.' nullable: true mentioned: $ref: '#/components/schemas/microsoft.graph.identitySet' @@ -14746,9 +14957,6 @@ components: type: string description: The ID of the catalog provided by the app developer in the Microsoft Teams zip app package. nullable: true - name: - type: string - nullable: true displayName: type: string description: The name of the catalog app provided by the app developer in the Microsoft Teams zip app package. @@ -14763,7 +14971,6 @@ components: example: id: string (identifier) externalId: string - name: string displayName: string distributionMethod: '@odata.type': microsoft.graph.teamsAppDistributionMethod @@ -14790,12 +14997,16 @@ components: type: string description: The version number of the application. nullable: true + publishingState: + $ref: '#/components/schemas/microsoft.graph.teamsAppPublishingState' example: id: string (identifier) teamsAppId: string azureADAppId: string displayName: string version: string + publishingState: + '@odata.type': microsoft.graph.teamsAppPublishingState microsoft.graph.giphyRatingType: title: giphyRatingType enum: @@ -14829,6 +15040,9 @@ components: type: string description: ID of the scheduling group the shift is part of. Required. nullable: true + isStagedForDeletion: + type: boolean + nullable: true example: id: string (identifier) createdDateTime: string (timestamp) @@ -14841,6 +15055,7 @@ components: '@odata.type': microsoft.graph.shiftItem userId: string schedulingGroupId: string + isStagedForDeletion: true microsoft.graph.openShift: allOf: - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' @@ -15103,9 +15318,6 @@ components: - title: teamsTab type: object properties: - name: - type: string - nullable: true displayName: type: string description: Name of the tab. @@ -15129,7 +15341,6 @@ components: $ref: '#/components/schemas/microsoft.graph.teamsApp' example: id: string (identifier) - name: string displayName: string teamsAppId: string sortOrderIndex: string @@ -15139,14 +15350,6 @@ components: '@odata.type': microsoft.graph.teamsTabConfiguration teamsApp: '@odata.type': microsoft.graph.teamsApp - microsoft.graph.teamsAppDistributionMethod: - title: teamsAppDistributionMethod - enum: - - store - - organization - - sideloaded - - unknownFutureValue - type: string microsoft.graph.teamsAsyncOperationType: title: teamsAsyncOperationType enum: @@ -15839,6 +16042,22 @@ components: - allowOverrideWithoutJustification - allowOverrideWithJustification type: string + microsoft.graph.teamsAppDistributionMethod: + title: teamsAppDistributionMethod + enum: + - store + - organization + - sideloaded + - unknownFutureValue + type: string + microsoft.graph.teamsAppPublishingState: + title: teamsAppPublishingState + enum: + - submitted + - rejected + - published + - unknownFutureValue + type: string microsoft.graph.shiftItem: allOf: - $ref: '#/components/schemas/microsoft.graph.scheduleEntity' diff --git a/openApiDocs/beta/Groups.Functions.yml b/openApiDocs/beta/Groups.Functions.yml index 44bd55df002..2f37843973c 100644 --- a/openApiDocs/beta/Groups.Functions.yml +++ b/openApiDocs/beta/Groups.Functions.yml @@ -1347,6 +1347,7 @@ components: nullable: true onPremisesDomainName: type: string + description: 'Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect.Returned by default. Read-only.' nullable: true onPremisesLastSyncDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' @@ -1356,6 +1357,7 @@ components: nullable: true onPremisesNetBiosName: type: string + description: Contains the on-premises netBios name synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect.Returned by default. Read-only. nullable: true onPremisesProvisioningErrors: type: array @@ -1364,6 +1366,7 @@ components: description: Errors when using Microsoft synchronization product during provisioning. Returned by default. onPremisesSamAccountName: type: string + description: Contains the on-premises SAM account name synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect.Returned by default. Read-only. nullable: true onPremisesSecurityIdentifier: type: string @@ -2832,6 +2835,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.user' + members: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.conversationMember' channels: type: array items: @@ -2839,10 +2846,6 @@ components: description: The collection of channels & messages associated with the team. primaryChannel: $ref: '#/components/schemas/microsoft.graph.channel' - apps: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.teamsCatalogApp' installedApps: type: array items: @@ -2884,12 +2887,12 @@ components: '@odata.type': microsoft.graph.profilePhoto owners: - '@odata.type': microsoft.graph.user + members: + - '@odata.type': microsoft.graph.conversationMember channels: - '@odata.type': microsoft.graph.channel primaryChannel: '@odata.type': microsoft.graph.channel - apps: - - '@odata.type': microsoft.graph.teamsCatalogApp installedApps: - '@odata.type': microsoft.graph.teamsAppInstallation operations: @@ -4835,9 +4838,11 @@ components: nullable: true externalUserState: type: string + description: 'For an external user invited to the tenant using the invitation API, this property represents the invited user''s invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. Returned only on $select. Supports $filter with the supported values. For example: $filter=externalUserState eq ''PendingAcceptance''.' nullable: true externalUserStateChangeDateTime: type: string + description: Shows the timestamp for the latest change to the externalUserState property. Returned only on $select. nullable: true userType: type: string @@ -5326,6 +5331,25 @@ components: - '@odata.type': microsoft.graph.team teamwork: '@odata.type': microsoft.graph.userTeamwork + microsoft.graph.conversationMember: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: conversationMember + type: object + properties: + roles: + type: array + items: + type: string + nullable: true + displayName: + type: string + nullable: true + example: + id: string (identifier) + roles: + - string + displayName: string microsoft.graph.channel: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -5385,26 +5409,6 @@ components: - '@odata.type': microsoft.graph.conversationMember filesFolder: '@odata.type': microsoft.graph.driveItem - microsoft.graph.teamsCatalogApp: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: teamsCatalogApp - type: object - properties: - externalId: - type: string - nullable: true - name: - type: string - nullable: true - distributionMethod: - $ref: '#/components/schemas/microsoft.graph.teamsAppDistributionMethod' - example: - id: string (identifier) - externalId: string - name: string - distributionMethod: - '@odata.type': microsoft.graph.teamsAppDistributionMethod microsoft.graph.teamsAppInstallation: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -7266,6 +7270,9 @@ components: type: string description: ID of the scheduling group the shift is part of. Required. nullable: true + isStagedForDeletion: + type: boolean + nullable: true example: id: string (identifier) createdDateTime: string (timestamp) @@ -7278,6 +7285,7 @@ components: '@odata.type': microsoft.graph.shiftItem userId: string schedulingGroupId: string + isStagedForDeletion: true microsoft.graph.openShift: allOf: - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' @@ -9610,12 +9618,16 @@ components: type: boolean contributionToContentDiscoveryAsOrganizationDisabled: type: boolean + regionalAndLanguageSettings: + $ref: '#/components/schemas/microsoft.graph.regionalAndLanguageSettings' shiftPreferences: $ref: '#/components/schemas/microsoft.graph.shiftPreferences' example: id: string (identifier) contributionToContentDiscoveryDisabled: true contributionToContentDiscoveryAsOrganizationDisabled: true + regionalAndLanguageSettings: + '@odata.type': microsoft.graph.regionalAndLanguageSettings shiftPreferences: '@odata.type': microsoft.graph.shiftPreferences microsoft.graph.profile: @@ -9628,6 +9640,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.userAccountInformation' + addresses: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.itemAddress' anniversaries: type: array items: @@ -9664,6 +9680,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.projectParticipation' + notes: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.personAnnotation' skills: type: array items: @@ -9680,6 +9700,8 @@ components: id: string (identifier) account: - '@odata.type': microsoft.graph.userAccountInformation + addresses: + - '@odata.type': microsoft.graph.itemAddress anniversaries: - '@odata.type': microsoft.graph.personAnniversary educationalActivities: @@ -9698,6 +9720,8 @@ components: - '@odata.type': microsoft.graph.workPosition projects: - '@odata.type': microsoft.graph.projectParticipation + notes: + - '@odata.type': microsoft.graph.personAnnotation skills: - '@odata.type': microsoft.graph.skillProficiency webAccounts: @@ -9830,6 +9854,8 @@ components: type: string description: The display name for the device. Required. nullable: true + extensionAttributes: + $ref: '#/components/schemas/microsoft.graph.onPremisesExtensionAttributes' isCompliant: type: boolean description: 'true if the device complies with Mobile Device Management (MDM) policies; otherwise, false. Read-only. This can only be updated by Intune for any device OS type or by an approved MDM app for Windows OS devices.' @@ -9933,6 +9959,8 @@ components: deviceMetadata: string deviceVersion: integer displayName: string + extensionAttributes: + '@odata.type': microsoft.graph.onPremisesExtensionAttributes isCompliant: true isManaged: true onPremisesLastSyncDateTime: string (timestamp) @@ -10287,9 +10315,6 @@ components: - title: teamsTab type: object properties: - name: - type: string - nullable: true displayName: type: string description: Name of the tab. @@ -10313,7 +10338,6 @@ components: $ref: '#/components/schemas/microsoft.graph.teamsApp' example: id: string (identifier) - name: string displayName: string teamsAppId: string sortOrderIndex: string @@ -10323,33 +10347,6 @@ components: '@odata.type': microsoft.graph.teamsTabConfiguration teamsApp: '@odata.type': microsoft.graph.teamsApp - microsoft.graph.conversationMember: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: conversationMember - type: object - properties: - roles: - type: array - items: - type: string - nullable: true - displayName: - type: string - nullable: true - example: - id: string (identifier) - roles: - - string - displayName: string - microsoft.graph.teamsAppDistributionMethod: - title: teamsAppDistributionMethod - enum: - - store - - organization - - sideloaded - - unknownFutureValue - type: string microsoft.graph.teamsApp: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -10360,9 +10357,6 @@ components: type: string description: The ID of the catalog provided by the app developer in the Microsoft Teams zip app package. nullable: true - name: - type: string - nullable: true displayName: type: string description: The name of the catalog app provided by the app developer in the Microsoft Teams zip app package. @@ -10377,7 +10371,6 @@ components: example: id: string (identifier) externalId: string - name: string displayName: string distributionMethod: '@odata.type': microsoft.graph.teamsAppDistributionMethod @@ -10404,12 +10397,16 @@ components: type: string description: The version number of the application. nullable: true + publishingState: + $ref: '#/components/schemas/microsoft.graph.teamsAppPublishingState' example: id: string (identifier) teamsAppId: string azureADAppId: string displayName: string version: string + publishingState: + '@odata.type': microsoft.graph.teamsAppPublishingState microsoft.graph.teamsAsyncOperationType: title: teamsAsyncOperationType enum: @@ -13416,6 +13413,40 @@ components: '@odata.type': microsoft.graph.resourceReference resource: '@odata.type': microsoft.graph.entity + microsoft.graph.regionalAndLanguageSettings: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: regionalAndLanguageSettings + type: object + properties: + defaultDisplayLanguage: + $ref: '#/components/schemas/microsoft.graph.localeInfo' + authoringLanguages: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.localeInfo' + defaultTranslationLanguage: + $ref: '#/components/schemas/microsoft.graph.localeInfo' + defaultSpeechInputLanguage: + $ref: '#/components/schemas/microsoft.graph.localeInfo' + defaultRegionalFormat: + $ref: '#/components/schemas/microsoft.graph.localeInfo' + regionalFormatOverrides: + $ref: '#/components/schemas/microsoft.graph.regionalFormatOverrides' + example: + id: string (identifier) + defaultDisplayLanguage: + '@odata.type': microsoft.graph.localeInfo + authoringLanguages: + - '@odata.type': microsoft.graph.localeInfo + defaultTranslationLanguage: + '@odata.type': microsoft.graph.localeInfo + defaultSpeechInputLanguage: + '@odata.type': microsoft.graph.localeInfo + defaultRegionalFormat: + '@odata.type': microsoft.graph.localeInfo + regionalFormatOverrides: + '@odata.type': microsoft.graph.regionalFormatOverrides microsoft.graph.shiftPreferences: allOf: - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' @@ -13461,11 +13492,45 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource ageGroup: string countryCode: string preferredLanguageTag: '@odata.type': microsoft.graph.localeInfo userPrincipalName: string + microsoft.graph.itemAddress: + allOf: + - $ref: '#/components/schemas/microsoft.graph.itemFacet' + - title: itemAddress + type: object + properties: + displayName: + type: string + nullable: true + detail: + $ref: '#/components/schemas/microsoft.graph.physicalAddress' + geoCoordinates: + $ref: '#/components/schemas/microsoft.graph.geoCoordinates' + example: + id: string (identifier) + allowedAudiences: + '@odata.type': microsoft.graph.allowedAudiences + inference: + '@odata.type': microsoft.graph.inferenceData + createdDateTime: string (timestamp) + createdBy: + '@odata.type': microsoft.graph.identitySet + lastModifiedDateTime: string (timestamp) + lastModifiedBy: + '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource + displayName: string + detail: + '@odata.type': microsoft.graph.physicalAddress + geoCoordinates: + '@odata.type': microsoft.graph.geoCoordinates microsoft.graph.personAnniversary: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -13491,6 +13556,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource type: '@odata.type': microsoft.graph.anniversaryType date: string (timestamp) @@ -13531,6 +13598,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource completionMonthYear: string (timestamp) endMonthYear: string (timestamp) institution: @@ -13563,6 +13632,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource address: string displayName: string type: @@ -13586,6 +13657,11 @@ components: webUrl: type: string nullable: true + collaborationTags: + type: array + items: + type: string + nullable: true example: id: string (identifier) allowedAudiences: @@ -13598,11 +13674,15 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource categories: - string description: string displayName: string webUrl: string + collaborationTags: + - string microsoft.graph.languageProficiency: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -13615,6 +13695,12 @@ components: type: string proficiency: $ref: '#/components/schemas/microsoft.graph.languageProficiencyLevel' + spoken: + $ref: '#/components/schemas/microsoft.graph.languageProficiencyLevel' + written: + $ref: '#/components/schemas/microsoft.graph.languageProficiencyLevel' + reading: + $ref: '#/components/schemas/microsoft.graph.languageProficiencyLevel' example: id: string (identifier) allowedAudiences: @@ -13627,10 +13713,18 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource displayName: string tag: string proficiency: '@odata.type': microsoft.graph.languageProficiencyLevel + spoken: + '@odata.type': microsoft.graph.languageProficiencyLevel + written: + '@odata.type': microsoft.graph.languageProficiencyLevel + reading: + '@odata.type': microsoft.graph.languageProficiencyLevel microsoft.graph.personName: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -13678,6 +13772,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource displayName: string first: string initials: string @@ -13715,6 +13811,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource displayName: string type: '@odata.type': microsoft.graph.phoneType @@ -13732,6 +13830,15 @@ components: nullable: true detail: $ref: '#/components/schemas/microsoft.graph.positionDetail' + manager: + $ref: '#/components/schemas/microsoft.graph.relatedPerson' + colleagues: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.relatedPerson' + isCurrent: + type: boolean + nullable: true example: id: string (identifier) allowedAudiences: @@ -13744,10 +13851,17 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource categories: - string detail: '@odata.type': microsoft.graph.positionDetail + manager: + '@odata.type': microsoft.graph.relatedPerson + colleagues: + - '@odata.type': microsoft.graph.relatedPerson + isCurrent: true microsoft.graph.projectParticipation: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -13773,6 +13887,11 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.relatedPerson' + collaborationTags: + type: array + items: + type: string + nullable: true example: id: string (identifier) allowedAudiences: @@ -13785,6 +13904,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource categories: - string client: @@ -13796,6 +13917,36 @@ components: - '@odata.type': microsoft.graph.relatedPerson sponsors: - '@odata.type': microsoft.graph.relatedPerson + collaborationTags: + - string + microsoft.graph.personAnnotation: + allOf: + - $ref: '#/components/schemas/microsoft.graph.itemFacet' + - title: personAnnotation + type: object + properties: + detail: + $ref: '#/components/schemas/microsoft.graph.itemBody' + displayName: + type: string + nullable: true + example: + id: string (identifier) + allowedAudiences: + '@odata.type': microsoft.graph.allowedAudiences + inference: + '@odata.type': microsoft.graph.inferenceData + createdDateTime: string (timestamp) + createdBy: + '@odata.type': microsoft.graph.identitySet + lastModifiedDateTime: string (timestamp) + lastModifiedBy: + '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource + detail: + '@odata.type': microsoft.graph.itemBody + displayName: string microsoft.graph.skillProficiency: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -13814,6 +13965,11 @@ components: webUrl: type: string nullable: true + collaborationTags: + type: array + items: + type: string + nullable: true example: id: string (identifier) allowedAudiences: @@ -13826,12 +13982,16 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource categories: - string displayName: string proficiency: '@odata.type': microsoft.graph.skillProficiencyLevel webUrl: string + collaborationTags: + - string microsoft.graph.webAccount: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -13863,6 +14023,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource description: string userId: string service: @@ -13899,6 +14061,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource categories: - string description: string @@ -14287,10 +14451,12 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer + description: 'Index of an entity being mentioned in the specified chatMessage. Matches the {index} value in the corresponding tag in the message body.' format: int32 nullable: true mentionText: type: string + description: 'String used to represent the mention. For example, a user''s display name, a team name.' nullable: true mentioned: $ref: '#/components/schemas/microsoft.graph.identitySet' @@ -14380,6 +14546,22 @@ components: contentUrl: string removeUrl: string websiteUrl: string + microsoft.graph.teamsAppDistributionMethod: + title: teamsAppDistributionMethod + enum: + - store + - organization + - sideloaded + - unknownFutureValue + type: string + microsoft.graph.teamsAppPublishingState: + title: teamsAppPublishingState + enum: + - submitted + - rejected + - published + - unknownFutureValue + type: string microsoft.graph.workbookTableColumn: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -15777,6 +15959,39 @@ components: example: lastAccessedDateTime: string (timestamp) lastModifiedDateTime: string (timestamp) + microsoft.graph.regionalFormatOverrides: + title: regionalFormatOverrides + type: object + properties: + calendar: + type: string + nullable: true + firstDayOfWeek: + type: string + nullable: true + shortDateFormat: + type: string + nullable: true + longDateFormat: + type: string + nullable: true + shortTimeFormat: + type: string + nullable: true + longTimeFormat: + type: string + nullable: true + timeZone: + type: string + nullable: true + example: + calendar: string + firstDayOfWeek: string + shortDateFormat: string + longDateFormat: string + shortTimeFormat: string + longTimeFormat: string + timeZone: string microsoft.graph.shiftAvailability: title: shiftAvailability type: object @@ -15820,6 +16035,8 @@ components: format: date-time lastModifiedBy: $ref: '#/components/schemas/microsoft.graph.identitySet' + source: + $ref: '#/components/schemas/microsoft.graph.personDataSource' example: id: string (identifier) allowedAudiences: @@ -15832,6 +16049,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource microsoft.graph.anniversaryType: title: anniversaryType enum: @@ -15971,6 +16190,23 @@ components: role: string startMonthYear: string (timestamp) summary: string + microsoft.graph.relatedPerson: + title: relatedPerson + type: object + properties: + displayName: + type: string + nullable: true + relationship: + $ref: '#/components/schemas/microsoft.graph.personRelationship' + userPrincipalName: + type: string + nullable: true + example: + displayName: string + relationship: + '@odata.type': microsoft.graph.personRelationship + userPrincipalName: string microsoft.graph.companyDetail: title: companyDetail type: object @@ -15999,23 +16235,6 @@ components: address: '@odata.type': microsoft.graph.physicalAddress webUrl: string - microsoft.graph.relatedPerson: - title: relatedPerson - type: object - properties: - displayName: - type: string - nullable: true - relationship: - $ref: '#/components/schemas/microsoft.graph.personRelationship' - userPrincipalName: - type: string - nullable: true - example: - displayName: string - relationship: - '@odata.type': microsoft.graph.personRelationship - userPrincipalName: string microsoft.graph.skillProficiencyLevel: title: skillProficiencyLevel enum: diff --git a/openApiDocs/beta/Groups.Group.yml b/openApiDocs/beta/Groups.Group.yml index c649828ce21..46f6aaa4d6a 100644 --- a/openApiDocs/beta/Groups.Group.yml +++ b/openApiDocs/beta/Groups.Group.yml @@ -717,6 +717,7 @@ components: nullable: true onPremisesDomainName: type: string + description: 'Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect.Returned by default. Read-only.' nullable: true onPremisesLastSyncDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' @@ -726,6 +727,7 @@ components: nullable: true onPremisesNetBiosName: type: string + description: Contains the on-premises netBios name synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect.Returned by default. Read-only. nullable: true onPremisesProvisioningErrors: type: array @@ -734,6 +736,7 @@ components: description: Errors when using Microsoft synchronization product during provisioning. Returned by default. onPremisesSamAccountName: type: string + description: Contains the on-premises SAM account name synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect.Returned by default. Read-only. nullable: true onPremisesSecurityIdentifier: type: string @@ -2084,6 +2087,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.user' + members: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.conversationMember' channels: type: array items: @@ -2091,10 +2098,6 @@ components: description: The collection of channels & messages associated with the team. primaryChannel: $ref: '#/components/schemas/microsoft.graph.channel' - apps: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.teamsCatalogApp' installedApps: type: array items: @@ -2136,12 +2139,12 @@ components: '@odata.type': microsoft.graph.profilePhoto owners: - '@odata.type': microsoft.graph.user + members: + - '@odata.type': microsoft.graph.conversationMember channels: - '@odata.type': microsoft.graph.channel primaryChannel: '@odata.type': microsoft.graph.channel - apps: - - '@odata.type': microsoft.graph.teamsCatalogApp installedApps: - '@odata.type': microsoft.graph.teamsAppInstallation operations: @@ -4152,9 +4155,11 @@ components: nullable: true externalUserState: type: string + description: 'For an external user invited to the tenant using the invitation API, this property represents the invited user''s invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. Returned only on $select. Supports $filter with the supported values. For example: $filter=externalUserState eq ''PendingAcceptance''.' nullable: true externalUserStateChangeDateTime: type: string + description: Shows the timestamp for the latest change to the externalUserState property. Returned only on $select. nullable: true userType: type: string @@ -4643,6 +4648,25 @@ components: - '@odata.type': microsoft.graph.team teamwork: '@odata.type': microsoft.graph.userTeamwork + microsoft.graph.conversationMember: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: conversationMember + type: object + properties: + roles: + type: array + items: + type: string + nullable: true + displayName: + type: string + nullable: true + example: + id: string (identifier) + roles: + - string + displayName: string microsoft.graph.channel: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -4702,26 +4726,6 @@ components: - '@odata.type': microsoft.graph.conversationMember filesFolder: '@odata.type': microsoft.graph.driveItem - microsoft.graph.teamsCatalogApp: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: teamsCatalogApp - type: object - properties: - externalId: - type: string - nullable: true - name: - type: string - nullable: true - distributionMethod: - $ref: '#/components/schemas/microsoft.graph.teamsAppDistributionMethod' - example: - id: string (identifier) - externalId: string - name: string - distributionMethod: - '@odata.type': microsoft.graph.teamsAppDistributionMethod microsoft.graph.teamsAppInstallation: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -6761,6 +6765,9 @@ components: type: string description: ID of the scheduling group the shift is part of. Required. nullable: true + isStagedForDeletion: + type: boolean + nullable: true example: id: string (identifier) createdDateTime: string (timestamp) @@ -6773,6 +6780,7 @@ components: '@odata.type': microsoft.graph.shiftItem userId: string schedulingGroupId: string + isStagedForDeletion: true microsoft.graph.openShift: allOf: - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' @@ -9105,12 +9113,16 @@ components: type: boolean contributionToContentDiscoveryAsOrganizationDisabled: type: boolean + regionalAndLanguageSettings: + $ref: '#/components/schemas/microsoft.graph.regionalAndLanguageSettings' shiftPreferences: $ref: '#/components/schemas/microsoft.graph.shiftPreferences' example: id: string (identifier) contributionToContentDiscoveryDisabled: true contributionToContentDiscoveryAsOrganizationDisabled: true + regionalAndLanguageSettings: + '@odata.type': microsoft.graph.regionalAndLanguageSettings shiftPreferences: '@odata.type': microsoft.graph.shiftPreferences microsoft.graph.profile: @@ -9123,6 +9135,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.userAccountInformation' + addresses: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.itemAddress' anniversaries: type: array items: @@ -9159,6 +9175,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.projectParticipation' + notes: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.personAnnotation' skills: type: array items: @@ -9175,6 +9195,8 @@ components: id: string (identifier) account: - '@odata.type': microsoft.graph.userAccountInformation + addresses: + - '@odata.type': microsoft.graph.itemAddress anniversaries: - '@odata.type': microsoft.graph.personAnniversary educationalActivities: @@ -9193,6 +9215,8 @@ components: - '@odata.type': microsoft.graph.workPosition projects: - '@odata.type': microsoft.graph.projectParticipation + notes: + - '@odata.type': microsoft.graph.personAnnotation skills: - '@odata.type': microsoft.graph.skillProficiency webAccounts: @@ -9325,6 +9349,8 @@ components: type: string description: The display name for the device. Required. nullable: true + extensionAttributes: + $ref: '#/components/schemas/microsoft.graph.onPremisesExtensionAttributes' isCompliant: type: boolean description: 'true if the device complies with Mobile Device Management (MDM) policies; otherwise, false. Read-only. This can only be updated by Intune for any device OS type or by an approved MDM app for Windows OS devices.' @@ -9428,6 +9454,8 @@ components: deviceMetadata: string deviceVersion: integer displayName: string + extensionAttributes: + '@odata.type': microsoft.graph.onPremisesExtensionAttributes isCompliant: true isManaged: true onPremisesLastSyncDateTime: string (timestamp) @@ -9782,9 +9810,6 @@ components: - title: teamsTab type: object properties: - name: - type: string - nullable: true displayName: type: string description: Name of the tab. @@ -9808,7 +9833,6 @@ components: $ref: '#/components/schemas/microsoft.graph.teamsApp' example: id: string (identifier) - name: string displayName: string teamsAppId: string sortOrderIndex: string @@ -9818,33 +9842,6 @@ components: '@odata.type': microsoft.graph.teamsTabConfiguration teamsApp: '@odata.type': microsoft.graph.teamsApp - microsoft.graph.conversationMember: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: conversationMember - type: object - properties: - roles: - type: array - items: - type: string - nullable: true - displayName: - type: string - nullable: true - example: - id: string (identifier) - roles: - - string - displayName: string - microsoft.graph.teamsAppDistributionMethod: - title: teamsAppDistributionMethod - enum: - - store - - organization - - sideloaded - - unknownFutureValue - type: string microsoft.graph.teamsApp: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -9855,9 +9852,6 @@ components: type: string description: The ID of the catalog provided by the app developer in the Microsoft Teams zip app package. nullable: true - name: - type: string - nullable: true displayName: type: string description: The name of the catalog app provided by the app developer in the Microsoft Teams zip app package. @@ -9872,7 +9866,6 @@ components: example: id: string (identifier) externalId: string - name: string displayName: string distributionMethod: '@odata.type': microsoft.graph.teamsAppDistributionMethod @@ -9899,12 +9892,16 @@ components: type: string description: The version number of the application. nullable: true + publishingState: + $ref: '#/components/schemas/microsoft.graph.teamsAppPublishingState' example: id: string (identifier) teamsAppId: string azureADAppId: string displayName: string version: string + publishingState: + '@odata.type': microsoft.graph.teamsAppPublishingState microsoft.graph.teamsAsyncOperationType: title: teamsAsyncOperationType enum: @@ -12987,6 +12984,40 @@ components: '@odata.type': microsoft.graph.resourceReference resource: '@odata.type': microsoft.graph.entity + microsoft.graph.regionalAndLanguageSettings: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: regionalAndLanguageSettings + type: object + properties: + defaultDisplayLanguage: + $ref: '#/components/schemas/microsoft.graph.localeInfo' + authoringLanguages: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.localeInfo' + defaultTranslationLanguage: + $ref: '#/components/schemas/microsoft.graph.localeInfo' + defaultSpeechInputLanguage: + $ref: '#/components/schemas/microsoft.graph.localeInfo' + defaultRegionalFormat: + $ref: '#/components/schemas/microsoft.graph.localeInfo' + regionalFormatOverrides: + $ref: '#/components/schemas/microsoft.graph.regionalFormatOverrides' + example: + id: string (identifier) + defaultDisplayLanguage: + '@odata.type': microsoft.graph.localeInfo + authoringLanguages: + - '@odata.type': microsoft.graph.localeInfo + defaultTranslationLanguage: + '@odata.type': microsoft.graph.localeInfo + defaultSpeechInputLanguage: + '@odata.type': microsoft.graph.localeInfo + defaultRegionalFormat: + '@odata.type': microsoft.graph.localeInfo + regionalFormatOverrides: + '@odata.type': microsoft.graph.regionalFormatOverrides microsoft.graph.shiftPreferences: allOf: - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' @@ -13032,11 +13063,45 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource ageGroup: string countryCode: string preferredLanguageTag: '@odata.type': microsoft.graph.localeInfo userPrincipalName: string + microsoft.graph.itemAddress: + allOf: + - $ref: '#/components/schemas/microsoft.graph.itemFacet' + - title: itemAddress + type: object + properties: + displayName: + type: string + nullable: true + detail: + $ref: '#/components/schemas/microsoft.graph.physicalAddress' + geoCoordinates: + $ref: '#/components/schemas/microsoft.graph.geoCoordinates' + example: + id: string (identifier) + allowedAudiences: + '@odata.type': microsoft.graph.allowedAudiences + inference: + '@odata.type': microsoft.graph.inferenceData + createdDateTime: string (timestamp) + createdBy: + '@odata.type': microsoft.graph.identitySet + lastModifiedDateTime: string (timestamp) + lastModifiedBy: + '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource + displayName: string + detail: + '@odata.type': microsoft.graph.physicalAddress + geoCoordinates: + '@odata.type': microsoft.graph.geoCoordinates microsoft.graph.personAnniversary: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -13062,6 +13127,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource type: '@odata.type': microsoft.graph.anniversaryType date: string (timestamp) @@ -13102,6 +13169,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource completionMonthYear: string (timestamp) endMonthYear: string (timestamp) institution: @@ -13134,6 +13203,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource address: string displayName: string type: @@ -13157,6 +13228,11 @@ components: webUrl: type: string nullable: true + collaborationTags: + type: array + items: + type: string + nullable: true example: id: string (identifier) allowedAudiences: @@ -13169,11 +13245,15 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource categories: - string description: string displayName: string webUrl: string + collaborationTags: + - string microsoft.graph.languageProficiency: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -13186,6 +13266,12 @@ components: type: string proficiency: $ref: '#/components/schemas/microsoft.graph.languageProficiencyLevel' + spoken: + $ref: '#/components/schemas/microsoft.graph.languageProficiencyLevel' + written: + $ref: '#/components/schemas/microsoft.graph.languageProficiencyLevel' + reading: + $ref: '#/components/schemas/microsoft.graph.languageProficiencyLevel' example: id: string (identifier) allowedAudiences: @@ -13198,10 +13284,18 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource displayName: string tag: string proficiency: '@odata.type': microsoft.graph.languageProficiencyLevel + spoken: + '@odata.type': microsoft.graph.languageProficiencyLevel + written: + '@odata.type': microsoft.graph.languageProficiencyLevel + reading: + '@odata.type': microsoft.graph.languageProficiencyLevel microsoft.graph.personName: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -13249,6 +13343,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource displayName: string first: string initials: string @@ -13286,6 +13382,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource displayName: string type: '@odata.type': microsoft.graph.phoneType @@ -13303,6 +13401,15 @@ components: nullable: true detail: $ref: '#/components/schemas/microsoft.graph.positionDetail' + manager: + $ref: '#/components/schemas/microsoft.graph.relatedPerson' + colleagues: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.relatedPerson' + isCurrent: + type: boolean + nullable: true example: id: string (identifier) allowedAudiences: @@ -13315,10 +13422,17 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource categories: - string detail: '@odata.type': microsoft.graph.positionDetail + manager: + '@odata.type': microsoft.graph.relatedPerson + colleagues: + - '@odata.type': microsoft.graph.relatedPerson + isCurrent: true microsoft.graph.projectParticipation: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -13344,6 +13458,11 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.relatedPerson' + collaborationTags: + type: array + items: + type: string + nullable: true example: id: string (identifier) allowedAudiences: @@ -13356,6 +13475,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource categories: - string client: @@ -13367,6 +13488,36 @@ components: - '@odata.type': microsoft.graph.relatedPerson sponsors: - '@odata.type': microsoft.graph.relatedPerson + collaborationTags: + - string + microsoft.graph.personAnnotation: + allOf: + - $ref: '#/components/schemas/microsoft.graph.itemFacet' + - title: personAnnotation + type: object + properties: + detail: + $ref: '#/components/schemas/microsoft.graph.itemBody' + displayName: + type: string + nullable: true + example: + id: string (identifier) + allowedAudiences: + '@odata.type': microsoft.graph.allowedAudiences + inference: + '@odata.type': microsoft.graph.inferenceData + createdDateTime: string (timestamp) + createdBy: + '@odata.type': microsoft.graph.identitySet + lastModifiedDateTime: string (timestamp) + lastModifiedBy: + '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource + detail: + '@odata.type': microsoft.graph.itemBody + displayName: string microsoft.graph.skillProficiency: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -13385,6 +13536,11 @@ components: webUrl: type: string nullable: true + collaborationTags: + type: array + items: + type: string + nullable: true example: id: string (identifier) allowedAudiences: @@ -13397,12 +13553,16 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource categories: - string displayName: string proficiency: '@odata.type': microsoft.graph.skillProficiencyLevel webUrl: string + collaborationTags: + - string microsoft.graph.webAccount: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -13434,6 +13594,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource description: string userId: string service: @@ -13470,6 +13632,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource categories: - string description: string @@ -13858,10 +14022,12 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer + description: 'Index of an entity being mentioned in the specified chatMessage. Matches the {index} value in the corresponding tag in the message body.' format: int32 nullable: true mentionText: type: string + description: 'String used to represent the mention. For example, a user''s display name, a team name.' nullable: true mentioned: $ref: '#/components/schemas/microsoft.graph.identitySet' @@ -13951,6 +14117,22 @@ components: contentUrl: string removeUrl: string websiteUrl: string + microsoft.graph.teamsAppDistributionMethod: + title: teamsAppDistributionMethod + enum: + - store + - organization + - sideloaded + - unknownFutureValue + type: string + microsoft.graph.teamsAppPublishingState: + title: teamsAppPublishingState + enum: + - submitted + - rejected + - published + - unknownFutureValue + type: string microsoft.graph.workbookTableColumn: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -15348,6 +15530,39 @@ components: example: lastAccessedDateTime: string (timestamp) lastModifiedDateTime: string (timestamp) + microsoft.graph.regionalFormatOverrides: + title: regionalFormatOverrides + type: object + properties: + calendar: + type: string + nullable: true + firstDayOfWeek: + type: string + nullable: true + shortDateFormat: + type: string + nullable: true + longDateFormat: + type: string + nullable: true + shortTimeFormat: + type: string + nullable: true + longTimeFormat: + type: string + nullable: true + timeZone: + type: string + nullable: true + example: + calendar: string + firstDayOfWeek: string + shortDateFormat: string + longDateFormat: string + shortTimeFormat: string + longTimeFormat: string + timeZone: string microsoft.graph.shiftAvailability: title: shiftAvailability type: object @@ -15391,6 +15606,8 @@ components: format: date-time lastModifiedBy: $ref: '#/components/schemas/microsoft.graph.identitySet' + source: + $ref: '#/components/schemas/microsoft.graph.personDataSource' example: id: string (identifier) allowedAudiences: @@ -15403,6 +15620,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource microsoft.graph.anniversaryType: title: anniversaryType enum: @@ -15542,6 +15761,23 @@ components: role: string startMonthYear: string (timestamp) summary: string + microsoft.graph.relatedPerson: + title: relatedPerson + type: object + properties: + displayName: + type: string + nullable: true + relationship: + $ref: '#/components/schemas/microsoft.graph.personRelationship' + userPrincipalName: + type: string + nullable: true + example: + displayName: string + relationship: + '@odata.type': microsoft.graph.personRelationship + userPrincipalName: string microsoft.graph.companyDetail: title: companyDetail type: object @@ -15570,23 +15806,6 @@ components: address: '@odata.type': microsoft.graph.physicalAddress webUrl: string - microsoft.graph.relatedPerson: - title: relatedPerson - type: object - properties: - displayName: - type: string - nullable: true - relationship: - $ref: '#/components/schemas/microsoft.graph.personRelationship' - userPrincipalName: - type: string - nullable: true - example: - displayName: string - relationship: - '@odata.type': microsoft.graph.personRelationship - userPrincipalName: string microsoft.graph.skillProficiencyLevel: title: skillProficiencyLevel enum: diff --git a/openApiDocs/beta/Groups.Site.yml b/openApiDocs/beta/Groups.Site.yml index 4e30218fc29..1116e089908 100644 --- a/openApiDocs/beta/Groups.Site.yml +++ b/openApiDocs/beta/Groups.Site.yml @@ -1342,9 +1342,11 @@ components: nullable: true externalUserState: type: string + description: 'For an external user invited to the tenant using the invitation API, this property represents the invited user''s invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. Returned only on $select. Supports $filter with the supported values. For example: $filter=externalUserState eq ''PendingAcceptance''.' nullable: true externalUserStateChangeDateTime: type: string + description: Shows the timestamp for the latest change to the externalUserState property. Returned only on $select. nullable: true userType: type: string @@ -3662,6 +3664,7 @@ components: nullable: true onPremisesDomainName: type: string + description: 'Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect.Returned by default. Read-only.' nullable: true onPremisesLastSyncDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' @@ -3671,6 +3674,7 @@ components: nullable: true onPremisesNetBiosName: type: string + description: Contains the on-premises netBios name synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect.Returned by default. Read-only. nullable: true onPremisesProvisioningErrors: type: array @@ -3679,6 +3683,7 @@ components: description: Errors when using Microsoft synchronization product during provisioning. Returned by default. onPremisesSamAccountName: type: string + description: Contains the on-premises SAM account name synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect.Returned by default. Read-only. nullable: true onPremisesSecurityIdentifier: type: string @@ -5848,12 +5853,16 @@ components: type: boolean contributionToContentDiscoveryAsOrganizationDisabled: type: boolean + regionalAndLanguageSettings: + $ref: '#/components/schemas/microsoft.graph.regionalAndLanguageSettings' shiftPreferences: $ref: '#/components/schemas/microsoft.graph.shiftPreferences' example: id: string (identifier) contributionToContentDiscoveryDisabled: true contributionToContentDiscoveryAsOrganizationDisabled: true + regionalAndLanguageSettings: + '@odata.type': microsoft.graph.regionalAndLanguageSettings shiftPreferences: '@odata.type': microsoft.graph.shiftPreferences microsoft.graph.profile: @@ -5866,6 +5875,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.userAccountInformation' + addresses: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.itemAddress' anniversaries: type: array items: @@ -5902,6 +5915,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.projectParticipation' + notes: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.personAnnotation' skills: type: array items: @@ -5918,6 +5935,8 @@ components: id: string (identifier) account: - '@odata.type': microsoft.graph.userAccountInformation + addresses: + - '@odata.type': microsoft.graph.itemAddress anniversaries: - '@odata.type': microsoft.graph.personAnniversary educationalActivities: @@ -5936,6 +5955,8 @@ components: - '@odata.type': microsoft.graph.workPosition projects: - '@odata.type': microsoft.graph.projectParticipation + notes: + - '@odata.type': microsoft.graph.personAnnotation skills: - '@odata.type': microsoft.graph.skillProficiency webAccounts: @@ -6068,6 +6089,8 @@ components: type: string description: The display name for the device. Required. nullable: true + extensionAttributes: + $ref: '#/components/schemas/microsoft.graph.onPremisesExtensionAttributes' isCompliant: type: boolean description: 'true if the device complies with Mobile Device Management (MDM) policies; otherwise, false. Read-only. This can only be updated by Intune for any device OS type or by an approved MDM app for Windows OS devices.' @@ -6171,6 +6194,8 @@ components: deviceMetadata: string deviceVersion: integer displayName: string + extensionAttributes: + '@odata.type': microsoft.graph.onPremisesExtensionAttributes isCompliant: true isManaged: true onPremisesLastSyncDateTime: string (timestamp) @@ -6441,6 +6466,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.user' + members: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.conversationMember' channels: type: array items: @@ -6448,10 +6477,6 @@ components: description: The collection of channels & messages associated with the team. primaryChannel: $ref: '#/components/schemas/microsoft.graph.channel' - apps: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.teamsCatalogApp' installedApps: type: array items: @@ -6493,12 +6518,12 @@ components: '@odata.type': microsoft.graph.profilePhoto owners: - '@odata.type': microsoft.graph.user + members: + - '@odata.type': microsoft.graph.conversationMember channels: - '@odata.type': microsoft.graph.channel primaryChannel: '@odata.type': microsoft.graph.channel - apps: - - '@odata.type': microsoft.graph.teamsCatalogApp installedApps: - '@odata.type': microsoft.graph.teamsAppInstallation operations: @@ -10516,6 +10541,40 @@ components: '@odata.type': microsoft.graph.resourceReference resource: '@odata.type': microsoft.graph.entity + microsoft.graph.regionalAndLanguageSettings: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: regionalAndLanguageSettings + type: object + properties: + defaultDisplayLanguage: + $ref: '#/components/schemas/microsoft.graph.localeInfo' + authoringLanguages: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.localeInfo' + defaultTranslationLanguage: + $ref: '#/components/schemas/microsoft.graph.localeInfo' + defaultSpeechInputLanguage: + $ref: '#/components/schemas/microsoft.graph.localeInfo' + defaultRegionalFormat: + $ref: '#/components/schemas/microsoft.graph.localeInfo' + regionalFormatOverrides: + $ref: '#/components/schemas/microsoft.graph.regionalFormatOverrides' + example: + id: string (identifier) + defaultDisplayLanguage: + '@odata.type': microsoft.graph.localeInfo + authoringLanguages: + - '@odata.type': microsoft.graph.localeInfo + defaultTranslationLanguage: + '@odata.type': microsoft.graph.localeInfo + defaultSpeechInputLanguage: + '@odata.type': microsoft.graph.localeInfo + defaultRegionalFormat: + '@odata.type': microsoft.graph.localeInfo + regionalFormatOverrides: + '@odata.type': microsoft.graph.regionalFormatOverrides microsoft.graph.shiftPreferences: allOf: - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' @@ -10561,11 +10620,45 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource ageGroup: string countryCode: string preferredLanguageTag: '@odata.type': microsoft.graph.localeInfo userPrincipalName: string + microsoft.graph.itemAddress: + allOf: + - $ref: '#/components/schemas/microsoft.graph.itemFacet' + - title: itemAddress + type: object + properties: + displayName: + type: string + nullable: true + detail: + $ref: '#/components/schemas/microsoft.graph.physicalAddress' + geoCoordinates: + $ref: '#/components/schemas/microsoft.graph.geoCoordinates' + example: + id: string (identifier) + allowedAudiences: + '@odata.type': microsoft.graph.allowedAudiences + inference: + '@odata.type': microsoft.graph.inferenceData + createdDateTime: string (timestamp) + createdBy: + '@odata.type': microsoft.graph.identitySet + lastModifiedDateTime: string (timestamp) + lastModifiedBy: + '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource + displayName: string + detail: + '@odata.type': microsoft.graph.physicalAddress + geoCoordinates: + '@odata.type': microsoft.graph.geoCoordinates microsoft.graph.personAnniversary: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -10591,6 +10684,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource type: '@odata.type': microsoft.graph.anniversaryType date: string (timestamp) @@ -10631,6 +10726,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource completionMonthYear: string (timestamp) endMonthYear: string (timestamp) institution: @@ -10663,6 +10760,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource address: string displayName: string type: @@ -10686,6 +10785,11 @@ components: webUrl: type: string nullable: true + collaborationTags: + type: array + items: + type: string + nullable: true example: id: string (identifier) allowedAudiences: @@ -10698,11 +10802,15 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource categories: - string description: string displayName: string webUrl: string + collaborationTags: + - string microsoft.graph.languageProficiency: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -10715,6 +10823,12 @@ components: type: string proficiency: $ref: '#/components/schemas/microsoft.graph.languageProficiencyLevel' + spoken: + $ref: '#/components/schemas/microsoft.graph.languageProficiencyLevel' + written: + $ref: '#/components/schemas/microsoft.graph.languageProficiencyLevel' + reading: + $ref: '#/components/schemas/microsoft.graph.languageProficiencyLevel' example: id: string (identifier) allowedAudiences: @@ -10727,10 +10841,18 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource displayName: string tag: string proficiency: '@odata.type': microsoft.graph.languageProficiencyLevel + spoken: + '@odata.type': microsoft.graph.languageProficiencyLevel + written: + '@odata.type': microsoft.graph.languageProficiencyLevel + reading: + '@odata.type': microsoft.graph.languageProficiencyLevel microsoft.graph.personName: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -10778,6 +10900,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource displayName: string first: string initials: string @@ -10815,6 +10939,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource displayName: string type: '@odata.type': microsoft.graph.phoneType @@ -10832,6 +10958,15 @@ components: nullable: true detail: $ref: '#/components/schemas/microsoft.graph.positionDetail' + manager: + $ref: '#/components/schemas/microsoft.graph.relatedPerson' + colleagues: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.relatedPerson' + isCurrent: + type: boolean + nullable: true example: id: string (identifier) allowedAudiences: @@ -10844,10 +10979,17 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource categories: - string detail: '@odata.type': microsoft.graph.positionDetail + manager: + '@odata.type': microsoft.graph.relatedPerson + colleagues: + - '@odata.type': microsoft.graph.relatedPerson + isCurrent: true microsoft.graph.projectParticipation: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -10873,6 +11015,11 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.relatedPerson' + collaborationTags: + type: array + items: + type: string + nullable: true example: id: string (identifier) allowedAudiences: @@ -10885,6 +11032,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource categories: - string client: @@ -10896,6 +11045,36 @@ components: - '@odata.type': microsoft.graph.relatedPerson sponsors: - '@odata.type': microsoft.graph.relatedPerson + collaborationTags: + - string + microsoft.graph.personAnnotation: + allOf: + - $ref: '#/components/schemas/microsoft.graph.itemFacet' + - title: personAnnotation + type: object + properties: + detail: + $ref: '#/components/schemas/microsoft.graph.itemBody' + displayName: + type: string + nullable: true + example: + id: string (identifier) + allowedAudiences: + '@odata.type': microsoft.graph.allowedAudiences + inference: + '@odata.type': microsoft.graph.inferenceData + createdDateTime: string (timestamp) + createdBy: + '@odata.type': microsoft.graph.identitySet + lastModifiedDateTime: string (timestamp) + lastModifiedBy: + '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource + detail: + '@odata.type': microsoft.graph.itemBody + displayName: string microsoft.graph.skillProficiency: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -10914,6 +11093,11 @@ components: webUrl: type: string nullable: true + collaborationTags: + type: array + items: + type: string + nullable: true example: id: string (identifier) allowedAudiences: @@ -10926,12 +11110,16 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource categories: - string displayName: string proficiency: '@odata.type': microsoft.graph.skillProficiencyLevel webUrl: string + collaborationTags: + - string microsoft.graph.webAccount: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -10963,6 +11151,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource description: string userId: string service: @@ -10999,6 +11189,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource categories: - string description: string @@ -11797,26 +11989,6 @@ components: - '@odata.type': microsoft.graph.conversationMember filesFolder: '@odata.type': microsoft.graph.driveItem - microsoft.graph.teamsCatalogApp: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: teamsCatalogApp - type: object - properties: - externalId: - type: string - nullable: true - name: - type: string - nullable: true - distributionMethod: - $ref: '#/components/schemas/microsoft.graph.teamsAppDistributionMethod' - example: - id: string (identifier) - externalId: string - name: string - distributionMethod: - '@odata.type': microsoft.graph.teamsAppDistributionMethod microsoft.graph.teamsAsyncOperation: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -13981,6 +14153,39 @@ components: example: lastAccessedDateTime: string (timestamp) lastModifiedDateTime: string (timestamp) + microsoft.graph.regionalFormatOverrides: + title: regionalFormatOverrides + type: object + properties: + calendar: + type: string + nullable: true + firstDayOfWeek: + type: string + nullable: true + shortDateFormat: + type: string + nullable: true + longDateFormat: + type: string + nullable: true + shortTimeFormat: + type: string + nullable: true + longTimeFormat: + type: string + nullable: true + timeZone: + type: string + nullable: true + example: + calendar: string + firstDayOfWeek: string + shortDateFormat: string + longDateFormat: string + shortTimeFormat: string + longTimeFormat: string + timeZone: string microsoft.graph.changeTrackedEntity: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -14050,6 +14255,8 @@ components: format: date-time lastModifiedBy: $ref: '#/components/schemas/microsoft.graph.identitySet' + source: + $ref: '#/components/schemas/microsoft.graph.personDataSource' example: id: string (identifier) allowedAudiences: @@ -14062,6 +14269,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource microsoft.graph.anniversaryType: title: anniversaryType enum: @@ -14201,6 +14410,23 @@ components: role: string startMonthYear: string (timestamp) summary: string + microsoft.graph.relatedPerson: + title: relatedPerson + type: object + properties: + displayName: + type: string + nullable: true + relationship: + $ref: '#/components/schemas/microsoft.graph.personRelationship' + userPrincipalName: + type: string + nullable: true + example: + displayName: string + relationship: + '@odata.type': microsoft.graph.personRelationship + userPrincipalName: string microsoft.graph.companyDetail: title: companyDetail type: object @@ -14229,23 +14455,6 @@ components: address: '@odata.type': microsoft.graph.physicalAddress webUrl: string - microsoft.graph.relatedPerson: - title: relatedPerson - type: object - properties: - displayName: - type: string - nullable: true - relationship: - $ref: '#/components/schemas/microsoft.graph.personRelationship' - userPrincipalName: - type: string - nullable: true - example: - displayName: string - relationship: - '@odata.type': microsoft.graph.personRelationship - userPrincipalName: string microsoft.graph.skillProficiencyLevel: title: skillProficiencyLevel enum: @@ -14392,10 +14601,12 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer + description: 'Index of an entity being mentioned in the specified chatMessage. Matches the {index} value in the corresponding tag in the message body.' format: int32 nullable: true mentionText: type: string + description: 'String used to represent the mention. For example, a user''s display name, a team name.' nullable: true mentioned: $ref: '#/components/schemas/microsoft.graph.identitySet' @@ -14470,9 +14681,6 @@ components: type: string description: The ID of the catalog provided by the app developer in the Microsoft Teams zip app package. nullable: true - name: - type: string - nullable: true displayName: type: string description: The name of the catalog app provided by the app developer in the Microsoft Teams zip app package. @@ -14487,7 +14695,6 @@ components: example: id: string (identifier) externalId: string - name: string displayName: string distributionMethod: '@odata.type': microsoft.graph.teamsAppDistributionMethod @@ -14514,12 +14721,16 @@ components: type: string description: The version number of the application. nullable: true + publishingState: + $ref: '#/components/schemas/microsoft.graph.teamsAppPublishingState' example: id: string (identifier) teamsAppId: string azureADAppId: string displayName: string version: string + publishingState: + '@odata.type': microsoft.graph.teamsAppPublishingState microsoft.graph.giphyRatingType: title: giphyRatingType enum: @@ -14545,6 +14756,9 @@ components: type: string description: ID of the scheduling group the shift is part of. Required. nullable: true + isStagedForDeletion: + type: boolean + nullable: true example: id: string (identifier) createdDateTime: string (timestamp) @@ -14557,6 +14771,7 @@ components: '@odata.type': microsoft.graph.shiftItem userId: string schedulingGroupId: string + isStagedForDeletion: true microsoft.graph.openShift: allOf: - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' @@ -14819,9 +15034,6 @@ components: - title: teamsTab type: object properties: - name: - type: string - nullable: true displayName: type: string description: Name of the tab. @@ -14845,7 +15057,6 @@ components: $ref: '#/components/schemas/microsoft.graph.teamsApp' example: id: string (identifier) - name: string displayName: string teamsAppId: string sortOrderIndex: string @@ -14855,14 +15066,6 @@ components: '@odata.type': microsoft.graph.teamsTabConfiguration teamsApp: '@odata.type': microsoft.graph.teamsApp - microsoft.graph.teamsAppDistributionMethod: - title: teamsAppDistributionMethod - enum: - - store - - organization - - sideloaded - - unknownFutureValue - type: string microsoft.graph.teamsAsyncOperationType: title: teamsAsyncOperationType enum: @@ -15465,6 +15668,22 @@ components: - allowOverrideWithoutJustification - allowOverrideWithJustification type: string + microsoft.graph.teamsAppDistributionMethod: + title: teamsAppDistributionMethod + enum: + - store + - organization + - sideloaded + - unknownFutureValue + type: string + microsoft.graph.teamsAppPublishingState: + title: teamsAppPublishingState + enum: + - submitted + - rejected + - published + - unknownFutureValue + type: string microsoft.graph.shiftItem: allOf: - $ref: '#/components/schemas/microsoft.graph.scheduleEntity' diff --git a/openApiDocs/beta/Identity.Application.yml b/openApiDocs/beta/Identity.Application.yml index 48a7797dbd3..732b0a0c8d3 100644 --- a/openApiDocs/beta/Identity.Application.yml +++ b/openApiDocs/beta/Identity.Application.yml @@ -40,6 +40,8 @@ paths: - appRoles desc - createdDateTime - createdDateTime desc + - description + - description desc - isFallbackPublicClient - isFallbackPublicClient desc - identifierUris @@ -56,6 +58,8 @@ paths: - keyCredentials desc - logo - logo desc + - notes + - notes desc - optionalClaims - optionalClaims desc - parentalControlSettings @@ -76,6 +80,8 @@ paths: - tokenEncryptionKeyId desc - web - web desc + - onPremisesPublishing + - onPremisesPublishing desc type: string - name: $select in: query @@ -93,6 +99,7 @@ paths: - appId - appRoles - createdDateTime + - description - isFallbackPublicClient - identifierUris - displayName @@ -101,6 +108,7 @@ paths: - isDeviceOnlyAuthSupported - keyCredentials - logo + - notes - optionalClaims - parentalControlSettings - passwordCredentials @@ -111,6 +119,7 @@ paths: - tags - tokenEncryptionKeyId - web + - onPremisesPublishing - extensionProperties - claimsMappingPolicies - createdOnBehalfOf @@ -118,6 +127,7 @@ paths: - homeRealmDiscoveryPolicies - tokenIssuancePolicies - tokenLifetimePolicies + - connectorGroup - synchronization type: string - name: $expand @@ -138,6 +148,7 @@ paths: - homeRealmDiscoveryPolicies - tokenIssuancePolicies - tokenLifetimePolicies + - connectorGroup - synchronization type: string responses: @@ -213,6 +224,7 @@ paths: - appId - appRoles - createdDateTime + - description - isFallbackPublicClient - identifierUris - displayName @@ -221,6 +233,7 @@ paths: - isDeviceOnlyAuthSupported - keyCredentials - logo + - notes - optionalClaims - parentalControlSettings - passwordCredentials @@ -231,6 +244,7 @@ paths: - tags - tokenEncryptionKeyId - web + - onPremisesPublishing - extensionProperties - claimsMappingPolicies - createdOnBehalfOf @@ -238,6 +252,7 @@ paths: - homeRealmDiscoveryPolicies - tokenIssuancePolicies - tokenLifetimePolicies + - connectorGroup - synchronization type: string - name: $expand @@ -258,6 +273,7 @@ paths: - homeRealmDiscoveryPolicies - tokenIssuancePolicies - tokenLifetimePolicies + - connectorGroup - synchronization type: string responses: @@ -303,6 +319,11 @@ paths: parameters: application-id: $request.path.application-id tokenLifetimePolicy-id: $response.body#/id + connectorGroup: + operationId: applications.GetConnectorGroup + parameters: + application-id: $request.path.application-id + connectorGroup-id: $response.body#/id synchronization: operationId: applications.GetSynchronization parameters: @@ -516,6 +537,71 @@ paths: $ref: '#/components/schemas/microsoft.graph.claimsMappingPolicy' default: $ref: '#/components/responses/error' + '/applications/{application-id}/connectorGroup': + get: + tags: + - applications.connectorGroup + summary: Get connectorGroup from applications + operationId: applications_GetConnectorGroup + parameters: + - name: application-id + in: path + description: 'key: application-id of application' + required: true + schema: + type: string + x-ms-docs-key-type: application + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - name + - connectorGroupType + - isDefault + - region + - members + - applications + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - members + - applications + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.connectorGroup' + links: + members: + operationId: application.connectorGroup.GetMembers + parameters: + application-id: $request.path.application-id + connector-id: $response.body#/id + applications: + operationId: application.connectorGroup.GetApplications + parameters: + application-id: $response.body#/id + default: + $ref: '#/components/responses/error' '/applications/{application-id}/createdOnBehalfOf': get: tags: @@ -3856,6 +3942,9 @@ components: description: The date and time the application was registered. Read-only. format: date-time nullable: true + description: + type: string + nullable: true isFallbackPublicClient: type: boolean 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 web app. There are certain scenarios where Azure AD cannot determine the client application type (e.g. ROPC flow where it is configured without specifying a redirect URI). In those cases Azure AD will interpret the application type based on the value of this property.' @@ -3887,6 +3976,9 @@ components: type: string description: The main logo for the application. Not nullable. format: base64url + notes: + type: string + nullable: true optionalClaims: $ref: '#/components/schemas/microsoft.graph.optionalClaims' parentalControlSettings: @@ -3924,6 +4016,8 @@ components: nullable: true web: $ref: '#/components/schemas/microsoft.graph.webApplication' + onPremisesPublishing: + $ref: '#/components/schemas/microsoft.graph.onPremisesPublishing' extensionProperties: type: array items: @@ -3952,6 +4046,8 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.tokenLifetimePolicy' + connectorGroup: + $ref: '#/components/schemas/microsoft.graph.connectorGroup' synchronization: $ref: '#/components/schemas/microsoft.graph.synchronization' description: Represents an Azure Active Directory object. The directoryObject type is the base type for many other directory entity types. @@ -3964,6 +4060,7 @@ components: appRoles: - '@odata.type': microsoft.graph.appRole createdDateTime: string (timestamp) + description: string isFallbackPublicClient: true identifierUris: - string @@ -3975,6 +4072,7 @@ components: keyCredentials: - '@odata.type': microsoft.graph.keyCredential logo: string + notes: string optionalClaims: '@odata.type': microsoft.graph.optionalClaims parentalControlSettings: @@ -3992,6 +4090,8 @@ components: tokenEncryptionKeyId: string web: '@odata.type': microsoft.graph.webApplication + onPremisesPublishing: + '@odata.type': microsoft.graph.onPremisesPublishing extensionProperties: - '@odata.type': microsoft.graph.extensionProperty claimsMappingPolicies: @@ -4006,6 +4106,8 @@ components: - '@odata.type': microsoft.graph.tokenIssuancePolicy tokenLifetimePolicies: - '@odata.type': microsoft.graph.tokenLifetimePolicy + connectorGroup: + '@odata.type': microsoft.graph.connectorGroup synchronization: '@odata.type': microsoft.graph.synchronization microsoft.graph.claimsMappingPolicy: @@ -4024,6 +4126,40 @@ components: isOrganizationDefault: true appliesTo: - '@odata.type': microsoft.graph.directoryObject + microsoft.graph.connectorGroup: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: connectorGroup + type: object + properties: + name: + type: string + connectorGroupType: + $ref: '#/components/schemas/microsoft.graph.connectorGroupType' + isDefault: + type: boolean + region: + $ref: '#/components/schemas/microsoft.graph.connectorGroupRegion' + members: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.connector' + applications: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.application' + example: + id: string (identifier) + name: string + connectorGroupType: + '@odata.type': microsoft.graph.connectorGroupType + isDefault: true + region: + '@odata.type': microsoft.graph.connectorGroupRegion + members: + - '@odata.type': microsoft.graph.connector + applications: + - '@odata.type': microsoft.graph.application microsoft.graph.directoryObject: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -4802,6 +4938,79 @@ components: logoutUrl: string implicitGrantSettings: '@odata.type': microsoft.graph.implicitGrantSettings + microsoft.graph.onPremisesPublishing: + title: onPremisesPublishing + type: object + properties: + externalUrl: + type: string + nullable: true + internalUrl: + type: string + nullable: true + externalAuthenticationType: + $ref: '#/components/schemas/microsoft.graph.externalAuthenticationType' + isTranslateHostHeaderEnabled: + type: boolean + nullable: true + isTranslateLinksInBodyEnabled: + type: boolean + nullable: true + isOnPremPublishingEnabled: + type: boolean + nullable: true + applicationServerTimeout: + type: string + nullable: true + verifiedCustomDomainKeyCredential: + $ref: '#/components/schemas/microsoft.graph.keyCredential' + verifiedCustomDomainPasswordCredential: + $ref: '#/components/schemas/microsoft.graph.passwordCredential' + verifiedCustomDomainCertificatesMetadata: + $ref: '#/components/schemas/microsoft.graph.verifiedCustomDomainCertificatesMetadata' + singleSignOnSettings: + $ref: '#/components/schemas/microsoft.graph.onPremisesPublishingSingleSignOn' + applicationType: + type: string + nullable: true + isHttpOnlyCookieEnabled: + type: boolean + nullable: true + isSecureCookieEnabled: + type: boolean + nullable: true + isPersistentCookieEnabled: + type: boolean + nullable: true + alternateUrl: + type: string + nullable: true + useAlternateUrlForTranslationAndRedirect: + type: boolean + nullable: true + example: + externalUrl: string + internalUrl: string + externalAuthenticationType: + '@odata.type': microsoft.graph.externalAuthenticationType + isTranslateHostHeaderEnabled: true + isTranslateLinksInBodyEnabled: true + isOnPremPublishingEnabled: true + applicationServerTimeout: string + verifiedCustomDomainKeyCredential: + '@odata.type': microsoft.graph.keyCredential + verifiedCustomDomainPasswordCredential: + '@odata.type': microsoft.graph.passwordCredential + verifiedCustomDomainCertificatesMetadata: + '@odata.type': microsoft.graph.verifiedCustomDomainCertificatesMetadata + singleSignOnSettings: + '@odata.type': microsoft.graph.onPremisesPublishingSingleSignOn + applicationType: string + isHttpOnlyCookieEnabled: true + isSecureCookieEnabled: true + isPersistentCookieEnabled: true + alternateUrl: string + useAlternateUrlForTranslationAndRedirect: true microsoft.graph.stsPolicy: allOf: - $ref: '#/components/schemas/microsoft.graph.policyBase' @@ -4841,6 +5050,45 @@ components: description: Read-only. example: id: string (identifier) + microsoft.graph.connectorGroupType: + title: connectorGroupType + enum: + - applicationProxy + type: string + microsoft.graph.connectorGroupRegion: + title: connectorGroupRegion + enum: + - nam + - eur + - aus + - asia + - ind + - unknownFutureValue + type: string + microsoft.graph.connector: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: connector + type: object + properties: + machineName: + type: string + externalIp: + type: string + status: + $ref: '#/components/schemas/microsoft.graph.connectorStatus' + memberOf: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.connectorGroup' + example: + id: string (identifier) + machineName: string + externalIp: string + status: + '@odata.type': microsoft.graph.connectorStatus + memberOf: + - '@odata.type': microsoft.graph.connectorGroup microsoft.graph.synchronizationSchedule: title: synchronizationSchedule type: object @@ -5236,6 +5484,9 @@ components: items: type: string description: 'Used to retrieve service principals by subscription, identify resource group and full resource ids for managed identities.' + appDescription: + type: string + nullable: true appDisplayName: type: string description: The display name exposed by the associated application. @@ -5262,6 +5513,9 @@ components: items: $ref: '#/components/schemas/microsoft.graph.appRole' 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. + description: + type: string + nullable: true displayName: type: string description: The display name for the service principal. @@ -5288,6 +5542,9 @@ components: type: string description: 'Specifies the URL that will be used by Microsoft''s authorization service to logout an user using OpenId Connect front-channel, back-channel or SAML logout protocols.' nullable: true + notes: + type: string + nullable: true notificationEmailAddresses: type: array items: @@ -5425,6 +5682,7 @@ components: - '@odata.type': microsoft.graph.addIn alternativeNames: - string + appDescription: string appDisplayName: string appId: string applicationTemplateId: string @@ -5432,6 +5690,7 @@ components: appRoleAssignmentRequired: true appRoles: - '@odata.type': microsoft.graph.appRole + description: string displayName: string errorUrl: string homepage: string @@ -5441,6 +5700,7 @@ components: - '@odata.type': microsoft.graph.keyCredential loginUrl: string logoutUrl: string + notes: string notificationEmailAddresses: - string publishedPermissionScopes: @@ -5601,7 +5861,7 @@ components: format: uuid type: type: string - description: Specifies whether the id property references an oauth2PermissionScopes or an appRole. Possible values are 'scope' or 'role'. + description: Specifies whether the id property references an oauth2PermissionScopes or an appRole. Possible values are Scope or Role. nullable: true example: id: string @@ -5621,6 +5881,54 @@ components: example: enableIdTokenIssuance: true enableAccessTokenIssuance: true + microsoft.graph.externalAuthenticationType: + title: externalAuthenticationType + enum: + - passthru + - aadPreAuthentication + type: string + microsoft.graph.verifiedCustomDomainCertificatesMetadata: + title: verifiedCustomDomainCertificatesMetadata + type: object + properties: + thumbprint: + type: string + nullable: true + subjectName: + type: string + nullable: true + issuerName: + type: string + nullable: true + issueDate: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + expiryDate: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + example: + thumbprint: string + subjectName: string + issuerName: string + issueDate: string (timestamp) + expiryDate: string (timestamp) + microsoft.graph.onPremisesPublishingSingleSignOn: + title: onPremisesPublishingSingleSignOn + type: object + properties: + SingleSignOnMode: + $ref: '#/components/schemas/microsoft.graph.singleSignOnMode' + KerberosSignOnSettings: + $ref: '#/components/schemas/microsoft.graph.kerberosSignOnSettings' + example: + SingleSignOnMode: + '@odata.type': microsoft.graph.singleSignOnMode + KerberosSignOnSettings: + '@odata.type': microsoft.graph.kerberosSignOnSettings microsoft.graph.policyBase: allOf: - $ref: '#/components/schemas/microsoft.graph.directoryObject' @@ -5639,6 +5947,12 @@ components: deletedDateTime: string (timestamp) description: string displayName: string + microsoft.graph.connectorStatus: + title: connectorStatus + enum: + - active + - inactive + type: string microsoft.graph.synchronizationScheduleState: title: synchronizationScheduleState enum: @@ -6087,6 +6401,26 @@ components: innererror: type: object description: The structure of this object is service-specific + microsoft.graph.singleSignOnMode: + title: singleSignOnMode + enum: + - none + - onPremisesKerberos + - saml + type: string + microsoft.graph.kerberosSignOnSettings: + title: kerberosSignOnSettings + type: object + properties: + KerberosServicePrincipalName: + type: string + nullable: true + KerberosSignOnMappingAttributeType: + $ref: '#/components/schemas/microsoft.graph.kerberosSignOnMappingAttributeType' + example: + KerberosServicePrincipalName: string + KerberosSignOnMappingAttributeType: + '@odata.type': microsoft.graph.kerberosSignOnMappingAttributeType microsoft.graph.synchronizationTaskExecutionResult: title: synchronizationTaskExecutionResult enum: @@ -6241,6 +6575,15 @@ components: type: string target: type: string + microsoft.graph.kerberosSignOnMappingAttributeType: + title: kerberosSignOnMappingAttributeType + enum: + - userPrincipalName + - onPremisesUserPrincipalName + - userPrincipalUsername + - onPremisesUserPrincipalUsername + - onPremisesSAMAccountName + type: string microsoft.graph.attributeFlowBehavior: title: attributeFlowBehavior enum: diff --git a/openApiDocs/beta/Identity.AuditLogs.yml b/openApiDocs/beta/Identity.AuditLogs.yml index 993b0ba6028..739a7985266 100644 --- a/openApiDocs/beta/Identity.AuditLogs.yml +++ b/openApiDocs/beta/Identity.AuditLogs.yml @@ -2054,7 +2054,7 @@ components: properties: id: type: string - description: Unique GUID of the conditional access polic.y + description: Unique GUID of the conditional access policy. nullable: true displayName: type: string diff --git a/openApiDocs/beta/Identity.Devices.yml b/openApiDocs/beta/Identity.Devices.yml index e0eb25523ae..10a88054700 100644 --- a/openApiDocs/beta/Identity.Devices.yml +++ b/openApiDocs/beta/Identity.Devices.yml @@ -48,6 +48,8 @@ paths: - deviceVersion desc - displayName - displayName desc + - extensionAttributes + - extensionAttributes desc - isCompliant - isCompliant desc - isManaged @@ -101,6 +103,7 @@ paths: - deviceMetadata - deviceVersion - displayName + - extensionAttributes - isCompliant - isManaged - onPremisesLastSyncDateTime @@ -219,6 +222,7 @@ paths: - deviceMetadata - deviceVersion - displayName + - extensionAttributes - isCompliant - isManaged - onPremisesLastSyncDateTime @@ -1645,6 +1649,8 @@ components: type: string description: The display name for the device. Required. nullable: true + extensionAttributes: + $ref: '#/components/schemas/microsoft.graph.onPremisesExtensionAttributes' isCompliant: type: boolean description: 'true if the device complies with Mobile Device Management (MDM) policies; otherwise, false. Read-only. This can only be updated by Intune for any device OS type or by an approved MDM app for Windows OS devices.' @@ -1748,6 +1754,8 @@ components: deviceMetadata: string deviceVersion: integer displayName: string + extensionAttributes: + '@odata.type': microsoft.graph.onPremisesExtensionAttributes isCompliant: true isManaged: true onPremisesLastSyncDateTime: string (timestamp) @@ -1868,6 +1876,86 @@ components: type: integer identityProvider: string key: string + microsoft.graph.onPremisesExtensionAttributes: + title: onPremisesExtensionAttributes + type: object + properties: + extensionAttribute1: + type: string + description: First customizable extension attribute. + nullable: true + extensionAttribute2: + type: string + description: Second customizable extension attribute. + nullable: true + extensionAttribute3: + type: string + description: Third customizable extension attribute. + nullable: true + extensionAttribute4: + type: string + description: Fourth customizable extension attribute. + nullable: true + extensionAttribute5: + type: string + description: Fifth customizable extension attribute. + nullable: true + extensionAttribute6: + type: string + description: Sixth customizable extension attribute. + nullable: true + extensionAttribute7: + type: string + description: Seventh customizable extension attribute. + nullable: true + extensionAttribute8: + type: string + description: Eighth customizable extension attribute. + nullable: true + extensionAttribute9: + type: string + description: Ninth customizable extension attribute. + nullable: true + extensionAttribute10: + type: string + description: Tenth customizable extension attribute. + nullable: true + extensionAttribute11: + type: string + description: Eleventh customizable extension attribute. + nullable: true + extensionAttribute12: + type: string + description: Twelfth customizable extension attribute. + nullable: true + extensionAttribute13: + type: string + description: Thirteenth customizable extension attribute. + nullable: true + extensionAttribute14: + type: string + description: Fourteenth customizable extension attribute. + nullable: true + extensionAttribute15: + type: string + description: Fifteenth customizable extension attribute. + nullable: true + example: + extensionAttribute1: string + extensionAttribute2: string + extensionAttribute3: string + extensionAttribute4: string + extensionAttribute5: string + extensionAttribute6: string + extensionAttribute7: string + extensionAttribute8: string + extensionAttribute9: string + extensionAttribute10: string + extensionAttribute11: string + extensionAttribute12: string + extensionAttribute13: string + extensionAttribute14: string + extensionAttribute15: string microsoft.graph.entity: title: entity type: object diff --git a/openApiDocs/beta/Identity.Invitations.yml b/openApiDocs/beta/Identity.Invitations.yml index 087043f5d86..acf8df5506f 100644 --- a/openApiDocs/beta/Identity.Invitations.yml +++ b/openApiDocs/beta/Identity.Invitations.yml @@ -1051,9 +1051,11 @@ components: nullable: true externalUserState: type: string + description: 'For an external user invited to the tenant using the invitation API, this property represents the invited user''s invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. Returned only on $select. Supports $filter with the supported values. For example: $filter=externalUserState eq ''PendingAcceptance''.' nullable: true externalUserStateChangeDateTime: type: string + description: Shows the timestamp for the latest change to the externalUserState property. Returned only on $select. nullable: true userType: type: string @@ -2371,6 +2373,7 @@ components: nullable: true onPremisesDomainName: type: string + description: 'Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect.Returned by default. Read-only.' nullable: true onPremisesLastSyncDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' @@ -2380,6 +2383,7 @@ components: nullable: true onPremisesNetBiosName: type: string + description: Contains the on-premises netBios name synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect.Returned by default. Read-only. nullable: true onPremisesProvisioningErrors: type: array @@ -2388,6 +2392,7 @@ components: description: Errors when using Microsoft synchronization product during provisioning. Returned by default. onPremisesSamAccountName: type: string + description: Contains the on-premises SAM account name synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect.Returned by default. Read-only. nullable: true onPremisesSecurityIdentifier: type: string @@ -4744,12 +4749,16 @@ components: type: boolean contributionToContentDiscoveryAsOrganizationDisabled: type: boolean + regionalAndLanguageSettings: + $ref: '#/components/schemas/microsoft.graph.regionalAndLanguageSettings' shiftPreferences: $ref: '#/components/schemas/microsoft.graph.shiftPreferences' example: id: string (identifier) contributionToContentDiscoveryDisabled: true contributionToContentDiscoveryAsOrganizationDisabled: true + regionalAndLanguageSettings: + '@odata.type': microsoft.graph.regionalAndLanguageSettings shiftPreferences: '@odata.type': microsoft.graph.shiftPreferences microsoft.graph.onenote: @@ -4812,6 +4821,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.userAccountInformation' + addresses: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.itemAddress' anniversaries: type: array items: @@ -4848,6 +4861,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.projectParticipation' + notes: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.personAnnotation' skills: type: array items: @@ -4864,6 +4881,8 @@ components: id: string (identifier) account: - '@odata.type': microsoft.graph.userAccountInformation + addresses: + - '@odata.type': microsoft.graph.itemAddress anniversaries: - '@odata.type': microsoft.graph.personAnniversary educationalActivities: @@ -4882,6 +4901,8 @@ components: - '@odata.type': microsoft.graph.workPosition projects: - '@odata.type': microsoft.graph.projectParticipation + notes: + - '@odata.type': microsoft.graph.personAnnotation skills: - '@odata.type': microsoft.graph.skillProficiency webAccounts: @@ -5014,6 +5035,8 @@ components: type: string description: The display name for the device. Required. nullable: true + extensionAttributes: + $ref: '#/components/schemas/microsoft.graph.onPremisesExtensionAttributes' isCompliant: type: boolean description: 'true if the device complies with Mobile Device Management (MDM) policies; otherwise, false. Read-only. This can only be updated by Intune for any device OS type or by an approved MDM app for Windows OS devices.' @@ -5117,6 +5140,8 @@ components: deviceMetadata: string deviceVersion: integer displayName: string + extensionAttributes: + '@odata.type': microsoft.graph.onPremisesExtensionAttributes isCompliant: true isManaged: true onPremisesLastSyncDateTime: string (timestamp) @@ -5387,6 +5412,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.user' + members: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.conversationMember' channels: type: array items: @@ -5394,10 +5423,6 @@ components: description: The collection of channels & messages associated with the team. primaryChannel: $ref: '#/components/schemas/microsoft.graph.channel' - apps: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.teamsCatalogApp' installedApps: type: array items: @@ -5439,12 +5464,12 @@ components: '@odata.type': microsoft.graph.profilePhoto owners: - '@odata.type': microsoft.graph.user + members: + - '@odata.type': microsoft.graph.conversationMember channels: - '@odata.type': microsoft.graph.channel primaryChannel: '@odata.type': microsoft.graph.channel - apps: - - '@odata.type': microsoft.graph.teamsCatalogApp installedApps: - '@odata.type': microsoft.graph.teamsAppInstallation operations: @@ -9166,6 +9191,40 @@ components: '@odata.type': microsoft.graph.resourceReference resource: '@odata.type': microsoft.graph.entity + microsoft.graph.regionalAndLanguageSettings: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: regionalAndLanguageSettings + type: object + properties: + defaultDisplayLanguage: + $ref: '#/components/schemas/microsoft.graph.localeInfo' + authoringLanguages: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.localeInfo' + defaultTranslationLanguage: + $ref: '#/components/schemas/microsoft.graph.localeInfo' + defaultSpeechInputLanguage: + $ref: '#/components/schemas/microsoft.graph.localeInfo' + defaultRegionalFormat: + $ref: '#/components/schemas/microsoft.graph.localeInfo' + regionalFormatOverrides: + $ref: '#/components/schemas/microsoft.graph.regionalFormatOverrides' + example: + id: string (identifier) + defaultDisplayLanguage: + '@odata.type': microsoft.graph.localeInfo + authoringLanguages: + - '@odata.type': microsoft.graph.localeInfo + defaultTranslationLanguage: + '@odata.type': microsoft.graph.localeInfo + defaultSpeechInputLanguage: + '@odata.type': microsoft.graph.localeInfo + defaultRegionalFormat: + '@odata.type': microsoft.graph.localeInfo + regionalFormatOverrides: + '@odata.type': microsoft.graph.regionalFormatOverrides microsoft.graph.shiftPreferences: allOf: - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' @@ -9486,11 +9545,45 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource ageGroup: string countryCode: string preferredLanguageTag: '@odata.type': microsoft.graph.localeInfo userPrincipalName: string + microsoft.graph.itemAddress: + allOf: + - $ref: '#/components/schemas/microsoft.graph.itemFacet' + - title: itemAddress + type: object + properties: + displayName: + type: string + nullable: true + detail: + $ref: '#/components/schemas/microsoft.graph.physicalAddress' + geoCoordinates: + $ref: '#/components/schemas/microsoft.graph.geoCoordinates' + example: + id: string (identifier) + allowedAudiences: + '@odata.type': microsoft.graph.allowedAudiences + inference: + '@odata.type': microsoft.graph.inferenceData + createdDateTime: string (timestamp) + createdBy: + '@odata.type': microsoft.graph.identitySet + lastModifiedDateTime: string (timestamp) + lastModifiedBy: + '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource + displayName: string + detail: + '@odata.type': microsoft.graph.physicalAddress + geoCoordinates: + '@odata.type': microsoft.graph.geoCoordinates microsoft.graph.personAnniversary: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -9516,6 +9609,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource type: '@odata.type': microsoft.graph.anniversaryType date: string (timestamp) @@ -9556,6 +9651,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource completionMonthYear: string (timestamp) endMonthYear: string (timestamp) institution: @@ -9588,6 +9685,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource address: string displayName: string type: @@ -9611,6 +9710,11 @@ components: webUrl: type: string nullable: true + collaborationTags: + type: array + items: + type: string + nullable: true example: id: string (identifier) allowedAudiences: @@ -9623,11 +9727,15 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource categories: - string description: string displayName: string webUrl: string + collaborationTags: + - string microsoft.graph.languageProficiency: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -9640,6 +9748,12 @@ components: type: string proficiency: $ref: '#/components/schemas/microsoft.graph.languageProficiencyLevel' + spoken: + $ref: '#/components/schemas/microsoft.graph.languageProficiencyLevel' + written: + $ref: '#/components/schemas/microsoft.graph.languageProficiencyLevel' + reading: + $ref: '#/components/schemas/microsoft.graph.languageProficiencyLevel' example: id: string (identifier) allowedAudiences: @@ -9652,10 +9766,18 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource displayName: string tag: string proficiency: '@odata.type': microsoft.graph.languageProficiencyLevel + spoken: + '@odata.type': microsoft.graph.languageProficiencyLevel + written: + '@odata.type': microsoft.graph.languageProficiencyLevel + reading: + '@odata.type': microsoft.graph.languageProficiencyLevel microsoft.graph.personName: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -9703,6 +9825,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource displayName: string first: string initials: string @@ -9740,6 +9864,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource displayName: string type: '@odata.type': microsoft.graph.phoneType @@ -9757,6 +9883,15 @@ components: nullable: true detail: $ref: '#/components/schemas/microsoft.graph.positionDetail' + manager: + $ref: '#/components/schemas/microsoft.graph.relatedPerson' + colleagues: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.relatedPerson' + isCurrent: + type: boolean + nullable: true example: id: string (identifier) allowedAudiences: @@ -9769,10 +9904,17 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource categories: - string detail: '@odata.type': microsoft.graph.positionDetail + manager: + '@odata.type': microsoft.graph.relatedPerson + colleagues: + - '@odata.type': microsoft.graph.relatedPerson + isCurrent: true microsoft.graph.projectParticipation: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -9798,6 +9940,11 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.relatedPerson' + collaborationTags: + type: array + items: + type: string + nullable: true example: id: string (identifier) allowedAudiences: @@ -9810,6 +9957,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource categories: - string client: @@ -9821,6 +9970,36 @@ components: - '@odata.type': microsoft.graph.relatedPerson sponsors: - '@odata.type': microsoft.graph.relatedPerson + collaborationTags: + - string + microsoft.graph.personAnnotation: + allOf: + - $ref: '#/components/schemas/microsoft.graph.itemFacet' + - title: personAnnotation + type: object + properties: + detail: + $ref: '#/components/schemas/microsoft.graph.itemBody' + displayName: + type: string + nullable: true + example: + id: string (identifier) + allowedAudiences: + '@odata.type': microsoft.graph.allowedAudiences + inference: + '@odata.type': microsoft.graph.inferenceData + createdDateTime: string (timestamp) + createdBy: + '@odata.type': microsoft.graph.identitySet + lastModifiedDateTime: string (timestamp) + lastModifiedBy: + '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource + detail: + '@odata.type': microsoft.graph.itemBody + displayName: string microsoft.graph.skillProficiency: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -9839,6 +10018,11 @@ components: webUrl: type: string nullable: true + collaborationTags: + type: array + items: + type: string + nullable: true example: id: string (identifier) allowedAudiences: @@ -9851,12 +10035,16 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource categories: - string displayName: string proficiency: '@odata.type': microsoft.graph.skillProficiencyLevel webUrl: string + collaborationTags: + - string microsoft.graph.webAccount: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -9888,6 +10076,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource description: string userId: string service: @@ -9924,6 +10114,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource categories: - string description: string @@ -10722,26 +10914,6 @@ components: - '@odata.type': microsoft.graph.conversationMember filesFolder: '@odata.type': microsoft.graph.driveItem - microsoft.graph.teamsCatalogApp: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: teamsCatalogApp - type: object - properties: - externalId: - type: string - nullable: true - name: - type: string - nullable: true - distributionMethod: - $ref: '#/components/schemas/microsoft.graph.teamsAppDistributionMethod' - example: - id: string (identifier) - externalId: string - name: string - distributionMethod: - '@odata.type': microsoft.graph.teamsAppDistributionMethod microsoft.graph.teamsAsyncOperation: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -13672,6 +13844,39 @@ components: example: lastAccessedDateTime: string (timestamp) lastModifiedDateTime: string (timestamp) + microsoft.graph.regionalFormatOverrides: + title: regionalFormatOverrides + type: object + properties: + calendar: + type: string + nullable: true + firstDayOfWeek: + type: string + nullable: true + shortDateFormat: + type: string + nullable: true + longDateFormat: + type: string + nullable: true + shortTimeFormat: + type: string + nullable: true + longTimeFormat: + type: string + nullable: true + timeZone: + type: string + nullable: true + example: + calendar: string + firstDayOfWeek: string + shortDateFormat: string + longDateFormat: string + shortTimeFormat: string + longTimeFormat: string + timeZone: string microsoft.graph.changeTrackedEntity: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -13888,6 +14093,8 @@ components: format: date-time lastModifiedBy: $ref: '#/components/schemas/microsoft.graph.identitySet' + source: + $ref: '#/components/schemas/microsoft.graph.personDataSource' example: id: string (identifier) allowedAudiences: @@ -13900,6 +14107,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource microsoft.graph.anniversaryType: title: anniversaryType enum: @@ -14039,6 +14248,23 @@ components: role: string startMonthYear: string (timestamp) summary: string + microsoft.graph.relatedPerson: + title: relatedPerson + type: object + properties: + displayName: + type: string + nullable: true + relationship: + $ref: '#/components/schemas/microsoft.graph.personRelationship' + userPrincipalName: + type: string + nullable: true + example: + displayName: string + relationship: + '@odata.type': microsoft.graph.personRelationship + userPrincipalName: string microsoft.graph.companyDetail: title: companyDetail type: object @@ -14067,23 +14293,6 @@ components: address: '@odata.type': microsoft.graph.physicalAddress webUrl: string - microsoft.graph.relatedPerson: - title: relatedPerson - type: object - properties: - displayName: - type: string - nullable: true - relationship: - $ref: '#/components/schemas/microsoft.graph.personRelationship' - userPrincipalName: - type: string - nullable: true - example: - displayName: string - relationship: - '@odata.type': microsoft.graph.personRelationship - userPrincipalName: string microsoft.graph.skillProficiencyLevel: title: skillProficiencyLevel enum: @@ -14230,10 +14439,12 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer + description: 'Index of an entity being mentioned in the specified chatMessage. Matches the {index} value in the corresponding tag in the message body.' format: int32 nullable: true mentionText: type: string + description: 'String used to represent the mention. For example, a user''s display name, a team name.' nullable: true mentioned: $ref: '#/components/schemas/microsoft.graph.identitySet' @@ -14308,9 +14519,6 @@ components: type: string description: The ID of the catalog provided by the app developer in the Microsoft Teams zip app package. nullable: true - name: - type: string - nullable: true displayName: type: string description: The name of the catalog app provided by the app developer in the Microsoft Teams zip app package. @@ -14325,7 +14533,6 @@ components: example: id: string (identifier) externalId: string - name: string displayName: string distributionMethod: '@odata.type': microsoft.graph.teamsAppDistributionMethod @@ -14352,12 +14559,16 @@ components: type: string description: The version number of the application. nullable: true + publishingState: + $ref: '#/components/schemas/microsoft.graph.teamsAppPublishingState' example: id: string (identifier) teamsAppId: string azureADAppId: string displayName: string version: string + publishingState: + '@odata.type': microsoft.graph.teamsAppPublishingState microsoft.graph.giphyRatingType: title: giphyRatingType enum: @@ -14391,6 +14602,9 @@ components: type: string description: ID of the scheduling group the shift is part of. Required. nullable: true + isStagedForDeletion: + type: boolean + nullable: true example: id: string (identifier) createdDateTime: string (timestamp) @@ -14403,6 +14617,7 @@ components: '@odata.type': microsoft.graph.shiftItem userId: string schedulingGroupId: string + isStagedForDeletion: true microsoft.graph.openShift: allOf: - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' @@ -14665,9 +14880,6 @@ components: - title: teamsTab type: object properties: - name: - type: string - nullable: true displayName: type: string description: Name of the tab. @@ -14691,7 +14903,6 @@ components: $ref: '#/components/schemas/microsoft.graph.teamsApp' example: id: string (identifier) - name: string displayName: string teamsAppId: string sortOrderIndex: string @@ -14701,14 +14912,6 @@ components: '@odata.type': microsoft.graph.teamsTabConfiguration teamsApp: '@odata.type': microsoft.graph.teamsApp - microsoft.graph.teamsAppDistributionMethod: - title: teamsAppDistributionMethod - enum: - - store - - organization - - sideloaded - - unknownFutureValue - type: string microsoft.graph.teamsAsyncOperationType: title: teamsAsyncOperationType enum: @@ -15746,6 +15949,22 @@ components: - allowOverrideWithoutJustification - allowOverrideWithJustification type: string + microsoft.graph.teamsAppDistributionMethod: + title: teamsAppDistributionMethod + enum: + - store + - organization + - sideloaded + - unknownFutureValue + type: string + microsoft.graph.teamsAppPublishingState: + title: teamsAppPublishingState + enum: + - submitted + - rejected + - published + - unknownFutureValue + type: string microsoft.graph.shiftItem: allOf: - $ref: '#/components/schemas/microsoft.graph.scheduleEntity' diff --git a/openApiDocs/beta/Identity.OnPremisesPublishingProfiles.yml b/openApiDocs/beta/Identity.OnPremisesPublishingProfiles.yml index f42eea30267..e4574f18f5a 100644 --- a/openApiDocs/beta/Identity.OnPremisesPublishingProfiles.yml +++ b/openApiDocs/beta/Identity.OnPremisesPublishingProfiles.yml @@ -30,6 +30,8 @@ paths: enum: - id - id desc + - isEnabled + - isEnabled desc - hybridAgentUpdaterConfiguration - hybridAgentUpdaterConfiguration desc type: string @@ -44,10 +46,13 @@ paths: items: enum: - id + - isEnabled - hybridAgentUpdaterConfiguration - agents - agentGroups - publishedResources + - connectors + - connectorGroups type: string - name: $expand in: query @@ -63,6 +68,8 @@ paths: - agents - agentGroups - publishedResources + - connectors + - connectorGroups type: string responses: '200': @@ -132,10 +139,13 @@ paths: items: enum: - id + - isEnabled - hybridAgentUpdaterConfiguration - agents - agentGroups - publishedResources + - connectors + - connectorGroups type: string - name: $expand in: query @@ -151,6 +161,8 @@ paths: - agents - agentGroups - publishedResources + - connectors + - connectorGroups type: string responses: '200': @@ -175,6 +187,16 @@ paths: parameters: onPremisesPublishingProfile-id: $request.path.onPremisesPublishingProfile-id publishedResource-id: $response.body#/id + connectors: + operationId: onPremisesPublishingProfiles.GetConnectors + parameters: + onPremisesPublishingProfile-id: $request.path.onPremisesPublishingProfile-id + connector-id: $response.body#/id + connectorGroups: + operationId: onPremisesPublishingProfiles.GetConnectorGroups + parameters: + onPremisesPublishingProfile-id: $request.path.onPremisesPublishingProfile-id + connectorGroup-id: $response.body#/id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2865,12 +2887,12 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources': + '/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups': get: tags: - - onPremisesPublishingProfiles.publishedResource - summary: Get publishedResources from onPremisesPublishingProfiles - operationId: onPremisesPublishingProfiles_ListPublishedResources + - onPremisesPublishingProfiles.connectorGroup + summary: Get connectorGroups from onPremisesPublishingProfiles + operationId: onPremisesPublishingProfiles_ListConnectorGroups parameters: - name: onPremisesPublishingProfile-id in: path @@ -2896,12 +2918,14 @@ paths: enum: - id - id desc - - displayName - - displayName desc - - resourceName - - resourceName desc - - publishingType - - publishingType desc + - name + - name desc + - connectorGroupType + - connectorGroupType desc + - isDefault + - isDefault desc + - region + - region desc type: string - name: $select in: query @@ -2914,10 +2938,12 @@ paths: items: enum: - id - - displayName - - resourceName - - publishingType - - agentGroups + - name + - connectorGroupType + - isDefault + - region + - members + - applications type: string - name: $expand in: query @@ -2930,7 +2956,8 @@ paths: items: enum: - '*' - - agentGroups + - members + - applications type: string responses: '200': @@ -2938,13 +2965,13 @@ paths: content: application/json: schema: - title: Collection of publishedResource + title: Collection of connectorGroup type: object properties: value: type: array items: - $ref: '#/components/schemas/microsoft.graph.publishedResource' + $ref: '#/components/schemas/microsoft.graph.connectorGroup' '@odata.nextLink': type: string default: @@ -2955,9 +2982,9 @@ paths: x-ms-docs-operation-type: operation post: tags: - - onPremisesPublishingProfiles.publishedResource - summary: Create new navigation property to publishedResources for onPremisesPublishingProfiles - operationId: onPremisesPublishingProfiles_CreatePublishedResources + - onPremisesPublishingProfiles.connectorGroup + summary: Create new navigation property to connectorGroups for onPremisesPublishingProfiles + operationId: onPremisesPublishingProfiles_CreateConnectorGroups parameters: - name: onPremisesPublishingProfile-id in: path @@ -2971,7 +2998,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.publishedResource' + $ref: '#/components/schemas/microsoft.graph.connectorGroup' required: true responses: '201': @@ -2979,16 +3006,16 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.publishedResource' + $ref: '#/components/schemas/microsoft.graph.connectorGroup' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}': + '/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}': get: tags: - - onPremisesPublishingProfiles.publishedResource - summary: Get publishedResources from onPremisesPublishingProfiles - operationId: onPremisesPublishingProfiles_GetPublishedResources + - onPremisesPublishingProfiles.connectorGroup + summary: Get connectorGroups from onPremisesPublishingProfiles + operationId: onPremisesPublishingProfiles_GetConnectorGroups parameters: - name: onPremisesPublishingProfile-id in: path @@ -2997,13 +3024,13 @@ paths: schema: type: string x-ms-docs-key-type: onPremisesPublishingProfile - - name: publishedResource-id + - name: connectorGroup-id in: path - description: 'key: publishedResource-id of publishedResource' + description: 'key: connectorGroup-id of connectorGroup' required: true schema: type: string - x-ms-docs-key-type: publishedResource + x-ms-docs-key-type: connectorGroup - name: $select in: query description: Select properties to be returned @@ -3015,10 +3042,12 @@ paths: items: enum: - id - - displayName - - resourceName - - publishingType - - agentGroups + - name + - connectorGroupType + - isDefault + - region + - members + - applications type: string - name: $expand in: query @@ -3031,7 +3060,8 @@ paths: items: enum: - '*' - - agentGroups + - members + - applications type: string responses: '200': @@ -3039,21 +3069,27 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.publishedResource' + $ref: '#/components/schemas/microsoft.graph.connectorGroup' links: - agentGroups: - operationId: onPremisesPublishingProfile.publishedResources.GetAgentGroups + members: + operationId: onPremisesPublishingProfile.connectorGroups.GetMembers parameters: onPremisesPublishingProfile-id: $request.path.onPremisesPublishingProfile-id - publishedResource-id: $request.path.publishedResource-id - onPremisesAgentGroup-id: $response.body#/id + connectorGroup-id: $request.path.connectorGroup-id + connector-id: $response.body#/id + applications: + operationId: onPremisesPublishingProfile.connectorGroups.GetApplications + parameters: + onPremisesPublishingProfile-id: $request.path.onPremisesPublishingProfile-id + connectorGroup-id: $request.path.connectorGroup-id + application-id: $response.body#/id default: $ref: '#/components/responses/error' patch: tags: - - onPremisesPublishingProfiles.publishedResource - summary: Update the navigation property publishedResources in onPremisesPublishingProfiles - operationId: onPremisesPublishingProfiles_UpdatePublishedResources + - onPremisesPublishingProfiles.connectorGroup + summary: Update the navigation property connectorGroups in onPremisesPublishingProfiles + operationId: onPremisesPublishingProfiles_UpdateConnectorGroups parameters: - name: onPremisesPublishingProfile-id in: path @@ -3062,19 +3098,19 @@ paths: schema: type: string x-ms-docs-key-type: onPremisesPublishingProfile - - name: publishedResource-id + - name: connectorGroup-id in: path - description: 'key: publishedResource-id of publishedResource' + description: 'key: connectorGroup-id of connectorGroup' required: true schema: type: string - x-ms-docs-key-type: publishedResource + x-ms-docs-key-type: connectorGroup requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.publishedResource' + $ref: '#/components/schemas/microsoft.graph.connectorGroup' required: true responses: '204': @@ -3082,12 +3118,12 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups': + '/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors': get: tags: - - onPremisesPublishingProfiles.publishedResource - summary: Get agentGroups from onPremisesPublishingProfiles - operationId: onPremisesPublishingProfiles.publishedResources_ListAgentGroups + - onPremisesPublishingProfiles.connector + summary: Get connectors from onPremisesPublishingProfiles + operationId: onPremisesPublishingProfiles_ListConnectors parameters: - name: onPremisesPublishingProfile-id in: path @@ -3096,13 +3132,6 @@ paths: schema: type: string x-ms-docs-key-type: onPremisesPublishingProfile - - name: publishedResource-id - in: path - description: 'key: publishedResource-id of publishedResource' - required: true - schema: - type: string - x-ms-docs-key-type: publishedResource - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -3120,12 +3149,12 @@ paths: enum: - id - id desc - - displayName - - displayName desc - - publishingType - - publishingType desc - - isDefault - - isDefault desc + - machineName + - machineName desc + - externalIp + - externalIp desc + - status + - status desc type: string - name: $select in: query @@ -3138,11 +3167,10 @@ paths: items: enum: - id - - displayName - - publishingType - - isDefault - - agents - - publishedResources + - machineName + - externalIp + - status + - memberOf type: string - name: $expand in: query @@ -3155,8 +3183,7 @@ paths: items: enum: - '*' - - agents - - publishedResources + - memberOf type: string responses: '200': @@ -3164,13 +3191,13 @@ paths: content: application/json: schema: - title: Collection of onPremisesAgentGroup + title: Collection of connector type: object properties: value: type: array items: - $ref: '#/components/schemas/microsoft.graph.onPremisesAgentGroup' + $ref: '#/components/schemas/microsoft.graph.connector' '@odata.nextLink': type: string default: @@ -3181,9 +3208,9 @@ paths: x-ms-docs-operation-type: operation post: tags: - - onPremisesPublishingProfiles.publishedResource - summary: Create new navigation property to agentGroups for onPremisesPublishingProfiles - operationId: onPremisesPublishingProfiles.publishedResources_CreateAgentGroups + - onPremisesPublishingProfiles.connector + summary: Create new navigation property to connectors for onPremisesPublishingProfiles + operationId: onPremisesPublishingProfiles_CreateConnectors parameters: - name: onPremisesPublishingProfile-id in: path @@ -3192,19 +3219,12 @@ paths: schema: type: string x-ms-docs-key-type: onPremisesPublishingProfile - - name: publishedResource-id - in: path - description: 'key: publishedResource-id of publishedResource' - required: true - schema: - type: string - x-ms-docs-key-type: publishedResource requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onPremisesAgentGroup' + $ref: '#/components/schemas/microsoft.graph.connector' required: true responses: '201': @@ -3212,16 +3232,16 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onPremisesAgentGroup' + $ref: '#/components/schemas/microsoft.graph.connector' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups/{onPremisesAgentGroup-id}': + '/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}': get: tags: - - onPremisesPublishingProfiles.publishedResource - summary: Get agentGroups from onPremisesPublishingProfiles - operationId: onPremisesPublishingProfiles.publishedResources_GetAgentGroups + - onPremisesPublishingProfiles.connector + summary: Get connectors from onPremisesPublishingProfiles + operationId: onPremisesPublishingProfiles_GetConnectors parameters: - name: onPremisesPublishingProfile-id in: path @@ -3230,20 +3250,13 @@ paths: schema: type: string x-ms-docs-key-type: onPremisesPublishingProfile - - name: publishedResource-id - in: path - description: 'key: publishedResource-id of publishedResource' - required: true - schema: - type: string - x-ms-docs-key-type: publishedResource - - name: onPremisesAgentGroup-id + - name: connector-id in: path - description: 'key: onPremisesAgentGroup-id of onPremisesAgentGroup' + description: 'key: connector-id of connector' required: true schema: type: string - x-ms-docs-key-type: onPremisesAgentGroup + x-ms-docs-key-type: connector - name: $select in: query description: Select properties to be returned @@ -3255,11 +3268,10 @@ paths: items: enum: - id - - displayName - - publishingType - - isDefault - - agents - - publishedResources + - machineName + - externalIp + - status + - memberOf type: string - name: $expand in: query @@ -3272,8 +3284,7 @@ paths: items: enum: - '*' - - agents - - publishedResources + - memberOf type: string responses: '200': @@ -3281,28 +3292,21 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onPremisesAgentGroup' + $ref: '#/components/schemas/microsoft.graph.connector' links: - agents: - operationId: publishedResource.agentGroups.GetAgents - parameters: - onPremisesPublishingProfile-id: $request.path.onPremisesPublishingProfile-id - publishedResource-id: $request.path.publishedResource-id - onPremisesAgentGroup-id: $request.path.onPremisesAgentGroup-id - onPremisesAgent-id: $response.body#/id - publishedResources: - operationId: publishedResource.agentGroups.GetPublishedResources + memberOf: + operationId: onPremisesPublishingProfile.connectors.GetMemberOf parameters: onPremisesPublishingProfile-id: $request.path.onPremisesPublishingProfile-id - publishedResource-id: $response.body#/id - onPremisesAgentGroup-id: $request.path.onPremisesAgentGroup-id + connector-id: $request.path.connector-id + connectorGroup-id: $response.body#/id default: $ref: '#/components/responses/error' patch: tags: - - onPremisesPublishingProfiles.publishedResource - summary: Update the navigation property agentGroups in onPremisesPublishingProfiles - operationId: onPremisesPublishingProfiles.publishedResources_UpdateAgentGroups + - onPremisesPublishingProfiles.connector + summary: Update the navigation property connectors in onPremisesPublishingProfiles + operationId: onPremisesPublishingProfiles_UpdateConnectors parameters: - name: onPremisesPublishingProfile-id in: path @@ -3311,26 +3315,19 @@ paths: schema: type: string x-ms-docs-key-type: onPremisesPublishingProfile - - name: publishedResource-id - in: path - description: 'key: publishedResource-id of publishedResource' - required: true - schema: - type: string - x-ms-docs-key-type: publishedResource - - name: onPremisesAgentGroup-id + - name: connector-id in: path - description: 'key: onPremisesAgentGroup-id of onPremisesAgentGroup' + description: 'key: connector-id of connector' required: true schema: type: string - x-ms-docs-key-type: onPremisesAgentGroup + x-ms-docs-key-type: connector requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onPremisesAgentGroup' + $ref: '#/components/schemas/microsoft.graph.connector' required: true responses: '204': @@ -3338,12 +3335,12 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups/{onPremisesAgentGroup-id}/agents': + '/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources': get: tags: - onPremisesPublishingProfiles.publishedResource - summary: Get agents from onPremisesPublishingProfiles - operationId: onPremisesPublishingProfiles.publishedResources.agentGroups_ListAgents + summary: Get publishedResources from onPremisesPublishingProfiles + operationId: onPremisesPublishingProfiles_ListPublishedResources parameters: - name: onPremisesPublishingProfile-id in: path @@ -3352,20 +3349,6 @@ paths: schema: type: string x-ms-docs-key-type: onPremisesPublishingProfile - - name: publishedResource-id - in: path - description: 'key: publishedResource-id of publishedResource' - required: true - schema: - type: string - x-ms-docs-key-type: publishedResource - - name: onPremisesAgentGroup-id - in: path - description: 'key: onPremisesAgentGroup-id of onPremisesAgentGroup' - required: true - schema: - type: string - x-ms-docs-key-type: onPremisesAgentGroup - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -3383,14 +3366,12 @@ paths: enum: - id - id desc - - machineName - - machineName desc - - externalIp - - externalIp desc - - status - - status desc - - supportedPublishingTypes - - supportedPublishingTypes desc + - displayName + - displayName desc + - resourceName + - resourceName desc + - publishingType + - publishingType desc type: string - name: $select in: query @@ -3403,10 +3384,9 @@ paths: items: enum: - id - - machineName - - externalIp - - status - - supportedPublishingTypes + - displayName + - resourceName + - publishingType - agentGroups type: string - name: $expand @@ -3428,13 +3408,13 @@ paths: content: application/json: schema: - title: Collection of onPremisesAgent + title: Collection of publishedResource type: object properties: value: type: array items: - $ref: '#/components/schemas/microsoft.graph.onPremisesAgent' + $ref: '#/components/schemas/microsoft.graph.publishedResource' '@odata.nextLink': type: string default: @@ -3446,8 +3426,8 @@ paths: post: tags: - onPremisesPublishingProfiles.publishedResource - summary: Create new navigation property to agents for onPremisesPublishingProfiles - operationId: onPremisesPublishingProfiles.publishedResources.agentGroups_CreateAgents + summary: Create new navigation property to publishedResources for onPremisesPublishingProfiles + operationId: onPremisesPublishingProfiles_CreatePublishedResources parameters: - name: onPremisesPublishingProfile-id in: path @@ -3456,26 +3436,12 @@ paths: schema: type: string x-ms-docs-key-type: onPremisesPublishingProfile - - name: publishedResource-id - in: path - description: 'key: publishedResource-id of publishedResource' - required: true - schema: - type: string - x-ms-docs-key-type: publishedResource - - name: onPremisesAgentGroup-id - in: path - description: 'key: onPremisesAgentGroup-id of onPremisesAgentGroup' - required: true - schema: - type: string - x-ms-docs-key-type: onPremisesAgentGroup requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onPremisesAgent' + $ref: '#/components/schemas/microsoft.graph.publishedResource' required: true responses: '201': @@ -3483,16 +3449,16 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onPremisesAgent' + $ref: '#/components/schemas/microsoft.graph.publishedResource' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}': + '/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}': get: tags: - onPremisesPublishingProfiles.publishedResource - summary: Get agents from onPremisesPublishingProfiles - operationId: onPremisesPublishingProfiles.publishedResources.agentGroups_GetAgents + summary: Get publishedResources from onPremisesPublishingProfiles + operationId: onPremisesPublishingProfiles_GetPublishedResources parameters: - name: onPremisesPublishingProfile-id in: path @@ -3508,20 +3474,6 @@ paths: schema: type: string x-ms-docs-key-type: publishedResource - - name: onPremisesAgentGroup-id - in: path - description: 'key: onPremisesAgentGroup-id of onPremisesAgentGroup' - required: true - schema: - type: string - x-ms-docs-key-type: onPremisesAgentGroup - - name: onPremisesAgent-id - in: path - description: 'key: onPremisesAgent-id of onPremisesAgent' - required: true - schema: - type: string - x-ms-docs-key-type: onPremisesAgent - name: $select in: query description: Select properties to be returned @@ -3533,10 +3485,9 @@ paths: items: enum: - id - - machineName - - externalIp - - status - - supportedPublishingTypes + - displayName + - resourceName + - publishingType - agentGroups type: string - name: $expand @@ -3558,22 +3509,21 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onPremisesAgent' + $ref: '#/components/schemas/microsoft.graph.publishedResource' links: agentGroups: - operationId: onPremisesAgentGroup.agents.GetAgentGroups + operationId: onPremisesPublishingProfile.publishedResources.GetAgentGroups parameters: onPremisesPublishingProfile-id: $request.path.onPremisesPublishingProfile-id publishedResource-id: $request.path.publishedResource-id onPremisesAgentGroup-id: $response.body#/id - onPremisesAgent-id: $request.path.onPremisesAgent-id default: $ref: '#/components/responses/error' patch: tags: - onPremisesPublishingProfiles.publishedResource - summary: Update the navigation property agents in onPremisesPublishingProfiles - operationId: onPremisesPublishingProfiles.publishedResources.agentGroups_UpdateAgents + summary: Update the navigation property publishedResources in onPremisesPublishingProfiles + operationId: onPremisesPublishingProfiles_UpdatePublishedResources parameters: - name: onPremisesPublishingProfile-id in: path @@ -3589,26 +3539,12 @@ paths: schema: type: string x-ms-docs-key-type: publishedResource - - name: onPremisesAgentGroup-id - in: path - description: 'key: onPremisesAgentGroup-id of onPremisesAgentGroup' - required: true - schema: - type: string - x-ms-docs-key-type: onPremisesAgentGroup - - name: onPremisesAgent-id - in: path - description: 'key: onPremisesAgent-id of onPremisesAgent' - required: true - schema: - type: string - x-ms-docs-key-type: onPremisesAgent requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.onPremisesAgent' + $ref: '#/components/schemas/microsoft.graph.publishedResource' required: true responses: '204': @@ -3616,12 +3552,12 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}/agentGroups': + '/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups': get: tags: - onPremisesPublishingProfiles.publishedResource summary: Get agentGroups from onPremisesPublishingProfiles - operationId: onPremisesPublishingProfiles.publishedResources.agentGroups.agents_ListAgentGroups + operationId: onPremisesPublishingProfiles.publishedResources_ListAgentGroups parameters: - name: onPremisesPublishingProfile-id in: path @@ -3637,20 +3573,6 @@ paths: schema: type: string x-ms-docs-key-type: publishedResource - - name: onPremisesAgentGroup-id - in: path - description: 'key: onPremisesAgentGroup-id of onPremisesAgentGroup' - required: true - schema: - type: string - x-ms-docs-key-type: onPremisesAgentGroup - - name: onPremisesAgent-id - in: path - description: 'key: onPremisesAgent-id of onPremisesAgent' - required: true - schema: - type: string - x-ms-docs-key-type: onPremisesAgent - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -3731,7 +3653,7 @@ paths: tags: - onPremisesPublishingProfiles.publishedResource summary: Create new navigation property to agentGroups for onPremisesPublishingProfiles - operationId: onPremisesPublishingProfiles.publishedResources.agentGroups.agents_CreateAgentGroups + operationId: onPremisesPublishingProfiles.publishedResources_CreateAgentGroups parameters: - name: onPremisesPublishingProfile-id in: path @@ -3747,20 +3669,6 @@ paths: schema: type: string x-ms-docs-key-type: publishedResource - - name: onPremisesAgentGroup-id - in: path - description: 'key: onPremisesAgentGroup-id of onPremisesAgentGroup' - required: true - schema: - type: string - x-ms-docs-key-type: onPremisesAgentGroup - - name: onPremisesAgent-id - in: path - description: 'key: onPremisesAgent-id of onPremisesAgent' - required: true - schema: - type: string - x-ms-docs-key-type: onPremisesAgent requestBody: description: New navigation property content: @@ -3778,12 +3686,12 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}/agentGroups/{onPremisesAgentGroup-id1}': + '/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups/{onPremisesAgentGroup-id}': get: tags: - onPremisesPublishingProfiles.publishedResource summary: Get agentGroups from onPremisesPublishingProfiles - operationId: onPremisesPublishingProfiles.publishedResources.agentGroups.agents_GetAgentGroups + operationId: onPremisesPublishingProfiles.publishedResources_GetAgentGroups parameters: - name: onPremisesPublishingProfile-id in: path @@ -3806,20 +3714,6 @@ paths: schema: type: string x-ms-docs-key-type: onPremisesAgentGroup - - name: onPremisesAgent-id - in: path - description: 'key: onPremisesAgent-id of onPremisesAgent' - required: true - schema: - type: string - x-ms-docs-key-type: onPremisesAgent - - name: onPremisesAgentGroup-id1 - in: path - description: 'key: onPremisesAgentGroup-id of onPremisesAgentGroup' - required: true - schema: - type: string - x-ms-docs-key-type: onPremisesAgentGroup - name: $select in: query description: Select properties to be returned @@ -3860,28 +3754,25 @@ paths: $ref: '#/components/schemas/microsoft.graph.onPremisesAgentGroup' links: agents: - operationId: onPremisesAgent.agentGroups.GetAgents + operationId: publishedResource.agentGroups.GetAgents parameters: onPremisesPublishingProfile-id: $request.path.onPremisesPublishingProfile-id publishedResource-id: $request.path.publishedResource-id onPremisesAgentGroup-id: $request.path.onPremisesAgentGroup-id onPremisesAgent-id: $response.body#/id - onPremisesAgentGroup-id1: $request.path.onPremisesAgentGroup-id1 publishedResources: - operationId: onPremisesAgent.agentGroups.GetPublishedResources + operationId: publishedResource.agentGroups.GetPublishedResources parameters: onPremisesPublishingProfile-id: $request.path.onPremisesPublishingProfile-id publishedResource-id: $response.body#/id onPremisesAgentGroup-id: $request.path.onPremisesAgentGroup-id - onPremisesAgent-id: $request.path.onPremisesAgent-id - onPremisesAgentGroup-id1: $request.path.onPremisesAgentGroup-id1 default: $ref: '#/components/responses/error' patch: tags: - onPremisesPublishingProfiles.publishedResource summary: Update the navigation property agentGroups in onPremisesPublishingProfiles - operationId: onPremisesPublishingProfiles.publishedResources.agentGroups.agents_UpdateAgentGroups + operationId: onPremisesPublishingProfiles.publishedResources_UpdateAgentGroups parameters: - name: onPremisesPublishingProfile-id in: path @@ -3904,20 +3795,6 @@ paths: schema: type: string x-ms-docs-key-type: onPremisesAgentGroup - - name: onPremisesAgent-id - in: path - description: 'key: onPremisesAgent-id of onPremisesAgent' - required: true - schema: - type: string - x-ms-docs-key-type: onPremisesAgent - - name: onPremisesAgentGroup-id1 - in: path - description: 'key: onPremisesAgentGroup-id of onPremisesAgentGroup' - required: true - schema: - type: string - x-ms-docs-key-type: onPremisesAgentGroup requestBody: description: New navigation property values content: @@ -3931,12 +3808,12 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources': + '/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups/{onPremisesAgentGroup-id}/agents': get: tags: - onPremisesPublishingProfiles.publishedResource - summary: Get publishedResources from onPremisesPublishingProfiles - operationId: onPremisesPublishingProfiles.publishedResources.agentGroups_ListPublishedResources + summary: Get agents from onPremisesPublishingProfiles + operationId: onPremisesPublishingProfiles.publishedResources.agentGroups_ListAgents parameters: - name: onPremisesPublishingProfile-id in: path @@ -3976,12 +3853,14 @@ paths: enum: - id - id desc - - displayName - - displayName desc - - resourceName - - resourceName desc - - publishingType - - publishingType desc + - machineName + - machineName desc + - externalIp + - externalIp desc + - status + - status desc + - supportedPublishingTypes + - supportedPublishingTypes desc type: string - name: $select in: query @@ -3994,9 +3873,10 @@ paths: items: enum: - id - - displayName - - resourceName - - publishingType + - machineName + - externalIp + - status + - supportedPublishingTypes - agentGroups type: string - name: $expand @@ -4018,13 +3898,13 @@ paths: content: application/json: schema: - title: Collection of publishedResource + title: Collection of onPremisesAgent type: object properties: value: type: array items: - $ref: '#/components/schemas/microsoft.graph.publishedResource' + $ref: '#/components/schemas/microsoft.graph.onPremisesAgent' '@odata.nextLink': type: string default: @@ -4036,8 +3916,8 @@ paths: post: tags: - onPremisesPublishingProfiles.publishedResource - summary: Create new navigation property to publishedResources for onPremisesPublishingProfiles - operationId: onPremisesPublishingProfiles.publishedResources.agentGroups_CreatePublishedResources + summary: Create new navigation property to agents for onPremisesPublishingProfiles + operationId: onPremisesPublishingProfiles.publishedResources.agentGroups_CreateAgents parameters: - name: onPremisesPublishingProfile-id in: path @@ -4065,7 +3945,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.publishedResource' + $ref: '#/components/schemas/microsoft.graph.onPremisesAgent' required: true responses: '201': @@ -4073,16 +3953,16 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.publishedResource' + $ref: '#/components/schemas/microsoft.graph.onPremisesAgent' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id1}': + '/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}': get: tags: - onPremisesPublishingProfiles.publishedResource - summary: Get publishedResources from onPremisesPublishingProfiles - operationId: onPremisesPublishingProfiles.publishedResources.agentGroups_GetPublishedResources + summary: Get agents from onPremisesPublishingProfiles + operationId: onPremisesPublishingProfiles.publishedResources.agentGroups_GetAgents parameters: - name: onPremisesPublishingProfile-id in: path @@ -4105,13 +3985,13 @@ paths: schema: type: string x-ms-docs-key-type: onPremisesAgentGroup - - name: publishedResource-id1 + - name: onPremisesAgent-id in: path - description: 'key: publishedResource-id of publishedResource' + description: 'key: onPremisesAgent-id of onPremisesAgent' required: true schema: type: string - x-ms-docs-key-type: publishedResource + x-ms-docs-key-type: onPremisesAgent - name: $select in: query description: Select properties to be returned @@ -4123,9 +4003,10 @@ paths: items: enum: - id - - displayName - - resourceName - - publishingType + - machineName + - externalIp + - status + - supportedPublishingTypes - agentGroups type: string - name: $expand @@ -4147,22 +4028,22 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.publishedResource' + $ref: '#/components/schemas/microsoft.graph.onPremisesAgent' links: agentGroups: - operationId: onPremisesAgentGroup.publishedResources.GetAgentGroups + operationId: onPremisesAgentGroup.agents.GetAgentGroups parameters: onPremisesPublishingProfile-id: $request.path.onPremisesPublishingProfile-id publishedResource-id: $request.path.publishedResource-id onPremisesAgentGroup-id: $response.body#/id - publishedResource-id1: $request.path.publishedResource-id1 + onPremisesAgent-id: $request.path.onPremisesAgent-id default: $ref: '#/components/responses/error' patch: tags: - onPremisesPublishingProfiles.publishedResource - summary: Update the navigation property publishedResources in onPremisesPublishingProfiles - operationId: onPremisesPublishingProfiles.publishedResources.agentGroups_UpdatePublishedResources + summary: Update the navigation property agents in onPremisesPublishingProfiles + operationId: onPremisesPublishingProfiles.publishedResources.agentGroups_UpdateAgents parameters: - name: onPremisesPublishingProfile-id in: path @@ -4185,19 +4066,19 @@ paths: schema: type: string x-ms-docs-key-type: onPremisesAgentGroup - - name: publishedResource-id1 + - name: onPremisesAgent-id in: path - description: 'key: publishedResource-id of publishedResource' + description: 'key: onPremisesAgent-id of onPremisesAgent' required: true schema: type: string - x-ms-docs-key-type: publishedResource + x-ms-docs-key-type: onPremisesAgent requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.publishedResource' + $ref: '#/components/schemas/microsoft.graph.onPremisesAgent' required: true responses: '204': @@ -4205,223 +4086,2725 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation -components: - schemas: - microsoft.graph.onPremisesPublishingProfile: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: onPremisesPublishingProfile - type: object - properties: - hybridAgentUpdaterConfiguration: - $ref: '#/components/schemas/microsoft.graph.hybridAgentUpdaterConfiguration' - agents: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.onPremisesAgent' - agentGroups: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.onPremisesAgentGroup' - publishedResources: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.publishedResource' - example: - id: string (identifier) - hybridAgentUpdaterConfiguration: - '@odata.type': microsoft.graph.hybridAgentUpdaterConfiguration - agents: - - '@odata.type': microsoft.graph.onPremisesAgent - agentGroups: - - '@odata.type': microsoft.graph.onPremisesAgentGroup - publishedResources: - - '@odata.type': microsoft.graph.publishedResource - microsoft.graph.onPremisesAgentGroup: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: onPremisesAgentGroup - type: object - properties: - displayName: - type: string - publishingType: - $ref: '#/components/schemas/microsoft.graph.onPremisesPublishingType' - isDefault: - type: boolean - agents: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.onPremisesAgent' - publishedResources: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.publishedResource' - example: - id: string (identifier) - displayName: string - publishingType: - '@odata.type': microsoft.graph.onPremisesPublishingType - isDefault: true - agents: - - '@odata.type': microsoft.graph.onPremisesAgent - publishedResources: - - '@odata.type': microsoft.graph.publishedResource - microsoft.graph.onPremisesAgent: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: onPremisesAgent - type: object - properties: - machineName: - type: string - externalIp: - type: string - status: - $ref: '#/components/schemas/microsoft.graph.agentStatus' - supportedPublishingTypes: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.onPremisesPublishingType' - agentGroups: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.onPremisesAgentGroup' - example: - id: string (identifier) - machineName: string - externalIp: string - status: - '@odata.type': microsoft.graph.agentStatus - supportedPublishingTypes: + '/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}/agentGroups': + get: + tags: + - onPremisesPublishingProfiles.publishedResource + summary: Get agentGroups from onPremisesPublishingProfiles + operationId: onPremisesPublishingProfiles.publishedResources.agentGroups.agents_ListAgentGroups + parameters: + - name: onPremisesPublishingProfile-id + in: path + description: 'key: onPremisesPublishingProfile-id of onPremisesPublishingProfile' + required: true + schema: + type: string + x-ms-docs-key-type: onPremisesPublishingProfile + - name: publishedResource-id + in: path + description: 'key: publishedResource-id of publishedResource' + required: true + schema: + type: string + x-ms-docs-key-type: publishedResource + - name: onPremisesAgentGroup-id + in: path + description: 'key: onPremisesAgentGroup-id of onPremisesAgentGroup' + required: true + schema: + type: string + x-ms-docs-key-type: onPremisesAgentGroup + - name: onPremisesAgent-id + in: path + description: 'key: onPremisesAgent-id of onPremisesAgent' + required: true + schema: + type: string + x-ms-docs-key-type: onPremisesAgent + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - id desc + - displayName + - displayName desc + - publishingType + - publishingType desc + - isDefault + - isDefault desc + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - displayName + - publishingType + - isDefault + - agents + - publishedResources + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - agents + - publishedResources + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + title: Collection of onPremisesAgentGroup + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.onPremisesAgentGroup' + '@odata.nextLink': + type: string + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - onPremisesPublishingProfiles.publishedResource + summary: Create new navigation property to agentGroups for onPremisesPublishingProfiles + operationId: onPremisesPublishingProfiles.publishedResources.agentGroups.agents_CreateAgentGroups + parameters: + - name: onPremisesPublishingProfile-id + in: path + description: 'key: onPremisesPublishingProfile-id of onPremisesPublishingProfile' + required: true + schema: + type: string + x-ms-docs-key-type: onPremisesPublishingProfile + - name: publishedResource-id + in: path + description: 'key: publishedResource-id of publishedResource' + required: true + schema: + type: string + x-ms-docs-key-type: publishedResource + - name: onPremisesAgentGroup-id + in: path + description: 'key: onPremisesAgentGroup-id of onPremisesAgentGroup' + required: true + schema: + type: string + x-ms-docs-key-type: onPremisesAgentGroup + - name: onPremisesAgent-id + in: path + description: 'key: onPremisesAgent-id of onPremisesAgent' + required: true + schema: + type: string + x-ms-docs-key-type: onPremisesAgent + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onPremisesAgentGroup' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onPremisesAgentGroup' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}/agentGroups/{onPremisesAgentGroup-id1}': + get: + tags: + - onPremisesPublishingProfiles.publishedResource + summary: Get agentGroups from onPremisesPublishingProfiles + operationId: onPremisesPublishingProfiles.publishedResources.agentGroups.agents_GetAgentGroups + parameters: + - name: onPremisesPublishingProfile-id + in: path + description: 'key: onPremisesPublishingProfile-id of onPremisesPublishingProfile' + required: true + schema: + type: string + x-ms-docs-key-type: onPremisesPublishingProfile + - name: publishedResource-id + in: path + description: 'key: publishedResource-id of publishedResource' + required: true + schema: + type: string + x-ms-docs-key-type: publishedResource + - name: onPremisesAgentGroup-id + in: path + description: 'key: onPremisesAgentGroup-id of onPremisesAgentGroup' + required: true + schema: + type: string + x-ms-docs-key-type: onPremisesAgentGroup + - name: onPremisesAgent-id + in: path + description: 'key: onPremisesAgent-id of onPremisesAgent' + required: true + schema: + type: string + x-ms-docs-key-type: onPremisesAgent + - name: onPremisesAgentGroup-id1 + in: path + description: 'key: onPremisesAgentGroup-id of onPremisesAgentGroup' + required: true + schema: + type: string + x-ms-docs-key-type: onPremisesAgentGroup + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - displayName + - publishingType + - isDefault + - agents + - publishedResources + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - agents + - publishedResources + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onPremisesAgentGroup' + links: + agents: + operationId: onPremisesAgent.agentGroups.GetAgents + parameters: + onPremisesPublishingProfile-id: $request.path.onPremisesPublishingProfile-id + publishedResource-id: $request.path.publishedResource-id + onPremisesAgentGroup-id: $request.path.onPremisesAgentGroup-id + onPremisesAgent-id: $response.body#/id + onPremisesAgentGroup-id1: $request.path.onPremisesAgentGroup-id1 + publishedResources: + operationId: onPremisesAgent.agentGroups.GetPublishedResources + parameters: + onPremisesPublishingProfile-id: $request.path.onPremisesPublishingProfile-id + publishedResource-id: $response.body#/id + onPremisesAgentGroup-id: $request.path.onPremisesAgentGroup-id + onPremisesAgent-id: $request.path.onPremisesAgent-id + onPremisesAgentGroup-id1: $request.path.onPremisesAgentGroup-id1 + default: + $ref: '#/components/responses/error' + patch: + tags: + - onPremisesPublishingProfiles.publishedResource + summary: Update the navigation property agentGroups in onPremisesPublishingProfiles + operationId: onPremisesPublishingProfiles.publishedResources.agentGroups.agents_UpdateAgentGroups + parameters: + - name: onPremisesPublishingProfile-id + in: path + description: 'key: onPremisesPublishingProfile-id of onPremisesPublishingProfile' + required: true + schema: + type: string + x-ms-docs-key-type: onPremisesPublishingProfile + - name: publishedResource-id + in: path + description: 'key: publishedResource-id of publishedResource' + required: true + schema: + type: string + x-ms-docs-key-type: publishedResource + - name: onPremisesAgentGroup-id + in: path + description: 'key: onPremisesAgentGroup-id of onPremisesAgentGroup' + required: true + schema: + type: string + x-ms-docs-key-type: onPremisesAgentGroup + - name: onPremisesAgent-id + in: path + description: 'key: onPremisesAgent-id of onPremisesAgent' + required: true + schema: + type: string + x-ms-docs-key-type: onPremisesAgent + - name: onPremisesAgentGroup-id1 + in: path + description: 'key: onPremisesAgentGroup-id of onPremisesAgentGroup' + required: true + schema: + type: string + x-ms-docs-key-type: onPremisesAgentGroup + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onPremisesAgentGroup' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources': + get: + tags: + - onPremisesPublishingProfiles.publishedResource + summary: Get publishedResources from onPremisesPublishingProfiles + operationId: onPremisesPublishingProfiles.publishedResources.agentGroups_ListPublishedResources + parameters: + - name: onPremisesPublishingProfile-id + in: path + description: 'key: onPremisesPublishingProfile-id of onPremisesPublishingProfile' + required: true + schema: + type: string + x-ms-docs-key-type: onPremisesPublishingProfile + - name: publishedResource-id + in: path + description: 'key: publishedResource-id of publishedResource' + required: true + schema: + type: string + x-ms-docs-key-type: publishedResource + - name: onPremisesAgentGroup-id + in: path + description: 'key: onPremisesAgentGroup-id of onPremisesAgentGroup' + required: true + schema: + type: string + x-ms-docs-key-type: onPremisesAgentGroup + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - id desc + - displayName + - displayName desc + - resourceName + - resourceName desc + - publishingType + - publishingType desc + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - displayName + - resourceName + - publishingType + - agentGroups + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - agentGroups + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + title: Collection of publishedResource + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.publishedResource' + '@odata.nextLink': + type: string + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - onPremisesPublishingProfiles.publishedResource + summary: Create new navigation property to publishedResources for onPremisesPublishingProfiles + operationId: onPremisesPublishingProfiles.publishedResources.agentGroups_CreatePublishedResources + parameters: + - name: onPremisesPublishingProfile-id + in: path + description: 'key: onPremisesPublishingProfile-id of onPremisesPublishingProfile' + required: true + schema: + type: string + x-ms-docs-key-type: onPremisesPublishingProfile + - name: publishedResource-id + in: path + description: 'key: publishedResource-id of publishedResource' + required: true + schema: + type: string + x-ms-docs-key-type: publishedResource + - name: onPremisesAgentGroup-id + in: path + description: 'key: onPremisesAgentGroup-id of onPremisesAgentGroup' + required: true + schema: + type: string + x-ms-docs-key-type: onPremisesAgentGroup + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.publishedResource' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.publishedResource' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id1}': + get: + tags: + - onPremisesPublishingProfiles.publishedResource + summary: Get publishedResources from onPremisesPublishingProfiles + operationId: onPremisesPublishingProfiles.publishedResources.agentGroups_GetPublishedResources + parameters: + - name: onPremisesPublishingProfile-id + in: path + description: 'key: onPremisesPublishingProfile-id of onPremisesPublishingProfile' + required: true + schema: + type: string + x-ms-docs-key-type: onPremisesPublishingProfile + - name: publishedResource-id + in: path + description: 'key: publishedResource-id of publishedResource' + required: true + schema: + type: string + x-ms-docs-key-type: publishedResource + - name: onPremisesAgentGroup-id + in: path + description: 'key: onPremisesAgentGroup-id of onPremisesAgentGroup' + required: true + schema: + type: string + x-ms-docs-key-type: onPremisesAgentGroup + - name: publishedResource-id1 + in: path + description: 'key: publishedResource-id of publishedResource' + required: true + schema: + type: string + x-ms-docs-key-type: publishedResource + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - displayName + - resourceName + - publishingType + - agentGroups + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - agentGroups + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.publishedResource' + links: + agentGroups: + operationId: onPremisesAgentGroup.publishedResources.GetAgentGroups + parameters: + onPremisesPublishingProfile-id: $request.path.onPremisesPublishingProfile-id + publishedResource-id: $request.path.publishedResource-id + onPremisesAgentGroup-id: $response.body#/id + publishedResource-id1: $request.path.publishedResource-id1 + default: + $ref: '#/components/responses/error' + patch: + tags: + - onPremisesPublishingProfiles.publishedResource + summary: Update the navigation property publishedResources in onPremisesPublishingProfiles + operationId: onPremisesPublishingProfiles.publishedResources.agentGroups_UpdatePublishedResources + parameters: + - name: onPremisesPublishingProfile-id + in: path + description: 'key: onPremisesPublishingProfile-id of onPremisesPublishingProfile' + required: true + schema: + type: string + x-ms-docs-key-type: onPremisesPublishingProfile + - name: publishedResource-id + in: path + description: 'key: publishedResource-id of publishedResource' + required: true + schema: + type: string + x-ms-docs-key-type: publishedResource + - name: onPremisesAgentGroup-id + in: path + description: 'key: onPremisesAgentGroup-id of onPremisesAgentGroup' + required: true + schema: + type: string + x-ms-docs-key-type: onPremisesAgentGroup + - name: publishedResource-id1 + in: path + description: 'key: publishedResource-id of publishedResource' + required: true + schema: + type: string + x-ms-docs-key-type: publishedResource + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.publishedResource' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation +components: + schemas: + microsoft.graph.onPremisesPublishingProfile: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: onPremisesPublishingProfile + type: object + properties: + isEnabled: + type: boolean + nullable: true + hybridAgentUpdaterConfiguration: + $ref: '#/components/schemas/microsoft.graph.hybridAgentUpdaterConfiguration' + agents: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.onPremisesAgent' + agentGroups: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.onPremisesAgentGroup' + publishedResources: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.publishedResource' + connectors: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.connector' + connectorGroups: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.connectorGroup' + example: + id: string (identifier) + isEnabled: true + hybridAgentUpdaterConfiguration: + '@odata.type': microsoft.graph.hybridAgentUpdaterConfiguration + agents: + - '@odata.type': microsoft.graph.onPremisesAgent + agentGroups: + - '@odata.type': microsoft.graph.onPremisesAgentGroup + publishedResources: + - '@odata.type': microsoft.graph.publishedResource + connectors: + - '@odata.type': microsoft.graph.connector + connectorGroups: + - '@odata.type': microsoft.graph.connectorGroup + microsoft.graph.onPremisesAgentGroup: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: onPremisesAgentGroup + type: object + properties: + displayName: + type: string + publishingType: + $ref: '#/components/schemas/microsoft.graph.onPremisesPublishingType' + isDefault: + type: boolean + agents: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.onPremisesAgent' + publishedResources: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.publishedResource' + example: + id: string (identifier) + displayName: string + publishingType: + '@odata.type': microsoft.graph.onPremisesPublishingType + isDefault: true + agents: + - '@odata.type': microsoft.graph.onPremisesAgent + publishedResources: + - '@odata.type': microsoft.graph.publishedResource + microsoft.graph.onPremisesAgent: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: onPremisesAgent + type: object + properties: + machineName: + type: string + externalIp: + type: string + status: + $ref: '#/components/schemas/microsoft.graph.agentStatus' + supportedPublishingTypes: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.onPremisesPublishingType' + agentGroups: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.onPremisesAgentGroup' + example: + id: string (identifier) + machineName: string + externalIp: string + status: + '@odata.type': microsoft.graph.agentStatus + supportedPublishingTypes: - '@odata.type': microsoft.graph.onPremisesPublishingType agentGroups: - '@odata.type': microsoft.graph.onPremisesAgentGroup microsoft.graph.publishedResource: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - - title: publishedResource + - title: publishedResource + type: object + properties: + displayName: + type: string + nullable: true + resourceName: + type: string + nullable: true + publishingType: + $ref: '#/components/schemas/microsoft.graph.onPremisesPublishingType' + agentGroups: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.onPremisesAgentGroup' + example: + id: string (identifier) + displayName: string + resourceName: string + publishingType: + '@odata.type': microsoft.graph.onPremisesPublishingType + agentGroups: + - '@odata.type': microsoft.graph.onPremisesAgentGroup + microsoft.graph.connectorGroup: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: connectorGroup + type: object + properties: + name: + type: string + connectorGroupType: + $ref: '#/components/schemas/microsoft.graph.connectorGroupType' + isDefault: + type: boolean + region: + $ref: '#/components/schemas/microsoft.graph.connectorGroupRegion' + members: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.connector' + applications: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.application' + example: + id: string (identifier) + name: string + connectorGroupType: + '@odata.type': microsoft.graph.connectorGroupType + isDefault: true + region: + '@odata.type': microsoft.graph.connectorGroupRegion + members: + - '@odata.type': microsoft.graph.connector + applications: + - '@odata.type': microsoft.graph.application + microsoft.graph.connector: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: connector + type: object + properties: + machineName: + type: string + externalIp: + type: string + status: + $ref: '#/components/schemas/microsoft.graph.connectorStatus' + memberOf: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.connectorGroup' + example: + id: string (identifier) + machineName: string + externalIp: string + status: + '@odata.type': microsoft.graph.connectorStatus + memberOf: + - '@odata.type': microsoft.graph.connectorGroup + microsoft.graph.entity: + title: entity + type: object + properties: + id: + type: string + description: Read-only. + example: + id: string (identifier) + microsoft.graph.hybridAgentUpdaterConfiguration: + title: hybridAgentUpdaterConfiguration + type: object + properties: + deferUpdateDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + updateWindow: + $ref: '#/components/schemas/microsoft.graph.updateWindow' + allowUpdateConfigurationOverride: + type: boolean + example: + deferUpdateDateTime: string (timestamp) + updateWindow: + '@odata.type': microsoft.graph.updateWindow + allowUpdateConfigurationOverride: true + microsoft.graph.onPremisesPublishingType: + title: onPremisesPublishingType + enum: + - applicationProxy + - exchangeOnline + - authentication + - provisioning + - intunePfx + - oflineDomainJoin + - unknownFutureValue + type: string + microsoft.graph.agentStatus: + title: agentStatus + enum: + - active + - inactive + type: string + microsoft.graph.connectorGroupType: + title: connectorGroupType + enum: + - applicationProxy + type: string + microsoft.graph.connectorGroupRegion: + title: connectorGroupRegion + enum: + - nam + - eur + - aus + - asia + - ind + - unknownFutureValue + type: string + microsoft.graph.application: + allOf: + - $ref: '#/components/schemas/microsoft.graph.directoryObject' + - title: application + type: object + properties: + api: + $ref: '#/components/schemas/microsoft.graph.apiApplication' + appId: + type: string + description: The unique identifier for the application that is assigned to an application by Azure AD. Not nullable. Read-only. + nullable: true + appRoles: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.appRole' + description: 'The collection of roles the application declares. With app role assignments, these roles can be assigned to users, groups, or other applications'' service principals. Not nullable.' + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: The date and time the application was registered. Read-only. + format: date-time + nullable: true + description: + type: string + nullable: true + isFallbackPublicClient: + type: boolean + 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 web app. There are certain scenarios where Azure AD cannot determine the client application type (e.g. ROPC flow where it is configured without specifying a redirect URI). In those cases Azure AD will interpret the application type based on the value of this property.' + nullable: true + identifierUris: + type: array + items: + type: string + 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.' + displayName: + type: string + description: The display name for the application. + nullable: true + groupMembershipClaims: + type: string + 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 will get all of the security groups, distribution groups, and Azure AD directory roles that the signed-in user is a member of' + nullable: true + info: + $ref: '#/components/schemas/microsoft.graph.informationalUrl' + isDeviceOnlyAuthSupported: + type: boolean + nullable: true + keyCredentials: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.keyCredential' + description: The collection of key credentials associated with the application Not nullable. + logo: + type: string + description: The main logo for the application. Not nullable. + format: base64url + notes: + type: string + nullable: true + optionalClaims: + $ref: '#/components/schemas/microsoft.graph.optionalClaims' + parentalControlSettings: + $ref: '#/components/schemas/microsoft.graph.parentalControlSettings' + passwordCredentials: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.passwordCredential' + description: The collection of password credentials associated with the application. Not nullable. + publicClient: + $ref: '#/components/schemas/microsoft.graph.publicClientApplication' + publisherDomain: + type: string + description: The verified publisher domain for the application. Read-only. + nullable: true + requiredResourceAccess: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.requiredResourceAccess' + description: Specifies resources that this application requires access to and the set of OAuth permission scopes and application roles that it needs under each of those resources. This pre-configuration of required resource access drives the consent experience. Not nullable. + signInAudience: + type: string + description: 'Specifies what Microsoft accounts 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 (i.e. single tenant)AzureADMultipleOrgs: Users with a Microsoft work or school account in any organization’s Azure AD tenant (i.e. multi-tenant) AzureADandPersonalMicrosoftAccount: Users with a personal Microsoft account, or a work or school account in any organization’s Azure AD tenant' + nullable: true + tags: + type: array + items: + type: string + description: Custom strings that can be used to categorize and identify the application. Not nullable. + tokenEncryptionKeyId: + pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' + type: string + description: 'Specifies the keyId of a public key from the keyCredentials collection. When configured, Azure AD encrypts all the tokens it emits by using the key this property points to. The application code that receives the encrypted token must use the matching private key to decrypt the token before it can be used for the signed-in user.' + format: uuid + nullable: true + web: + $ref: '#/components/schemas/microsoft.graph.webApplication' + onPremisesPublishing: + $ref: '#/components/schemas/microsoft.graph.onPremisesPublishing' + extensionProperties: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.extensionProperty' + description: Read-only. Nullable. + claimsMappingPolicies: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.claimsMappingPolicy' + createdOnBehalfOf: + $ref: '#/components/schemas/microsoft.graph.directoryObject' + owners: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.directoryObject' + description: Directory objects that are owners of the application. The owners are a set of non-admin users who are allowed to modify this object. Requires version 2013-11-08 or newer. Read-only. Nullable. + homeRealmDiscoveryPolicies: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.homeRealmDiscoveryPolicy' + tokenIssuancePolicies: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.tokenIssuancePolicy' + tokenLifetimePolicies: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.tokenLifetimePolicy' + connectorGroup: + $ref: '#/components/schemas/microsoft.graph.connectorGroup' + synchronization: + $ref: '#/components/schemas/microsoft.graph.synchronization' + description: Represents an Azure Active Directory object. The directoryObject type is the base type for many other directory entity types. + example: + id: string (identifier) + deletedDateTime: string (timestamp) + api: + '@odata.type': microsoft.graph.apiApplication + appId: string + appRoles: + - '@odata.type': microsoft.graph.appRole + createdDateTime: string (timestamp) + description: string + isFallbackPublicClient: true + identifierUris: + - string + displayName: string + groupMembershipClaims: string + info: + '@odata.type': microsoft.graph.informationalUrl + isDeviceOnlyAuthSupported: true + keyCredentials: + - '@odata.type': microsoft.graph.keyCredential + logo: string + notes: string + optionalClaims: + '@odata.type': microsoft.graph.optionalClaims + parentalControlSettings: + '@odata.type': microsoft.graph.parentalControlSettings + passwordCredentials: + - '@odata.type': microsoft.graph.passwordCredential + publicClient: + '@odata.type': microsoft.graph.publicClientApplication + publisherDomain: string + requiredResourceAccess: + - '@odata.type': microsoft.graph.requiredResourceAccess + signInAudience: string + tags: + - string + tokenEncryptionKeyId: string + web: + '@odata.type': microsoft.graph.webApplication + onPremisesPublishing: + '@odata.type': microsoft.graph.onPremisesPublishing + extensionProperties: + - '@odata.type': microsoft.graph.extensionProperty + claimsMappingPolicies: + - '@odata.type': microsoft.graph.claimsMappingPolicy + createdOnBehalfOf: + '@odata.type': microsoft.graph.directoryObject + owners: + - '@odata.type': microsoft.graph.directoryObject + homeRealmDiscoveryPolicies: + - '@odata.type': microsoft.graph.homeRealmDiscoveryPolicy + tokenIssuancePolicies: + - '@odata.type': microsoft.graph.tokenIssuancePolicy + tokenLifetimePolicies: + - '@odata.type': microsoft.graph.tokenLifetimePolicy + connectorGroup: + '@odata.type': microsoft.graph.connectorGroup + synchronization: + '@odata.type': microsoft.graph.synchronization + microsoft.graph.connectorStatus: + title: connectorStatus + enum: + - active + - inactive + type: string + odata.error: + required: + - error + type: object + properties: + error: + $ref: '#/components/schemas/odata.error.main' + microsoft.graph.updateWindow: + title: updateWindow + type: object + properties: + updateWindowStartTime: + pattern: '^([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?$' + type: string + format: time + nullable: true + updateWindowEndTime: + pattern: '^([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?$' + type: string + format: time + nullable: true + example: + updateWindowStartTime: string (timestamp) + updateWindowEndTime: string (timestamp) + microsoft.graph.directoryObject: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: directoryObject + type: object + properties: + deletedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + description: Represents an Azure Active Directory object. The directoryObject type is the base type for many other directory entity types. + example: + id: string (identifier) + deletedDateTime: string (timestamp) + microsoft.graph.apiApplication: + title: apiApplication + type: object + properties: + acceptMappedClaims: + type: boolean + description: 'When true, allows an application to use claims mapping without specifying a custom signing key.' + nullable: true + knownClientApplications: + type: array + items: + pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' + type: string + format: uuid + nullable: true + description: 'Used for bundling consent if you have a solution that contains two parts: a client app and a custom web API app. If you set the appID of the client app to this value, the user only consents once to the client app. Azure AD knows that consenting to the client means implicitly consenting to the web API and automatically provisions service principals for both APIs at the same time. Both the client and the web API app must be registered in the same tenant.' + preAuthorizedApplications: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.preAuthorizedApplication' + description: 'Lists the client applications that are pre-authorized with the specified delegated permissions to access this application''s APIs. Users are not required to consent to any pre-authorized application (for the permissions specified). However, any additional permissions not listed in preAuthorizedApplications (requested through incremental consent for example) will require user consent.' + requestedAccessTokenVersion: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: 'Specifies the access token version expected by this resource. This changes the version and format of the JWT produced independent of the endpoint or client used to request the access token. The endpoint used, v1.0 or v2.0, is chosen by the client and only impacts the version of id_tokens. Resources need to explicitly configure requestedAccessTokenVersion to indicate the supported access token format. Possible values for requestedAccessTokenVersion are 1, 2, or null. If the value is null, this defaults to 1, which corresponds to the v1.0 endpoint. If signInAudience on the application is configured as AzureADandPersonalMicrosoftAccount, the value for this property must be 2' + format: int32 + nullable: true + oauth2PermissionScopes: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.permissionScope' + description: 'The definition of the delegated permissions exposed by the web API represented by this application registration. These delegated permissions may be requested by a client application, and may be granted by users or administrators during consent. Delegated permissions are sometimes referred to as OAuth 2.0 scopes.' + example: + acceptMappedClaims: true + knownClientApplications: + - string + preAuthorizedApplications: + - '@odata.type': microsoft.graph.preAuthorizedApplication + requestedAccessTokenVersion: integer + oauth2PermissionScopes: + - '@odata.type': microsoft.graph.permissionScope + microsoft.graph.appRole: + title: appRole + type: object + properties: + allowedMemberTypes: + type: array + items: + type: string + description: 'Specifies whether this app role can be assigned to users and groups (by setting to [''User'']), to other application''s (by setting to [''Application''], or both (by setting to [''User'', ''Application'']). App roles supporting assignment of other applications'' service principals are also known as application permissions.' + description: + type: string + description: 'The description for the app role. This is displayed when the app role is being assigned and, if the app role functions as an application permission, during consent experiences.' + nullable: true + displayName: + type: string + description: Display name for the permission that appears in the app role assignment and consent experiences. + nullable: true + id: + pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' + type: string + description: 'Unique role identifier inside the appRoles collection. When creating a new app role, a new Guid identifier must be provided.' + format: uuid + isEnabled: + type: boolean + description: 'When creating or updating an app role, this must be set to true (which is the default). To delete a role, this must first be set to false. At that point, in a subsequent call, this role may be removed.' + origin: + type: string + description: Specifies if the app role is defined on the application object or on the servicePrincipal entity. Must not be included in any POST or PATCH requests. Read-only. + nullable: true + value: + type: string + description: 'Specifies the value to include in the roles claim in ID tokens and access tokens authenticating an assigned user or service principal. Must not exceed 120 characters in length. Allowed characters are : ! # $ % & '' ( ) * + , - . / : ; = ? @ [ ] ^ + _ { } ~, as well as characters in the ranges 0-9, A-Z and a-z. Any other character, including the space character, are not allowed.' + nullable: true + example: + allowedMemberTypes: + - string + description: string + displayName: string + id: string + isEnabled: true + origin: string + value: string + microsoft.graph.informationalUrl: + title: informationalUrl + type: object + properties: + logoUrl: + type: string + description: 'CDN URL to the application''s logo, Read-only.' + nullable: true + marketingUrl: + type: string + description: 'Link to the application''s marketing page. For example, https://www.contoso.com/app/marketing' + nullable: true + privacyStatementUrl: + type: string + description: 'Link to the application''s privacy statement. For example, https://www.contoso.com/app/privacy' + nullable: true + supportUrl: + type: string + description: 'Link to the application''s support page. For example, https://www.contoso.com/app/support' + nullable: true + termsOfServiceUrl: + type: string + description: 'Link to the application''s terms of service statement. For example, https://www.contoso.com/app/termsofservice' + nullable: true + example: + logoUrl: string + marketingUrl: string + privacyStatementUrl: string + supportUrl: string + termsOfServiceUrl: string + microsoft.graph.keyCredential: + title: keyCredential + type: object + properties: + customKeyIdentifier: + type: string + description: Custom key identifier + format: base64url + nullable: true + endDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'The date and time at which the credential expires.The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: ''2014-01-01T00:00:00Z''' + format: date-time + nullable: true + keyId: + pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' + type: string + description: The unique identifier (GUID) for the key. + format: uuid + nullable: true + startDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'The date and time at which the credential becomes valid.The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: ''2014-01-01T00:00:00Z''' + format: date-time + nullable: true + type: + type: string + description: 'The type of key credential; for example, ''Symmetric''.' + nullable: true + usage: + type: string + description: 'A string that describes the purpose for which the key can be used; for example, ''Verify''.' + nullable: true + key: + type: string + description: Value for the key credential. Should be a base 64 encoded value. + format: base64url + nullable: true + displayName: + type: string + description: Friendly name for the key. Optional. + nullable: true + example: + customKeyIdentifier: string + endDateTime: string (timestamp) + keyId: string + startDateTime: string (timestamp) + type: string + usage: string + key: string + displayName: string + microsoft.graph.optionalClaims: + title: optionalClaims + type: object + properties: + idToken: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.optionalClaim' + description: The optional claims returned in the JWT ID token. + accessToken: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.optionalClaim' + description: The optional claims returned in the JWT access token. + saml2Token: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.optionalClaim' + description: The optional claims returned in the SAML token. + example: + idToken: + - '@odata.type': microsoft.graph.optionalClaim + accessToken: + - '@odata.type': microsoft.graph.optionalClaim + saml2Token: + - '@odata.type': microsoft.graph.optionalClaim + microsoft.graph.parentalControlSettings: + title: parentalControlSettings + type: object + properties: + countriesBlockedForMinors: + type: array + items: + type: string + nullable: true + description: Specifies the two-letter ISO country codes. Access to the application will be blocked for minors from the countries specified in this list. + legalAgeGroupRule: + type: string + description: 'Specifies the legal age group rule that applies to users of the app. Can be set to one of the following values: ValueDescriptionAllowDefault. Enforces the legal minimum. This means parental consent is required for minors in the European Union and Korea.RequireConsentForPrivacyServicesEnforces the user to specify date of birth to comply with COPPA rules. RequireConsentForMinorsRequires parental consent for ages below 18, regardless of country minor rules.RequireConsentForKidsRequires parental consent for ages below 14, regardless of country minor rules.BlockMinorsBlocks minors from using the app.' + nullable: true + example: + countriesBlockedForMinors: + - string + legalAgeGroupRule: string + microsoft.graph.passwordCredential: + title: passwordCredential + type: object + properties: + customKeyIdentifier: + type: string + description: Do not use. + format: base64url + nullable: true + endDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'The date and time at which the password expires represented using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: ''2014-01-01T00:00:00Z''. Optional.' + format: date-time + nullable: true + keyId: + pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' + type: string + description: The unique identifier for the password. + format: uuid + nullable: true + startDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'The date and time at which the password becomes valid. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: ''2014-01-01T00:00:00Z''. Optional.' + format: date-time + nullable: true + secretText: + type: string + description: Read-only; Contains the strong passwords generated by Azure AD that are 16-64 characters in length. The generated password value is only returned during the initial POST request to addPassword. There is no way to retrieve this password in the future. + nullable: true + hint: + type: string + description: Contains the first three characters of the password. Read-only. + nullable: true + displayName: + type: string + description: Friendly name for the password. Optional. + nullable: true + example: + customKeyIdentifier: string + endDateTime: string (timestamp) + keyId: string + startDateTime: string (timestamp) + secretText: string + hint: string + displayName: string + microsoft.graph.publicClientApplication: + title: publicClientApplication + type: object + properties: + redirectUris: + type: array + items: + type: string + description: 'Specifies the URLs where user tokens are sent for sign-in, or the redirect URIs where OAuth 2.0 authorization codes and access tokens are sent.' + example: + redirectUris: + - string + microsoft.graph.requiredResourceAccess: + title: requiredResourceAccess + type: object + properties: + resourceAppId: + type: string + description: The unique identifier for the resource that the application requires access to. This should be equal to the appId declared on the target resource application. + resourceAccess: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.resourceAccess' + description: The list of OAuth2.0 permission scopes and app roles that the application requires from the specified resource. + example: + resourceAppId: string + resourceAccess: + - '@odata.type': microsoft.graph.resourceAccess + microsoft.graph.webApplication: + title: webApplication + type: object + properties: + homePageUrl: + type: string + description: Home page or landing page of the application. + nullable: true + redirectUris: + type: array + items: + type: string + description: 'Specifies the URLs where user tokens are sent for sign-in, or the redirect URIs where OAuth 2.0 authorization codes and access tokens are sent.' + oauth2AllowImplicitFlow: + type: boolean + nullable: true + logoutUrl: + type: string + description: 'Specifies the URL that will be used by Microsoft''s authorization service to logout an user using front-channel, back-channel or SAML logout protocols.' + nullable: true + implicitGrantSettings: + $ref: '#/components/schemas/microsoft.graph.implicitGrantSettings' + example: + homePageUrl: string + redirectUris: + - string + oauth2AllowImplicitFlow: true + logoutUrl: string + implicitGrantSettings: + '@odata.type': microsoft.graph.implicitGrantSettings + microsoft.graph.onPremisesPublishing: + title: onPremisesPublishing + type: object + properties: + externalUrl: + type: string + nullable: true + internalUrl: + type: string + nullable: true + externalAuthenticationType: + $ref: '#/components/schemas/microsoft.graph.externalAuthenticationType' + isTranslateHostHeaderEnabled: + type: boolean + nullable: true + isTranslateLinksInBodyEnabled: + type: boolean + nullable: true + isOnPremPublishingEnabled: + type: boolean + nullable: true + applicationServerTimeout: + type: string + nullable: true + verifiedCustomDomainKeyCredential: + $ref: '#/components/schemas/microsoft.graph.keyCredential' + verifiedCustomDomainPasswordCredential: + $ref: '#/components/schemas/microsoft.graph.passwordCredential' + verifiedCustomDomainCertificatesMetadata: + $ref: '#/components/schemas/microsoft.graph.verifiedCustomDomainCertificatesMetadata' + singleSignOnSettings: + $ref: '#/components/schemas/microsoft.graph.onPremisesPublishingSingleSignOn' + applicationType: + type: string + nullable: true + isHttpOnlyCookieEnabled: + type: boolean + nullable: true + isSecureCookieEnabled: + type: boolean + nullable: true + isPersistentCookieEnabled: + type: boolean + nullable: true + alternateUrl: + type: string + nullable: true + useAlternateUrlForTranslationAndRedirect: + type: boolean + nullable: true + example: + externalUrl: string + internalUrl: string + externalAuthenticationType: + '@odata.type': microsoft.graph.externalAuthenticationType + isTranslateHostHeaderEnabled: true + isTranslateLinksInBodyEnabled: true + isOnPremPublishingEnabled: true + applicationServerTimeout: string + verifiedCustomDomainKeyCredential: + '@odata.type': microsoft.graph.keyCredential + verifiedCustomDomainPasswordCredential: + '@odata.type': microsoft.graph.passwordCredential + verifiedCustomDomainCertificatesMetadata: + '@odata.type': microsoft.graph.verifiedCustomDomainCertificatesMetadata + singleSignOnSettings: + '@odata.type': microsoft.graph.onPremisesPublishingSingleSignOn + applicationType: string + isHttpOnlyCookieEnabled: true + isSecureCookieEnabled: true + isPersistentCookieEnabled: true + alternateUrl: string + useAlternateUrlForTranslationAndRedirect: true + microsoft.graph.extensionProperty: + allOf: + - $ref: '#/components/schemas/microsoft.graph.directoryObject' + - title: extensionProperty + type: object + properties: + appDisplayName: + type: string + description: Display name of the application object on which this extension property is defined. Read-only. + nullable: true + name: + type: string + description: Name of the extension property. Not nullable. + dataType: + type: string + description: Specifies the data type of the value the extension property can hold. Following values are supported. Not nullable. Binary - 256 bytes maximumBooleanDateTime - Must be specified in ISO 8601 format. Will be stored in UTC.Integer - 32-bit value.LargeInteger - 64-bit value.String - 256 characters maximum + isSyncedFromOnPremises: + type: boolean + description: Indicates if this extension property was sycned from onpremises directory using Azure AD Connect. Read-only. + nullable: true + targetObjects: + type: array + items: + type: string + description: Following values are supported. Not nullable. UserGroupOrganizationDeviceApplication + description: Represents an Azure Active Directory object. The directoryObject type is the base type for many other directory entity types. + example: + id: string (identifier) + deletedDateTime: string (timestamp) + appDisplayName: string + name: string + dataType: string + isSyncedFromOnPremises: true + targetObjects: + - string + microsoft.graph.claimsMappingPolicy: + allOf: + - $ref: '#/components/schemas/microsoft.graph.stsPolicy' + - title: claimsMappingPolicy + type: object + description: Represents an Azure Active Directory object. The directoryObject type is the base type for many other directory entity types. + example: + id: string (identifier) + deletedDateTime: string (timestamp) + description: string + displayName: string + definition: + - string + isOrganizationDefault: true + appliesTo: + - '@odata.type': microsoft.graph.directoryObject + microsoft.graph.homeRealmDiscoveryPolicy: + allOf: + - $ref: '#/components/schemas/microsoft.graph.stsPolicy' + - title: homeRealmDiscoveryPolicy + type: object + description: Represents an Azure Active Directory object. The directoryObject type is the base type for many other directory entity types. + example: + id: string (identifier) + deletedDateTime: string (timestamp) + description: string + displayName: string + definition: + - string + isOrganizationDefault: true + appliesTo: + - '@odata.type': microsoft.graph.directoryObject + microsoft.graph.tokenIssuancePolicy: + allOf: + - $ref: '#/components/schemas/microsoft.graph.stsPolicy' + - title: tokenIssuancePolicy + type: object + description: Represents an Azure Active Directory object. The directoryObject type is the base type for many other directory entity types. + example: + id: string (identifier) + deletedDateTime: string (timestamp) + description: string + displayName: string + definition: + - string + isOrganizationDefault: true + appliesTo: + - '@odata.type': microsoft.graph.directoryObject + microsoft.graph.tokenLifetimePolicy: + allOf: + - $ref: '#/components/schemas/microsoft.graph.stsPolicy' + - title: tokenLifetimePolicy + type: object + description: Represents an Azure Active Directory object. The directoryObject type is the base type for many other directory entity types. + example: + id: string (identifier) + deletedDateTime: string (timestamp) + description: string + displayName: string + definition: + - string + isOrganizationDefault: true + appliesTo: + - '@odata.type': microsoft.graph.directoryObject + microsoft.graph.synchronization: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: synchronization + type: object + properties: + secrets: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.synchronizationSecretKeyStringValuePair' + jobs: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.synchronizationJob' + templates: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.synchronizationTemplate' + example: + id: string (identifier) + secrets: + - '@odata.type': microsoft.graph.synchronizationSecretKeyStringValuePair + jobs: + - '@odata.type': microsoft.graph.synchronizationJob + templates: + - '@odata.type': microsoft.graph.synchronizationTemplate + odata.error.main: + required: + - code + - message + type: object + properties: + code: + type: string + message: + type: string + target: + type: string + details: + type: array + items: + $ref: '#/components/schemas/odata.error.detail' + innererror: + type: object + description: The structure of this object is service-specific + microsoft.graph.preAuthorizedApplication: + title: preAuthorizedApplication + type: object + properties: + appId: + type: string + description: The unique identifier for the application. + permissionIds: + type: array + items: + type: string + example: + appId: string + permissionIds: + - string + microsoft.graph.permissionScope: + title: permissionScope + type: object + properties: + adminConsentDescription: + type: string + description: 'A description of the delegated permissions, intended to be read by an administrator granting the permission on behalf of all users. This text appears in tenant-wide admin consent experiences.' + nullable: true + adminConsentDisplayName: + type: string + description: 'The permission''s title, intended to be read by an administrator granting the permission on behalf of all users.' + nullable: true + id: + pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' + type: string + description: Unique delegated permission identifier inside the collection of delegated permissions defined for a resource application. + format: uuid + isEnabled: + type: boolean + description: 'When creating or updating a permission, this property must be set to true (which is the default). To delete a permission, this property must first be set to false. At that point, in a subsequent call, the permission may be removed.' + origin: + type: string + nullable: true + type: + type: string + description: 'Specifies whether this delegated permission should be considered safe for non-admin users to consent to on behalf of themselves, or whether an administrator should be required for consent to the permissions. This will be the default behavior, but each customer can choose to customize the behavior in their organization (by allowing, restricting or limiting user consent to this delegated permission.)' + nullable: true + userConsentDescription: + type: string + description: 'A description of the delegated permissions, intended to be read by a user granting the permission on their own behalf. This text appears in consent experiences where the user is consenting only on behalf of themselves.' + nullable: true + userConsentDisplayName: + type: string + description: 'A title for the permission, intended to be read by a user granting the permission on their own behalf. This text appears in consent experiences where the user is consenting only on behalf of themselves.' + nullable: true + value: + type: string + description: 'Specifies the value to include in the scp (scope) claim in access tokens. Must not exceed 120 characters in length. Allowed characters are : ! # $ % & '' ( ) * + , - . / : ; = ? @ [ ] ^ + _ { } ~, as well as characters in the ranges 0-9, A-Z and a-z. Any other character, including the space character, are not allowed.' + nullable: true + example: + adminConsentDescription: string + adminConsentDisplayName: string + id: string + isEnabled: true + origin: string + type: string + userConsentDescription: string + userConsentDisplayName: string + value: string + microsoft.graph.optionalClaim: + title: optionalClaim + type: object + properties: + name: + type: string + description: The name of the optional claim. + source: + type: string + description: 'The source (directory object) of the claim. There are predefined claims and user-defined claims from extension properties. If the source value is null, the claim is a predefined optional claim. If the source value is user, the value in the name property is the extension property from the user object.' + nullable: true + essential: + type: boolean + description: 'If the value is true, the claim specified by the client is necessary to ensure a smooth authorization experience for the specific task requested by the end user. The default value is false.' + additionalProperties: + type: array + items: + type: string + nullable: true + description: 'Additional properties of the claim. If a property exists in this collection, it modifies the behavior of the optional claim specified in the name property.' + example: + name: string + source: string + essential: true + additionalProperties: + - string + microsoft.graph.resourceAccess: + title: resourceAccess + type: object + properties: + id: + pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' + type: string + description: The unique identifier for one of the oauth2PermissionScopes or appRole instances that the resource application exposes. + format: uuid + type: + type: string + description: Specifies whether the id property references an oauth2PermissionScopes or an appRole. Possible values are Scope or Role. + nullable: true + example: + id: string + type: string + microsoft.graph.implicitGrantSettings: + title: implicitGrantSettings + type: object + properties: + enableIdTokenIssuance: + type: boolean + description: Specifies whether this web application can request an ID token using the OAuth 2.0 implicit flow. + nullable: true + enableAccessTokenIssuance: + type: boolean + description: Specifies whether this web application can request an access token using the OAuth 2.0 implicit flow. + nullable: true + example: + enableIdTokenIssuance: true + enableAccessTokenIssuance: true + microsoft.graph.externalAuthenticationType: + title: externalAuthenticationType + enum: + - passthru + - aadPreAuthentication + type: string + microsoft.graph.verifiedCustomDomainCertificatesMetadata: + title: verifiedCustomDomainCertificatesMetadata + type: object + properties: + thumbprint: + type: string + nullable: true + subjectName: + type: string + nullable: true + issuerName: + type: string + nullable: true + issueDate: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + expiryDate: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + example: + thumbprint: string + subjectName: string + issuerName: string + issueDate: string (timestamp) + expiryDate: string (timestamp) + microsoft.graph.onPremisesPublishingSingleSignOn: + title: onPremisesPublishingSingleSignOn + type: object + properties: + SingleSignOnMode: + $ref: '#/components/schemas/microsoft.graph.singleSignOnMode' + KerberosSignOnSettings: + $ref: '#/components/schemas/microsoft.graph.kerberosSignOnSettings' + example: + SingleSignOnMode: + '@odata.type': microsoft.graph.singleSignOnMode + KerberosSignOnSettings: + '@odata.type': microsoft.graph.kerberosSignOnSettings + microsoft.graph.stsPolicy: + allOf: + - $ref: '#/components/schemas/microsoft.graph.policyBase' + - title: stsPolicy + type: object + properties: + definition: + type: array + items: + type: string + description: A string collection containing a JSON string that defines the rules and settings for a policy. The syntax for the definition differs for each derived policy type. Required. + isOrganizationDefault: + type: boolean + description: 'If set to true, activates this policy. There can be many policies for the same policy type, but only one can be activated as the organization default. Optional, default value is false.' + nullable: true + appliesTo: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.directoryObject' + description: Represents an Azure Active Directory object. The directoryObject type is the base type for many other directory entity types. + example: + id: string (identifier) + deletedDateTime: string (timestamp) + description: string + displayName: string + definition: + - string + isOrganizationDefault: true + appliesTo: + - '@odata.type': microsoft.graph.directoryObject + microsoft.graph.synchronizationSecretKeyStringValuePair: + title: synchronizationSecretKeyStringValuePair + type: object + properties: + key: + $ref: '#/components/schemas/microsoft.graph.synchronizationSecret' + value: + type: string + nullable: true + example: + key: + '@odata.type': microsoft.graph.synchronizationSecret + value: string + microsoft.graph.synchronizationJob: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: synchronizationJob + type: object + properties: + schedule: + $ref: '#/components/schemas/microsoft.graph.synchronizationSchedule' + status: + $ref: '#/components/schemas/microsoft.graph.synchronizationStatus' + templateId: + type: string + nullable: true + synchronizationJobSettings: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.keyValuePair' + schema: + $ref: '#/components/schemas/microsoft.graph.synchronizationSchema' + example: + id: string (identifier) + schedule: + '@odata.type': microsoft.graph.synchronizationSchedule + status: + '@odata.type': microsoft.graph.synchronizationStatus + templateId: string + synchronizationJobSettings: + - '@odata.type': microsoft.graph.keyValuePair + schema: + '@odata.type': microsoft.graph.synchronizationSchema + microsoft.graph.synchronizationTemplate: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: synchronizationTemplate + type: object + properties: + applicationId: + pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' + type: string + format: uuid + default: + type: boolean + description: + type: string + nullable: true + discoverable: + type: boolean + factoryTag: + type: string + nullable: true + metadata: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.metadataEntry' + schema: + $ref: '#/components/schemas/microsoft.graph.synchronizationSchema' + example: + id: string (identifier) + applicationId: string + default: true + description: string + discoverable: true + factoryTag: string + metadata: + - '@odata.type': microsoft.graph.metadataEntry + schema: + '@odata.type': microsoft.graph.synchronizationSchema + odata.error.detail: + required: + - code + - message + type: object + properties: + code: + type: string + message: + type: string + target: + type: string + microsoft.graph.singleSignOnMode: + title: singleSignOnMode + enum: + - none + - onPremisesKerberos + - saml + type: string + microsoft.graph.kerberosSignOnSettings: + title: kerberosSignOnSettings + type: object + properties: + KerberosServicePrincipalName: + type: string + nullable: true + KerberosSignOnMappingAttributeType: + $ref: '#/components/schemas/microsoft.graph.kerberosSignOnMappingAttributeType' + example: + KerberosServicePrincipalName: string + KerberosSignOnMappingAttributeType: + '@odata.type': microsoft.graph.kerberosSignOnMappingAttributeType + microsoft.graph.policyBase: + allOf: + - $ref: '#/components/schemas/microsoft.graph.directoryObject' + - title: policyBase + type: object + properties: + description: + type: string + description: Description for this policy. + displayName: + type: string + description: Display name for this policy. + description: Represents an Azure Active Directory object. The directoryObject type is the base type for many other directory entity types. + example: + id: string (identifier) + deletedDateTime: string (timestamp) + description: string + displayName: string + microsoft.graph.synchronizationSecret: + title: synchronizationSecret + enum: + - None + - UserName + - Password + - SecretToken + - AppKey + - BaseAddress + - ClientIdentifier + - ClientSecret + - SingleSignOnType + - Sandbox + - Url + - Domain + - ConsumerKey + - ConsumerSecret + - TokenKey + - TokenExpiration + - Oauth2AccessToken + - Oauth2AccessTokenCreationTime + - Oauth2RefreshToken + - SyncAll + - InstanceName + - Oauth2ClientId + - Oauth2ClientSecret + - CompanyId + - UpdateKeyOnSoftDelete + - SynchronizationSchedule + - SystemOfRecord + - SandboxName + - EnforceDomain + - SyncNotificationSettings + - SkipOutOfScopeDeletions + - Oauth2AuthorizationCode + - Oauth2RedirectUri + - ApplicationTemplateIdentifier + - Server + - PerformInboundEntitlementGrants + - HardDeletesEnabled + - SyncAgentCompatibilityKey + - SyncAgentADContainer + - ValidateDomain + - TestReferences + type: string + microsoft.graph.synchronizationSchedule: + title: synchronizationSchedule + type: object + properties: + expiration: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + interval: + pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' + type: string + format: duration + state: + $ref: '#/components/schemas/microsoft.graph.synchronizationScheduleState' + example: + expiration: string (timestamp) + interval: string + state: + '@odata.type': microsoft.graph.synchronizationScheduleState + microsoft.graph.synchronizationStatus: + title: synchronizationStatus + type: object + properties: + countSuccessiveCompleteFailures: + type: integer + format: int64 + escrowsPruned: + type: boolean + code: + $ref: '#/components/schemas/microsoft.graph.synchronizationStatusCode' + lastExecution: + $ref: '#/components/schemas/microsoft.graph.synchronizationTaskExecution' + lastSuccessfulExecution: + $ref: '#/components/schemas/microsoft.graph.synchronizationTaskExecution' + lastSuccessfulExecutionWithExports: + $ref: '#/components/schemas/microsoft.graph.synchronizationTaskExecution' + progress: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.synchronizationProgress' + quarantine: + $ref: '#/components/schemas/microsoft.graph.synchronizationQuarantine' + steadyStateFirstAchievedTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + steadyStateLastAchievedTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + synchronizedEntryCountByType: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.stringKeyLongValuePair' + troubleshootingUrl: + type: string + nullable: true + example: + countSuccessiveCompleteFailures: integer + escrowsPruned: true + code: + '@odata.type': microsoft.graph.synchronizationStatusCode + lastExecution: + '@odata.type': microsoft.graph.synchronizationTaskExecution + lastSuccessfulExecution: + '@odata.type': microsoft.graph.synchronizationTaskExecution + lastSuccessfulExecutionWithExports: + '@odata.type': microsoft.graph.synchronizationTaskExecution + progress: + - '@odata.type': microsoft.graph.synchronizationProgress + quarantine: + '@odata.type': microsoft.graph.synchronizationQuarantine + steadyStateFirstAchievedTime: string (timestamp) + steadyStateLastAchievedTime: string (timestamp) + synchronizedEntryCountByType: + - '@odata.type': microsoft.graph.stringKeyLongValuePair + troubleshootingUrl: string + microsoft.graph.keyValuePair: + title: keyValuePair + type: object + properties: + name: + type: string + description: Name for this key-value pair + value: + type: string + description: Value for this key-value pair + nullable: true + example: + name: string + value: string + microsoft.graph.synchronizationSchema: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: synchronizationSchema + type: object + properties: + synchronizationRules: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.synchronizationRule' + version: + type: string + nullable: true + directories: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.directoryDefinition' + example: + id: string (identifier) + synchronizationRules: + - '@odata.type': microsoft.graph.synchronizationRule + version: string + directories: + - '@odata.type': microsoft.graph.directoryDefinition + microsoft.graph.metadataEntry: + title: metadataEntry + type: object + properties: + key: + type: string + nullable: true + value: + type: string + nullable: true + example: + key: string + value: string + microsoft.graph.kerberosSignOnMappingAttributeType: + title: kerberosSignOnMappingAttributeType + enum: + - userPrincipalName + - onPremisesUserPrincipalName + - userPrincipalUsername + - onPremisesUserPrincipalUsername + - onPremisesSAMAccountName + type: string + microsoft.graph.synchronizationScheduleState: + title: synchronizationScheduleState + enum: + - Active + - Disabled + - Paused + type: string + microsoft.graph.synchronizationStatusCode: + title: synchronizationStatusCode + enum: + - NotConfigured + - NotRun + - Active + - Paused + - Quarantine + type: string + microsoft.graph.synchronizationTaskExecution: + title: synchronizationTaskExecution + type: object + properties: + activityIdentifier: + type: string + nullable: true + countEntitled: + type: integer + format: int64 + countEntitledForProvisioning: + type: integer + format: int64 + countEscrowed: + type: integer + format: int64 + countEscrowedRaw: + type: integer + format: int64 + countExported: + type: integer + format: int64 + countExports: + type: integer + format: int64 + countImported: + type: integer + format: int64 + countImportedDeltas: + type: integer + format: int64 + countImportedReferenceDeltas: + type: integer + format: int64 + state: + $ref: '#/components/schemas/microsoft.graph.synchronizationTaskExecutionResult' + error: + $ref: '#/components/schemas/microsoft.graph.synchronizationError' + timeBegan: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + timeEnded: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + example: + activityIdentifier: string + countEntitled: integer + countEntitledForProvisioning: integer + countEscrowed: integer + countEscrowedRaw: integer + countExported: integer + countExports: integer + countImported: integer + countImportedDeltas: integer + countImportedReferenceDeltas: integer + state: + '@odata.type': microsoft.graph.synchronizationTaskExecutionResult + error: + '@odata.type': microsoft.graph.synchronizationError + timeBegan: string (timestamp) + timeEnded: string (timestamp) + microsoft.graph.synchronizationProgress: + title: synchronizationProgress + type: object + properties: + completedUnits: + type: integer + format: int64 + progressObservationDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + totalUnits: + type: integer + format: int64 + units: + type: string + nullable: true + example: + completedUnits: integer + progressObservationDateTime: string (timestamp) + totalUnits: integer + units: string + microsoft.graph.synchronizationQuarantine: + title: synchronizationQuarantine + type: object + properties: + currentBegan: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nextAttempt: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + reason: + $ref: '#/components/schemas/microsoft.graph.quarantineReason' + error: + $ref: '#/components/schemas/microsoft.graph.synchronizationError' + seriesBegan: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + seriesCount: + type: integer + format: int64 + example: + currentBegan: string (timestamp) + nextAttempt: string (timestamp) + reason: + '@odata.type': microsoft.graph.quarantineReason + error: + '@odata.type': microsoft.graph.synchronizationError + seriesBegan: string (timestamp) + seriesCount: integer + microsoft.graph.stringKeyLongValuePair: + title: stringKeyLongValuePair + type: object + properties: + key: + type: string + nullable: true + value: + type: integer + format: int64 + example: + key: string + value: integer + microsoft.graph.synchronizationRule: + title: synchronizationRule + type: object + properties: + editable: + type: boolean + id: + type: string + nullable: true + metadata: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.stringKeyStringValuePair' + name: + type: string + nullable: true + objectMappings: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.objectMapping' + priority: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + sourceDirectoryName: + type: string + nullable: true + targetDirectoryName: + type: string + nullable: true + example: + editable: true + id: string + metadata: + - '@odata.type': microsoft.graph.stringKeyStringValuePair + name: string + objectMappings: + - '@odata.type': microsoft.graph.objectMapping + priority: integer + sourceDirectoryName: string + targetDirectoryName: string + microsoft.graph.directoryDefinition: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: directoryDefinition type: object properties: - displayName: + discoveryDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string + format: date-time nullable: true - resourceName: + discoverabilities: + $ref: '#/components/schemas/microsoft.graph.directoryDefinitionDiscoverabilities' + name: type: string nullable: true - publishingType: - $ref: '#/components/schemas/microsoft.graph.onPremisesPublishingType' - agentGroups: + objects: type: array items: - $ref: '#/components/schemas/microsoft.graph.onPremisesAgentGroup' + $ref: '#/components/schemas/microsoft.graph.objectDefinition' + readOnly: + type: boolean + version: + type: string + nullable: true example: id: string (identifier) - displayName: string - resourceName: string - publishingType: - '@odata.type': microsoft.graph.onPremisesPublishingType - agentGroups: - - '@odata.type': microsoft.graph.onPremisesAgentGroup - microsoft.graph.entity: - title: entity + discoveryDateTime: string (timestamp) + discoverabilities: + '@odata.type': microsoft.graph.directoryDefinitionDiscoverabilities + name: string + objects: + - '@odata.type': microsoft.graph.objectDefinition + readOnly: true + version: string + microsoft.graph.synchronizationTaskExecutionResult: + title: synchronizationTaskExecutionResult + enum: + - Succeeded + - Failed + - EntryLevelErrors + type: string + microsoft.graph.synchronizationError: + title: synchronizationError type: object properties: - id: + code: type: string - description: Read-only. + nullable: true + message: + type: string + nullable: true + tenantActionable: + type: boolean example: - id: string (identifier) - microsoft.graph.hybridAgentUpdaterConfiguration: - title: hybridAgentUpdaterConfiguration + code: string + message: string + tenantActionable: true + microsoft.graph.quarantineReason: + title: quarantineReason + enum: + - EncounteredBaseEscrowThreshold + - EncounteredTotalEscrowThreshold + - EncounteredEscrowProportionThreshold + - EncounteredQuarantineException + - Unknown + - QuarantinedOnDemand + - TooManyDeletes + - IngestionInterrupted + type: string + microsoft.graph.stringKeyStringValuePair: + title: stringKeyStringValuePair type: object properties: - deferUpdateDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + key: type: string - format: date-time nullable: true - updateWindow: - $ref: '#/components/schemas/microsoft.graph.updateWindow' - allowUpdateConfigurationOverride: + value: + type: string + nullable: true + example: + key: string + value: string + microsoft.graph.objectMapping: + title: objectMapping + type: object + properties: + attributeMappings: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.attributeMapping' + enabled: type: boolean + flowTypes: + $ref: '#/components/schemas/microsoft.graph.objectFlowTypes' + metadata: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.metadataEntry' + name: + type: string + nullable: true + scope: + $ref: '#/components/schemas/microsoft.graph.filter' + sourceObjectName: + type: string + nullable: true + targetObjectName: + type: string + nullable: true example: - deferUpdateDateTime: string (timestamp) - updateWindow: - '@odata.type': microsoft.graph.updateWindow - allowUpdateConfigurationOverride: true - microsoft.graph.onPremisesPublishingType: - title: onPremisesPublishingType + attributeMappings: + - '@odata.type': microsoft.graph.attributeMapping + enabled: true + flowTypes: + '@odata.type': microsoft.graph.objectFlowTypes + metadata: + - '@odata.type': microsoft.graph.metadataEntry + name: string + scope: + '@odata.type': microsoft.graph.filter + sourceObjectName: string + targetObjectName: string + microsoft.graph.directoryDefinitionDiscoverabilities: + title: directoryDefinitionDiscoverabilities enum: - - appProxy - - exchangeOnline - - authentication - - provisioning - - intunePfx - - oflineDomainJoin - - unknownFutureValue + - None + - AttributeNames + - AttributeDataTypes + - AttributeReadOnly + - ReferenceAttributes + - UnknownFutureValue type: string - microsoft.graph.agentStatus: - title: agentStatus + microsoft.graph.objectDefinition: + title: objectDefinition + type: object + properties: + attributes: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.attributeDefinition' + metadata: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.metadataEntry' + name: + type: string + nullable: true + supportedApis: + type: array + items: + type: string + nullable: true + example: + attributes: + - '@odata.type': microsoft.graph.attributeDefinition + metadata: + - '@odata.type': microsoft.graph.metadataEntry + name: string + supportedApis: + - string + microsoft.graph.attributeMapping: + title: attributeMapping + type: object + properties: + defaultValue: + type: string + nullable: true + exportMissingReferences: + type: boolean + flowBehavior: + $ref: '#/components/schemas/microsoft.graph.attributeFlowBehavior' + flowType: + $ref: '#/components/schemas/microsoft.graph.attributeFlowType' + matchingPriority: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + source: + $ref: '#/components/schemas/microsoft.graph.attributeMappingSource' + targetAttributeName: + type: string + nullable: true + example: + defaultValue: string + exportMissingReferences: true + flowBehavior: + '@odata.type': microsoft.graph.attributeFlowBehavior + flowType: + '@odata.type': microsoft.graph.attributeFlowType + matchingPriority: integer + source: + '@odata.type': microsoft.graph.attributeMappingSource + targetAttributeName: string + microsoft.graph.objectFlowTypes: + title: objectFlowTypes enum: - - active - - inactive + - None + - Add + - Update + - Delete type: string - odata.error: - required: - - error + microsoft.graph.filter: + title: filter type: object properties: - error: - $ref: '#/components/schemas/odata.error.main' - microsoft.graph.updateWindow: - title: updateWindow + groups: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.filterGroup' + inputFilterGroups: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.filterGroup' + categoryFilterGroups: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.filterGroup' + example: + groups: + - '@odata.type': microsoft.graph.filterGroup + inputFilterGroups: + - '@odata.type': microsoft.graph.filterGroup + categoryFilterGroups: + - '@odata.type': microsoft.graph.filterGroup + microsoft.graph.attributeDefinition: + title: attributeDefinition type: object properties: - updateWindowStartTime: - pattern: '^([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?$' + anchor: + type: boolean + apiExpressions: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.stringKeyStringValuePair' + caseExact: + type: boolean + defaultValue: type: string - format: time nullable: true - updateWindowEndTime: - pattern: '^([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?$' + metadata: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.metadataEntry' + multivalued: + type: boolean + mutability: + $ref: '#/components/schemas/microsoft.graph.mutability' + name: type: string - format: time nullable: true + required: + type: boolean + referencedObjects: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.referencedObject' + type: + $ref: '#/components/schemas/microsoft.graph.attributeType' example: - updateWindowStartTime: string (timestamp) - updateWindowEndTime: string (timestamp) - odata.error.main: - required: - - code - - message + anchor: true + apiExpressions: + - '@odata.type': microsoft.graph.stringKeyStringValuePair + caseExact: true + defaultValue: string + metadata: + - '@odata.type': microsoft.graph.metadataEntry + multivalued: true + mutability: + '@odata.type': microsoft.graph.mutability + name: string + required: true + referencedObjects: + - '@odata.type': microsoft.graph.referencedObject + type: + '@odata.type': microsoft.graph.attributeType + microsoft.graph.attributeFlowBehavior: + title: attributeFlowBehavior + enum: + - FlowWhenChanged + - FlowAlways + type: string + microsoft.graph.attributeFlowType: + title: attributeFlowType + enum: + - Always + - ObjectAddOnly + - MultiValueAddOnly + - ValueAddOnly + - AttributeAddOnly + type: string + microsoft.graph.attributeMappingSource: + title: attributeMappingSource type: object properties: - code: - type: string - message: + expression: type: string - target: + nullable: true + name: type: string - details: + nullable: true + parameters: type: array items: - $ref: '#/components/schemas/odata.error.detail' - innererror: - type: object - description: The structure of this object is service-specific - odata.error.detail: - required: - - code - - message + $ref: '#/components/schemas/microsoft.graph.stringKeyAttributeMappingSourceValuePair' + type: + $ref: '#/components/schemas/microsoft.graph.attributeMappingSourceType' + example: + expression: string + name: string + parameters: + - '@odata.type': microsoft.graph.stringKeyAttributeMappingSourceValuePair + type: + '@odata.type': microsoft.graph.attributeMappingSourceType + microsoft.graph.filterGroup: + title: filterGroup type: object properties: - code: + clauses: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.filterClause' + name: type: string - message: + nullable: true + example: + clauses: + - '@odata.type': microsoft.graph.filterClause + name: string + microsoft.graph.mutability: + title: mutability + enum: + - ReadWrite + - ReadOnly + - Immutable + - WriteOnly + type: string + microsoft.graph.referencedObject: + title: referencedObject + type: object + properties: + referencedObjectName: type: string - target: + nullable: true + referencedProperty: + type: string + nullable: true + example: + referencedObjectName: string + referencedProperty: string + microsoft.graph.attributeType: + title: attributeType + enum: + - String + - Integer + - Reference + - Binary + - Boolean + - DateTime + type: string + microsoft.graph.stringKeyAttributeMappingSourceValuePair: + title: stringKeyAttributeMappingSourceValuePair + type: object + properties: + key: + type: string + nullable: true + value: + $ref: '#/components/schemas/microsoft.graph.attributeMappingSource' + example: + key: string + value: + '@odata.type': microsoft.graph.attributeMappingSource + microsoft.graph.attributeMappingSourceType: + title: attributeMappingSourceType + enum: + - Attribute + - Constant + - Function + type: string + microsoft.graph.filterClause: + title: filterClause + type: object + properties: + operatorName: + type: string + nullable: true + sourceOperandName: type: string + nullable: true + targetOperand: + $ref: '#/components/schemas/microsoft.graph.filterOperand' + example: + operatorName: string + sourceOperandName: string + targetOperand: + '@odata.type': microsoft.graph.filterOperand + microsoft.graph.filterOperand: + title: filterOperand + type: object + properties: + values: + type: array + items: + type: string + nullable: true + example: + values: + - string responses: error: description: error diff --git a/openApiDocs/beta/Identity.Policies.yml b/openApiDocs/beta/Identity.Policies.yml index b70652a3f55..37166c4e9db 100644 --- a/openApiDocs/beta/Identity.Policies.yml +++ b/openApiDocs/beta/Identity.Policies.yml @@ -24,6 +24,7 @@ paths: items: enum: - id + - authenticationFlowsPolicy - activityBasedTimeoutPolicies - claimsMappingPolicies - homeRealmDiscoveryPolicies @@ -44,6 +45,7 @@ paths: items: enum: - '*' + - authenticationFlowsPolicy - activityBasedTimeoutPolicies - claimsMappingPolicies - homeRealmDiscoveryPolicies @@ -61,6 +63,10 @@ paths: schema: $ref: '#/components/schemas/microsoft.graph.policyRoot' links: + authenticationFlowsPolicy: + operationId: policies.GetAuthenticationFlowsPolicy + parameters: + authenticationFlowsPolicy-id: $response.body#/id activityBasedTimeoutPolicies: operationId: policies.GetActivityBasedTimeoutPolicies parameters: @@ -367,6 +373,67 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation + /policies/authenticationFlowsPolicy: + get: + tags: + - policies.authenticationFlowsPolicy + summary: Get authenticationFlowsPolicy from policies + operationId: policies_GetAuthenticationFlowsPolicy + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - selfServiceSignUp + - displayName + - description + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.authenticationFlowsPolicy' + default: + $ref: '#/components/responses/error' + patch: + tags: + - policies.authenticationFlowsPolicy + summary: Update the navigation property authenticationFlowsPolicy in policies + operationId: policies_UpdateAuthenticationFlowsPolicy + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.authenticationFlowsPolicy' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation /policies/claimsMappingPolicies: get: tags: @@ -1390,6 +1457,8 @@ components: - title: policyRoot type: object properties: + authenticationFlowsPolicy: + $ref: '#/components/schemas/microsoft.graph.authenticationFlowsPolicy' activityBasedTimeoutPolicies: type: array items: @@ -1420,6 +1489,8 @@ components: $ref: '#/components/schemas/microsoft.graph.conditionalAccessPolicy' example: id: string (identifier) + authenticationFlowsPolicy: + '@odata.type': microsoft.graph.authenticationFlowsPolicy activityBasedTimeoutPolicies: - '@odata.type': microsoft.graph.activityBasedTimeoutPolicy claimsMappingPolicies: @@ -1487,6 +1558,26 @@ components: requestDurationInDays: integer reviewers: - '@odata.type': microsoft.graph.accessReviewScope + microsoft.graph.authenticationFlowsPolicy: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: authenticationFlowsPolicy + type: object + properties: + selfServiceSignUp: + $ref: '#/components/schemas/microsoft.graph.selfServiceSignUpAuthenticationFlowConfiguration' + displayName: + type: string + nullable: true + description: + type: string + nullable: true + example: + id: string (identifier) + selfServiceSignUp: + '@odata.type': microsoft.graph.selfServiceSignUpAuthenticationFlowConfiguration + displayName: string + description: string microsoft.graph.claimsMappingPolicy: allOf: - $ref: '#/components/schemas/microsoft.graph.stsPolicy' @@ -1661,6 +1752,14 @@ components: example: query: string queryType: string + microsoft.graph.selfServiceSignUpAuthenticationFlowConfiguration: + title: selfServiceSignUpAuthenticationFlowConfiguration + type: object + properties: + isEnabled: + type: boolean + example: + isEnabled: true microsoft.graph.conditionalAccessPolicyState: title: conditionalAccessPolicyState enum: @@ -1680,6 +1779,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.riskLevel' + userRiskLevels: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.riskLevel' platforms: $ref: '#/components/schemas/microsoft.graph.conditionalAccessPlatforms' locations: @@ -1699,6 +1802,8 @@ components: '@odata.type': microsoft.graph.conditionalAccessUsers signInRiskLevels: - '@odata.type': microsoft.graph.riskLevel + userRiskLevels: + - '@odata.type': microsoft.graph.riskLevel platforms: '@odata.type': microsoft.graph.conditionalAccessPlatforms locations: @@ -1916,6 +2021,7 @@ components: - easSupported - easUnsupported - other + - unknownFutureValue type: string microsoft.graph.conditionalAccessDeviceStates: title: conditionalAccessDeviceStates @@ -1960,6 +2066,8 @@ components: - domainJoinedDevice - approvedApplication - compliantApplication + - passwordChange + - unknownFutureValue type: string microsoft.graph.applicationEnforcedRestrictionsSessionControl: allOf: @@ -2039,6 +2147,7 @@ components: - windowsPhone - macOS - all + - unknownFutureValue type: string microsoft.graph.conditionalAccessSessionControl: title: conditionalAccessSessionControl @@ -2055,6 +2164,7 @@ components: - mcasConfigured - monitorOnly - blockDownloads + - unknownFutureValue type: string microsoft.graph.signinFrequencyType: title: signinFrequencyType diff --git a/openApiDocs/beta/Identity.ServicePrincipal.yml b/openApiDocs/beta/Identity.ServicePrincipal.yml index aaf62ccdc7d..b63d1096f6c 100644 --- a/openApiDocs/beta/Identity.ServicePrincipal.yml +++ b/openApiDocs/beta/Identity.ServicePrincipal.yml @@ -38,6 +38,8 @@ paths: - addIns desc - alternativeNames - alternativeNames desc + - appDescription + - appDescription desc - appDisplayName - appDisplayName desc - appId @@ -50,6 +52,8 @@ paths: - appRoleAssignmentRequired desc - appRoles - appRoles desc + - description + - description desc - displayName - displayName desc - errorUrl @@ -64,6 +68,8 @@ paths: - loginUrl desc - logoutUrl - logoutUrl desc + - notes + - notes desc - notificationEmailAddresses - notificationEmailAddresses desc - publishedPermissionScopes @@ -110,12 +116,14 @@ paths: - accountEnabled - addIns - alternativeNames + - appDescription - appDisplayName - appId - applicationTemplateId - appOwnerOrganizationId - appRoleAssignmentRequired - appRoles + - description - displayName - errorUrl - homepage @@ -123,6 +131,7 @@ paths: - keyCredentials - loginUrl - logoutUrl + - notes - notificationEmailAddresses - publishedPermissionScopes - passwordCredentials @@ -253,12 +262,14 @@ paths: - accountEnabled - addIns - alternativeNames + - appDescription - appDisplayName - appId - applicationTemplateId - appOwnerOrganizationId - appRoleAssignmentRequired - appRoles + - description - displayName - errorUrl - homepage @@ -266,6 +277,7 @@ paths: - keyCredentials - loginUrl - logoutUrl + - notes - notificationEmailAddresses - publishedPermissionScopes - passwordCredentials @@ -4994,6 +5006,9 @@ components: items: type: string description: 'Used to retrieve service principals by subscription, identify resource group and full resource ids for managed identities.' + appDescription: + type: string + nullable: true appDisplayName: type: string description: The display name exposed by the associated application. @@ -5020,6 +5035,9 @@ components: items: $ref: '#/components/schemas/microsoft.graph.appRole' 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. + description: + type: string + nullable: true displayName: type: string description: The display name for the service principal. @@ -5046,6 +5064,9 @@ components: type: string description: 'Specifies the URL that will be used by Microsoft''s authorization service to logout an user using OpenId Connect front-channel, back-channel or SAML logout protocols.' nullable: true + notes: + type: string + nullable: true notificationEmailAddresses: type: array items: @@ -5183,6 +5204,7 @@ components: - '@odata.type': microsoft.graph.addIn alternativeNames: - string + appDescription: string appDisplayName: string appId: string applicationTemplateId: string @@ -5190,6 +5212,7 @@ components: appRoleAssignmentRequired: true appRoles: - '@odata.type': microsoft.graph.appRole + description: string displayName: string errorUrl: string homepage: string @@ -5199,6 +5222,7 @@ components: - '@odata.type': microsoft.graph.keyCredential loginUrl: string logoutUrl: string + notes: string notificationEmailAddresses: - string publishedPermissionScopes: diff --git a/openApiDocs/beta/Reports.yml b/openApiDocs/beta/Reports.yml index 5de0dcf0031..d9a26fc6ce2 100644 --- a/openApiDocs/beta/Reports.yml +++ b/openApiDocs/beta/Reports.yml @@ -7595,6 +7595,9 @@ components: type: integer format: int64 nullable: true + networkDisplayName: + type: string + nullable: true reportPeriod: type: string nullable: true @@ -7611,6 +7614,7 @@ components: postedCount: integer readCount: integer likedCount: integer + networkDisplayName: string reportPeriod: string microsoft.graph.yammerGroupsActivityGroupCounts: allOf: diff --git a/openApiDocs/beta/Security.yml b/openApiDocs/beta/Security.yml index 34b41ffcc1a..a9864fffbf9 100644 --- a/openApiDocs/beta/Security.yml +++ b/openApiDocs/beta/Security.yml @@ -197,6 +197,8 @@ paths: - historyStates desc - hostStates - hostStates desc + - incidentIds + - incidentIds desc - lastModifiedDateTime - lastModifiedDateTime desc - malwareStates @@ -209,6 +211,8 @@ paths: - recommendedActions desc - registryKeyStates - registryKeyStates desc + - securityResources + - securityResources desc - severity - severity desc - sourceMaterials @@ -256,12 +260,14 @@ paths: - fileStates - historyStates - hostStates + - incidentIds - lastModifiedDateTime - malwareStates - networkConnections - processes - recommendedActions - registryKeyStates + - securityResources - severity - sourceMaterials - status @@ -369,12 +375,14 @@ paths: - fileStates - historyStates - hostStates + - incidentIds - lastModifiedDateTime - malwareStates - networkConnections - processes - recommendedActions - registryKeyStates + - securityResources - severity - sourceMaterials - status @@ -3371,6 +3379,12 @@ components: items: $ref: '#/components/schemas/microsoft.graph.hostSecurityState' description: Security-related stateful information generated by the provider about the host(s) related to this alert. + incidentIds: + type: array + items: + type: string + nullable: true + description: IDs of incidents related to current alert. lastModifiedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string @@ -3403,6 +3417,11 @@ components: items: $ref: '#/components/schemas/microsoft.graph.registryKeyState' description: Security-related stateful information generated by the provider about the registry keys related to this alert. + securityResources: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.securityResource' + description: 'Resources related to current alert. For example, for some alerts this can have the Azure Resource value.' severity: $ref: '#/components/schemas/microsoft.graph.alertSeverity' sourceMaterials: @@ -3466,6 +3485,8 @@ components: - '@odata.type': microsoft.graph.alertHistoryState hostStates: - '@odata.type': microsoft.graph.hostSecurityState + incidentIds: + - string lastModifiedDateTime: string (timestamp) malwareStates: - '@odata.type': microsoft.graph.malwareState @@ -3477,6 +3498,8 @@ components: - string registryKeyStates: - '@odata.type': microsoft.graph.registryKeyState + securityResources: + - '@odata.type': microsoft.graph.securityResource severity: '@odata.type': microsoft.graph.alertSeverity sourceMaterials: @@ -4784,7 +4807,7 @@ components: properties: applicationName: type: string - description: 'Name of the application managing the network connection (for example, Facebook, SMTP, etc.).' + description: 'Name of the application managing the network connection (for example, Facebook or SMTP).' nullable: true destinationAddress: type: string @@ -4794,6 +4817,10 @@ components: type: string description: Destination domain portion of the destination URL. (for example 'www.contoso.com'). nullable: true + destinationLocation: + type: string + description: Location (by IP address mapping) associated with the destination of a network connection. + nullable: true destinationPort: type: string description: Destination port (of the network connection). @@ -4840,6 +4867,10 @@ components: type: string description: Source (i.e. origin) IP address (of the network connection). nullable: true + sourceLocation: + type: string + description: Location (by IP address mapping) associated with the source of a network connection. + nullable: true sourcePort: type: string description: Source (i.e. origin) IP port (of the network connection). @@ -4854,6 +4885,7 @@ components: applicationName: string destinationAddress: string destinationDomain: string + destinationLocation: string destinationPort: string destinationUrl: string direction: @@ -4868,6 +4900,7 @@ components: '@odata.type': microsoft.graph.securityNetworkProtocol riskScore: string sourceAddress: string + sourceLocation: string sourcePort: string status: '@odata.type': microsoft.graph.connectionStatus @@ -5000,6 +5033,20 @@ components: valueName: string valueType: '@odata.type': microsoft.graph.registryValueType + microsoft.graph.securityResource: + title: securityResource + type: object + properties: + resource: + type: string + description: Name of the resource that is related to current alert. Required. + nullable: true + resourceType: + $ref: '#/components/schemas/microsoft.graph.securityResourceType' + example: + resource: string + resourceType: + '@odata.type': microsoft.graph.securityResourceType microsoft.graph.alertSeverity: title: alertSeverity enum: @@ -5646,6 +5693,14 @@ components: - sz - unknownFutureValue type: string + microsoft.graph.securityResourceType: + title: securityResourceType + enum: + - unknown + - attacked + - related + - unknownFutureValue + type: string microsoft.graph.emailRole: title: emailRole enum: diff --git a/openApiDocs/beta/Sites.Actions.yml b/openApiDocs/beta/Sites.Actions.yml index 740b2613018..5a66c9a337b 100644 --- a/openApiDocs/beta/Sites.Actions.yml +++ b/openApiDocs/beta/Sites.Actions.yml @@ -7494,9 +7494,11 @@ components: nullable: true externalUserState: type: string + description: 'For an external user invited to the tenant using the invitation API, this property represents the invited user''s invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. Returned only on $select. Supports $filter with the supported values. For example: $filter=externalUserState eq ''PendingAcceptance''.' nullable: true externalUserStateChangeDateTime: type: string + description: Shows the timestamp for the latest change to the externalUserState property. Returned only on $select. nullable: true userType: type: string @@ -9768,6 +9770,7 @@ components: nullable: true onPremisesDomainName: type: string + description: 'Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect.Returned by default. Read-only.' nullable: true onPremisesLastSyncDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' @@ -9777,6 +9780,7 @@ components: nullable: true onPremisesNetBiosName: type: string + description: Contains the on-premises netBios name synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect.Returned by default. Read-only. nullable: true onPremisesProvisioningErrors: type: array @@ -9785,6 +9789,7 @@ components: description: Errors when using Microsoft synchronization product during provisioning. Returned by default. onPremisesSamAccountName: type: string + description: Contains the on-premises SAM account name synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect.Returned by default. Read-only. nullable: true onPremisesSecurityIdentifier: type: string @@ -11954,12 +11959,16 @@ components: type: boolean contributionToContentDiscoveryAsOrganizationDisabled: type: boolean + regionalAndLanguageSettings: + $ref: '#/components/schemas/microsoft.graph.regionalAndLanguageSettings' shiftPreferences: $ref: '#/components/schemas/microsoft.graph.shiftPreferences' example: id: string (identifier) contributionToContentDiscoveryDisabled: true contributionToContentDiscoveryAsOrganizationDisabled: true + regionalAndLanguageSettings: + '@odata.type': microsoft.graph.regionalAndLanguageSettings shiftPreferences: '@odata.type': microsoft.graph.shiftPreferences microsoft.graph.profile: @@ -11972,6 +11981,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.userAccountInformation' + addresses: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.itemAddress' anniversaries: type: array items: @@ -12008,6 +12021,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.projectParticipation' + notes: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.personAnnotation' skills: type: array items: @@ -12024,6 +12041,8 @@ components: id: string (identifier) account: - '@odata.type': microsoft.graph.userAccountInformation + addresses: + - '@odata.type': microsoft.graph.itemAddress anniversaries: - '@odata.type': microsoft.graph.personAnniversary educationalActivities: @@ -12042,6 +12061,8 @@ components: - '@odata.type': microsoft.graph.workPosition projects: - '@odata.type': microsoft.graph.projectParticipation + notes: + - '@odata.type': microsoft.graph.personAnnotation skills: - '@odata.type': microsoft.graph.skillProficiency webAccounts: @@ -12174,6 +12195,8 @@ components: type: string description: The display name for the device. Required. nullable: true + extensionAttributes: + $ref: '#/components/schemas/microsoft.graph.onPremisesExtensionAttributes' isCompliant: type: boolean description: 'true if the device complies with Mobile Device Management (MDM) policies; otherwise, false. Read-only. This can only be updated by Intune for any device OS type or by an approved MDM app for Windows OS devices.' @@ -12277,6 +12300,8 @@ components: deviceMetadata: string deviceVersion: integer displayName: string + extensionAttributes: + '@odata.type': microsoft.graph.onPremisesExtensionAttributes isCompliant: true isManaged: true onPremisesLastSyncDateTime: string (timestamp) @@ -12547,6 +12572,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.user' + members: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.conversationMember' channels: type: array items: @@ -12554,10 +12583,6 @@ components: description: The collection of channels & messages associated with the team. primaryChannel: $ref: '#/components/schemas/microsoft.graph.channel' - apps: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.teamsCatalogApp' installedApps: type: array items: @@ -12599,12 +12624,12 @@ components: '@odata.type': microsoft.graph.profilePhoto owners: - '@odata.type': microsoft.graph.user + members: + - '@odata.type': microsoft.graph.conversationMember channels: - '@odata.type': microsoft.graph.channel primaryChannel: '@odata.type': microsoft.graph.channel - apps: - - '@odata.type': microsoft.graph.teamsCatalogApp installedApps: - '@odata.type': microsoft.graph.teamsAppInstallation operations: @@ -16560,6 +16585,40 @@ components: '@odata.type': microsoft.graph.resourceReference resource: '@odata.type': microsoft.graph.entity + microsoft.graph.regionalAndLanguageSettings: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: regionalAndLanguageSettings + type: object + properties: + defaultDisplayLanguage: + $ref: '#/components/schemas/microsoft.graph.localeInfo' + authoringLanguages: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.localeInfo' + defaultTranslationLanguage: + $ref: '#/components/schemas/microsoft.graph.localeInfo' + defaultSpeechInputLanguage: + $ref: '#/components/schemas/microsoft.graph.localeInfo' + defaultRegionalFormat: + $ref: '#/components/schemas/microsoft.graph.localeInfo' + regionalFormatOverrides: + $ref: '#/components/schemas/microsoft.graph.regionalFormatOverrides' + example: + id: string (identifier) + defaultDisplayLanguage: + '@odata.type': microsoft.graph.localeInfo + authoringLanguages: + - '@odata.type': microsoft.graph.localeInfo + defaultTranslationLanguage: + '@odata.type': microsoft.graph.localeInfo + defaultSpeechInputLanguage: + '@odata.type': microsoft.graph.localeInfo + defaultRegionalFormat: + '@odata.type': microsoft.graph.localeInfo + regionalFormatOverrides: + '@odata.type': microsoft.graph.regionalFormatOverrides microsoft.graph.shiftPreferences: allOf: - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' @@ -16605,11 +16664,45 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource ageGroup: string countryCode: string preferredLanguageTag: '@odata.type': microsoft.graph.localeInfo userPrincipalName: string + microsoft.graph.itemAddress: + allOf: + - $ref: '#/components/schemas/microsoft.graph.itemFacet' + - title: itemAddress + type: object + properties: + displayName: + type: string + nullable: true + detail: + $ref: '#/components/schemas/microsoft.graph.physicalAddress' + geoCoordinates: + $ref: '#/components/schemas/microsoft.graph.geoCoordinates' + example: + id: string (identifier) + allowedAudiences: + '@odata.type': microsoft.graph.allowedAudiences + inference: + '@odata.type': microsoft.graph.inferenceData + createdDateTime: string (timestamp) + createdBy: + '@odata.type': microsoft.graph.identitySet + lastModifiedDateTime: string (timestamp) + lastModifiedBy: + '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource + displayName: string + detail: + '@odata.type': microsoft.graph.physicalAddress + geoCoordinates: + '@odata.type': microsoft.graph.geoCoordinates microsoft.graph.personAnniversary: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -16635,6 +16728,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource type: '@odata.type': microsoft.graph.anniversaryType date: string (timestamp) @@ -16675,6 +16770,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource completionMonthYear: string (timestamp) endMonthYear: string (timestamp) institution: @@ -16707,6 +16804,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource address: string displayName: string type: @@ -16730,6 +16829,11 @@ components: webUrl: type: string nullable: true + collaborationTags: + type: array + items: + type: string + nullable: true example: id: string (identifier) allowedAudiences: @@ -16742,11 +16846,15 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource categories: - string description: string displayName: string webUrl: string + collaborationTags: + - string microsoft.graph.languageProficiency: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -16759,6 +16867,12 @@ components: type: string proficiency: $ref: '#/components/schemas/microsoft.graph.languageProficiencyLevel' + spoken: + $ref: '#/components/schemas/microsoft.graph.languageProficiencyLevel' + written: + $ref: '#/components/schemas/microsoft.graph.languageProficiencyLevel' + reading: + $ref: '#/components/schemas/microsoft.graph.languageProficiencyLevel' example: id: string (identifier) allowedAudiences: @@ -16771,10 +16885,18 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource displayName: string tag: string proficiency: '@odata.type': microsoft.graph.languageProficiencyLevel + spoken: + '@odata.type': microsoft.graph.languageProficiencyLevel + written: + '@odata.type': microsoft.graph.languageProficiencyLevel + reading: + '@odata.type': microsoft.graph.languageProficiencyLevel microsoft.graph.personName: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -16822,6 +16944,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource displayName: string first: string initials: string @@ -16859,6 +16983,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource displayName: string type: '@odata.type': microsoft.graph.phoneType @@ -16876,6 +17002,15 @@ components: nullable: true detail: $ref: '#/components/schemas/microsoft.graph.positionDetail' + manager: + $ref: '#/components/schemas/microsoft.graph.relatedPerson' + colleagues: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.relatedPerson' + isCurrent: + type: boolean + nullable: true example: id: string (identifier) allowedAudiences: @@ -16888,10 +17023,17 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource categories: - string detail: '@odata.type': microsoft.graph.positionDetail + manager: + '@odata.type': microsoft.graph.relatedPerson + colleagues: + - '@odata.type': microsoft.graph.relatedPerson + isCurrent: true microsoft.graph.projectParticipation: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -16917,6 +17059,11 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.relatedPerson' + collaborationTags: + type: array + items: + type: string + nullable: true example: id: string (identifier) allowedAudiences: @@ -16929,6 +17076,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource categories: - string client: @@ -16940,6 +17089,36 @@ components: - '@odata.type': microsoft.graph.relatedPerson sponsors: - '@odata.type': microsoft.graph.relatedPerson + collaborationTags: + - string + microsoft.graph.personAnnotation: + allOf: + - $ref: '#/components/schemas/microsoft.graph.itemFacet' + - title: personAnnotation + type: object + properties: + detail: + $ref: '#/components/schemas/microsoft.graph.itemBody' + displayName: + type: string + nullable: true + example: + id: string (identifier) + allowedAudiences: + '@odata.type': microsoft.graph.allowedAudiences + inference: + '@odata.type': microsoft.graph.inferenceData + createdDateTime: string (timestamp) + createdBy: + '@odata.type': microsoft.graph.identitySet + lastModifiedDateTime: string (timestamp) + lastModifiedBy: + '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource + detail: + '@odata.type': microsoft.graph.itemBody + displayName: string microsoft.graph.skillProficiency: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -16958,6 +17137,11 @@ components: webUrl: type: string nullable: true + collaborationTags: + type: array + items: + type: string + nullable: true example: id: string (identifier) allowedAudiences: @@ -16970,12 +17154,16 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource categories: - string displayName: string proficiency: '@odata.type': microsoft.graph.skillProficiencyLevel webUrl: string + collaborationTags: + - string microsoft.graph.webAccount: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -17007,6 +17195,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource description: string userId: string service: @@ -17043,6 +17233,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource categories: - string description: string @@ -17841,26 +18033,6 @@ components: - '@odata.type': microsoft.graph.conversationMember filesFolder: '@odata.type': microsoft.graph.driveItem - microsoft.graph.teamsCatalogApp: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: teamsCatalogApp - type: object - properties: - externalId: - type: string - nullable: true - name: - type: string - nullable: true - distributionMethod: - $ref: '#/components/schemas/microsoft.graph.teamsAppDistributionMethod' - example: - id: string (identifier) - externalId: string - name: string - distributionMethod: - '@odata.type': microsoft.graph.teamsAppDistributionMethod microsoft.graph.teamsAsyncOperation: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -20007,6 +20179,39 @@ components: example: lastAccessedDateTime: string (timestamp) lastModifiedDateTime: string (timestamp) + microsoft.graph.regionalFormatOverrides: + title: regionalFormatOverrides + type: object + properties: + calendar: + type: string + nullable: true + firstDayOfWeek: + type: string + nullable: true + shortDateFormat: + type: string + nullable: true + longDateFormat: + type: string + nullable: true + shortTimeFormat: + type: string + nullable: true + longTimeFormat: + type: string + nullable: true + timeZone: + type: string + nullable: true + example: + calendar: string + firstDayOfWeek: string + shortDateFormat: string + longDateFormat: string + shortTimeFormat: string + longTimeFormat: string + timeZone: string microsoft.graph.changeTrackedEntity: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -20076,6 +20281,8 @@ components: format: date-time lastModifiedBy: $ref: '#/components/schemas/microsoft.graph.identitySet' + source: + $ref: '#/components/schemas/microsoft.graph.personDataSource' example: id: string (identifier) allowedAudiences: @@ -20088,6 +20295,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource microsoft.graph.anniversaryType: title: anniversaryType enum: @@ -20227,6 +20436,23 @@ components: role: string startMonthYear: string (timestamp) summary: string + microsoft.graph.relatedPerson: + title: relatedPerson + type: object + properties: + displayName: + type: string + nullable: true + relationship: + $ref: '#/components/schemas/microsoft.graph.personRelationship' + userPrincipalName: + type: string + nullable: true + example: + displayName: string + relationship: + '@odata.type': microsoft.graph.personRelationship + userPrincipalName: string microsoft.graph.companyDetail: title: companyDetail type: object @@ -20255,23 +20481,6 @@ components: address: '@odata.type': microsoft.graph.physicalAddress webUrl: string - microsoft.graph.relatedPerson: - title: relatedPerson - type: object - properties: - displayName: - type: string - nullable: true - relationship: - $ref: '#/components/schemas/microsoft.graph.personRelationship' - userPrincipalName: - type: string - nullable: true - example: - displayName: string - relationship: - '@odata.type': microsoft.graph.personRelationship - userPrincipalName: string microsoft.graph.skillProficiencyLevel: title: skillProficiencyLevel enum: @@ -20418,10 +20627,12 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer + description: 'Index of an entity being mentioned in the specified chatMessage. Matches the {index} value in the corresponding tag in the message body.' format: int32 nullable: true mentionText: type: string + description: 'String used to represent the mention. For example, a user''s display name, a team name.' nullable: true mentioned: $ref: '#/components/schemas/microsoft.graph.identitySet' @@ -20496,9 +20707,6 @@ components: type: string description: The ID of the catalog provided by the app developer in the Microsoft Teams zip app package. nullable: true - name: - type: string - nullable: true displayName: type: string description: The name of the catalog app provided by the app developer in the Microsoft Teams zip app package. @@ -20513,7 +20721,6 @@ components: example: id: string (identifier) externalId: string - name: string displayName: string distributionMethod: '@odata.type': microsoft.graph.teamsAppDistributionMethod @@ -20540,12 +20747,16 @@ components: type: string description: The version number of the application. nullable: true + publishingState: + $ref: '#/components/schemas/microsoft.graph.teamsAppPublishingState' example: id: string (identifier) teamsAppId: string azureADAppId: string displayName: string version: string + publishingState: + '@odata.type': microsoft.graph.teamsAppPublishingState microsoft.graph.giphyRatingType: title: giphyRatingType enum: @@ -20571,6 +20782,9 @@ components: type: string description: ID of the scheduling group the shift is part of. Required. nullable: true + isStagedForDeletion: + type: boolean + nullable: true example: id: string (identifier) createdDateTime: string (timestamp) @@ -20583,6 +20797,7 @@ components: '@odata.type': microsoft.graph.shiftItem userId: string schedulingGroupId: string + isStagedForDeletion: true microsoft.graph.openShift: allOf: - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' @@ -20845,9 +21060,6 @@ components: - title: teamsTab type: object properties: - name: - type: string - nullable: true displayName: type: string description: Name of the tab. @@ -20871,7 +21083,6 @@ components: $ref: '#/components/schemas/microsoft.graph.teamsApp' example: id: string (identifier) - name: string displayName: string teamsAppId: string sortOrderIndex: string @@ -20881,14 +21092,6 @@ components: '@odata.type': microsoft.graph.teamsTabConfiguration teamsApp: '@odata.type': microsoft.graph.teamsApp - microsoft.graph.teamsAppDistributionMethod: - title: teamsAppDistributionMethod - enum: - - store - - organization - - sideloaded - - unknownFutureValue - type: string microsoft.graph.teamsAsyncOperationType: title: teamsAsyncOperationType enum: @@ -21491,6 +21694,22 @@ components: - allowOverrideWithoutJustification - allowOverrideWithJustification type: string + microsoft.graph.teamsAppDistributionMethod: + title: teamsAppDistributionMethod + enum: + - store + - organization + - sideloaded + - unknownFutureValue + type: string + microsoft.graph.teamsAppPublishingState: + title: teamsAppPublishingState + enum: + - submitted + - rejected + - published + - unknownFutureValue + type: string microsoft.graph.shiftItem: allOf: - $ref: '#/components/schemas/microsoft.graph.scheduleEntity' diff --git a/openApiDocs/beta/Sites.Drive.yml b/openApiDocs/beta/Sites.Drive.yml index 1501eb599ab..4572ffbf1a8 100644 --- a/openApiDocs/beta/Sites.Drive.yml +++ b/openApiDocs/beta/Sites.Drive.yml @@ -1307,9 +1307,11 @@ components: nullable: true externalUserState: type: string + description: 'For an external user invited to the tenant using the invitation API, this property represents the invited user''s invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. Returned only on $select. Supports $filter with the supported values. For example: $filter=externalUserState eq ''PendingAcceptance''.' nullable: true externalUserStateChangeDateTime: type: string + description: Shows the timestamp for the latest change to the externalUserState property. Returned only on $select. nullable: true userType: type: string @@ -3722,6 +3724,7 @@ components: nullable: true onPremisesDomainName: type: string + description: 'Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect.Returned by default. Read-only.' nullable: true onPremisesLastSyncDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' @@ -3731,6 +3734,7 @@ components: nullable: true onPremisesNetBiosName: type: string + description: Contains the on-premises netBios name synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect.Returned by default. Read-only. nullable: true onPremisesProvisioningErrors: type: array @@ -3739,6 +3743,7 @@ components: description: Errors when using Microsoft synchronization product during provisioning. Returned by default. onPremisesSamAccountName: type: string + description: Contains the on-premises SAM account name synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect.Returned by default. Read-only. nullable: true onPremisesSecurityIdentifier: type: string @@ -6009,12 +6014,16 @@ components: type: boolean contributionToContentDiscoveryAsOrganizationDisabled: type: boolean + regionalAndLanguageSettings: + $ref: '#/components/schemas/microsoft.graph.regionalAndLanguageSettings' shiftPreferences: $ref: '#/components/schemas/microsoft.graph.shiftPreferences' example: id: string (identifier) contributionToContentDiscoveryDisabled: true contributionToContentDiscoveryAsOrganizationDisabled: true + regionalAndLanguageSettings: + '@odata.type': microsoft.graph.regionalAndLanguageSettings shiftPreferences: '@odata.type': microsoft.graph.shiftPreferences microsoft.graph.onenote: @@ -6077,6 +6086,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.userAccountInformation' + addresses: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.itemAddress' anniversaries: type: array items: @@ -6113,6 +6126,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.projectParticipation' + notes: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.personAnnotation' skills: type: array items: @@ -6129,6 +6146,8 @@ components: id: string (identifier) account: - '@odata.type': microsoft.graph.userAccountInformation + addresses: + - '@odata.type': microsoft.graph.itemAddress anniversaries: - '@odata.type': microsoft.graph.personAnniversary educationalActivities: @@ -6147,6 +6166,8 @@ components: - '@odata.type': microsoft.graph.workPosition projects: - '@odata.type': microsoft.graph.projectParticipation + notes: + - '@odata.type': microsoft.graph.personAnnotation skills: - '@odata.type': microsoft.graph.skillProficiency webAccounts: @@ -6279,6 +6300,8 @@ components: type: string description: The display name for the device. Required. nullable: true + extensionAttributes: + $ref: '#/components/schemas/microsoft.graph.onPremisesExtensionAttributes' isCompliant: type: boolean description: 'true if the device complies with Mobile Device Management (MDM) policies; otherwise, false. Read-only. This can only be updated by Intune for any device OS type or by an approved MDM app for Windows OS devices.' @@ -6382,6 +6405,8 @@ components: deviceMetadata: string deviceVersion: integer displayName: string + extensionAttributes: + '@odata.type': microsoft.graph.onPremisesExtensionAttributes isCompliant: true isManaged: true onPremisesLastSyncDateTime: string (timestamp) @@ -6652,6 +6677,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.user' + members: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.conversationMember' channels: type: array items: @@ -6659,10 +6688,6 @@ components: description: The collection of channels & messages associated with the team. primaryChannel: $ref: '#/components/schemas/microsoft.graph.channel' - apps: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.teamsCatalogApp' installedApps: type: array items: @@ -6704,12 +6729,12 @@ components: '@odata.type': microsoft.graph.profilePhoto owners: - '@odata.type': microsoft.graph.user + members: + - '@odata.type': microsoft.graph.conversationMember channels: - '@odata.type': microsoft.graph.channel primaryChannel: '@odata.type': microsoft.graph.channel - apps: - - '@odata.type': microsoft.graph.teamsCatalogApp installedApps: - '@odata.type': microsoft.graph.teamsAppInstallation operations: @@ -10634,6 +10659,40 @@ components: '@odata.type': microsoft.graph.resourceReference resource: '@odata.type': microsoft.graph.entity + microsoft.graph.regionalAndLanguageSettings: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: regionalAndLanguageSettings + type: object + properties: + defaultDisplayLanguage: + $ref: '#/components/schemas/microsoft.graph.localeInfo' + authoringLanguages: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.localeInfo' + defaultTranslationLanguage: + $ref: '#/components/schemas/microsoft.graph.localeInfo' + defaultSpeechInputLanguage: + $ref: '#/components/schemas/microsoft.graph.localeInfo' + defaultRegionalFormat: + $ref: '#/components/schemas/microsoft.graph.localeInfo' + regionalFormatOverrides: + $ref: '#/components/schemas/microsoft.graph.regionalFormatOverrides' + example: + id: string (identifier) + defaultDisplayLanguage: + '@odata.type': microsoft.graph.localeInfo + authoringLanguages: + - '@odata.type': microsoft.graph.localeInfo + defaultTranslationLanguage: + '@odata.type': microsoft.graph.localeInfo + defaultSpeechInputLanguage: + '@odata.type': microsoft.graph.localeInfo + defaultRegionalFormat: + '@odata.type': microsoft.graph.localeInfo + regionalFormatOverrides: + '@odata.type': microsoft.graph.regionalFormatOverrides microsoft.graph.shiftPreferences: allOf: - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' @@ -10954,11 +11013,45 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource ageGroup: string countryCode: string preferredLanguageTag: '@odata.type': microsoft.graph.localeInfo userPrincipalName: string + microsoft.graph.itemAddress: + allOf: + - $ref: '#/components/schemas/microsoft.graph.itemFacet' + - title: itemAddress + type: object + properties: + displayName: + type: string + nullable: true + detail: + $ref: '#/components/schemas/microsoft.graph.physicalAddress' + geoCoordinates: + $ref: '#/components/schemas/microsoft.graph.geoCoordinates' + example: + id: string (identifier) + allowedAudiences: + '@odata.type': microsoft.graph.allowedAudiences + inference: + '@odata.type': microsoft.graph.inferenceData + createdDateTime: string (timestamp) + createdBy: + '@odata.type': microsoft.graph.identitySet + lastModifiedDateTime: string (timestamp) + lastModifiedBy: + '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource + displayName: string + detail: + '@odata.type': microsoft.graph.physicalAddress + geoCoordinates: + '@odata.type': microsoft.graph.geoCoordinates microsoft.graph.personAnniversary: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -10984,6 +11077,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource type: '@odata.type': microsoft.graph.anniversaryType date: string (timestamp) @@ -11024,6 +11119,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource completionMonthYear: string (timestamp) endMonthYear: string (timestamp) institution: @@ -11056,6 +11153,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource address: string displayName: string type: @@ -11079,6 +11178,11 @@ components: webUrl: type: string nullable: true + collaborationTags: + type: array + items: + type: string + nullable: true example: id: string (identifier) allowedAudiences: @@ -11091,11 +11195,15 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource categories: - string description: string displayName: string webUrl: string + collaborationTags: + - string microsoft.graph.languageProficiency: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -11108,6 +11216,12 @@ components: type: string proficiency: $ref: '#/components/schemas/microsoft.graph.languageProficiencyLevel' + spoken: + $ref: '#/components/schemas/microsoft.graph.languageProficiencyLevel' + written: + $ref: '#/components/schemas/microsoft.graph.languageProficiencyLevel' + reading: + $ref: '#/components/schemas/microsoft.graph.languageProficiencyLevel' example: id: string (identifier) allowedAudiences: @@ -11120,10 +11234,18 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource displayName: string tag: string proficiency: '@odata.type': microsoft.graph.languageProficiencyLevel + spoken: + '@odata.type': microsoft.graph.languageProficiencyLevel + written: + '@odata.type': microsoft.graph.languageProficiencyLevel + reading: + '@odata.type': microsoft.graph.languageProficiencyLevel microsoft.graph.personName: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -11171,6 +11293,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource displayName: string first: string initials: string @@ -11208,6 +11332,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource displayName: string type: '@odata.type': microsoft.graph.phoneType @@ -11225,6 +11351,15 @@ components: nullable: true detail: $ref: '#/components/schemas/microsoft.graph.positionDetail' + manager: + $ref: '#/components/schemas/microsoft.graph.relatedPerson' + colleagues: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.relatedPerson' + isCurrent: + type: boolean + nullable: true example: id: string (identifier) allowedAudiences: @@ -11237,10 +11372,17 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource categories: - string detail: '@odata.type': microsoft.graph.positionDetail + manager: + '@odata.type': microsoft.graph.relatedPerson + colleagues: + - '@odata.type': microsoft.graph.relatedPerson + isCurrent: true microsoft.graph.projectParticipation: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -11266,6 +11408,11 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.relatedPerson' + collaborationTags: + type: array + items: + type: string + nullable: true example: id: string (identifier) allowedAudiences: @@ -11278,6 +11425,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource categories: - string client: @@ -11289,6 +11438,36 @@ components: - '@odata.type': microsoft.graph.relatedPerson sponsors: - '@odata.type': microsoft.graph.relatedPerson + collaborationTags: + - string + microsoft.graph.personAnnotation: + allOf: + - $ref: '#/components/schemas/microsoft.graph.itemFacet' + - title: personAnnotation + type: object + properties: + detail: + $ref: '#/components/schemas/microsoft.graph.itemBody' + displayName: + type: string + nullable: true + example: + id: string (identifier) + allowedAudiences: + '@odata.type': microsoft.graph.allowedAudiences + inference: + '@odata.type': microsoft.graph.inferenceData + createdDateTime: string (timestamp) + createdBy: + '@odata.type': microsoft.graph.identitySet + lastModifiedDateTime: string (timestamp) + lastModifiedBy: + '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource + detail: + '@odata.type': microsoft.graph.itemBody + displayName: string microsoft.graph.skillProficiency: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -11307,6 +11486,11 @@ components: webUrl: type: string nullable: true + collaborationTags: + type: array + items: + type: string + nullable: true example: id: string (identifier) allowedAudiences: @@ -11319,12 +11503,16 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource categories: - string displayName: string proficiency: '@odata.type': microsoft.graph.skillProficiencyLevel webUrl: string + collaborationTags: + - string microsoft.graph.webAccount: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -11356,6 +11544,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource description: string userId: string service: @@ -11392,6 +11582,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource categories: - string description: string @@ -12190,26 +12382,6 @@ components: - '@odata.type': microsoft.graph.conversationMember filesFolder: '@odata.type': microsoft.graph.driveItem - microsoft.graph.teamsCatalogApp: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: teamsCatalogApp - type: object - properties: - externalId: - type: string - nullable: true - name: - type: string - nullable: true - distributionMethod: - $ref: '#/components/schemas/microsoft.graph.teamsAppDistributionMethod' - example: - id: string (identifier) - externalId: string - name: string - distributionMethod: - '@odata.type': microsoft.graph.teamsAppDistributionMethod microsoft.graph.teamsAsyncOperation: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -14110,6 +14282,39 @@ components: example: lastAccessedDateTime: string (timestamp) lastModifiedDateTime: string (timestamp) + microsoft.graph.regionalFormatOverrides: + title: regionalFormatOverrides + type: object + properties: + calendar: + type: string + nullable: true + firstDayOfWeek: + type: string + nullable: true + shortDateFormat: + type: string + nullable: true + longDateFormat: + type: string + nullable: true + shortTimeFormat: + type: string + nullable: true + longTimeFormat: + type: string + nullable: true + timeZone: + type: string + nullable: true + example: + calendar: string + firstDayOfWeek: string + shortDateFormat: string + longDateFormat: string + shortTimeFormat: string + longTimeFormat: string + timeZone: string microsoft.graph.changeTrackedEntity: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -14326,6 +14531,8 @@ components: format: date-time lastModifiedBy: $ref: '#/components/schemas/microsoft.graph.identitySet' + source: + $ref: '#/components/schemas/microsoft.graph.personDataSource' example: id: string (identifier) allowedAudiences: @@ -14338,6 +14545,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource microsoft.graph.anniversaryType: title: anniversaryType enum: @@ -14477,6 +14686,23 @@ components: role: string startMonthYear: string (timestamp) summary: string + microsoft.graph.relatedPerson: + title: relatedPerson + type: object + properties: + displayName: + type: string + nullable: true + relationship: + $ref: '#/components/schemas/microsoft.graph.personRelationship' + userPrincipalName: + type: string + nullable: true + example: + displayName: string + relationship: + '@odata.type': microsoft.graph.personRelationship + userPrincipalName: string microsoft.graph.companyDetail: title: companyDetail type: object @@ -14505,23 +14731,6 @@ components: address: '@odata.type': microsoft.graph.physicalAddress webUrl: string - microsoft.graph.relatedPerson: - title: relatedPerson - type: object - properties: - displayName: - type: string - nullable: true - relationship: - $ref: '#/components/schemas/microsoft.graph.personRelationship' - userPrincipalName: - type: string - nullable: true - example: - displayName: string - relationship: - '@odata.type': microsoft.graph.personRelationship - userPrincipalName: string microsoft.graph.skillProficiencyLevel: title: skillProficiencyLevel enum: @@ -14668,10 +14877,12 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer + description: 'Index of an entity being mentioned in the specified chatMessage. Matches the {index} value in the corresponding tag in the message body.' format: int32 nullable: true mentionText: type: string + description: 'String used to represent the mention. For example, a user''s display name, a team name.' nullable: true mentioned: $ref: '#/components/schemas/microsoft.graph.identitySet' @@ -14746,9 +14957,6 @@ components: type: string description: The ID of the catalog provided by the app developer in the Microsoft Teams zip app package. nullable: true - name: - type: string - nullable: true displayName: type: string description: The name of the catalog app provided by the app developer in the Microsoft Teams zip app package. @@ -14763,7 +14971,6 @@ components: example: id: string (identifier) externalId: string - name: string displayName: string distributionMethod: '@odata.type': microsoft.graph.teamsAppDistributionMethod @@ -14790,12 +14997,16 @@ components: type: string description: The version number of the application. nullable: true + publishingState: + $ref: '#/components/schemas/microsoft.graph.teamsAppPublishingState' example: id: string (identifier) teamsAppId: string azureADAppId: string displayName: string version: string + publishingState: + '@odata.type': microsoft.graph.teamsAppPublishingState microsoft.graph.giphyRatingType: title: giphyRatingType enum: @@ -14829,6 +15040,9 @@ components: type: string description: ID of the scheduling group the shift is part of. Required. nullable: true + isStagedForDeletion: + type: boolean + nullable: true example: id: string (identifier) createdDateTime: string (timestamp) @@ -14841,6 +15055,7 @@ components: '@odata.type': microsoft.graph.shiftItem userId: string schedulingGroupId: string + isStagedForDeletion: true microsoft.graph.openShift: allOf: - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' @@ -15103,9 +15318,6 @@ components: - title: teamsTab type: object properties: - name: - type: string - nullable: true displayName: type: string description: Name of the tab. @@ -15129,7 +15341,6 @@ components: $ref: '#/components/schemas/microsoft.graph.teamsApp' example: id: string (identifier) - name: string displayName: string teamsAppId: string sortOrderIndex: string @@ -15139,14 +15350,6 @@ components: '@odata.type': microsoft.graph.teamsTabConfiguration teamsApp: '@odata.type': microsoft.graph.teamsApp - microsoft.graph.teamsAppDistributionMethod: - title: teamsAppDistributionMethod - enum: - - store - - organization - - sideloaded - - unknownFutureValue - type: string microsoft.graph.teamsAsyncOperationType: title: teamsAsyncOperationType enum: @@ -15839,6 +16042,22 @@ components: - allowOverrideWithoutJustification - allowOverrideWithJustification type: string + microsoft.graph.teamsAppDistributionMethod: + title: teamsAppDistributionMethod + enum: + - store + - organization + - sideloaded + - unknownFutureValue + type: string + microsoft.graph.teamsAppPublishingState: + title: teamsAppPublishingState + enum: + - submitted + - rejected + - published + - unknownFutureValue + type: string microsoft.graph.shiftItem: allOf: - $ref: '#/components/schemas/microsoft.graph.scheduleEntity' diff --git a/openApiDocs/beta/Sites.Functions.yml b/openApiDocs/beta/Sites.Functions.yml index 19908dd206e..c3dad77d690 100644 --- a/openApiDocs/beta/Sites.Functions.yml +++ b/openApiDocs/beta/Sites.Functions.yml @@ -2036,9 +2036,11 @@ components: nullable: true externalUserState: type: string + description: 'For an external user invited to the tenant using the invitation API, this property represents the invited user''s invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. Returned only on $select. Supports $filter with the supported values. For example: $filter=externalUserState eq ''PendingAcceptance''.' nullable: true externalUserStateChangeDateTime: type: string + description: Shows the timestamp for the latest change to the externalUserState property. Returned only on $select. nullable: true userType: type: string @@ -4806,6 +4808,7 @@ components: nullable: true onPremisesDomainName: type: string + description: 'Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect.Returned by default. Read-only.' nullable: true onPremisesLastSyncDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' @@ -4815,6 +4818,7 @@ components: nullable: true onPremisesNetBiosName: type: string + description: Contains the on-premises netBios name synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect.Returned by default. Read-only. nullable: true onPremisesProvisioningErrors: type: array @@ -4823,6 +4827,7 @@ components: description: Errors when using Microsoft synchronization product during provisioning. Returned by default. onPremisesSamAccountName: type: string + description: Contains the on-premises SAM account name synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect.Returned by default. Read-only. nullable: true onPremisesSecurityIdentifier: type: string @@ -6992,12 +6997,16 @@ components: type: boolean contributionToContentDiscoveryAsOrganizationDisabled: type: boolean + regionalAndLanguageSettings: + $ref: '#/components/schemas/microsoft.graph.regionalAndLanguageSettings' shiftPreferences: $ref: '#/components/schemas/microsoft.graph.shiftPreferences' example: id: string (identifier) contributionToContentDiscoveryDisabled: true contributionToContentDiscoveryAsOrganizationDisabled: true + regionalAndLanguageSettings: + '@odata.type': microsoft.graph.regionalAndLanguageSettings shiftPreferences: '@odata.type': microsoft.graph.shiftPreferences microsoft.graph.profile: @@ -7010,6 +7019,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.userAccountInformation' + addresses: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.itemAddress' anniversaries: type: array items: @@ -7046,6 +7059,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.projectParticipation' + notes: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.personAnnotation' skills: type: array items: @@ -7062,6 +7079,8 @@ components: id: string (identifier) account: - '@odata.type': microsoft.graph.userAccountInformation + addresses: + - '@odata.type': microsoft.graph.itemAddress anniversaries: - '@odata.type': microsoft.graph.personAnniversary educationalActivities: @@ -7080,6 +7099,8 @@ components: - '@odata.type': microsoft.graph.workPosition projects: - '@odata.type': microsoft.graph.projectParticipation + notes: + - '@odata.type': microsoft.graph.personAnnotation skills: - '@odata.type': microsoft.graph.skillProficiency webAccounts: @@ -7212,6 +7233,8 @@ components: type: string description: The display name for the device. Required. nullable: true + extensionAttributes: + $ref: '#/components/schemas/microsoft.graph.onPremisesExtensionAttributes' isCompliant: type: boolean description: 'true if the device complies with Mobile Device Management (MDM) policies; otherwise, false. Read-only. This can only be updated by Intune for any device OS type or by an approved MDM app for Windows OS devices.' @@ -7315,6 +7338,8 @@ components: deviceMetadata: string deviceVersion: integer displayName: string + extensionAttributes: + '@odata.type': microsoft.graph.onPremisesExtensionAttributes isCompliant: true isManaged: true onPremisesLastSyncDateTime: string (timestamp) @@ -7585,6 +7610,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.user' + members: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.conversationMember' channels: type: array items: @@ -7592,10 +7621,6 @@ components: description: The collection of channels & messages associated with the team. primaryChannel: $ref: '#/components/schemas/microsoft.graph.channel' - apps: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.teamsCatalogApp' installedApps: type: array items: @@ -7637,12 +7662,12 @@ components: '@odata.type': microsoft.graph.profilePhoto owners: - '@odata.type': microsoft.graph.user + members: + - '@odata.type': microsoft.graph.conversationMember channels: - '@odata.type': microsoft.graph.channel primaryChannel: '@odata.type': microsoft.graph.channel - apps: - - '@odata.type': microsoft.graph.teamsCatalogApp installedApps: - '@odata.type': microsoft.graph.teamsAppInstallation operations: @@ -11317,6 +11342,40 @@ components: '@odata.type': microsoft.graph.resourceReference resource: '@odata.type': microsoft.graph.entity + microsoft.graph.regionalAndLanguageSettings: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: regionalAndLanguageSettings + type: object + properties: + defaultDisplayLanguage: + $ref: '#/components/schemas/microsoft.graph.localeInfo' + authoringLanguages: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.localeInfo' + defaultTranslationLanguage: + $ref: '#/components/schemas/microsoft.graph.localeInfo' + defaultSpeechInputLanguage: + $ref: '#/components/schemas/microsoft.graph.localeInfo' + defaultRegionalFormat: + $ref: '#/components/schemas/microsoft.graph.localeInfo' + regionalFormatOverrides: + $ref: '#/components/schemas/microsoft.graph.regionalFormatOverrides' + example: + id: string (identifier) + defaultDisplayLanguage: + '@odata.type': microsoft.graph.localeInfo + authoringLanguages: + - '@odata.type': microsoft.graph.localeInfo + defaultTranslationLanguage: + '@odata.type': microsoft.graph.localeInfo + defaultSpeechInputLanguage: + '@odata.type': microsoft.graph.localeInfo + defaultRegionalFormat: + '@odata.type': microsoft.graph.localeInfo + regionalFormatOverrides: + '@odata.type': microsoft.graph.regionalFormatOverrides microsoft.graph.shiftPreferences: allOf: - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' @@ -11362,11 +11421,45 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource ageGroup: string countryCode: string preferredLanguageTag: '@odata.type': microsoft.graph.localeInfo userPrincipalName: string + microsoft.graph.itemAddress: + allOf: + - $ref: '#/components/schemas/microsoft.graph.itemFacet' + - title: itemAddress + type: object + properties: + displayName: + type: string + nullable: true + detail: + $ref: '#/components/schemas/microsoft.graph.physicalAddress' + geoCoordinates: + $ref: '#/components/schemas/microsoft.graph.geoCoordinates' + example: + id: string (identifier) + allowedAudiences: + '@odata.type': microsoft.graph.allowedAudiences + inference: + '@odata.type': microsoft.graph.inferenceData + createdDateTime: string (timestamp) + createdBy: + '@odata.type': microsoft.graph.identitySet + lastModifiedDateTime: string (timestamp) + lastModifiedBy: + '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource + displayName: string + detail: + '@odata.type': microsoft.graph.physicalAddress + geoCoordinates: + '@odata.type': microsoft.graph.geoCoordinates microsoft.graph.personAnniversary: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -11392,6 +11485,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource type: '@odata.type': microsoft.graph.anniversaryType date: string (timestamp) @@ -11432,6 +11527,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource completionMonthYear: string (timestamp) endMonthYear: string (timestamp) institution: @@ -11464,6 +11561,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource address: string displayName: string type: @@ -11487,6 +11586,11 @@ components: webUrl: type: string nullable: true + collaborationTags: + type: array + items: + type: string + nullable: true example: id: string (identifier) allowedAudiences: @@ -11499,11 +11603,15 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource categories: - string description: string displayName: string webUrl: string + collaborationTags: + - string microsoft.graph.languageProficiency: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -11516,6 +11624,12 @@ components: type: string proficiency: $ref: '#/components/schemas/microsoft.graph.languageProficiencyLevel' + spoken: + $ref: '#/components/schemas/microsoft.graph.languageProficiencyLevel' + written: + $ref: '#/components/schemas/microsoft.graph.languageProficiencyLevel' + reading: + $ref: '#/components/schemas/microsoft.graph.languageProficiencyLevel' example: id: string (identifier) allowedAudiences: @@ -11528,10 +11642,18 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource displayName: string tag: string proficiency: '@odata.type': microsoft.graph.languageProficiencyLevel + spoken: + '@odata.type': microsoft.graph.languageProficiencyLevel + written: + '@odata.type': microsoft.graph.languageProficiencyLevel + reading: + '@odata.type': microsoft.graph.languageProficiencyLevel microsoft.graph.personName: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -11579,6 +11701,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource displayName: string first: string initials: string @@ -11616,6 +11740,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource displayName: string type: '@odata.type': microsoft.graph.phoneType @@ -11633,6 +11759,15 @@ components: nullable: true detail: $ref: '#/components/schemas/microsoft.graph.positionDetail' + manager: + $ref: '#/components/schemas/microsoft.graph.relatedPerson' + colleagues: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.relatedPerson' + isCurrent: + type: boolean + nullable: true example: id: string (identifier) allowedAudiences: @@ -11645,10 +11780,17 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource categories: - string detail: '@odata.type': microsoft.graph.positionDetail + manager: + '@odata.type': microsoft.graph.relatedPerson + colleagues: + - '@odata.type': microsoft.graph.relatedPerson + isCurrent: true microsoft.graph.projectParticipation: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -11674,6 +11816,11 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.relatedPerson' + collaborationTags: + type: array + items: + type: string + nullable: true example: id: string (identifier) allowedAudiences: @@ -11686,6 +11833,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource categories: - string client: @@ -11697,6 +11846,36 @@ components: - '@odata.type': microsoft.graph.relatedPerson sponsors: - '@odata.type': microsoft.graph.relatedPerson + collaborationTags: + - string + microsoft.graph.personAnnotation: + allOf: + - $ref: '#/components/schemas/microsoft.graph.itemFacet' + - title: personAnnotation + type: object + properties: + detail: + $ref: '#/components/schemas/microsoft.graph.itemBody' + displayName: + type: string + nullable: true + example: + id: string (identifier) + allowedAudiences: + '@odata.type': microsoft.graph.allowedAudiences + inference: + '@odata.type': microsoft.graph.inferenceData + createdDateTime: string (timestamp) + createdBy: + '@odata.type': microsoft.graph.identitySet + lastModifiedDateTime: string (timestamp) + lastModifiedBy: + '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource + detail: + '@odata.type': microsoft.graph.itemBody + displayName: string microsoft.graph.skillProficiency: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -11715,6 +11894,11 @@ components: webUrl: type: string nullable: true + collaborationTags: + type: array + items: + type: string + nullable: true example: id: string (identifier) allowedAudiences: @@ -11727,12 +11911,16 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource categories: - string displayName: string proficiency: '@odata.type': microsoft.graph.skillProficiencyLevel webUrl: string + collaborationTags: + - string microsoft.graph.webAccount: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -11764,6 +11952,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource description: string userId: string service: @@ -11800,6 +11990,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource categories: - string description: string @@ -12598,26 +12790,6 @@ components: - '@odata.type': microsoft.graph.conversationMember filesFolder: '@odata.type': microsoft.graph.driveItem - microsoft.graph.teamsCatalogApp: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: teamsCatalogApp - type: object - properties: - externalId: - type: string - nullable: true - name: - type: string - nullable: true - distributionMethod: - $ref: '#/components/schemas/microsoft.graph.teamsAppDistributionMethod' - example: - id: string (identifier) - externalId: string - name: string - distributionMethod: - '@odata.type': microsoft.graph.teamsAppDistributionMethod microsoft.graph.teamsAsyncOperation: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -14557,6 +14729,39 @@ components: example: lastAccessedDateTime: string (timestamp) lastModifiedDateTime: string (timestamp) + microsoft.graph.regionalFormatOverrides: + title: regionalFormatOverrides + type: object + properties: + calendar: + type: string + nullable: true + firstDayOfWeek: + type: string + nullable: true + shortDateFormat: + type: string + nullable: true + longDateFormat: + type: string + nullable: true + shortTimeFormat: + type: string + nullable: true + longTimeFormat: + type: string + nullable: true + timeZone: + type: string + nullable: true + example: + calendar: string + firstDayOfWeek: string + shortDateFormat: string + longDateFormat: string + shortTimeFormat: string + longTimeFormat: string + timeZone: string microsoft.graph.changeTrackedEntity: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -14626,6 +14831,8 @@ components: format: date-time lastModifiedBy: $ref: '#/components/schemas/microsoft.graph.identitySet' + source: + $ref: '#/components/schemas/microsoft.graph.personDataSource' example: id: string (identifier) allowedAudiences: @@ -14638,6 +14845,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource microsoft.graph.anniversaryType: title: anniversaryType enum: @@ -14777,6 +14986,23 @@ components: role: string startMonthYear: string (timestamp) summary: string + microsoft.graph.relatedPerson: + title: relatedPerson + type: object + properties: + displayName: + type: string + nullable: true + relationship: + $ref: '#/components/schemas/microsoft.graph.personRelationship' + userPrincipalName: + type: string + nullable: true + example: + displayName: string + relationship: + '@odata.type': microsoft.graph.personRelationship + userPrincipalName: string microsoft.graph.companyDetail: title: companyDetail type: object @@ -14805,23 +15031,6 @@ components: address: '@odata.type': microsoft.graph.physicalAddress webUrl: string - microsoft.graph.relatedPerson: - title: relatedPerson - type: object - properties: - displayName: - type: string - nullable: true - relationship: - $ref: '#/components/schemas/microsoft.graph.personRelationship' - userPrincipalName: - type: string - nullable: true - example: - displayName: string - relationship: - '@odata.type': microsoft.graph.personRelationship - userPrincipalName: string microsoft.graph.skillProficiencyLevel: title: skillProficiencyLevel enum: @@ -14968,10 +15177,12 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer + description: 'Index of an entity being mentioned in the specified chatMessage. Matches the {index} value in the corresponding tag in the message body.' format: int32 nullable: true mentionText: type: string + description: 'String used to represent the mention. For example, a user''s display name, a team name.' nullable: true mentioned: $ref: '#/components/schemas/microsoft.graph.identitySet' @@ -15046,9 +15257,6 @@ components: type: string description: The ID of the catalog provided by the app developer in the Microsoft Teams zip app package. nullable: true - name: - type: string - nullable: true displayName: type: string description: The name of the catalog app provided by the app developer in the Microsoft Teams zip app package. @@ -15063,7 +15271,6 @@ components: example: id: string (identifier) externalId: string - name: string displayName: string distributionMethod: '@odata.type': microsoft.graph.teamsAppDistributionMethod @@ -15090,12 +15297,16 @@ components: type: string description: The version number of the application. nullable: true + publishingState: + $ref: '#/components/schemas/microsoft.graph.teamsAppPublishingState' example: id: string (identifier) teamsAppId: string azureADAppId: string displayName: string version: string + publishingState: + '@odata.type': microsoft.graph.teamsAppPublishingState microsoft.graph.giphyRatingType: title: giphyRatingType enum: @@ -15121,6 +15332,9 @@ components: type: string description: ID of the scheduling group the shift is part of. Required. nullable: true + isStagedForDeletion: + type: boolean + nullable: true example: id: string (identifier) createdDateTime: string (timestamp) @@ -15133,6 +15347,7 @@ components: '@odata.type': microsoft.graph.shiftItem userId: string schedulingGroupId: string + isStagedForDeletion: true microsoft.graph.openShift: allOf: - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' @@ -15395,9 +15610,6 @@ components: - title: teamsTab type: object properties: - name: - type: string - nullable: true displayName: type: string description: Name of the tab. @@ -15421,7 +15633,6 @@ components: $ref: '#/components/schemas/microsoft.graph.teamsApp' example: id: string (identifier) - name: string displayName: string teamsAppId: string sortOrderIndex: string @@ -15431,14 +15642,6 @@ components: '@odata.type': microsoft.graph.teamsTabConfiguration teamsApp: '@odata.type': microsoft.graph.teamsApp - microsoft.graph.teamsAppDistributionMethod: - title: teamsAppDistributionMethod - enum: - - store - - organization - - sideloaded - - unknownFutureValue - type: string microsoft.graph.teamsAsyncOperationType: title: teamsAsyncOperationType enum: @@ -16115,6 +16318,22 @@ components: - allowOverrideWithoutJustification - allowOverrideWithJustification type: string + microsoft.graph.teamsAppDistributionMethod: + title: teamsAppDistributionMethod + enum: + - store + - organization + - sideloaded + - unknownFutureValue + type: string + microsoft.graph.teamsAppPublishingState: + title: teamsAppPublishingState + enum: + - submitted + - rejected + - published + - unknownFutureValue + type: string microsoft.graph.shiftItem: allOf: - $ref: '#/components/schemas/microsoft.graph.scheduleEntity' diff --git a/openApiDocs/beta/Sites.List.yml b/openApiDocs/beta/Sites.List.yml index 3a5ed923f8c..b014549ec89 100644 --- a/openApiDocs/beta/Sites.List.yml +++ b/openApiDocs/beta/Sites.List.yml @@ -7403,9 +7403,11 @@ components: nullable: true externalUserState: type: string + description: 'For an external user invited to the tenant using the invitation API, this property represents the invited user''s invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. Returned only on $select. Supports $filter with the supported values. For example: $filter=externalUserState eq ''PendingAcceptance''.' nullable: true externalUserStateChangeDateTime: type: string + description: Shows the timestamp for the latest change to the externalUserState property. Returned only on $select. nullable: true userType: type: string @@ -9282,6 +9284,7 @@ components: nullable: true onPremisesDomainName: type: string + description: 'Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect.Returned by default. Read-only.' nullable: true onPremisesLastSyncDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' @@ -9291,6 +9294,7 @@ components: nullable: true onPremisesNetBiosName: type: string + description: Contains the on-premises netBios name synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect.Returned by default. Read-only. nullable: true onPremisesProvisioningErrors: type: array @@ -9299,6 +9303,7 @@ components: description: Errors when using Microsoft synchronization product during provisioning. Returned by default. onPremisesSamAccountName: type: string + description: Contains the on-premises SAM account name synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect.Returned by default. Read-only. nullable: true onPremisesSecurityIdentifier: type: string @@ -11569,12 +11574,16 @@ components: type: boolean contributionToContentDiscoveryAsOrganizationDisabled: type: boolean + regionalAndLanguageSettings: + $ref: '#/components/schemas/microsoft.graph.regionalAndLanguageSettings' shiftPreferences: $ref: '#/components/schemas/microsoft.graph.shiftPreferences' example: id: string (identifier) contributionToContentDiscoveryDisabled: true contributionToContentDiscoveryAsOrganizationDisabled: true + regionalAndLanguageSettings: + '@odata.type': microsoft.graph.regionalAndLanguageSettings shiftPreferences: '@odata.type': microsoft.graph.shiftPreferences microsoft.graph.onenote: @@ -11637,6 +11646,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.userAccountInformation' + addresses: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.itemAddress' anniversaries: type: array items: @@ -11673,6 +11686,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.projectParticipation' + notes: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.personAnnotation' skills: type: array items: @@ -11689,6 +11706,8 @@ components: id: string (identifier) account: - '@odata.type': microsoft.graph.userAccountInformation + addresses: + - '@odata.type': microsoft.graph.itemAddress anniversaries: - '@odata.type': microsoft.graph.personAnniversary educationalActivities: @@ -11707,6 +11726,8 @@ components: - '@odata.type': microsoft.graph.workPosition projects: - '@odata.type': microsoft.graph.projectParticipation + notes: + - '@odata.type': microsoft.graph.personAnnotation skills: - '@odata.type': microsoft.graph.skillProficiency webAccounts: @@ -11839,6 +11860,8 @@ components: type: string description: The display name for the device. Required. nullable: true + extensionAttributes: + $ref: '#/components/schemas/microsoft.graph.onPremisesExtensionAttributes' isCompliant: type: boolean description: 'true if the device complies with Mobile Device Management (MDM) policies; otherwise, false. Read-only. This can only be updated by Intune for any device OS type or by an approved MDM app for Windows OS devices.' @@ -11942,6 +11965,8 @@ components: deviceMetadata: string deviceVersion: integer displayName: string + extensionAttributes: + '@odata.type': microsoft.graph.onPremisesExtensionAttributes isCompliant: true isManaged: true onPremisesLastSyncDateTime: string (timestamp) @@ -12212,6 +12237,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.user' + members: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.conversationMember' channels: type: array items: @@ -12219,10 +12248,6 @@ components: description: The collection of channels & messages associated with the team. primaryChannel: $ref: '#/components/schemas/microsoft.graph.channel' - apps: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.teamsCatalogApp' installedApps: type: array items: @@ -12264,12 +12289,12 @@ components: '@odata.type': microsoft.graph.profilePhoto owners: - '@odata.type': microsoft.graph.user + members: + - '@odata.type': microsoft.graph.conversationMember channels: - '@odata.type': microsoft.graph.channel primaryChannel: '@odata.type': microsoft.graph.channel - apps: - - '@odata.type': microsoft.graph.teamsCatalogApp installedApps: - '@odata.type': microsoft.graph.teamsAppInstallation operations: @@ -15550,6 +15575,40 @@ components: '@odata.type': microsoft.graph.resourceReference resource: '@odata.type': microsoft.graph.entity + microsoft.graph.regionalAndLanguageSettings: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: regionalAndLanguageSettings + type: object + properties: + defaultDisplayLanguage: + $ref: '#/components/schemas/microsoft.graph.localeInfo' + authoringLanguages: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.localeInfo' + defaultTranslationLanguage: + $ref: '#/components/schemas/microsoft.graph.localeInfo' + defaultSpeechInputLanguage: + $ref: '#/components/schemas/microsoft.graph.localeInfo' + defaultRegionalFormat: + $ref: '#/components/schemas/microsoft.graph.localeInfo' + regionalFormatOverrides: + $ref: '#/components/schemas/microsoft.graph.regionalFormatOverrides' + example: + id: string (identifier) + defaultDisplayLanguage: + '@odata.type': microsoft.graph.localeInfo + authoringLanguages: + - '@odata.type': microsoft.graph.localeInfo + defaultTranslationLanguage: + '@odata.type': microsoft.graph.localeInfo + defaultSpeechInputLanguage: + '@odata.type': microsoft.graph.localeInfo + defaultRegionalFormat: + '@odata.type': microsoft.graph.localeInfo + regionalFormatOverrides: + '@odata.type': microsoft.graph.regionalFormatOverrides microsoft.graph.shiftPreferences: allOf: - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' @@ -15870,11 +15929,45 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource ageGroup: string countryCode: string preferredLanguageTag: '@odata.type': microsoft.graph.localeInfo userPrincipalName: string + microsoft.graph.itemAddress: + allOf: + - $ref: '#/components/schemas/microsoft.graph.itemFacet' + - title: itemAddress + type: object + properties: + displayName: + type: string + nullable: true + detail: + $ref: '#/components/schemas/microsoft.graph.physicalAddress' + geoCoordinates: + $ref: '#/components/schemas/microsoft.graph.geoCoordinates' + example: + id: string (identifier) + allowedAudiences: + '@odata.type': microsoft.graph.allowedAudiences + inference: + '@odata.type': microsoft.graph.inferenceData + createdDateTime: string (timestamp) + createdBy: + '@odata.type': microsoft.graph.identitySet + lastModifiedDateTime: string (timestamp) + lastModifiedBy: + '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource + displayName: string + detail: + '@odata.type': microsoft.graph.physicalAddress + geoCoordinates: + '@odata.type': microsoft.graph.geoCoordinates microsoft.graph.personAnniversary: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -15900,6 +15993,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource type: '@odata.type': microsoft.graph.anniversaryType date: string (timestamp) @@ -15940,6 +16035,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource completionMonthYear: string (timestamp) endMonthYear: string (timestamp) institution: @@ -15972,6 +16069,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource address: string displayName: string type: @@ -15995,6 +16094,11 @@ components: webUrl: type: string nullable: true + collaborationTags: + type: array + items: + type: string + nullable: true example: id: string (identifier) allowedAudiences: @@ -16007,11 +16111,15 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource categories: - string description: string displayName: string webUrl: string + collaborationTags: + - string microsoft.graph.languageProficiency: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -16024,6 +16132,12 @@ components: type: string proficiency: $ref: '#/components/schemas/microsoft.graph.languageProficiencyLevel' + spoken: + $ref: '#/components/schemas/microsoft.graph.languageProficiencyLevel' + written: + $ref: '#/components/schemas/microsoft.graph.languageProficiencyLevel' + reading: + $ref: '#/components/schemas/microsoft.graph.languageProficiencyLevel' example: id: string (identifier) allowedAudiences: @@ -16036,10 +16150,18 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource displayName: string tag: string proficiency: '@odata.type': microsoft.graph.languageProficiencyLevel + spoken: + '@odata.type': microsoft.graph.languageProficiencyLevel + written: + '@odata.type': microsoft.graph.languageProficiencyLevel + reading: + '@odata.type': microsoft.graph.languageProficiencyLevel microsoft.graph.personName: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -16087,6 +16209,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource displayName: string first: string initials: string @@ -16124,6 +16248,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource displayName: string type: '@odata.type': microsoft.graph.phoneType @@ -16141,6 +16267,15 @@ components: nullable: true detail: $ref: '#/components/schemas/microsoft.graph.positionDetail' + manager: + $ref: '#/components/schemas/microsoft.graph.relatedPerson' + colleagues: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.relatedPerson' + isCurrent: + type: boolean + nullable: true example: id: string (identifier) allowedAudiences: @@ -16153,10 +16288,17 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource categories: - string detail: '@odata.type': microsoft.graph.positionDetail + manager: + '@odata.type': microsoft.graph.relatedPerson + colleagues: + - '@odata.type': microsoft.graph.relatedPerson + isCurrent: true microsoft.graph.projectParticipation: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -16182,6 +16324,11 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.relatedPerson' + collaborationTags: + type: array + items: + type: string + nullable: true example: id: string (identifier) allowedAudiences: @@ -16194,6 +16341,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource categories: - string client: @@ -16205,6 +16354,36 @@ components: - '@odata.type': microsoft.graph.relatedPerson sponsors: - '@odata.type': microsoft.graph.relatedPerson + collaborationTags: + - string + microsoft.graph.personAnnotation: + allOf: + - $ref: '#/components/schemas/microsoft.graph.itemFacet' + - title: personAnnotation + type: object + properties: + detail: + $ref: '#/components/schemas/microsoft.graph.itemBody' + displayName: + type: string + nullable: true + example: + id: string (identifier) + allowedAudiences: + '@odata.type': microsoft.graph.allowedAudiences + inference: + '@odata.type': microsoft.graph.inferenceData + createdDateTime: string (timestamp) + createdBy: + '@odata.type': microsoft.graph.identitySet + lastModifiedDateTime: string (timestamp) + lastModifiedBy: + '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource + detail: + '@odata.type': microsoft.graph.itemBody + displayName: string microsoft.graph.skillProficiency: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -16223,6 +16402,11 @@ components: webUrl: type: string nullable: true + collaborationTags: + type: array + items: + type: string + nullable: true example: id: string (identifier) allowedAudiences: @@ -16235,12 +16419,16 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource categories: - string displayName: string proficiency: '@odata.type': microsoft.graph.skillProficiencyLevel webUrl: string + collaborationTags: + - string microsoft.graph.webAccount: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -16272,6 +16460,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource description: string userId: string service: @@ -16308,6 +16498,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource categories: - string description: string @@ -17103,26 +17295,6 @@ components: - '@odata.type': microsoft.graph.conversationMember filesFolder: '@odata.type': microsoft.graph.driveItem - microsoft.graph.teamsCatalogApp: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: teamsCatalogApp - type: object - properties: - externalId: - type: string - nullable: true - name: - type: string - nullable: true - distributionMethod: - $ref: '#/components/schemas/microsoft.graph.teamsAppDistributionMethod' - example: - id: string (identifier) - externalId: string - name: string - distributionMethod: - '@odata.type': microsoft.graph.teamsAppDistributionMethod microsoft.graph.teamsAsyncOperation: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -19032,6 +19204,39 @@ components: example: lastAccessedDateTime: string (timestamp) lastModifiedDateTime: string (timestamp) + microsoft.graph.regionalFormatOverrides: + title: regionalFormatOverrides + type: object + properties: + calendar: + type: string + nullable: true + firstDayOfWeek: + type: string + nullable: true + shortDateFormat: + type: string + nullable: true + longDateFormat: + type: string + nullable: true + shortTimeFormat: + type: string + nullable: true + longTimeFormat: + type: string + nullable: true + timeZone: + type: string + nullable: true + example: + calendar: string + firstDayOfWeek: string + shortDateFormat: string + longDateFormat: string + shortTimeFormat: string + longTimeFormat: string + timeZone: string microsoft.graph.changeTrackedEntity: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -19248,6 +19453,8 @@ components: format: date-time lastModifiedBy: $ref: '#/components/schemas/microsoft.graph.identitySet' + source: + $ref: '#/components/schemas/microsoft.graph.personDataSource' example: id: string (identifier) allowedAudiences: @@ -19260,6 +19467,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource microsoft.graph.anniversaryType: title: anniversaryType enum: @@ -19399,6 +19608,23 @@ components: role: string startMonthYear: string (timestamp) summary: string + microsoft.graph.relatedPerson: + title: relatedPerson + type: object + properties: + displayName: + type: string + nullable: true + relationship: + $ref: '#/components/schemas/microsoft.graph.personRelationship' + userPrincipalName: + type: string + nullable: true + example: + displayName: string + relationship: + '@odata.type': microsoft.graph.personRelationship + userPrincipalName: string microsoft.graph.companyDetail: title: companyDetail type: object @@ -19427,23 +19653,6 @@ components: address: '@odata.type': microsoft.graph.physicalAddress webUrl: string - microsoft.graph.relatedPerson: - title: relatedPerson - type: object - properties: - displayName: - type: string - nullable: true - relationship: - $ref: '#/components/schemas/microsoft.graph.personRelationship' - userPrincipalName: - type: string - nullable: true - example: - displayName: string - relationship: - '@odata.type': microsoft.graph.personRelationship - userPrincipalName: string microsoft.graph.skillProficiencyLevel: title: skillProficiencyLevel enum: @@ -19590,10 +19799,12 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer + description: 'Index of an entity being mentioned in the specified chatMessage. Matches the {index} value in the corresponding tag in the message body.' format: int32 nullable: true mentionText: type: string + description: 'String used to represent the mention. For example, a user''s display name, a team name.' nullable: true mentioned: $ref: '#/components/schemas/microsoft.graph.identitySet' @@ -19668,9 +19879,6 @@ components: type: string description: The ID of the catalog provided by the app developer in the Microsoft Teams zip app package. nullable: true - name: - type: string - nullable: true displayName: type: string description: The name of the catalog app provided by the app developer in the Microsoft Teams zip app package. @@ -19685,7 +19893,6 @@ components: example: id: string (identifier) externalId: string - name: string displayName: string distributionMethod: '@odata.type': microsoft.graph.teamsAppDistributionMethod @@ -19712,12 +19919,16 @@ components: type: string description: The version number of the application. nullable: true + publishingState: + $ref: '#/components/schemas/microsoft.graph.teamsAppPublishingState' example: id: string (identifier) teamsAppId: string azureADAppId: string displayName: string version: string + publishingState: + '@odata.type': microsoft.graph.teamsAppPublishingState microsoft.graph.giphyRatingType: title: giphyRatingType enum: @@ -19751,6 +19962,9 @@ components: type: string description: ID of the scheduling group the shift is part of. Required. nullable: true + isStagedForDeletion: + type: boolean + nullable: true example: id: string (identifier) createdDateTime: string (timestamp) @@ -19763,6 +19977,7 @@ components: '@odata.type': microsoft.graph.shiftItem userId: string schedulingGroupId: string + isStagedForDeletion: true microsoft.graph.openShift: allOf: - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' @@ -20025,9 +20240,6 @@ components: - title: teamsTab type: object properties: - name: - type: string - nullable: true displayName: type: string description: Name of the tab. @@ -20051,7 +20263,6 @@ components: $ref: '#/components/schemas/microsoft.graph.teamsApp' example: id: string (identifier) - name: string displayName: string teamsAppId: string sortOrderIndex: string @@ -20061,14 +20272,6 @@ components: '@odata.type': microsoft.graph.teamsTabConfiguration teamsApp: '@odata.type': microsoft.graph.teamsApp - microsoft.graph.teamsAppDistributionMethod: - title: teamsAppDistributionMethod - enum: - - store - - organization - - sideloaded - - unknownFutureValue - type: string microsoft.graph.teamsAsyncOperationType: title: teamsAsyncOperationType enum: @@ -20716,6 +20919,22 @@ components: - allowOverrideWithoutJustification - allowOverrideWithJustification type: string + microsoft.graph.teamsAppDistributionMethod: + title: teamsAppDistributionMethod + enum: + - store + - organization + - sideloaded + - unknownFutureValue + type: string + microsoft.graph.teamsAppPublishingState: + title: teamsAppPublishingState + enum: + - submitted + - rejected + - published + - unknownFutureValue + type: string microsoft.graph.shiftItem: allOf: - $ref: '#/components/schemas/microsoft.graph.scheduleEntity' diff --git a/openApiDocs/beta/Sites.Pages.yml b/openApiDocs/beta/Sites.Pages.yml index 02783a72a1e..e9fe2f90b04 100644 --- a/openApiDocs/beta/Sites.Pages.yml +++ b/openApiDocs/beta/Sites.Pages.yml @@ -733,9 +733,11 @@ components: nullable: true externalUserState: type: string + description: 'For an external user invited to the tenant using the invitation API, this property represents the invited user''s invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. Returned only on $select. Supports $filter with the supported values. For example: $filter=externalUserState eq ''PendingAcceptance''.' nullable: true externalUserStateChangeDateTime: type: string + description: Shows the timestamp for the latest change to the externalUserState property. Returned only on $select. nullable: true userType: type: string @@ -2099,6 +2101,7 @@ components: nullable: true onPremisesDomainName: type: string + description: 'Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect.Returned by default. Read-only.' nullable: true onPremisesLastSyncDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' @@ -2108,6 +2111,7 @@ components: nullable: true onPremisesNetBiosName: type: string + description: Contains the on-premises netBios name synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect.Returned by default. Read-only. nullable: true onPremisesProvisioningErrors: type: array @@ -2116,6 +2120,7 @@ components: description: Errors when using Microsoft synchronization product during provisioning. Returned by default. onPremisesSamAccountName: type: string + description: Contains the on-premises SAM account name synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect.Returned by default. Read-only. nullable: true onPremisesSecurityIdentifier: type: string @@ -4472,12 +4477,16 @@ components: type: boolean contributionToContentDiscoveryAsOrganizationDisabled: type: boolean + regionalAndLanguageSettings: + $ref: '#/components/schemas/microsoft.graph.regionalAndLanguageSettings' shiftPreferences: $ref: '#/components/schemas/microsoft.graph.shiftPreferences' example: id: string (identifier) contributionToContentDiscoveryDisabled: true contributionToContentDiscoveryAsOrganizationDisabled: true + regionalAndLanguageSettings: + '@odata.type': microsoft.graph.regionalAndLanguageSettings shiftPreferences: '@odata.type': microsoft.graph.shiftPreferences microsoft.graph.onenote: @@ -4540,6 +4549,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.userAccountInformation' + addresses: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.itemAddress' anniversaries: type: array items: @@ -4576,6 +4589,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.projectParticipation' + notes: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.personAnnotation' skills: type: array items: @@ -4592,6 +4609,8 @@ components: id: string (identifier) account: - '@odata.type': microsoft.graph.userAccountInformation + addresses: + - '@odata.type': microsoft.graph.itemAddress anniversaries: - '@odata.type': microsoft.graph.personAnniversary educationalActivities: @@ -4610,6 +4629,8 @@ components: - '@odata.type': microsoft.graph.workPosition projects: - '@odata.type': microsoft.graph.projectParticipation + notes: + - '@odata.type': microsoft.graph.personAnnotation skills: - '@odata.type': microsoft.graph.skillProficiency webAccounts: @@ -4742,6 +4763,8 @@ components: type: string description: The display name for the device. Required. nullable: true + extensionAttributes: + $ref: '#/components/schemas/microsoft.graph.onPremisesExtensionAttributes' isCompliant: type: boolean description: 'true if the device complies with Mobile Device Management (MDM) policies; otherwise, false. Read-only. This can only be updated by Intune for any device OS type or by an approved MDM app for Windows OS devices.' @@ -4845,6 +4868,8 @@ components: deviceMetadata: string deviceVersion: integer displayName: string + extensionAttributes: + '@odata.type': microsoft.graph.onPremisesExtensionAttributes isCompliant: true isManaged: true onPremisesLastSyncDateTime: string (timestamp) @@ -5115,6 +5140,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.user' + members: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.conversationMember' channels: type: array items: @@ -5122,10 +5151,6 @@ components: description: The collection of channels & messages associated with the team. primaryChannel: $ref: '#/components/schemas/microsoft.graph.channel' - apps: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.teamsCatalogApp' installedApps: type: array items: @@ -5167,12 +5192,12 @@ components: '@odata.type': microsoft.graph.profilePhoto owners: - '@odata.type': microsoft.graph.user + members: + - '@odata.type': microsoft.graph.conversationMember channels: - '@odata.type': microsoft.graph.channel primaryChannel: '@odata.type': microsoft.graph.channel - apps: - - '@odata.type': microsoft.graph.teamsCatalogApp installedApps: - '@odata.type': microsoft.graph.teamsAppInstallation operations: @@ -8721,6 +8746,40 @@ components: '@odata.type': microsoft.graph.resourceReference resource: '@odata.type': microsoft.graph.entity + microsoft.graph.regionalAndLanguageSettings: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: regionalAndLanguageSettings + type: object + properties: + defaultDisplayLanguage: + $ref: '#/components/schemas/microsoft.graph.localeInfo' + authoringLanguages: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.localeInfo' + defaultTranslationLanguage: + $ref: '#/components/schemas/microsoft.graph.localeInfo' + defaultSpeechInputLanguage: + $ref: '#/components/schemas/microsoft.graph.localeInfo' + defaultRegionalFormat: + $ref: '#/components/schemas/microsoft.graph.localeInfo' + regionalFormatOverrides: + $ref: '#/components/schemas/microsoft.graph.regionalFormatOverrides' + example: + id: string (identifier) + defaultDisplayLanguage: + '@odata.type': microsoft.graph.localeInfo + authoringLanguages: + - '@odata.type': microsoft.graph.localeInfo + defaultTranslationLanguage: + '@odata.type': microsoft.graph.localeInfo + defaultSpeechInputLanguage: + '@odata.type': microsoft.graph.localeInfo + defaultRegionalFormat: + '@odata.type': microsoft.graph.localeInfo + regionalFormatOverrides: + '@odata.type': microsoft.graph.regionalFormatOverrides microsoft.graph.shiftPreferences: allOf: - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' @@ -9041,11 +9100,45 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource ageGroup: string countryCode: string preferredLanguageTag: '@odata.type': microsoft.graph.localeInfo userPrincipalName: string + microsoft.graph.itemAddress: + allOf: + - $ref: '#/components/schemas/microsoft.graph.itemFacet' + - title: itemAddress + type: object + properties: + displayName: + type: string + nullable: true + detail: + $ref: '#/components/schemas/microsoft.graph.physicalAddress' + geoCoordinates: + $ref: '#/components/schemas/microsoft.graph.geoCoordinates' + example: + id: string (identifier) + allowedAudiences: + '@odata.type': microsoft.graph.allowedAudiences + inference: + '@odata.type': microsoft.graph.inferenceData + createdDateTime: string (timestamp) + createdBy: + '@odata.type': microsoft.graph.identitySet + lastModifiedDateTime: string (timestamp) + lastModifiedBy: + '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource + displayName: string + detail: + '@odata.type': microsoft.graph.physicalAddress + geoCoordinates: + '@odata.type': microsoft.graph.geoCoordinates microsoft.graph.personAnniversary: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -9071,6 +9164,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource type: '@odata.type': microsoft.graph.anniversaryType date: string (timestamp) @@ -9111,6 +9206,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource completionMonthYear: string (timestamp) endMonthYear: string (timestamp) institution: @@ -9143,6 +9240,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource address: string displayName: string type: @@ -9166,6 +9265,11 @@ components: webUrl: type: string nullable: true + collaborationTags: + type: array + items: + type: string + nullable: true example: id: string (identifier) allowedAudiences: @@ -9178,11 +9282,15 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource categories: - string description: string displayName: string webUrl: string + collaborationTags: + - string microsoft.graph.languageProficiency: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -9195,6 +9303,12 @@ components: type: string proficiency: $ref: '#/components/schemas/microsoft.graph.languageProficiencyLevel' + spoken: + $ref: '#/components/schemas/microsoft.graph.languageProficiencyLevel' + written: + $ref: '#/components/schemas/microsoft.graph.languageProficiencyLevel' + reading: + $ref: '#/components/schemas/microsoft.graph.languageProficiencyLevel' example: id: string (identifier) allowedAudiences: @@ -9207,10 +9321,18 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource displayName: string tag: string proficiency: '@odata.type': microsoft.graph.languageProficiencyLevel + spoken: + '@odata.type': microsoft.graph.languageProficiencyLevel + written: + '@odata.type': microsoft.graph.languageProficiencyLevel + reading: + '@odata.type': microsoft.graph.languageProficiencyLevel microsoft.graph.personName: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -9258,6 +9380,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource displayName: string first: string initials: string @@ -9295,6 +9419,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource displayName: string type: '@odata.type': microsoft.graph.phoneType @@ -9312,6 +9438,15 @@ components: nullable: true detail: $ref: '#/components/schemas/microsoft.graph.positionDetail' + manager: + $ref: '#/components/schemas/microsoft.graph.relatedPerson' + colleagues: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.relatedPerson' + isCurrent: + type: boolean + nullable: true example: id: string (identifier) allowedAudiences: @@ -9324,10 +9459,17 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource categories: - string detail: '@odata.type': microsoft.graph.positionDetail + manager: + '@odata.type': microsoft.graph.relatedPerson + colleagues: + - '@odata.type': microsoft.graph.relatedPerson + isCurrent: true microsoft.graph.projectParticipation: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -9353,6 +9495,11 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.relatedPerson' + collaborationTags: + type: array + items: + type: string + nullable: true example: id: string (identifier) allowedAudiences: @@ -9365,6 +9512,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource categories: - string client: @@ -9376,6 +9525,36 @@ components: - '@odata.type': microsoft.graph.relatedPerson sponsors: - '@odata.type': microsoft.graph.relatedPerson + collaborationTags: + - string + microsoft.graph.personAnnotation: + allOf: + - $ref: '#/components/schemas/microsoft.graph.itemFacet' + - title: personAnnotation + type: object + properties: + detail: + $ref: '#/components/schemas/microsoft.graph.itemBody' + displayName: + type: string + nullable: true + example: + id: string (identifier) + allowedAudiences: + '@odata.type': microsoft.graph.allowedAudiences + inference: + '@odata.type': microsoft.graph.inferenceData + createdDateTime: string (timestamp) + createdBy: + '@odata.type': microsoft.graph.identitySet + lastModifiedDateTime: string (timestamp) + lastModifiedBy: + '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource + detail: + '@odata.type': microsoft.graph.itemBody + displayName: string microsoft.graph.skillProficiency: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -9394,6 +9573,11 @@ components: webUrl: type: string nullable: true + collaborationTags: + type: array + items: + type: string + nullable: true example: id: string (identifier) allowedAudiences: @@ -9406,12 +9590,16 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource categories: - string displayName: string proficiency: '@odata.type': microsoft.graph.skillProficiencyLevel webUrl: string + collaborationTags: + - string microsoft.graph.webAccount: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -9443,6 +9631,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource description: string userId: string service: @@ -9479,6 +9669,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource categories: - string description: string @@ -10277,26 +10469,6 @@ components: - '@odata.type': microsoft.graph.conversationMember filesFolder: '@odata.type': microsoft.graph.driveItem - microsoft.graph.teamsCatalogApp: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: teamsCatalogApp - type: object - properties: - externalId: - type: string - nullable: true - name: - type: string - nullable: true - distributionMethod: - $ref: '#/components/schemas/microsoft.graph.teamsAppDistributionMethod' - example: - id: string (identifier) - externalId: string - name: string - distributionMethod: - '@odata.type': microsoft.graph.teamsAppDistributionMethod microsoft.graph.teamsAsyncOperation: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -13123,6 +13295,39 @@ components: example: lastAccessedDateTime: string (timestamp) lastModifiedDateTime: string (timestamp) + microsoft.graph.regionalFormatOverrides: + title: regionalFormatOverrides + type: object + properties: + calendar: + type: string + nullable: true + firstDayOfWeek: + type: string + nullable: true + shortDateFormat: + type: string + nullable: true + longDateFormat: + type: string + nullable: true + shortTimeFormat: + type: string + nullable: true + longTimeFormat: + type: string + nullable: true + timeZone: + type: string + nullable: true + example: + calendar: string + firstDayOfWeek: string + shortDateFormat: string + longDateFormat: string + shortTimeFormat: string + longTimeFormat: string + timeZone: string microsoft.graph.changeTrackedEntity: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -13339,6 +13544,8 @@ components: format: date-time lastModifiedBy: $ref: '#/components/schemas/microsoft.graph.identitySet' + source: + $ref: '#/components/schemas/microsoft.graph.personDataSource' example: id: string (identifier) allowedAudiences: @@ -13351,6 +13558,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource microsoft.graph.anniversaryType: title: anniversaryType enum: @@ -13490,6 +13699,23 @@ components: role: string startMonthYear: string (timestamp) summary: string + microsoft.graph.relatedPerson: + title: relatedPerson + type: object + properties: + displayName: + type: string + nullable: true + relationship: + $ref: '#/components/schemas/microsoft.graph.personRelationship' + userPrincipalName: + type: string + nullable: true + example: + displayName: string + relationship: + '@odata.type': microsoft.graph.personRelationship + userPrincipalName: string microsoft.graph.companyDetail: title: companyDetail type: object @@ -13518,23 +13744,6 @@ components: address: '@odata.type': microsoft.graph.physicalAddress webUrl: string - microsoft.graph.relatedPerson: - title: relatedPerson - type: object - properties: - displayName: - type: string - nullable: true - relationship: - $ref: '#/components/schemas/microsoft.graph.personRelationship' - userPrincipalName: - type: string - nullable: true - example: - displayName: string - relationship: - '@odata.type': microsoft.graph.personRelationship - userPrincipalName: string microsoft.graph.skillProficiencyLevel: title: skillProficiencyLevel enum: @@ -13681,10 +13890,12 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer + description: 'Index of an entity being mentioned in the specified chatMessage. Matches the {index} value in the corresponding tag in the message body.' format: int32 nullable: true mentionText: type: string + description: 'String used to represent the mention. For example, a user''s display name, a team name.' nullable: true mentioned: $ref: '#/components/schemas/microsoft.graph.identitySet' @@ -13759,9 +13970,6 @@ components: type: string description: The ID of the catalog provided by the app developer in the Microsoft Teams zip app package. nullable: true - name: - type: string - nullable: true displayName: type: string description: The name of the catalog app provided by the app developer in the Microsoft Teams zip app package. @@ -13776,7 +13984,6 @@ components: example: id: string (identifier) externalId: string - name: string displayName: string distributionMethod: '@odata.type': microsoft.graph.teamsAppDistributionMethod @@ -13803,12 +14010,16 @@ components: type: string description: The version number of the application. nullable: true + publishingState: + $ref: '#/components/schemas/microsoft.graph.teamsAppPublishingState' example: id: string (identifier) teamsAppId: string azureADAppId: string displayName: string version: string + publishingState: + '@odata.type': microsoft.graph.teamsAppPublishingState microsoft.graph.giphyRatingType: title: giphyRatingType enum: @@ -13842,6 +14053,9 @@ components: type: string description: ID of the scheduling group the shift is part of. Required. nullable: true + isStagedForDeletion: + type: boolean + nullable: true example: id: string (identifier) createdDateTime: string (timestamp) @@ -13854,6 +14068,7 @@ components: '@odata.type': microsoft.graph.shiftItem userId: string schedulingGroupId: string + isStagedForDeletion: true microsoft.graph.openShift: allOf: - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' @@ -14116,9 +14331,6 @@ components: - title: teamsTab type: object properties: - name: - type: string - nullable: true displayName: type: string description: Name of the tab. @@ -14142,7 +14354,6 @@ components: $ref: '#/components/schemas/microsoft.graph.teamsApp' example: id: string (identifier) - name: string displayName: string teamsAppId: string sortOrderIndex: string @@ -14152,14 +14363,6 @@ components: '@odata.type': microsoft.graph.teamsTabConfiguration teamsApp: '@odata.type': microsoft.graph.teamsApp - microsoft.graph.teamsAppDistributionMethod: - title: teamsAppDistributionMethod - enum: - - store - - organization - - sideloaded - - unknownFutureValue - type: string microsoft.graph.teamsAsyncOperationType: title: teamsAsyncOperationType enum: @@ -15182,6 +15385,22 @@ components: - allowOverrideWithoutJustification - allowOverrideWithJustification type: string + microsoft.graph.teamsAppDistributionMethod: + title: teamsAppDistributionMethod + enum: + - store + - organization + - sideloaded + - unknownFutureValue + type: string + microsoft.graph.teamsAppPublishingState: + title: teamsAppPublishingState + enum: + - submitted + - rejected + - published + - unknownFutureValue + type: string microsoft.graph.shiftItem: allOf: - $ref: '#/components/schemas/microsoft.graph.scheduleEntity' diff --git a/openApiDocs/beta/Sites.Site.yml b/openApiDocs/beta/Sites.Site.yml index 30c73daded7..78c76d60448 100644 --- a/openApiDocs/beta/Sites.Site.yml +++ b/openApiDocs/beta/Sites.Site.yml @@ -2783,9 +2783,11 @@ components: nullable: true externalUserState: type: string + description: 'For an external user invited to the tenant using the invitation API, this property represents the invited user''s invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. Returned only on $select. Supports $filter with the supported values. For example: $filter=externalUserState eq ''PendingAcceptance''.' nullable: true externalUserStateChangeDateTime: type: string + description: Shows the timestamp for the latest change to the externalUserState property. Returned only on $select. nullable: true userType: type: string @@ -4877,6 +4879,7 @@ components: nullable: true onPremisesDomainName: type: string + description: 'Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect.Returned by default. Read-only.' nullable: true onPremisesLastSyncDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' @@ -4886,6 +4889,7 @@ components: nullable: true onPremisesNetBiosName: type: string + description: Contains the on-premises netBios name synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect.Returned by default. Read-only. nullable: true onPremisesProvisioningErrors: type: array @@ -4894,6 +4898,7 @@ components: description: Errors when using Microsoft synchronization product during provisioning. Returned by default. onPremisesSamAccountName: type: string + description: Contains the on-premises SAM account name synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect.Returned by default. Read-only. nullable: true onPremisesSecurityIdentifier: type: string @@ -7063,12 +7068,16 @@ components: type: boolean contributionToContentDiscoveryAsOrganizationDisabled: type: boolean + regionalAndLanguageSettings: + $ref: '#/components/schemas/microsoft.graph.regionalAndLanguageSettings' shiftPreferences: $ref: '#/components/schemas/microsoft.graph.shiftPreferences' example: id: string (identifier) contributionToContentDiscoveryDisabled: true contributionToContentDiscoveryAsOrganizationDisabled: true + regionalAndLanguageSettings: + '@odata.type': microsoft.graph.regionalAndLanguageSettings shiftPreferences: '@odata.type': microsoft.graph.shiftPreferences microsoft.graph.profile: @@ -7081,6 +7090,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.userAccountInformation' + addresses: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.itemAddress' anniversaries: type: array items: @@ -7117,6 +7130,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.projectParticipation' + notes: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.personAnnotation' skills: type: array items: @@ -7133,6 +7150,8 @@ components: id: string (identifier) account: - '@odata.type': microsoft.graph.userAccountInformation + addresses: + - '@odata.type': microsoft.graph.itemAddress anniversaries: - '@odata.type': microsoft.graph.personAnniversary educationalActivities: @@ -7151,6 +7170,8 @@ components: - '@odata.type': microsoft.graph.workPosition projects: - '@odata.type': microsoft.graph.projectParticipation + notes: + - '@odata.type': microsoft.graph.personAnnotation skills: - '@odata.type': microsoft.graph.skillProficiency webAccounts: @@ -7283,6 +7304,8 @@ components: type: string description: The display name for the device. Required. nullable: true + extensionAttributes: + $ref: '#/components/schemas/microsoft.graph.onPremisesExtensionAttributes' isCompliant: type: boolean description: 'true if the device complies with Mobile Device Management (MDM) policies; otherwise, false. Read-only. This can only be updated by Intune for any device OS type or by an approved MDM app for Windows OS devices.' @@ -7386,6 +7409,8 @@ components: deviceMetadata: string deviceVersion: integer displayName: string + extensionAttributes: + '@odata.type': microsoft.graph.onPremisesExtensionAttributes isCompliant: true isManaged: true onPremisesLastSyncDateTime: string (timestamp) @@ -7656,6 +7681,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.user' + members: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.conversationMember' channels: type: array items: @@ -7663,10 +7692,6 @@ components: description: The collection of channels & messages associated with the team. primaryChannel: $ref: '#/components/schemas/microsoft.graph.channel' - apps: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.teamsCatalogApp' installedApps: type: array items: @@ -7708,12 +7733,12 @@ components: '@odata.type': microsoft.graph.profilePhoto owners: - '@odata.type': microsoft.graph.user + members: + - '@odata.type': microsoft.graph.conversationMember channels: - '@odata.type': microsoft.graph.channel primaryChannel: '@odata.type': microsoft.graph.channel - apps: - - '@odata.type': microsoft.graph.teamsCatalogApp installedApps: - '@odata.type': microsoft.graph.teamsAppInstallation operations: @@ -11669,6 +11694,40 @@ components: '@odata.type': microsoft.graph.resourceReference resource: '@odata.type': microsoft.graph.entity + microsoft.graph.regionalAndLanguageSettings: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: regionalAndLanguageSettings + type: object + properties: + defaultDisplayLanguage: + $ref: '#/components/schemas/microsoft.graph.localeInfo' + authoringLanguages: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.localeInfo' + defaultTranslationLanguage: + $ref: '#/components/schemas/microsoft.graph.localeInfo' + defaultSpeechInputLanguage: + $ref: '#/components/schemas/microsoft.graph.localeInfo' + defaultRegionalFormat: + $ref: '#/components/schemas/microsoft.graph.localeInfo' + regionalFormatOverrides: + $ref: '#/components/schemas/microsoft.graph.regionalFormatOverrides' + example: + id: string (identifier) + defaultDisplayLanguage: + '@odata.type': microsoft.graph.localeInfo + authoringLanguages: + - '@odata.type': microsoft.graph.localeInfo + defaultTranslationLanguage: + '@odata.type': microsoft.graph.localeInfo + defaultSpeechInputLanguage: + '@odata.type': microsoft.graph.localeInfo + defaultRegionalFormat: + '@odata.type': microsoft.graph.localeInfo + regionalFormatOverrides: + '@odata.type': microsoft.graph.regionalFormatOverrides microsoft.graph.shiftPreferences: allOf: - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' @@ -11714,11 +11773,45 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource ageGroup: string countryCode: string preferredLanguageTag: '@odata.type': microsoft.graph.localeInfo userPrincipalName: string + microsoft.graph.itemAddress: + allOf: + - $ref: '#/components/schemas/microsoft.graph.itemFacet' + - title: itemAddress + type: object + properties: + displayName: + type: string + nullable: true + detail: + $ref: '#/components/schemas/microsoft.graph.physicalAddress' + geoCoordinates: + $ref: '#/components/schemas/microsoft.graph.geoCoordinates' + example: + id: string (identifier) + allowedAudiences: + '@odata.type': microsoft.graph.allowedAudiences + inference: + '@odata.type': microsoft.graph.inferenceData + createdDateTime: string (timestamp) + createdBy: + '@odata.type': microsoft.graph.identitySet + lastModifiedDateTime: string (timestamp) + lastModifiedBy: + '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource + displayName: string + detail: + '@odata.type': microsoft.graph.physicalAddress + geoCoordinates: + '@odata.type': microsoft.graph.geoCoordinates microsoft.graph.personAnniversary: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -11744,6 +11837,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource type: '@odata.type': microsoft.graph.anniversaryType date: string (timestamp) @@ -11784,6 +11879,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource completionMonthYear: string (timestamp) endMonthYear: string (timestamp) institution: @@ -11816,6 +11913,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource address: string displayName: string type: @@ -11839,6 +11938,11 @@ components: webUrl: type: string nullable: true + collaborationTags: + type: array + items: + type: string + nullable: true example: id: string (identifier) allowedAudiences: @@ -11851,11 +11955,15 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource categories: - string description: string displayName: string webUrl: string + collaborationTags: + - string microsoft.graph.languageProficiency: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -11868,6 +11976,12 @@ components: type: string proficiency: $ref: '#/components/schemas/microsoft.graph.languageProficiencyLevel' + spoken: + $ref: '#/components/schemas/microsoft.graph.languageProficiencyLevel' + written: + $ref: '#/components/schemas/microsoft.graph.languageProficiencyLevel' + reading: + $ref: '#/components/schemas/microsoft.graph.languageProficiencyLevel' example: id: string (identifier) allowedAudiences: @@ -11880,10 +11994,18 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource displayName: string tag: string proficiency: '@odata.type': microsoft.graph.languageProficiencyLevel + spoken: + '@odata.type': microsoft.graph.languageProficiencyLevel + written: + '@odata.type': microsoft.graph.languageProficiencyLevel + reading: + '@odata.type': microsoft.graph.languageProficiencyLevel microsoft.graph.personName: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -11931,6 +12053,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource displayName: string first: string initials: string @@ -11968,6 +12092,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource displayName: string type: '@odata.type': microsoft.graph.phoneType @@ -11985,6 +12111,15 @@ components: nullable: true detail: $ref: '#/components/schemas/microsoft.graph.positionDetail' + manager: + $ref: '#/components/schemas/microsoft.graph.relatedPerson' + colleagues: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.relatedPerson' + isCurrent: + type: boolean + nullable: true example: id: string (identifier) allowedAudiences: @@ -11997,10 +12132,17 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource categories: - string detail: '@odata.type': microsoft.graph.positionDetail + manager: + '@odata.type': microsoft.graph.relatedPerson + colleagues: + - '@odata.type': microsoft.graph.relatedPerson + isCurrent: true microsoft.graph.projectParticipation: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -12026,6 +12168,11 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.relatedPerson' + collaborationTags: + type: array + items: + type: string + nullable: true example: id: string (identifier) allowedAudiences: @@ -12038,6 +12185,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource categories: - string client: @@ -12049,6 +12198,36 @@ components: - '@odata.type': microsoft.graph.relatedPerson sponsors: - '@odata.type': microsoft.graph.relatedPerson + collaborationTags: + - string + microsoft.graph.personAnnotation: + allOf: + - $ref: '#/components/schemas/microsoft.graph.itemFacet' + - title: personAnnotation + type: object + properties: + detail: + $ref: '#/components/schemas/microsoft.graph.itemBody' + displayName: + type: string + nullable: true + example: + id: string (identifier) + allowedAudiences: + '@odata.type': microsoft.graph.allowedAudiences + inference: + '@odata.type': microsoft.graph.inferenceData + createdDateTime: string (timestamp) + createdBy: + '@odata.type': microsoft.graph.identitySet + lastModifiedDateTime: string (timestamp) + lastModifiedBy: + '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource + detail: + '@odata.type': microsoft.graph.itemBody + displayName: string microsoft.graph.skillProficiency: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -12067,6 +12246,11 @@ components: webUrl: type: string nullable: true + collaborationTags: + type: array + items: + type: string + nullable: true example: id: string (identifier) allowedAudiences: @@ -12079,12 +12263,16 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource categories: - string displayName: string proficiency: '@odata.type': microsoft.graph.skillProficiencyLevel webUrl: string + collaborationTags: + - string microsoft.graph.webAccount: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -12116,6 +12304,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource description: string userId: string service: @@ -12152,6 +12342,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource categories: - string description: string @@ -12950,26 +13142,6 @@ components: - '@odata.type': microsoft.graph.conversationMember filesFolder: '@odata.type': microsoft.graph.driveItem - microsoft.graph.teamsCatalogApp: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: teamsCatalogApp - type: object - properties: - externalId: - type: string - nullable: true - name: - type: string - nullable: true - distributionMethod: - $ref: '#/components/schemas/microsoft.graph.teamsAppDistributionMethod' - example: - id: string (identifier) - externalId: string - name: string - distributionMethod: - '@odata.type': microsoft.graph.teamsAppDistributionMethod microsoft.graph.teamsAsyncOperation: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -15131,6 +15303,39 @@ components: example: lastAccessedDateTime: string (timestamp) lastModifiedDateTime: string (timestamp) + microsoft.graph.regionalFormatOverrides: + title: regionalFormatOverrides + type: object + properties: + calendar: + type: string + nullable: true + firstDayOfWeek: + type: string + nullable: true + shortDateFormat: + type: string + nullable: true + longDateFormat: + type: string + nullable: true + shortTimeFormat: + type: string + nullable: true + longTimeFormat: + type: string + nullable: true + timeZone: + type: string + nullable: true + example: + calendar: string + firstDayOfWeek: string + shortDateFormat: string + longDateFormat: string + shortTimeFormat: string + longTimeFormat: string + timeZone: string microsoft.graph.changeTrackedEntity: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -15200,6 +15405,8 @@ components: format: date-time lastModifiedBy: $ref: '#/components/schemas/microsoft.graph.identitySet' + source: + $ref: '#/components/schemas/microsoft.graph.personDataSource' example: id: string (identifier) allowedAudiences: @@ -15212,6 +15419,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource microsoft.graph.anniversaryType: title: anniversaryType enum: @@ -15351,6 +15560,23 @@ components: role: string startMonthYear: string (timestamp) summary: string + microsoft.graph.relatedPerson: + title: relatedPerson + type: object + properties: + displayName: + type: string + nullable: true + relationship: + $ref: '#/components/schemas/microsoft.graph.personRelationship' + userPrincipalName: + type: string + nullable: true + example: + displayName: string + relationship: + '@odata.type': microsoft.graph.personRelationship + userPrincipalName: string microsoft.graph.companyDetail: title: companyDetail type: object @@ -15379,23 +15605,6 @@ components: address: '@odata.type': microsoft.graph.physicalAddress webUrl: string - microsoft.graph.relatedPerson: - title: relatedPerson - type: object - properties: - displayName: - type: string - nullable: true - relationship: - $ref: '#/components/schemas/microsoft.graph.personRelationship' - userPrincipalName: - type: string - nullable: true - example: - displayName: string - relationship: - '@odata.type': microsoft.graph.personRelationship - userPrincipalName: string microsoft.graph.skillProficiencyLevel: title: skillProficiencyLevel enum: @@ -15542,10 +15751,12 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer + description: 'Index of an entity being mentioned in the specified chatMessage. Matches the {index} value in the corresponding tag in the message body.' format: int32 nullable: true mentionText: type: string + description: 'String used to represent the mention. For example, a user''s display name, a team name.' nullable: true mentioned: $ref: '#/components/schemas/microsoft.graph.identitySet' @@ -15620,9 +15831,6 @@ components: type: string description: The ID of the catalog provided by the app developer in the Microsoft Teams zip app package. nullable: true - name: - type: string - nullable: true displayName: type: string description: The name of the catalog app provided by the app developer in the Microsoft Teams zip app package. @@ -15637,7 +15845,6 @@ components: example: id: string (identifier) externalId: string - name: string displayName: string distributionMethod: '@odata.type': microsoft.graph.teamsAppDistributionMethod @@ -15664,12 +15871,16 @@ components: type: string description: The version number of the application. nullable: true + publishingState: + $ref: '#/components/schemas/microsoft.graph.teamsAppPublishingState' example: id: string (identifier) teamsAppId: string azureADAppId: string displayName: string version: string + publishingState: + '@odata.type': microsoft.graph.teamsAppPublishingState microsoft.graph.giphyRatingType: title: giphyRatingType enum: @@ -15695,6 +15906,9 @@ components: type: string description: ID of the scheduling group the shift is part of. Required. nullable: true + isStagedForDeletion: + type: boolean + nullable: true example: id: string (identifier) createdDateTime: string (timestamp) @@ -15707,6 +15921,7 @@ components: '@odata.type': microsoft.graph.shiftItem userId: string schedulingGroupId: string + isStagedForDeletion: true microsoft.graph.openShift: allOf: - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' @@ -15969,9 +16184,6 @@ components: - title: teamsTab type: object properties: - name: - type: string - nullable: true displayName: type: string description: Name of the tab. @@ -15995,7 +16207,6 @@ components: $ref: '#/components/schemas/microsoft.graph.teamsApp' example: id: string (identifier) - name: string displayName: string teamsAppId: string sortOrderIndex: string @@ -16005,14 +16216,6 @@ components: '@odata.type': microsoft.graph.teamsTabConfiguration teamsApp: '@odata.type': microsoft.graph.teamsApp - microsoft.graph.teamsAppDistributionMethod: - title: teamsAppDistributionMethod - enum: - - store - - organization - - sideloaded - - unknownFutureValue - type: string microsoft.graph.teamsAsyncOperationType: title: teamsAsyncOperationType enum: @@ -16615,6 +16818,22 @@ components: - allowOverrideWithoutJustification - allowOverrideWithJustification type: string + microsoft.graph.teamsAppDistributionMethod: + title: teamsAppDistributionMethod + enum: + - store + - organization + - sideloaded + - unknownFutureValue + type: string + microsoft.graph.teamsAppPublishingState: + title: teamsAppPublishingState + enum: + - submitted + - rejected + - published + - unknownFutureValue + type: string microsoft.graph.shiftItem: allOf: - $ref: '#/components/schemas/microsoft.graph.scheduleEntity' diff --git a/openApiDocs/beta/Teams.AppCatalogs.yml b/openApiDocs/beta/Teams.AppCatalogs.yml index 8b533b45422..035c01fbed7 100644 --- a/openApiDocs/beta/Teams.AppCatalogs.yml +++ b/openApiDocs/beta/Teams.AppCatalogs.yml @@ -98,8 +98,6 @@ paths: - id desc - externalId - externalId desc - - name - - name desc - displayName - displayName desc - distributionMethod @@ -117,7 +115,6 @@ paths: enum: - id - externalId - - name - displayName - distributionMethod - appDefinitions @@ -204,7 +201,6 @@ paths: enum: - id - externalId - - name - displayName - distributionMethod - appDefinitions @@ -302,6 +298,8 @@ paths: - displayName desc - version - version desc + - publishingState + - publishingState desc type: string - name: $select in: query @@ -318,6 +316,7 @@ paths: - azureADAppId - displayName - version + - publishingState type: string - name: $expand in: query @@ -418,6 +417,7 @@ paths: - azureADAppId - displayName - version + - publishingState type: string - name: $expand in: query @@ -499,9 +499,6 @@ components: type: string description: The ID of the catalog provided by the app developer in the Microsoft Teams zip app package. nullable: true - name: - type: string - nullable: true displayName: type: string description: The name of the catalog app provided by the app developer in the Microsoft Teams zip app package. @@ -516,7 +513,6 @@ components: example: id: string (identifier) externalId: string - name: string displayName: string distributionMethod: '@odata.type': microsoft.graph.teamsAppDistributionMethod @@ -543,12 +539,16 @@ components: type: string description: The version number of the application. nullable: true + publishingState: + $ref: '#/components/schemas/microsoft.graph.teamsAppPublishingState' example: id: string (identifier) teamsAppId: string azureADAppId: string displayName: string version: string + publishingState: + '@odata.type': microsoft.graph.teamsAppPublishingState microsoft.graph.entity: title: entity type: object @@ -566,6 +566,14 @@ components: - sideloaded - unknownFutureValue type: string + microsoft.graph.teamsAppPublishingState: + title: teamsAppPublishingState + enum: + - submitted + - rejected + - published + - unknownFutureValue + type: string odata.error: required: - error diff --git a/openApiDocs/beta/Teams.Chats.yml b/openApiDocs/beta/Teams.Chats.yml index a017da9d404..5acb720782c 100644 --- a/openApiDocs/beta/Teams.Chats.yml +++ b/openApiDocs/beta/Teams.Chats.yml @@ -511,7 +511,6 @@ paths: enum: - id - externalId - - name - displayName - distributionMethod - appDefinitions @@ -581,6 +580,7 @@ paths: - azureADAppId - displayName - version + - publishingState type: string - name: $expand in: query @@ -1680,6 +1680,51 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: function + '/chats/{chat-id}/microsoft.graph.sendActivityNotification': + post: + tags: + - chats.Actions + summary: Invoke action sendActivityNotification + operationId: chats_sendActivityNotification + parameters: + - name: chat-id + in: path + description: 'key: chat-id of chat' + required: true + schema: + type: string + x-ms-docs-key-type: chat + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + topic: + $ref: '#/components/schemas/microsoft.graph.teamworkActivityTopic' + activityType: + type: string + nullable: true + chainId: + type: integer + format: int64 + nullable: true + previewText: + $ref: '#/components/schemas/microsoft.graph.itemBody' + templateParameters: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.keyValuePair' + recipient: + $ref: '#/components/schemas/microsoft.graph.teamworkNotificationRecipient' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action /chats/microsoft.graph.allMessages(): get: tags: @@ -2005,9 +2050,6 @@ components: type: string description: The ID of the catalog provided by the app developer in the Microsoft Teams zip app package. nullable: true - name: - type: string - nullable: true displayName: type: string description: The name of the catalog app provided by the app developer in the Microsoft Teams zip app package. @@ -2022,7 +2064,6 @@ components: example: id: string (identifier) externalId: string - name: string displayName: string distributionMethod: '@odata.type': microsoft.graph.teamsAppDistributionMethod @@ -2049,12 +2090,16 @@ components: type: string description: The version number of the application. nullable: true + publishingState: + $ref: '#/components/schemas/microsoft.graph.teamsAppPublishingState' example: id: string (identifier) teamsAppId: string azureADAppId: string displayName: string version: string + publishingState: + '@odata.type': microsoft.graph.teamsAppPublishingState microsoft.graph.conversationMember: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -2190,6 +2235,53 @@ components: type: object example: id: string (identifier) + microsoft.graph.teamworkActivityTopic: + title: teamworkActivityTopic + type: object + properties: + source: + $ref: '#/components/schemas/microsoft.graph.teamworkActivityTopicSource' + value: + type: string + webUrl: + type: string + nullable: true + example: + source: + '@odata.type': microsoft.graph.teamworkActivityTopicSource + value: string + webUrl: string + microsoft.graph.itemBody: + title: itemBody + type: object + properties: + contentType: + $ref: '#/components/schemas/microsoft.graph.bodyType' + content: + type: string + description: The content of the item. + nullable: true + example: + contentType: + '@odata.type': microsoft.graph.bodyType + content: string + microsoft.graph.keyValuePair: + title: keyValuePair + type: object + properties: + name: + type: string + description: Name for this key-value pair + value: + type: string + description: Value for this key-value pair + nullable: true + example: + name: string + value: string + microsoft.graph.teamworkNotificationRecipient: + title: teamworkNotificationRecipient + type: object microsoft.graph.entity: title: entity type: object @@ -2207,6 +2299,14 @@ components: - sideloaded - unknownFutureValue type: string + microsoft.graph.teamsAppPublishingState: + title: teamsAppPublishingState + enum: + - submitted + - rejected + - published + - unknownFutureValue + type: string microsoft.graph.identitySet: title: identitySet type: object @@ -2231,20 +2331,6 @@ components: - chatEvent - typing type: string - microsoft.graph.itemBody: - title: itemBody - type: object - properties: - contentType: - $ref: '#/components/schemas/microsoft.graph.bodyType' - content: - type: string - description: The content of the item. - nullable: true - example: - contentType: - '@odata.type': microsoft.graph.bodyType - content: string microsoft.graph.chatMessageAttachment: title: chatMessageAttachment type: object @@ -2288,10 +2374,12 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer + description: 'Index of an entity being mentioned in the specified chatMessage. Matches the {index} value in the corresponding tag in the message body.' format: int32 nullable: true mentionText: type: string + description: 'String used to represent the mention. For example, a user''s display name, a team name.' nullable: true mentioned: $ref: '#/components/schemas/microsoft.graph.identitySet' @@ -2349,6 +2437,18 @@ components: createdDateTime: string (timestamp) user: '@odata.type': microsoft.graph.identitySet + microsoft.graph.teamworkActivityTopicSource: + title: teamworkActivityTopicSource + enum: + - entityUrl + - text + type: string + microsoft.graph.bodyType: + title: bodyType + enum: + - text + - html + type: string odata.error: required: - error @@ -2371,12 +2471,6 @@ components: example: id: string displayName: string - microsoft.graph.bodyType: - title: bodyType - enum: - - text - - html - type: string microsoft.graph.chatMessagePolicyViolationDlpActionTypes: title: chatMessagePolicyViolationDlpActionTypes enum: diff --git a/openApiDocs/beta/Teams.Team.yml b/openApiDocs/beta/Teams.Team.yml index 05c41e7733b..935da609b60 100644 --- a/openApiDocs/beta/Teams.Team.yml +++ b/openApiDocs/beta/Teams.Team.yml @@ -49,9 +49,9 @@ paths: - template - photo - owners + - members - channels - primaryChannel - - apps - installedApps - operations type: string @@ -71,9 +71,9 @@ paths: - template - photo - owners + - members - channels - primaryChannel - - apps - installedApps - operations type: string @@ -109,6 +109,11 @@ paths: parameters: group-id: $request.path.group-id user-id: $response.body#/id + members: + operationId: group.team.GetMembers + parameters: + group-id: $request.path.group-id + conversationMember-id: $response.body#/id channels: operationId: group.team.GetChannels parameters: @@ -119,11 +124,6 @@ paths: parameters: group-id: $request.path.group-id channel-id: $response.body#/id - apps: - operationId: group.team.GetApps - parameters: - group-id: $request.path.group-id - teamsCatalogApp-id: $response.body#/id installedApps: operationId: group.team.GetInstalledApps parameters: @@ -242,9 +242,9 @@ paths: - template - photo - owners + - members - channels - primaryChannel - - apps - installedApps - operations type: string @@ -264,9 +264,9 @@ paths: - template - photo - owners + - members - channels - primaryChannel - - apps - installedApps - operations type: string @@ -356,9 +356,9 @@ paths: - template - photo - owners + - members - channels - primaryChannel - - apps - installedApps - operations type: string @@ -378,9 +378,9 @@ paths: - template - photo - owners + - members - channels - primaryChannel - - apps - installedApps - operations type: string @@ -417,6 +417,11 @@ paths: parameters: team-id: $request.path.team-id user-id: $response.body#/id + members: + operationId: teams.GetMembers + parameters: + team-id: $request.path.team-id + conversationMember-id: $response.body#/id channels: operationId: teams.GetChannels parameters: @@ -427,11 +432,6 @@ paths: parameters: team-id: $request.path.team-id channel-id: $response.body#/id - apps: - operationId: teams.GetApps - parameters: - team-id: $request.path.team-id - teamsCatalogApp-id: $response.body#/id installedApps: operationId: teams.GetInstalledApps parameters: @@ -495,212 +495,6 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/teams/{team-id}/apps': - get: - tags: - - teams.teamsCatalogApp - summary: Get apps from teams - operationId: teams_ListApps - parameters: - - name: team-id - in: path - description: 'key: team-id of team' - required: true - schema: - type: string - x-ms-docs-key-type: team - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - enum: - - id - - id desc - - externalId - - externalId desc - - name - - name desc - - distributionMethod - - distributionMethod desc - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - enum: - - id - - externalId - - name - - distributionMethod - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - enum: - - '*' - type: string - responses: - '200': - description: Retrieved navigation property - content: - application/json: - schema: - title: Collection of teamsCatalogApp - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.teamsCatalogApp' - '@odata.nextLink': - type: string - default: - $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - post: - tags: - - teams.teamsCatalogApp - summary: Create new navigation property to apps for teams - operationId: teams_CreateApps - parameters: - - name: team-id - in: path - description: 'key: team-id of team' - required: true - schema: - type: string - x-ms-docs-key-type: team - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.teamsCatalogApp' - required: true - responses: - '201': - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.teamsCatalogApp' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/teams/{team-id}/apps/{teamsCatalogApp-id}': - get: - tags: - - teams.teamsCatalogApp - summary: Get apps from teams - operationId: teams_GetApps - parameters: - - name: team-id - in: path - description: 'key: team-id of team' - required: true - schema: - type: string - x-ms-docs-key-type: team - - name: teamsCatalogApp-id - in: path - description: 'key: teamsCatalogApp-id of teamsCatalogApp' - required: true - schema: - type: string - x-ms-docs-key-type: teamsCatalogApp - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - enum: - - id - - externalId - - name - - distributionMethod - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - enum: - - '*' - type: string - responses: - '200': - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.teamsCatalogApp' - default: - $ref: '#/components/responses/error' - patch: - tags: - - teams.teamsCatalogApp - summary: Update the navigation property apps in teams - operationId: teams_UpdateApps - parameters: - - name: team-id - in: path - description: 'key: team-id of team' - required: true - schema: - type: string - x-ms-docs-key-type: team - - name: teamsCatalogApp-id - in: path - description: 'key: teamsCatalogApp-id of teamsCatalogApp' - required: true - schema: - type: string - x-ms-docs-key-type: teamsCatalogApp - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.teamsCatalogApp' - required: true - responses: - '204': - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation '/teams/{team-id}/channels': get: tags: @@ -2401,8 +2195,6 @@ paths: enum: - id - id desc - - name - - name desc - displayName - displayName desc - teamsAppId @@ -2427,7 +2219,6 @@ paths: items: enum: - id - - name - displayName - teamsAppId - sortOrderIndex @@ -2546,7 +2337,6 @@ paths: items: enum: - id - - name - displayName - teamsAppId - sortOrderIndex @@ -2665,7 +2455,6 @@ paths: enum: - id - externalId - - name - displayName - distributionMethod - appDefinitions @@ -3251,8 +3040,148 @@ paths: description: 'key: teamsAppInstallation-id of teamsAppInstallation' required: true schema: - type: string - x-ms-docs-key-type: teamsAppInstallation + type: string + x-ms-docs-key-type: teamsAppInstallation + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - externalId + - displayName + - distributionMethod + - appDefinitions + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - appDefinitions + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsApp' + links: + appDefinitions: + operationId: teamsAppInstallation.teamsApp.GetAppDefinitions + parameters: + team-id: $request.path.team-id + teamsAppInstallation-id: $request.path.teamsAppInstallation-id + teamsAppDefinition-id: $response.body#/id + default: + $ref: '#/components/responses/error' + '/teams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition': + get: + tags: + - teams.teamsAppInstallation + summary: Get teamsAppDefinition from teams + operationId: teams.installedApps_GetTeamsAppDefinition + parameters: + - name: team-id + in: path + description: 'key: team-id of team' + required: true + schema: + type: string + x-ms-docs-key-type: team + - name: teamsAppInstallation-id + in: path + description: 'key: teamsAppInstallation-id of teamsAppInstallation' + required: true + schema: + type: string + x-ms-docs-key-type: teamsAppInstallation + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - teamsAppId + - azureADAppId + - displayName + - version + - publishingState + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsAppDefinition' + default: + $ref: '#/components/responses/error' + '/teams/{team-id}/members': + get: + tags: + - teams.conversationMember + summary: Get members from teams + operationId: teams_ListMembers + parameters: + - name: team-id + in: path + description: 'key: team-id of team' + required: true + schema: + type: string + x-ms-docs-key-type: team + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - id desc + - roles + - roles desc + - displayName + - displayName desc + type: string - name: $select in: query description: Select properties to be returned @@ -3264,11 +3193,8 @@ paths: items: enum: - id - - externalId - - name + - roles - displayName - - distributionMethod - - appDefinitions type: string - name: $expand in: query @@ -3281,7 +3207,6 @@ paths: items: enum: - '*' - - appDefinitions type: string responses: '200': @@ -3289,22 +3214,57 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.teamsApp' - links: - appDefinitions: - operationId: teamsAppInstallation.teamsApp.GetAppDefinitions - parameters: - team-id: $request.path.team-id - teamsAppInstallation-id: $request.path.teamsAppInstallation-id - teamsAppDefinition-id: $response.body#/id + title: Collection of conversationMember + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.conversationMember' + '@odata.nextLink': + type: string default: $ref: '#/components/responses/error' - '/teams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition': + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - teams.conversationMember + summary: Create new navigation property to members for teams + operationId: teams_CreateMembers + parameters: + - name: team-id + in: path + description: 'key: team-id of team' + required: true + schema: + type: string + x-ms-docs-key-type: team + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.conversationMember' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.conversationMember' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/teams/{team-id}/members/{conversationMember-id}': get: tags: - - teams.teamsAppInstallation - summary: Get teamsAppDefinition from teams - operationId: teams.installedApps_GetTeamsAppDefinition + - teams.conversationMember + summary: Get members from teams + operationId: teams_GetMembers parameters: - name: team-id in: path @@ -3313,13 +3273,13 @@ paths: schema: type: string x-ms-docs-key-type: team - - name: teamsAppInstallation-id + - name: conversationMember-id in: path - description: 'key: teamsAppInstallation-id of teamsAppInstallation' + description: 'key: conversationMember-id of conversationMember' required: true schema: type: string - x-ms-docs-key-type: teamsAppInstallation + x-ms-docs-key-type: conversationMember - name: $select in: query description: Select properties to be returned @@ -3331,10 +3291,8 @@ paths: items: enum: - id - - teamsAppId - - azureADAppId + - roles - displayName - - version type: string - name: $expand in: query @@ -3354,9 +3312,42 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.teamsAppDefinition' + $ref: '#/components/schemas/microsoft.graph.conversationMember' + default: + $ref: '#/components/responses/error' + patch: + tags: + - teams.conversationMember + summary: Update the navigation property members in teams + operationId: teams_UpdateMembers + parameters: + - name: team-id + in: path + description: 'key: team-id of team' + required: true + schema: + type: string + x-ms-docs-key-type: team + - name: conversationMember-id + in: path + description: 'key: conversationMember-id of conversationMember' + required: true + schema: + type: string + x-ms-docs-key-type: conversationMember + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.conversationMember' + required: true + responses: + '204': + description: Success default: $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation '/teams/{team-id}/microsoft.graph.archive': post: tags: @@ -3433,6 +3424,51 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action + '/teams/{team-id}/microsoft.graph.sendActivityNotification': + post: + tags: + - teams.Actions + summary: Invoke action sendActivityNotification + operationId: teams_sendActivityNotification + parameters: + - name: team-id + in: path + description: 'key: team-id of team' + required: true + schema: + type: string + x-ms-docs-key-type: team + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + topic: + $ref: '#/components/schemas/microsoft.graph.teamworkActivityTopic' + activityType: + type: string + nullable: true + chainId: + type: integer + format: int64 + nullable: true + previewText: + $ref: '#/components/schemas/microsoft.graph.itemBody' + templateParameters: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.keyValuePair' + recipient: + $ref: '#/components/schemas/microsoft.graph.teamworkNotificationRecipient' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action '/teams/{team-id}/microsoft.graph.unarchive': post: tags: @@ -6118,8 +6154,6 @@ paths: enum: - id - id desc - - name - - name desc - displayName - displayName desc - teamsAppId @@ -6144,7 +6178,6 @@ paths: items: enum: - id - - name - displayName - teamsAppId - sortOrderIndex @@ -6249,7 +6282,6 @@ paths: items: enum: - id - - name - displayName - teamsAppId - sortOrderIndex @@ -6353,7 +6385,6 @@ paths: enum: - id - externalId - - name - displayName - distributionMethod - appDefinitions @@ -7553,6 +7584,8 @@ paths: - userId desc - schedulingGroupId - schedulingGroupId desc + - isStagedForDeletion + - isStagedForDeletion desc type: string - name: $select in: query @@ -7572,6 +7605,7 @@ paths: - draftShift - userId - schedulingGroupId + - isStagedForDeletion type: string - name: $expand in: query @@ -7675,6 +7709,7 @@ paths: - draftShift - userId - schedulingGroupId + - isStagedForDeletion type: string - name: $expand in: query @@ -8995,51 +9030,6 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - /teamwork/microsoft.graph.generateActivityNotification: - post: - tags: - - teamwork.Actions - summary: Invoke action generateActivityNotification - operationId: teamwork_generateActivityNotification - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - about: - type: string - nullable: true - activityType: - type: string - nullable: true - aggregationId: - type: integer - format: int64 - nullable: true - onClickWebUrl: - type: string - nullable: true - previewText: - type: string - nullable: true - teamsAppId: - type: string - nullable: true - templateParameters: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.keyValuePair' - recipient: - $ref: '#/components/schemas/microsoft.graph.teamworkNotificationAudience' - required: true - responses: - '204': - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action /teamwork/workforceIntegrations: get: tags: @@ -9304,6 +9294,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.user' + members: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.conversationMember' channels: type: array items: @@ -9311,10 +9305,6 @@ components: description: The collection of channels & messages associated with the team. primaryChannel: $ref: '#/components/schemas/microsoft.graph.channel' - apps: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.teamsCatalogApp' installedApps: type: array items: @@ -9356,36 +9346,16 @@ components: '@odata.type': microsoft.graph.profilePhoto owners: - '@odata.type': microsoft.graph.user + members: + - '@odata.type': microsoft.graph.conversationMember channels: - '@odata.type': microsoft.graph.channel primaryChannel: '@odata.type': microsoft.graph.channel - apps: - - '@odata.type': microsoft.graph.teamsCatalogApp installedApps: - '@odata.type': microsoft.graph.teamsAppInstallation operations: - '@odata.type': microsoft.graph.teamsAsyncOperation - microsoft.graph.teamsCatalogApp: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: teamsCatalogApp - type: object - properties: - externalId: - type: string - nullable: true - name: - type: string - nullable: true - distributionMethod: - $ref: '#/components/schemas/microsoft.graph.teamsAppDistributionMethod' - example: - id: string (identifier) - externalId: string - name: string - distributionMethod: - '@odata.type': microsoft.graph.teamsAppDistributionMethod microsoft.graph.channel: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -9762,9 +9732,6 @@ components: - title: teamsTab type: object properties: - name: - type: string - nullable: true displayName: type: string description: Name of the tab. @@ -9788,7 +9755,6 @@ components: $ref: '#/components/schemas/microsoft.graph.teamsApp' example: id: string (identifier) - name: string displayName: string teamsAppId: string sortOrderIndex: string @@ -9808,9 +9774,6 @@ components: type: string description: The ID of the catalog provided by the app developer in the Microsoft Teams zip app package. nullable: true - name: - type: string - nullable: true displayName: type: string description: The name of the catalog app provided by the app developer in the Microsoft Teams zip app package. @@ -9825,7 +9788,6 @@ components: example: id: string (identifier) externalId: string - name: string displayName: string distributionMethod: '@odata.type': microsoft.graph.teamsAppDistributionMethod @@ -9909,6 +9871,7 @@ components: nullable: true onPremisesDomainName: type: string + description: 'Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect.Returned by default. Read-only.' nullable: true onPremisesLastSyncDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' @@ -9918,6 +9881,7 @@ components: nullable: true onPremisesNetBiosName: type: string + description: Contains the on-premises netBios name synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect.Returned by default. Read-only. nullable: true onPremisesProvisioningErrors: type: array @@ -9926,6 +9890,7 @@ components: description: Errors when using Microsoft synchronization product during provisioning. Returned by default. onPremisesSamAccountName: type: string + description: Contains the on-premises SAM account name synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect.Returned by default. Read-only. nullable: true onPremisesSecurityIdentifier: type: string @@ -10289,12 +10254,16 @@ components: type: string description: The version number of the application. nullable: true + publishingState: + $ref: '#/components/schemas/microsoft.graph.teamsAppPublishingState' example: id: string (identifier) teamsAppId: string azureADAppId: string displayName: string version: string + publishingState: + '@odata.type': microsoft.graph.teamsAppPublishingState microsoft.graph.teamVisibilityType: title: teamVisibilityType enum: @@ -10312,6 +10281,53 @@ components: - channels - members type: string + microsoft.graph.teamworkActivityTopic: + title: teamworkActivityTopic + type: object + properties: + source: + $ref: '#/components/schemas/microsoft.graph.teamworkActivityTopicSource' + value: + type: string + webUrl: + type: string + nullable: true + example: + source: + '@odata.type': microsoft.graph.teamworkActivityTopicSource + value: string + webUrl: string + microsoft.graph.itemBody: + title: itemBody + type: object + properties: + contentType: + $ref: '#/components/schemas/microsoft.graph.bodyType' + content: + type: string + description: The content of the item. + nullable: true + example: + contentType: + '@odata.type': microsoft.graph.bodyType + content: string + microsoft.graph.keyValuePair: + title: keyValuePair + type: object + properties: + name: + type: string + description: Name for this key-value pair + value: + type: string + description: Value for this key-value pair + nullable: true + example: + name: string + value: string + microsoft.graph.teamworkNotificationRecipient: + title: teamworkNotificationRecipient + type: object microsoft.graph.teamsAsyncOperation: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -10599,9 +10615,11 @@ components: nullable: true externalUserState: type: string + description: 'For an external user invited to the tenant using the invitation API, this property represents the invited user''s invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. Returned only on $select. Supports $filter with the supported values. For example: $filter=externalUserState eq ''PendingAcceptance''.' nullable: true externalUserStateChangeDateTime: type: string + description: Shows the timestamp for the latest change to the externalUserState property. Returned only on $select. nullable: true userType: type: string @@ -11375,6 +11393,9 @@ components: type: string description: ID of the scheduling group the shift is part of. Required. nullable: true + isStagedForDeletion: + type: boolean + nullable: true example: id: string (identifier) createdDateTime: string (timestamp) @@ -11387,6 +11408,7 @@ components: '@odata.type': microsoft.graph.shiftItem userId: string schedulingGroupId: string + isStagedForDeletion: true microsoft.graph.swapShiftsChangeRequest: allOf: - $ref: '#/components/schemas/microsoft.graph.offerShiftRequest' @@ -11531,23 +11553,6 @@ components: id: string (identifier) workforceIntegrations: - '@odata.type': microsoft.graph.workforceIntegration - microsoft.graph.keyValuePair: - title: keyValuePair - type: object - properties: - name: - type: string - description: Name for this key-value pair - value: - type: string - description: Value for this key-value pair - nullable: true - example: - name: string - value: string - microsoft.graph.teamworkNotificationAudience: - title: teamworkNotificationAudience - type: object microsoft.graph.workforceIntegration: allOf: - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' @@ -11733,14 +11738,6 @@ components: nullable: true example: showInTeamsSearchAndSuggestions: true - microsoft.graph.teamsAppDistributionMethod: - title: teamsAppDistributionMethod - enum: - - store - - organization - - sideloaded - - unknownFutureValue - type: string microsoft.graph.channelMembershipType: title: channelMembershipType enum: @@ -12738,20 +12735,6 @@ components: - chatEvent - typing type: string - microsoft.graph.itemBody: - title: itemBody - type: object - properties: - contentType: - $ref: '#/components/schemas/microsoft.graph.bodyType' - content: - type: string - description: The content of the item. - nullable: true - example: - contentType: - '@odata.type': microsoft.graph.bodyType - content: string microsoft.graph.chatMessageAttachment: title: chatMessageAttachment type: object @@ -12795,10 +12778,12 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer + description: 'Index of an entity being mentioned in the specified chatMessage. Matches the {index} value in the corresponding tag in the message body.' format: int32 nullable: true mentionText: type: string + description: 'String used to represent the mention. For example, a user''s display name, a team name.' nullable: true mentioned: $ref: '#/components/schemas/microsoft.graph.identitySet' @@ -12881,6 +12866,14 @@ components: contentUrl: string removeUrl: string websiteUrl: string + microsoft.graph.teamsAppDistributionMethod: + title: teamsAppDistributionMethod + enum: + - store + - organization + - sideloaded + - unknownFutureValue + type: string microsoft.graph.directoryObject: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -13828,6 +13821,26 @@ components: - '@odata.type': microsoft.graph.onenoteResource operations: - '@odata.type': microsoft.graph.onenoteOperation + microsoft.graph.teamsAppPublishingState: + title: teamsAppPublishingState + enum: + - submitted + - rejected + - published + - unknownFutureValue + type: string + microsoft.graph.teamworkActivityTopicSource: + title: teamworkActivityTopicSource + enum: + - entityUrl + - text + type: string + microsoft.graph.bodyType: + title: bodyType + enum: + - text + - html + type: string microsoft.graph.teamsAsyncOperationType: title: teamsAsyncOperationType enum: @@ -15946,12 +15959,16 @@ components: type: boolean contributionToContentDiscoveryAsOrganizationDisabled: type: boolean + regionalAndLanguageSettings: + $ref: '#/components/schemas/microsoft.graph.regionalAndLanguageSettings' shiftPreferences: $ref: '#/components/schemas/microsoft.graph.shiftPreferences' example: id: string (identifier) contributionToContentDiscoveryDisabled: true contributionToContentDiscoveryAsOrganizationDisabled: true + regionalAndLanguageSettings: + '@odata.type': microsoft.graph.regionalAndLanguageSettings shiftPreferences: '@odata.type': microsoft.graph.shiftPreferences microsoft.graph.profile: @@ -15964,6 +15981,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.userAccountInformation' + addresses: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.itemAddress' anniversaries: type: array items: @@ -16000,6 +16021,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.projectParticipation' + notes: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.personAnnotation' skills: type: array items: @@ -16016,6 +16041,8 @@ components: id: string (identifier) account: - '@odata.type': microsoft.graph.userAccountInformation + addresses: + - '@odata.type': microsoft.graph.itemAddress anniversaries: - '@odata.type': microsoft.graph.personAnniversary educationalActivities: @@ -16034,6 +16061,8 @@ components: - '@odata.type': microsoft.graph.workPosition projects: - '@odata.type': microsoft.graph.projectParticipation + notes: + - '@odata.type': microsoft.graph.personAnnotation skills: - '@odata.type': microsoft.graph.skillProficiency webAccounts: @@ -16166,6 +16195,8 @@ components: type: string description: The display name for the device. Required. nullable: true + extensionAttributes: + $ref: '#/components/schemas/microsoft.graph.onPremisesExtensionAttributes' isCompliant: type: boolean description: 'true if the device complies with Mobile Device Management (MDM) policies; otherwise, false. Read-only. This can only be updated by Intune for any device OS type or by an approved MDM app for Windows OS devices.' @@ -16269,6 +16300,8 @@ components: deviceMetadata: string deviceVersion: integer displayName: string + extensionAttributes: + '@odata.type': microsoft.graph.onPremisesExtensionAttributes isCompliant: true isManaged: true onPremisesLastSyncDateTime: string (timestamp) @@ -17343,12 +17376,6 @@ components: example: id: string displayName: string - microsoft.graph.bodyType: - title: bodyType - enum: - - text - - html - type: string microsoft.graph.chatMessagePolicyViolationDlpActionTypes: title: chatMessagePolicyViolationDlpActionTypes enum: @@ -20828,6 +20855,40 @@ components: '@odata.type': microsoft.graph.resourceReference resource: '@odata.type': microsoft.graph.entity + microsoft.graph.regionalAndLanguageSettings: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: regionalAndLanguageSettings + type: object + properties: + defaultDisplayLanguage: + $ref: '#/components/schemas/microsoft.graph.localeInfo' + authoringLanguages: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.localeInfo' + defaultTranslationLanguage: + $ref: '#/components/schemas/microsoft.graph.localeInfo' + defaultSpeechInputLanguage: + $ref: '#/components/schemas/microsoft.graph.localeInfo' + defaultRegionalFormat: + $ref: '#/components/schemas/microsoft.graph.localeInfo' + regionalFormatOverrides: + $ref: '#/components/schemas/microsoft.graph.regionalFormatOverrides' + example: + id: string (identifier) + defaultDisplayLanguage: + '@odata.type': microsoft.graph.localeInfo + authoringLanguages: + - '@odata.type': microsoft.graph.localeInfo + defaultTranslationLanguage: + '@odata.type': microsoft.graph.localeInfo + defaultSpeechInputLanguage: + '@odata.type': microsoft.graph.localeInfo + defaultRegionalFormat: + '@odata.type': microsoft.graph.localeInfo + regionalFormatOverrides: + '@odata.type': microsoft.graph.regionalFormatOverrides microsoft.graph.shiftPreferences: allOf: - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' @@ -20873,11 +20934,45 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource ageGroup: string countryCode: string preferredLanguageTag: '@odata.type': microsoft.graph.localeInfo userPrincipalName: string + microsoft.graph.itemAddress: + allOf: + - $ref: '#/components/schemas/microsoft.graph.itemFacet' + - title: itemAddress + type: object + properties: + displayName: + type: string + nullable: true + detail: + $ref: '#/components/schemas/microsoft.graph.physicalAddress' + geoCoordinates: + $ref: '#/components/schemas/microsoft.graph.geoCoordinates' + example: + id: string (identifier) + allowedAudiences: + '@odata.type': microsoft.graph.allowedAudiences + inference: + '@odata.type': microsoft.graph.inferenceData + createdDateTime: string (timestamp) + createdBy: + '@odata.type': microsoft.graph.identitySet + lastModifiedDateTime: string (timestamp) + lastModifiedBy: + '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource + displayName: string + detail: + '@odata.type': microsoft.graph.physicalAddress + geoCoordinates: + '@odata.type': microsoft.graph.geoCoordinates microsoft.graph.personAnniversary: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -20903,6 +20998,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource type: '@odata.type': microsoft.graph.anniversaryType date: string (timestamp) @@ -20943,6 +21040,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource completionMonthYear: string (timestamp) endMonthYear: string (timestamp) institution: @@ -20975,6 +21074,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource address: string displayName: string type: @@ -20998,6 +21099,11 @@ components: webUrl: type: string nullable: true + collaborationTags: + type: array + items: + type: string + nullable: true example: id: string (identifier) allowedAudiences: @@ -21010,11 +21116,15 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource categories: - string description: string displayName: string webUrl: string + collaborationTags: + - string microsoft.graph.languageProficiency: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -21027,6 +21137,12 @@ components: type: string proficiency: $ref: '#/components/schemas/microsoft.graph.languageProficiencyLevel' + spoken: + $ref: '#/components/schemas/microsoft.graph.languageProficiencyLevel' + written: + $ref: '#/components/schemas/microsoft.graph.languageProficiencyLevel' + reading: + $ref: '#/components/schemas/microsoft.graph.languageProficiencyLevel' example: id: string (identifier) allowedAudiences: @@ -21039,10 +21155,18 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource displayName: string tag: string proficiency: '@odata.type': microsoft.graph.languageProficiencyLevel + spoken: + '@odata.type': microsoft.graph.languageProficiencyLevel + written: + '@odata.type': microsoft.graph.languageProficiencyLevel + reading: + '@odata.type': microsoft.graph.languageProficiencyLevel microsoft.graph.personName: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -21090,6 +21214,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource displayName: string first: string initials: string @@ -21127,6 +21253,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource displayName: string type: '@odata.type': microsoft.graph.phoneType @@ -21144,6 +21272,15 @@ components: nullable: true detail: $ref: '#/components/schemas/microsoft.graph.positionDetail' + manager: + $ref: '#/components/schemas/microsoft.graph.relatedPerson' + colleagues: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.relatedPerson' + isCurrent: + type: boolean + nullable: true example: id: string (identifier) allowedAudiences: @@ -21156,10 +21293,17 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource categories: - string detail: '@odata.type': microsoft.graph.positionDetail + manager: + '@odata.type': microsoft.graph.relatedPerson + colleagues: + - '@odata.type': microsoft.graph.relatedPerson + isCurrent: true microsoft.graph.projectParticipation: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -21185,6 +21329,11 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.relatedPerson' + collaborationTags: + type: array + items: + type: string + nullable: true example: id: string (identifier) allowedAudiences: @@ -21197,6 +21346,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource categories: - string client: @@ -21208,6 +21359,36 @@ components: - '@odata.type': microsoft.graph.relatedPerson sponsors: - '@odata.type': microsoft.graph.relatedPerson + collaborationTags: + - string + microsoft.graph.personAnnotation: + allOf: + - $ref: '#/components/schemas/microsoft.graph.itemFacet' + - title: personAnnotation + type: object + properties: + detail: + $ref: '#/components/schemas/microsoft.graph.itemBody' + displayName: + type: string + nullable: true + example: + id: string (identifier) + allowedAudiences: + '@odata.type': microsoft.graph.allowedAudiences + inference: + '@odata.type': microsoft.graph.inferenceData + createdDateTime: string (timestamp) + createdBy: + '@odata.type': microsoft.graph.identitySet + lastModifiedDateTime: string (timestamp) + lastModifiedBy: + '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource + detail: + '@odata.type': microsoft.graph.itemBody + displayName: string microsoft.graph.skillProficiency: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -21226,6 +21407,11 @@ components: webUrl: type: string nullable: true + collaborationTags: + type: array + items: + type: string + nullable: true example: id: string (identifier) allowedAudiences: @@ -21238,12 +21424,16 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource categories: - string displayName: string proficiency: '@odata.type': microsoft.graph.skillProficiencyLevel webUrl: string + collaborationTags: + - string microsoft.graph.webAccount: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -21275,6 +21465,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource description: string userId: string service: @@ -21311,6 +21503,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource categories: - string description: string @@ -24009,6 +24203,39 @@ components: example: lastAccessedDateTime: string (timestamp) lastModifiedDateTime: string (timestamp) + microsoft.graph.regionalFormatOverrides: + title: regionalFormatOverrides + type: object + properties: + calendar: + type: string + nullable: true + firstDayOfWeek: + type: string + nullable: true + shortDateFormat: + type: string + nullable: true + longDateFormat: + type: string + nullable: true + shortTimeFormat: + type: string + nullable: true + longTimeFormat: + type: string + nullable: true + timeZone: + type: string + nullable: true + example: + calendar: string + firstDayOfWeek: string + shortDateFormat: string + longDateFormat: string + shortTimeFormat: string + longTimeFormat: string + timeZone: string microsoft.graph.shiftAvailability: title: shiftAvailability type: object @@ -24052,6 +24279,8 @@ components: format: date-time lastModifiedBy: $ref: '#/components/schemas/microsoft.graph.identitySet' + source: + $ref: '#/components/schemas/microsoft.graph.personDataSource' example: id: string (identifier) allowedAudiences: @@ -24064,6 +24293,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource microsoft.graph.anniversaryType: title: anniversaryType enum: @@ -24203,6 +24434,23 @@ components: role: string startMonthYear: string (timestamp) summary: string + microsoft.graph.relatedPerson: + title: relatedPerson + type: object + properties: + displayName: + type: string + nullable: true + relationship: + $ref: '#/components/schemas/microsoft.graph.personRelationship' + userPrincipalName: + type: string + nullable: true + example: + displayName: string + relationship: + '@odata.type': microsoft.graph.personRelationship + userPrincipalName: string microsoft.graph.companyDetail: title: companyDetail type: object @@ -24231,23 +24479,6 @@ components: address: '@odata.type': microsoft.graph.physicalAddress webUrl: string - microsoft.graph.relatedPerson: - title: relatedPerson - type: object - properties: - displayName: - type: string - nullable: true - relationship: - $ref: '#/components/schemas/microsoft.graph.personRelationship' - userPrincipalName: - type: string - nullable: true - example: - displayName: string - relationship: - '@odata.type': microsoft.graph.personRelationship - userPrincipalName: string microsoft.graph.skillProficiencyLevel: title: skillProficiencyLevel enum: diff --git a/openApiDocs/beta/Teams.Teamwork.yml b/openApiDocs/beta/Teams.Teamwork.yml index 14e5ef3370f..348012b1cd7 100644 --- a/openApiDocs/beta/Teams.Teamwork.yml +++ b/openApiDocs/beta/Teams.Teamwork.yml @@ -335,7 +335,6 @@ paths: enum: - id - externalId - - name - displayName - distributionMethod - appDefinitions @@ -405,6 +404,7 @@ paths: - azureADAppId - displayName - version + - publishingState type: string - name: $expand in: query @@ -470,9 +470,6 @@ components: type: string description: The ID of the catalog provided by the app developer in the Microsoft Teams zip app package. nullable: true - name: - type: string - nullable: true displayName: type: string description: The name of the catalog app provided by the app developer in the Microsoft Teams zip app package. @@ -487,7 +484,6 @@ components: example: id: string (identifier) externalId: string - name: string displayName: string distributionMethod: '@odata.type': microsoft.graph.teamsAppDistributionMethod @@ -514,12 +510,16 @@ components: type: string description: The version number of the application. nullable: true + publishingState: + $ref: '#/components/schemas/microsoft.graph.teamsAppPublishingState' example: id: string (identifier) teamsAppId: string azureADAppId: string displayName: string version: string + publishingState: + '@odata.type': microsoft.graph.teamsAppPublishingState microsoft.graph.entity: title: entity type: object @@ -537,6 +537,14 @@ components: - sideloaded - unknownFutureValue type: string + microsoft.graph.teamsAppPublishingState: + title: teamsAppPublishingState + enum: + - submitted + - rejected + - published + - unknownFutureValue + type: string odata.error: required: - error diff --git a/openApiDocs/beta/Users.Actions.yml b/openApiDocs/beta/Users.Actions.yml index 40b0e29cbfb..bdefffa5e48 100644 --- a/openApiDocs/beta/Users.Actions.yml +++ b/openApiDocs/beta/Users.Actions.yml @@ -17016,6 +17016,49 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action + '/users/{user-id}/teamwork/microsoft.graph.sendActivityNotification': + post: + tags: + - users.Actions + summary: Invoke action sendActivityNotification + operationId: users.teamwork_sendActivityNotification + parameters: + - name: user-id + in: path + description: 'key: user-id of user' + required: true + schema: + type: string + x-ms-docs-key-type: user + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + topic: + $ref: '#/components/schemas/microsoft.graph.teamworkActivityTopic' + activityType: + type: string + nullable: true + chainId: + type: integer + format: int64 + nullable: true + previewText: + $ref: '#/components/schemas/microsoft.graph.itemBody' + templateParameters: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.keyValuePair' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action '/users/{user-id}/windowsInformationProtectionDeviceRegistrations/{windowsInformationProtectionDeviceRegistration-id}/microsoft.graph.wipe': post: tags: @@ -17961,9 +18004,11 @@ components: nullable: true externalUserState: type: string + description: 'For an external user invited to the tenant using the invitation API, this property represents the invited user''s invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. Returned only on $select. Supports $filter with the supported values. For example: $filter=externalUserState eq ''PendingAcceptance''.' nullable: true externalUserStateChangeDateTime: type: string + description: Shows the timestamp for the latest change to the externalUserState property. Returned only on $select. nullable: true userType: type: string @@ -19024,6 +19069,50 @@ components: - '@odata.type': microsoft.graph.multiValueLegacyExtendedProperty attachments: - '@odata.type': microsoft.graph.attachment + microsoft.graph.teamworkActivityTopic: + title: teamworkActivityTopic + type: object + properties: + source: + $ref: '#/components/schemas/microsoft.graph.teamworkActivityTopicSource' + value: + type: string + webUrl: + type: string + nullable: true + example: + source: + '@odata.type': microsoft.graph.teamworkActivityTopicSource + value: string + webUrl: string + microsoft.graph.itemBody: + title: itemBody + type: object + properties: + contentType: + $ref: '#/components/schemas/microsoft.graph.bodyType' + content: + type: string + description: The content of the item. + nullable: true + example: + contentType: + '@odata.type': microsoft.graph.bodyType + content: string + microsoft.graph.keyValuePair: + title: keyValuePair + type: object + properties: + name: + type: string + description: Name for this key-value pair + value: + type: string + description: Value for this key-value pair + nullable: true + example: + name: string + value: string microsoft.graph.attachmentType: title: attachmentType enum: @@ -19281,20 +19370,6 @@ components: example: name: string value: string - microsoft.graph.itemBody: - title: itemBody - type: object - properties: - contentType: - $ref: '#/components/schemas/microsoft.graph.bodyType' - content: - type: string - description: The content of the item. - nullable: true - example: - contentType: - '@odata.type': microsoft.graph.bodyType - content: string microsoft.graph.importance: title: importance enum: @@ -20005,6 +20080,7 @@ components: nullable: true onPremisesDomainName: type: string + description: 'Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect.Returned by default. Read-only.' nullable: true onPremisesLastSyncDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' @@ -20014,6 +20090,7 @@ components: nullable: true onPremisesNetBiosName: type: string + description: Contains the on-premises netBios name synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect.Returned by default. Read-only. nullable: true onPremisesProvisioningErrors: type: array @@ -20022,6 +20099,7 @@ components: description: Errors when using Microsoft synchronization product during provisioning. Returned by default. onPremisesSamAccountName: type: string + description: Contains the on-premises SAM account name synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect.Returned by default. Read-only. nullable: true onPremisesSecurityIdentifier: type: string @@ -22284,12 +22362,16 @@ components: type: boolean contributionToContentDiscoveryAsOrganizationDisabled: type: boolean + regionalAndLanguageSettings: + $ref: '#/components/schemas/microsoft.graph.regionalAndLanguageSettings' shiftPreferences: $ref: '#/components/schemas/microsoft.graph.shiftPreferences' example: id: string (identifier) contributionToContentDiscoveryDisabled: true contributionToContentDiscoveryAsOrganizationDisabled: true + regionalAndLanguageSettings: + '@odata.type': microsoft.graph.regionalAndLanguageSettings shiftPreferences: '@odata.type': microsoft.graph.shiftPreferences microsoft.graph.onenote: @@ -22352,6 +22434,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.userAccountInformation' + addresses: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.itemAddress' anniversaries: type: array items: @@ -22388,6 +22474,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.projectParticipation' + notes: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.personAnnotation' skills: type: array items: @@ -22404,6 +22494,8 @@ components: id: string (identifier) account: - '@odata.type': microsoft.graph.userAccountInformation + addresses: + - '@odata.type': microsoft.graph.itemAddress anniversaries: - '@odata.type': microsoft.graph.personAnniversary educationalActivities: @@ -22422,6 +22514,8 @@ components: - '@odata.type': microsoft.graph.workPosition projects: - '@odata.type': microsoft.graph.projectParticipation + notes: + - '@odata.type': microsoft.graph.personAnnotation skills: - '@odata.type': microsoft.graph.skillProficiency webAccounts: @@ -22554,6 +22648,8 @@ components: type: string description: The display name for the device. Required. nullable: true + extensionAttributes: + $ref: '#/components/schemas/microsoft.graph.onPremisesExtensionAttributes' isCompliant: type: boolean description: 'true if the device complies with Mobile Device Management (MDM) policies; otherwise, false. Read-only. This can only be updated by Intune for any device OS type or by an approved MDM app for Windows OS devices.' @@ -22657,6 +22753,8 @@ components: deviceMetadata: string deviceVersion: integer displayName: string + extensionAttributes: + '@odata.type': microsoft.graph.onPremisesExtensionAttributes isCompliant: true isManaged: true onPremisesLastSyncDateTime: string (timestamp) @@ -22830,6 +22928,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.user' + members: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.conversationMember' channels: type: array items: @@ -22837,10 +22939,6 @@ components: description: The collection of channels & messages associated with the team. primaryChannel: $ref: '#/components/schemas/microsoft.graph.channel' - apps: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.teamsCatalogApp' installedApps: type: array items: @@ -22882,12 +22980,12 @@ components: '@odata.type': microsoft.graph.profilePhoto owners: - '@odata.type': microsoft.graph.user + members: + - '@odata.type': microsoft.graph.conversationMember channels: - '@odata.type': microsoft.graph.channel primaryChannel: '@odata.type': microsoft.graph.channel - apps: - - '@odata.type': microsoft.graph.teamsCatalogApp installedApps: - '@odata.type': microsoft.graph.teamsAppInstallation operations: @@ -23248,6 +23346,18 @@ components: - waitingOnOthers - deferred type: string + microsoft.graph.teamworkActivityTopicSource: + title: teamworkActivityTopicSource + enum: + - entityUrl + - text + type: string + microsoft.graph.bodyType: + title: bodyType + enum: + - text + - html + type: string odata.error: required: - error @@ -23530,12 +23640,6 @@ components: assignCategories: - string stopProcessingRules: true - microsoft.graph.bodyType: - title: bodyType - enum: - - text - - html - type: string microsoft.graph.followupFlagStatus: title: followupFlagStatus enum: @@ -26306,20 +26410,6 @@ components: remediation: string resources: - '@odata.type': microsoft.graph.deviceManagementTroubleshootingErrorResource - microsoft.graph.keyValuePair: - title: keyValuePair - type: object - properties: - name: - type: string - description: Name for this key-value pair - value: - type: string - description: Value for this key-value pair - nullable: true - example: - name: string - value: string microsoft.graph.mobileAppIntentAndStateDetail: title: mobileAppIntentAndStateDetail type: object @@ -26732,6 +26822,40 @@ components: '@odata.type': microsoft.graph.resourceReference resource: '@odata.type': microsoft.graph.entity + microsoft.graph.regionalAndLanguageSettings: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: regionalAndLanguageSettings + type: object + properties: + defaultDisplayLanguage: + $ref: '#/components/schemas/microsoft.graph.localeInfo' + authoringLanguages: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.localeInfo' + defaultTranslationLanguage: + $ref: '#/components/schemas/microsoft.graph.localeInfo' + defaultSpeechInputLanguage: + $ref: '#/components/schemas/microsoft.graph.localeInfo' + defaultRegionalFormat: + $ref: '#/components/schemas/microsoft.graph.localeInfo' + regionalFormatOverrides: + $ref: '#/components/schemas/microsoft.graph.regionalFormatOverrides' + example: + id: string (identifier) + defaultDisplayLanguage: + '@odata.type': microsoft.graph.localeInfo + authoringLanguages: + - '@odata.type': microsoft.graph.localeInfo + defaultTranslationLanguage: + '@odata.type': microsoft.graph.localeInfo + defaultSpeechInputLanguage: + '@odata.type': microsoft.graph.localeInfo + defaultRegionalFormat: + '@odata.type': microsoft.graph.localeInfo + regionalFormatOverrides: + '@odata.type': microsoft.graph.regionalFormatOverrides microsoft.graph.shiftPreferences: allOf: - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' @@ -27021,11 +27145,45 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource ageGroup: string countryCode: string preferredLanguageTag: '@odata.type': microsoft.graph.localeInfo userPrincipalName: string + microsoft.graph.itemAddress: + allOf: + - $ref: '#/components/schemas/microsoft.graph.itemFacet' + - title: itemAddress + type: object + properties: + displayName: + type: string + nullable: true + detail: + $ref: '#/components/schemas/microsoft.graph.physicalAddress' + geoCoordinates: + $ref: '#/components/schemas/microsoft.graph.geoCoordinates' + example: + id: string (identifier) + allowedAudiences: + '@odata.type': microsoft.graph.allowedAudiences + inference: + '@odata.type': microsoft.graph.inferenceData + createdDateTime: string (timestamp) + createdBy: + '@odata.type': microsoft.graph.identitySet + lastModifiedDateTime: string (timestamp) + lastModifiedBy: + '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource + displayName: string + detail: + '@odata.type': microsoft.graph.physicalAddress + geoCoordinates: + '@odata.type': microsoft.graph.geoCoordinates microsoft.graph.personAnniversary: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -27051,6 +27209,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource type: '@odata.type': microsoft.graph.anniversaryType date: string (timestamp) @@ -27091,6 +27251,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource completionMonthYear: string (timestamp) endMonthYear: string (timestamp) institution: @@ -27123,6 +27285,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource address: string displayName: string type: @@ -27146,6 +27310,11 @@ components: webUrl: type: string nullable: true + collaborationTags: + type: array + items: + type: string + nullable: true example: id: string (identifier) allowedAudiences: @@ -27158,11 +27327,15 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource categories: - string description: string displayName: string webUrl: string + collaborationTags: + - string microsoft.graph.languageProficiency: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -27175,6 +27348,12 @@ components: type: string proficiency: $ref: '#/components/schemas/microsoft.graph.languageProficiencyLevel' + spoken: + $ref: '#/components/schemas/microsoft.graph.languageProficiencyLevel' + written: + $ref: '#/components/schemas/microsoft.graph.languageProficiencyLevel' + reading: + $ref: '#/components/schemas/microsoft.graph.languageProficiencyLevel' example: id: string (identifier) allowedAudiences: @@ -27187,10 +27366,18 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource displayName: string tag: string proficiency: '@odata.type': microsoft.graph.languageProficiencyLevel + spoken: + '@odata.type': microsoft.graph.languageProficiencyLevel + written: + '@odata.type': microsoft.graph.languageProficiencyLevel + reading: + '@odata.type': microsoft.graph.languageProficiencyLevel microsoft.graph.personName: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -27238,6 +27425,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource displayName: string first: string initials: string @@ -27275,6 +27464,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource displayName: string type: '@odata.type': microsoft.graph.phoneType @@ -27292,6 +27483,15 @@ components: nullable: true detail: $ref: '#/components/schemas/microsoft.graph.positionDetail' + manager: + $ref: '#/components/schemas/microsoft.graph.relatedPerson' + colleagues: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.relatedPerson' + isCurrent: + type: boolean + nullable: true example: id: string (identifier) allowedAudiences: @@ -27304,10 +27504,17 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource categories: - string detail: '@odata.type': microsoft.graph.positionDetail + manager: + '@odata.type': microsoft.graph.relatedPerson + colleagues: + - '@odata.type': microsoft.graph.relatedPerson + isCurrent: true microsoft.graph.projectParticipation: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -27333,6 +27540,11 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.relatedPerson' + collaborationTags: + type: array + items: + type: string + nullable: true example: id: string (identifier) allowedAudiences: @@ -27345,6 +27557,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource categories: - string client: @@ -27356,6 +27570,36 @@ components: - '@odata.type': microsoft.graph.relatedPerson sponsors: - '@odata.type': microsoft.graph.relatedPerson + collaborationTags: + - string + microsoft.graph.personAnnotation: + allOf: + - $ref: '#/components/schemas/microsoft.graph.itemFacet' + - title: personAnnotation + type: object + properties: + detail: + $ref: '#/components/schemas/microsoft.graph.itemBody' + displayName: + type: string + nullable: true + example: + id: string (identifier) + allowedAudiences: + '@odata.type': microsoft.graph.allowedAudiences + inference: + '@odata.type': microsoft.graph.inferenceData + createdDateTime: string (timestamp) + createdBy: + '@odata.type': microsoft.graph.identitySet + lastModifiedDateTime: string (timestamp) + lastModifiedBy: + '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource + detail: + '@odata.type': microsoft.graph.itemBody + displayName: string microsoft.graph.skillProficiency: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -27374,6 +27618,11 @@ components: webUrl: type: string nullable: true + collaborationTags: + type: array + items: + type: string + nullable: true example: id: string (identifier) allowedAudiences: @@ -27386,12 +27635,16 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource categories: - string displayName: string proficiency: '@odata.type': microsoft.graph.skillProficiencyLevel webUrl: string + collaborationTags: + - string microsoft.graph.webAccount: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -27423,6 +27676,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource description: string userId: string service: @@ -27459,6 +27714,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource categories: - string description: string @@ -28171,26 +28428,6 @@ components: - '@odata.type': microsoft.graph.conversationMember filesFolder: '@odata.type': microsoft.graph.driveItem - microsoft.graph.teamsCatalogApp: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: teamsCatalogApp - type: object - properties: - externalId: - type: string - nullable: true - name: - type: string - nullable: true - distributionMethod: - $ref: '#/components/schemas/microsoft.graph.teamsAppDistributionMethod' - example: - id: string (identifier) - externalId: string - name: string - distributionMethod: - '@odata.type': microsoft.graph.teamsAppDistributionMethod microsoft.graph.teamsAsyncOperation: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -30866,6 +31103,39 @@ components: example: lastAccessedDateTime: string (timestamp) lastModifiedDateTime: string (timestamp) + microsoft.graph.regionalFormatOverrides: + title: regionalFormatOverrides + type: object + properties: + calendar: + type: string + nullable: true + firstDayOfWeek: + type: string + nullable: true + shortDateFormat: + type: string + nullable: true + longDateFormat: + type: string + nullable: true + shortTimeFormat: + type: string + nullable: true + longTimeFormat: + type: string + nullable: true + timeZone: + type: string + nullable: true + example: + calendar: string + firstDayOfWeek: string + shortDateFormat: string + longDateFormat: string + shortTimeFormat: string + longTimeFormat: string + timeZone: string microsoft.graph.changeTrackedEntity: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -31020,6 +31290,8 @@ components: format: date-time lastModifiedBy: $ref: '#/components/schemas/microsoft.graph.identitySet' + source: + $ref: '#/components/schemas/microsoft.graph.personDataSource' example: id: string (identifier) allowedAudiences: @@ -31032,6 +31304,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource microsoft.graph.anniversaryType: title: anniversaryType enum: @@ -31171,6 +31445,23 @@ components: role: string startMonthYear: string (timestamp) summary: string + microsoft.graph.relatedPerson: + title: relatedPerson + type: object + properties: + displayName: + type: string + nullable: true + relationship: + $ref: '#/components/schemas/microsoft.graph.personRelationship' + userPrincipalName: + type: string + nullable: true + example: + displayName: string + relationship: + '@odata.type': microsoft.graph.personRelationship + userPrincipalName: string microsoft.graph.companyDetail: title: companyDetail type: object @@ -31199,23 +31490,6 @@ components: address: '@odata.type': microsoft.graph.physicalAddress webUrl: string - microsoft.graph.relatedPerson: - title: relatedPerson - type: object - properties: - displayName: - type: string - nullable: true - relationship: - $ref: '#/components/schemas/microsoft.graph.personRelationship' - userPrincipalName: - type: string - nullable: true - example: - displayName: string - relationship: - '@odata.type': microsoft.graph.personRelationship - userPrincipalName: string microsoft.graph.skillProficiencyLevel: title: skillProficiencyLevel enum: @@ -31348,10 +31622,12 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer + description: 'Index of an entity being mentioned in the specified chatMessage. Matches the {index} value in the corresponding tag in the message body.' format: int32 nullable: true mentionText: type: string + description: 'String used to represent the mention. For example, a user''s display name, a team name.' nullable: true mentioned: $ref: '#/components/schemas/microsoft.graph.identitySet' @@ -31426,9 +31702,6 @@ components: type: string description: The ID of the catalog provided by the app developer in the Microsoft Teams zip app package. nullable: true - name: - type: string - nullable: true displayName: type: string description: The name of the catalog app provided by the app developer in the Microsoft Teams zip app package. @@ -31443,7 +31716,6 @@ components: example: id: string (identifier) externalId: string - name: string displayName: string distributionMethod: '@odata.type': microsoft.graph.teamsAppDistributionMethod @@ -31470,12 +31742,16 @@ components: type: string description: The version number of the application. nullable: true + publishingState: + $ref: '#/components/schemas/microsoft.graph.teamsAppPublishingState' example: id: string (identifier) teamsAppId: string azureADAppId: string displayName: string version: string + publishingState: + '@odata.type': microsoft.graph.teamsAppPublishingState microsoft.graph.giphyRatingType: title: giphyRatingType enum: @@ -31501,6 +31777,9 @@ components: type: string description: ID of the scheduling group the shift is part of. Required. nullable: true + isStagedForDeletion: + type: boolean + nullable: true example: id: string (identifier) createdDateTime: string (timestamp) @@ -31513,6 +31792,7 @@ components: '@odata.type': microsoft.graph.shiftItem userId: string schedulingGroupId: string + isStagedForDeletion: true microsoft.graph.openShift: allOf: - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' @@ -31775,9 +32055,6 @@ components: - title: teamsTab type: object properties: - name: - type: string - nullable: true displayName: type: string description: Name of the tab. @@ -31801,7 +32078,6 @@ components: $ref: '#/components/schemas/microsoft.graph.teamsApp' example: id: string (identifier) - name: string displayName: string teamsAppId: string sortOrderIndex: string @@ -31811,14 +32087,6 @@ components: '@odata.type': microsoft.graph.teamsTabConfiguration teamsApp: '@odata.type': microsoft.graph.teamsApp - microsoft.graph.teamsAppDistributionMethod: - title: teamsAppDistributionMethod - enum: - - store - - organization - - sideloaded - - unknownFutureValue - type: string microsoft.graph.teamsAsyncOperationType: title: teamsAsyncOperationType enum: @@ -32803,6 +33071,22 @@ components: - allowOverrideWithoutJustification - allowOverrideWithJustification type: string + microsoft.graph.teamsAppDistributionMethod: + title: teamsAppDistributionMethod + enum: + - store + - organization + - sideloaded + - unknownFutureValue + type: string + microsoft.graph.teamsAppPublishingState: + title: teamsAppPublishingState + enum: + - submitted + - rejected + - published + - unknownFutureValue + type: string microsoft.graph.shiftItem: allOf: - $ref: '#/components/schemas/microsoft.graph.scheduleEntity' diff --git a/openApiDocs/beta/Users.Calendar.yml b/openApiDocs/beta/Users.Calendar.yml index 10b6539216b..1f92fcb046f 100644 --- a/openApiDocs/beta/Users.Calendar.yml +++ b/openApiDocs/beta/Users.Calendar.yml @@ -359,6 +359,18 @@ paths: schema: type: string x-ms-docs-key-type: user + - name: startDateTime + in: query + description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' + required: true + schema: + type: string + - name: endDateTime + in: query + description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + schema: + type: string - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -602,6 +614,18 @@ paths: schema: type: string x-ms-docs-key-type: event + - name: startDateTime + in: query + description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' + required: true + schema: + type: string + - name: endDateTime + in: query + description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + schema: + type: string - name: $select in: query description: Select properties to be returned @@ -11090,6 +11114,18 @@ paths: schema: type: string x-ms-docs-key-type: calendar + - name: startDateTime + in: query + description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' + required: true + schema: + type: string + - name: endDateTime + in: query + description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + schema: + type: string - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -11347,6 +11383,18 @@ paths: schema: type: string x-ms-docs-key-type: event + - name: startDateTime + in: query + description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' + required: true + schema: + type: string + - name: endDateTime + in: query + description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + schema: + type: string - name: $select in: query description: Select properties to be returned @@ -15753,6 +15801,18 @@ paths: schema: type: string x-ms-docs-key-type: user + - name: startDateTime + in: query + description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' + required: true + schema: + type: string + - name: endDateTime + in: query + description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + schema: + type: string - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -15996,6 +16056,18 @@ paths: schema: type: string x-ms-docs-key-type: event + - name: startDateTime + in: query + description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' + required: true + schema: + type: string + - name: endDateTime + in: query + description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + schema: + type: string - name: $select in: query description: Select properties to be returned diff --git a/openApiDocs/beta/Users.Devices.yml b/openApiDocs/beta/Users.Devices.yml index 4317d05d86e..d05db4bcf2a 100644 --- a/openApiDocs/beta/Users.Devices.yml +++ b/openApiDocs/beta/Users.Devices.yml @@ -55,6 +55,8 @@ paths: - deviceVersion desc - displayName - displayName desc + - extensionAttributes + - extensionAttributes desc - isCompliant - isCompliant desc - isManaged @@ -108,6 +110,7 @@ paths: - deviceMetadata - deviceVersion - displayName + - extensionAttributes - isCompliant - isManaged - onPremisesLastSyncDateTime @@ -241,6 +244,7 @@ paths: - deviceMetadata - deviceVersion - displayName + - extensionAttributes - isCompliant - isManaged - onPremisesLastSyncDateTime @@ -409,6 +413,8 @@ components: type: string description: The display name for the device. Required. nullable: true + extensionAttributes: + $ref: '#/components/schemas/microsoft.graph.onPremisesExtensionAttributes' isCompliant: type: boolean description: 'true if the device complies with Mobile Device Management (MDM) policies; otherwise, false. Read-only. This can only be updated by Intune for any device OS type or by an approved MDM app for Windows OS devices.' @@ -512,6 +518,8 @@ components: deviceMetadata: string deviceVersion: integer displayName: string + extensionAttributes: + '@odata.type': microsoft.graph.onPremisesExtensionAttributes isCompliant: true isManaged: true onPremisesLastSyncDateTime: string (timestamp) @@ -581,6 +589,86 @@ components: type: integer identityProvider: string key: string + microsoft.graph.onPremisesExtensionAttributes: + title: onPremisesExtensionAttributes + type: object + properties: + extensionAttribute1: + type: string + description: First customizable extension attribute. + nullable: true + extensionAttribute2: + type: string + description: Second customizable extension attribute. + nullable: true + extensionAttribute3: + type: string + description: Third customizable extension attribute. + nullable: true + extensionAttribute4: + type: string + description: Fourth customizable extension attribute. + nullable: true + extensionAttribute5: + type: string + description: Fifth customizable extension attribute. + nullable: true + extensionAttribute6: + type: string + description: Sixth customizable extension attribute. + nullable: true + extensionAttribute7: + type: string + description: Seventh customizable extension attribute. + nullable: true + extensionAttribute8: + type: string + description: Eighth customizable extension attribute. + nullable: true + extensionAttribute9: + type: string + description: Ninth customizable extension attribute. + nullable: true + extensionAttribute10: + type: string + description: Tenth customizable extension attribute. + nullable: true + extensionAttribute11: + type: string + description: Eleventh customizable extension attribute. + nullable: true + extensionAttribute12: + type: string + description: Twelfth customizable extension attribute. + nullable: true + extensionAttribute13: + type: string + description: Thirteenth customizable extension attribute. + nullable: true + extensionAttribute14: + type: string + description: Fourteenth customizable extension attribute. + nullable: true + extensionAttribute15: + type: string + description: Fifteenth customizable extension attribute. + nullable: true + example: + extensionAttribute1: string + extensionAttribute2: string + extensionAttribute3: string + extensionAttribute4: string + extensionAttribute5: string + extensionAttribute6: string + extensionAttribute7: string + extensionAttribute8: string + extensionAttribute9: string + extensionAttribute10: string + extensionAttribute11: string + extensionAttribute12: string + extensionAttribute13: string + extensionAttribute14: string + extensionAttribute15: string microsoft.graph.extension: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' diff --git a/openApiDocs/beta/Users.Drive.yml b/openApiDocs/beta/Users.Drive.yml index 2e34762693b..c314c77b0ba 100644 --- a/openApiDocs/beta/Users.Drive.yml +++ b/openApiDocs/beta/Users.Drive.yml @@ -1307,9 +1307,11 @@ components: nullable: true externalUserState: type: string + description: 'For an external user invited to the tenant using the invitation API, this property represents the invited user''s invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. Returned only on $select. Supports $filter with the supported values. For example: $filter=externalUserState eq ''PendingAcceptance''.' nullable: true externalUserStateChangeDateTime: type: string + description: Shows the timestamp for the latest change to the externalUserState property. Returned only on $select. nullable: true userType: type: string @@ -3722,6 +3724,7 @@ components: nullable: true onPremisesDomainName: type: string + description: 'Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect.Returned by default. Read-only.' nullable: true onPremisesLastSyncDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' @@ -3731,6 +3734,7 @@ components: nullable: true onPremisesNetBiosName: type: string + description: Contains the on-premises netBios name synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect.Returned by default. Read-only. nullable: true onPremisesProvisioningErrors: type: array @@ -3739,6 +3743,7 @@ components: description: Errors when using Microsoft synchronization product during provisioning. Returned by default. onPremisesSamAccountName: type: string + description: Contains the on-premises SAM account name synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect.Returned by default. Read-only. nullable: true onPremisesSecurityIdentifier: type: string @@ -6009,12 +6014,16 @@ components: type: boolean contributionToContentDiscoveryAsOrganizationDisabled: type: boolean + regionalAndLanguageSettings: + $ref: '#/components/schemas/microsoft.graph.regionalAndLanguageSettings' shiftPreferences: $ref: '#/components/schemas/microsoft.graph.shiftPreferences' example: id: string (identifier) contributionToContentDiscoveryDisabled: true contributionToContentDiscoveryAsOrganizationDisabled: true + regionalAndLanguageSettings: + '@odata.type': microsoft.graph.regionalAndLanguageSettings shiftPreferences: '@odata.type': microsoft.graph.shiftPreferences microsoft.graph.onenote: @@ -6077,6 +6086,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.userAccountInformation' + addresses: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.itemAddress' anniversaries: type: array items: @@ -6113,6 +6126,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.projectParticipation' + notes: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.personAnnotation' skills: type: array items: @@ -6129,6 +6146,8 @@ components: id: string (identifier) account: - '@odata.type': microsoft.graph.userAccountInformation + addresses: + - '@odata.type': microsoft.graph.itemAddress anniversaries: - '@odata.type': microsoft.graph.personAnniversary educationalActivities: @@ -6147,6 +6166,8 @@ components: - '@odata.type': microsoft.graph.workPosition projects: - '@odata.type': microsoft.graph.projectParticipation + notes: + - '@odata.type': microsoft.graph.personAnnotation skills: - '@odata.type': microsoft.graph.skillProficiency webAccounts: @@ -6279,6 +6300,8 @@ components: type: string description: The display name for the device. Required. nullable: true + extensionAttributes: + $ref: '#/components/schemas/microsoft.graph.onPremisesExtensionAttributes' isCompliant: type: boolean description: 'true if the device complies with Mobile Device Management (MDM) policies; otherwise, false. Read-only. This can only be updated by Intune for any device OS type or by an approved MDM app for Windows OS devices.' @@ -6382,6 +6405,8 @@ components: deviceMetadata: string deviceVersion: integer displayName: string + extensionAttributes: + '@odata.type': microsoft.graph.onPremisesExtensionAttributes isCompliant: true isManaged: true onPremisesLastSyncDateTime: string (timestamp) @@ -6652,6 +6677,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.user' + members: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.conversationMember' channels: type: array items: @@ -6659,10 +6688,6 @@ components: description: The collection of channels & messages associated with the team. primaryChannel: $ref: '#/components/schemas/microsoft.graph.channel' - apps: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.teamsCatalogApp' installedApps: type: array items: @@ -6704,12 +6729,12 @@ components: '@odata.type': microsoft.graph.profilePhoto owners: - '@odata.type': microsoft.graph.user + members: + - '@odata.type': microsoft.graph.conversationMember channels: - '@odata.type': microsoft.graph.channel primaryChannel: '@odata.type': microsoft.graph.channel - apps: - - '@odata.type': microsoft.graph.teamsCatalogApp installedApps: - '@odata.type': microsoft.graph.teamsAppInstallation operations: @@ -10634,6 +10659,40 @@ components: '@odata.type': microsoft.graph.resourceReference resource: '@odata.type': microsoft.graph.entity + microsoft.graph.regionalAndLanguageSettings: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: regionalAndLanguageSettings + type: object + properties: + defaultDisplayLanguage: + $ref: '#/components/schemas/microsoft.graph.localeInfo' + authoringLanguages: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.localeInfo' + defaultTranslationLanguage: + $ref: '#/components/schemas/microsoft.graph.localeInfo' + defaultSpeechInputLanguage: + $ref: '#/components/schemas/microsoft.graph.localeInfo' + defaultRegionalFormat: + $ref: '#/components/schemas/microsoft.graph.localeInfo' + regionalFormatOverrides: + $ref: '#/components/schemas/microsoft.graph.regionalFormatOverrides' + example: + id: string (identifier) + defaultDisplayLanguage: + '@odata.type': microsoft.graph.localeInfo + authoringLanguages: + - '@odata.type': microsoft.graph.localeInfo + defaultTranslationLanguage: + '@odata.type': microsoft.graph.localeInfo + defaultSpeechInputLanguage: + '@odata.type': microsoft.graph.localeInfo + defaultRegionalFormat: + '@odata.type': microsoft.graph.localeInfo + regionalFormatOverrides: + '@odata.type': microsoft.graph.regionalFormatOverrides microsoft.graph.shiftPreferences: allOf: - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' @@ -10954,11 +11013,45 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource ageGroup: string countryCode: string preferredLanguageTag: '@odata.type': microsoft.graph.localeInfo userPrincipalName: string + microsoft.graph.itemAddress: + allOf: + - $ref: '#/components/schemas/microsoft.graph.itemFacet' + - title: itemAddress + type: object + properties: + displayName: + type: string + nullable: true + detail: + $ref: '#/components/schemas/microsoft.graph.physicalAddress' + geoCoordinates: + $ref: '#/components/schemas/microsoft.graph.geoCoordinates' + example: + id: string (identifier) + allowedAudiences: + '@odata.type': microsoft.graph.allowedAudiences + inference: + '@odata.type': microsoft.graph.inferenceData + createdDateTime: string (timestamp) + createdBy: + '@odata.type': microsoft.graph.identitySet + lastModifiedDateTime: string (timestamp) + lastModifiedBy: + '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource + displayName: string + detail: + '@odata.type': microsoft.graph.physicalAddress + geoCoordinates: + '@odata.type': microsoft.graph.geoCoordinates microsoft.graph.personAnniversary: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -10984,6 +11077,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource type: '@odata.type': microsoft.graph.anniversaryType date: string (timestamp) @@ -11024,6 +11119,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource completionMonthYear: string (timestamp) endMonthYear: string (timestamp) institution: @@ -11056,6 +11153,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource address: string displayName: string type: @@ -11079,6 +11178,11 @@ components: webUrl: type: string nullable: true + collaborationTags: + type: array + items: + type: string + nullable: true example: id: string (identifier) allowedAudiences: @@ -11091,11 +11195,15 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource categories: - string description: string displayName: string webUrl: string + collaborationTags: + - string microsoft.graph.languageProficiency: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -11108,6 +11216,12 @@ components: type: string proficiency: $ref: '#/components/schemas/microsoft.graph.languageProficiencyLevel' + spoken: + $ref: '#/components/schemas/microsoft.graph.languageProficiencyLevel' + written: + $ref: '#/components/schemas/microsoft.graph.languageProficiencyLevel' + reading: + $ref: '#/components/schemas/microsoft.graph.languageProficiencyLevel' example: id: string (identifier) allowedAudiences: @@ -11120,10 +11234,18 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource displayName: string tag: string proficiency: '@odata.type': microsoft.graph.languageProficiencyLevel + spoken: + '@odata.type': microsoft.graph.languageProficiencyLevel + written: + '@odata.type': microsoft.graph.languageProficiencyLevel + reading: + '@odata.type': microsoft.graph.languageProficiencyLevel microsoft.graph.personName: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -11171,6 +11293,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource displayName: string first: string initials: string @@ -11208,6 +11332,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource displayName: string type: '@odata.type': microsoft.graph.phoneType @@ -11225,6 +11351,15 @@ components: nullable: true detail: $ref: '#/components/schemas/microsoft.graph.positionDetail' + manager: + $ref: '#/components/schemas/microsoft.graph.relatedPerson' + colleagues: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.relatedPerson' + isCurrent: + type: boolean + nullable: true example: id: string (identifier) allowedAudiences: @@ -11237,10 +11372,17 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource categories: - string detail: '@odata.type': microsoft.graph.positionDetail + manager: + '@odata.type': microsoft.graph.relatedPerson + colleagues: + - '@odata.type': microsoft.graph.relatedPerson + isCurrent: true microsoft.graph.projectParticipation: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -11266,6 +11408,11 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.relatedPerson' + collaborationTags: + type: array + items: + type: string + nullable: true example: id: string (identifier) allowedAudiences: @@ -11278,6 +11425,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource categories: - string client: @@ -11289,6 +11438,36 @@ components: - '@odata.type': microsoft.graph.relatedPerson sponsors: - '@odata.type': microsoft.graph.relatedPerson + collaborationTags: + - string + microsoft.graph.personAnnotation: + allOf: + - $ref: '#/components/schemas/microsoft.graph.itemFacet' + - title: personAnnotation + type: object + properties: + detail: + $ref: '#/components/schemas/microsoft.graph.itemBody' + displayName: + type: string + nullable: true + example: + id: string (identifier) + allowedAudiences: + '@odata.type': microsoft.graph.allowedAudiences + inference: + '@odata.type': microsoft.graph.inferenceData + createdDateTime: string (timestamp) + createdBy: + '@odata.type': microsoft.graph.identitySet + lastModifiedDateTime: string (timestamp) + lastModifiedBy: + '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource + detail: + '@odata.type': microsoft.graph.itemBody + displayName: string microsoft.graph.skillProficiency: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -11307,6 +11486,11 @@ components: webUrl: type: string nullable: true + collaborationTags: + type: array + items: + type: string + nullable: true example: id: string (identifier) allowedAudiences: @@ -11319,12 +11503,16 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource categories: - string displayName: string proficiency: '@odata.type': microsoft.graph.skillProficiencyLevel webUrl: string + collaborationTags: + - string microsoft.graph.webAccount: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -11356,6 +11544,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource description: string userId: string service: @@ -11392,6 +11582,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource categories: - string description: string @@ -12190,26 +12382,6 @@ components: - '@odata.type': microsoft.graph.conversationMember filesFolder: '@odata.type': microsoft.graph.driveItem - microsoft.graph.teamsCatalogApp: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: teamsCatalogApp - type: object - properties: - externalId: - type: string - nullable: true - name: - type: string - nullable: true - distributionMethod: - $ref: '#/components/schemas/microsoft.graph.teamsAppDistributionMethod' - example: - id: string (identifier) - externalId: string - name: string - distributionMethod: - '@odata.type': microsoft.graph.teamsAppDistributionMethod microsoft.graph.teamsAsyncOperation: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -14110,6 +14282,39 @@ components: example: lastAccessedDateTime: string (timestamp) lastModifiedDateTime: string (timestamp) + microsoft.graph.regionalFormatOverrides: + title: regionalFormatOverrides + type: object + properties: + calendar: + type: string + nullable: true + firstDayOfWeek: + type: string + nullable: true + shortDateFormat: + type: string + nullable: true + longDateFormat: + type: string + nullable: true + shortTimeFormat: + type: string + nullable: true + longTimeFormat: + type: string + nullable: true + timeZone: + type: string + nullable: true + example: + calendar: string + firstDayOfWeek: string + shortDateFormat: string + longDateFormat: string + shortTimeFormat: string + longTimeFormat: string + timeZone: string microsoft.graph.changeTrackedEntity: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -14326,6 +14531,8 @@ components: format: date-time lastModifiedBy: $ref: '#/components/schemas/microsoft.graph.identitySet' + source: + $ref: '#/components/schemas/microsoft.graph.personDataSource' example: id: string (identifier) allowedAudiences: @@ -14338,6 +14545,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource microsoft.graph.anniversaryType: title: anniversaryType enum: @@ -14477,6 +14686,23 @@ components: role: string startMonthYear: string (timestamp) summary: string + microsoft.graph.relatedPerson: + title: relatedPerson + type: object + properties: + displayName: + type: string + nullable: true + relationship: + $ref: '#/components/schemas/microsoft.graph.personRelationship' + userPrincipalName: + type: string + nullable: true + example: + displayName: string + relationship: + '@odata.type': microsoft.graph.personRelationship + userPrincipalName: string microsoft.graph.companyDetail: title: companyDetail type: object @@ -14505,23 +14731,6 @@ components: address: '@odata.type': microsoft.graph.physicalAddress webUrl: string - microsoft.graph.relatedPerson: - title: relatedPerson - type: object - properties: - displayName: - type: string - nullable: true - relationship: - $ref: '#/components/schemas/microsoft.graph.personRelationship' - userPrincipalName: - type: string - nullable: true - example: - displayName: string - relationship: - '@odata.type': microsoft.graph.personRelationship - userPrincipalName: string microsoft.graph.skillProficiencyLevel: title: skillProficiencyLevel enum: @@ -14668,10 +14877,12 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer + description: 'Index of an entity being mentioned in the specified chatMessage. Matches the {index} value in the corresponding tag in the message body.' format: int32 nullable: true mentionText: type: string + description: 'String used to represent the mention. For example, a user''s display name, a team name.' nullable: true mentioned: $ref: '#/components/schemas/microsoft.graph.identitySet' @@ -14746,9 +14957,6 @@ components: type: string description: The ID of the catalog provided by the app developer in the Microsoft Teams zip app package. nullable: true - name: - type: string - nullable: true displayName: type: string description: The name of the catalog app provided by the app developer in the Microsoft Teams zip app package. @@ -14763,7 +14971,6 @@ components: example: id: string (identifier) externalId: string - name: string displayName: string distributionMethod: '@odata.type': microsoft.graph.teamsAppDistributionMethod @@ -14790,12 +14997,16 @@ components: type: string description: The version number of the application. nullable: true + publishingState: + $ref: '#/components/schemas/microsoft.graph.teamsAppPublishingState' example: id: string (identifier) teamsAppId: string azureADAppId: string displayName: string version: string + publishingState: + '@odata.type': microsoft.graph.teamsAppPublishingState microsoft.graph.giphyRatingType: title: giphyRatingType enum: @@ -14829,6 +15040,9 @@ components: type: string description: ID of the scheduling group the shift is part of. Required. nullable: true + isStagedForDeletion: + type: boolean + nullable: true example: id: string (identifier) createdDateTime: string (timestamp) @@ -14841,6 +15055,7 @@ components: '@odata.type': microsoft.graph.shiftItem userId: string schedulingGroupId: string + isStagedForDeletion: true microsoft.graph.openShift: allOf: - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' @@ -15103,9 +15318,6 @@ components: - title: teamsTab type: object properties: - name: - type: string - nullable: true displayName: type: string description: Name of the tab. @@ -15129,7 +15341,6 @@ components: $ref: '#/components/schemas/microsoft.graph.teamsApp' example: id: string (identifier) - name: string displayName: string teamsAppId: string sortOrderIndex: string @@ -15139,14 +15350,6 @@ components: '@odata.type': microsoft.graph.teamsTabConfiguration teamsApp: '@odata.type': microsoft.graph.teamsApp - microsoft.graph.teamsAppDistributionMethod: - title: teamsAppDistributionMethod - enum: - - store - - organization - - sideloaded - - unknownFutureValue - type: string microsoft.graph.teamsAsyncOperationType: title: teamsAsyncOperationType enum: @@ -15839,6 +16042,22 @@ components: - allowOverrideWithoutJustification - allowOverrideWithJustification type: string + microsoft.graph.teamsAppDistributionMethod: + title: teamsAppDistributionMethod + enum: + - store + - organization + - sideloaded + - unknownFutureValue + type: string + microsoft.graph.teamsAppPublishingState: + title: teamsAppPublishingState + enum: + - submitted + - rejected + - published + - unknownFutureValue + type: string microsoft.graph.shiftItem: allOf: - $ref: '#/components/schemas/microsoft.graph.scheduleEntity' diff --git a/openApiDocs/beta/Users.FollowedSites.yml b/openApiDocs/beta/Users.FollowedSites.yml index 3d4c4c3040a..4e0f8cf3c57 100644 --- a/openApiDocs/beta/Users.FollowedSites.yml +++ b/openApiDocs/beta/Users.FollowedSites.yml @@ -1279,9 +1279,11 @@ components: nullable: true externalUserState: type: string + description: 'For an external user invited to the tenant using the invitation API, this property represents the invited user''s invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. Returned only on $select. Supports $filter with the supported values. For example: $filter=externalUserState eq ''PendingAcceptance''.' nullable: true externalUserStateChangeDateTime: type: string + description: Shows the timestamp for the latest change to the externalUserState property. Returned only on $select. nullable: true userType: type: string @@ -3599,6 +3601,7 @@ components: nullable: true onPremisesDomainName: type: string + description: 'Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect.Returned by default. Read-only.' nullable: true onPremisesLastSyncDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' @@ -3608,6 +3611,7 @@ components: nullable: true onPremisesNetBiosName: type: string + description: Contains the on-premises netBios name synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect.Returned by default. Read-only. nullable: true onPremisesProvisioningErrors: type: array @@ -3616,6 +3620,7 @@ components: description: Errors when using Microsoft synchronization product during provisioning. Returned by default. onPremisesSamAccountName: type: string + description: Contains the on-premises SAM account name synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect.Returned by default. Read-only. nullable: true onPremisesSecurityIdentifier: type: string @@ -5785,12 +5790,16 @@ components: type: boolean contributionToContentDiscoveryAsOrganizationDisabled: type: boolean + regionalAndLanguageSettings: + $ref: '#/components/schemas/microsoft.graph.regionalAndLanguageSettings' shiftPreferences: $ref: '#/components/schemas/microsoft.graph.shiftPreferences' example: id: string (identifier) contributionToContentDiscoveryDisabled: true contributionToContentDiscoveryAsOrganizationDisabled: true + regionalAndLanguageSettings: + '@odata.type': microsoft.graph.regionalAndLanguageSettings shiftPreferences: '@odata.type': microsoft.graph.shiftPreferences microsoft.graph.profile: @@ -5803,6 +5812,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.userAccountInformation' + addresses: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.itemAddress' anniversaries: type: array items: @@ -5839,6 +5852,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.projectParticipation' + notes: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.personAnnotation' skills: type: array items: @@ -5855,6 +5872,8 @@ components: id: string (identifier) account: - '@odata.type': microsoft.graph.userAccountInformation + addresses: + - '@odata.type': microsoft.graph.itemAddress anniversaries: - '@odata.type': microsoft.graph.personAnniversary educationalActivities: @@ -5873,6 +5892,8 @@ components: - '@odata.type': microsoft.graph.workPosition projects: - '@odata.type': microsoft.graph.projectParticipation + notes: + - '@odata.type': microsoft.graph.personAnnotation skills: - '@odata.type': microsoft.graph.skillProficiency webAccounts: @@ -6005,6 +6026,8 @@ components: type: string description: The display name for the device. Required. nullable: true + extensionAttributes: + $ref: '#/components/schemas/microsoft.graph.onPremisesExtensionAttributes' isCompliant: type: boolean description: 'true if the device complies with Mobile Device Management (MDM) policies; otherwise, false. Read-only. This can only be updated by Intune for any device OS type or by an approved MDM app for Windows OS devices.' @@ -6108,6 +6131,8 @@ components: deviceMetadata: string deviceVersion: integer displayName: string + extensionAttributes: + '@odata.type': microsoft.graph.onPremisesExtensionAttributes isCompliant: true isManaged: true onPremisesLastSyncDateTime: string (timestamp) @@ -6378,6 +6403,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.user' + members: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.conversationMember' channels: type: array items: @@ -6385,10 +6414,6 @@ components: description: The collection of channels & messages associated with the team. primaryChannel: $ref: '#/components/schemas/microsoft.graph.channel' - apps: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.teamsCatalogApp' installedApps: type: array items: @@ -6430,12 +6455,12 @@ components: '@odata.type': microsoft.graph.profilePhoto owners: - '@odata.type': microsoft.graph.user + members: + - '@odata.type': microsoft.graph.conversationMember channels: - '@odata.type': microsoft.graph.channel primaryChannel: '@odata.type': microsoft.graph.channel - apps: - - '@odata.type': microsoft.graph.teamsCatalogApp installedApps: - '@odata.type': microsoft.graph.teamsAppInstallation operations: @@ -10453,6 +10478,40 @@ components: '@odata.type': microsoft.graph.resourceReference resource: '@odata.type': microsoft.graph.entity + microsoft.graph.regionalAndLanguageSettings: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: regionalAndLanguageSettings + type: object + properties: + defaultDisplayLanguage: + $ref: '#/components/schemas/microsoft.graph.localeInfo' + authoringLanguages: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.localeInfo' + defaultTranslationLanguage: + $ref: '#/components/schemas/microsoft.graph.localeInfo' + defaultSpeechInputLanguage: + $ref: '#/components/schemas/microsoft.graph.localeInfo' + defaultRegionalFormat: + $ref: '#/components/schemas/microsoft.graph.localeInfo' + regionalFormatOverrides: + $ref: '#/components/schemas/microsoft.graph.regionalFormatOverrides' + example: + id: string (identifier) + defaultDisplayLanguage: + '@odata.type': microsoft.graph.localeInfo + authoringLanguages: + - '@odata.type': microsoft.graph.localeInfo + defaultTranslationLanguage: + '@odata.type': microsoft.graph.localeInfo + defaultSpeechInputLanguage: + '@odata.type': microsoft.graph.localeInfo + defaultRegionalFormat: + '@odata.type': microsoft.graph.localeInfo + regionalFormatOverrides: + '@odata.type': microsoft.graph.regionalFormatOverrides microsoft.graph.shiftPreferences: allOf: - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' @@ -10498,11 +10557,45 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource ageGroup: string countryCode: string preferredLanguageTag: '@odata.type': microsoft.graph.localeInfo userPrincipalName: string + microsoft.graph.itemAddress: + allOf: + - $ref: '#/components/schemas/microsoft.graph.itemFacet' + - title: itemAddress + type: object + properties: + displayName: + type: string + nullable: true + detail: + $ref: '#/components/schemas/microsoft.graph.physicalAddress' + geoCoordinates: + $ref: '#/components/schemas/microsoft.graph.geoCoordinates' + example: + id: string (identifier) + allowedAudiences: + '@odata.type': microsoft.graph.allowedAudiences + inference: + '@odata.type': microsoft.graph.inferenceData + createdDateTime: string (timestamp) + createdBy: + '@odata.type': microsoft.graph.identitySet + lastModifiedDateTime: string (timestamp) + lastModifiedBy: + '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource + displayName: string + detail: + '@odata.type': microsoft.graph.physicalAddress + geoCoordinates: + '@odata.type': microsoft.graph.geoCoordinates microsoft.graph.personAnniversary: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -10528,6 +10621,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource type: '@odata.type': microsoft.graph.anniversaryType date: string (timestamp) @@ -10568,6 +10663,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource completionMonthYear: string (timestamp) endMonthYear: string (timestamp) institution: @@ -10600,6 +10697,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource address: string displayName: string type: @@ -10623,6 +10722,11 @@ components: webUrl: type: string nullable: true + collaborationTags: + type: array + items: + type: string + nullable: true example: id: string (identifier) allowedAudiences: @@ -10635,11 +10739,15 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource categories: - string description: string displayName: string webUrl: string + collaborationTags: + - string microsoft.graph.languageProficiency: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -10652,6 +10760,12 @@ components: type: string proficiency: $ref: '#/components/schemas/microsoft.graph.languageProficiencyLevel' + spoken: + $ref: '#/components/schemas/microsoft.graph.languageProficiencyLevel' + written: + $ref: '#/components/schemas/microsoft.graph.languageProficiencyLevel' + reading: + $ref: '#/components/schemas/microsoft.graph.languageProficiencyLevel' example: id: string (identifier) allowedAudiences: @@ -10664,10 +10778,18 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource displayName: string tag: string proficiency: '@odata.type': microsoft.graph.languageProficiencyLevel + spoken: + '@odata.type': microsoft.graph.languageProficiencyLevel + written: + '@odata.type': microsoft.graph.languageProficiencyLevel + reading: + '@odata.type': microsoft.graph.languageProficiencyLevel microsoft.graph.personName: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -10715,6 +10837,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource displayName: string first: string initials: string @@ -10752,6 +10876,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource displayName: string type: '@odata.type': microsoft.graph.phoneType @@ -10769,6 +10895,15 @@ components: nullable: true detail: $ref: '#/components/schemas/microsoft.graph.positionDetail' + manager: + $ref: '#/components/schemas/microsoft.graph.relatedPerson' + colleagues: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.relatedPerson' + isCurrent: + type: boolean + nullable: true example: id: string (identifier) allowedAudiences: @@ -10781,10 +10916,17 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource categories: - string detail: '@odata.type': microsoft.graph.positionDetail + manager: + '@odata.type': microsoft.graph.relatedPerson + colleagues: + - '@odata.type': microsoft.graph.relatedPerson + isCurrent: true microsoft.graph.projectParticipation: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -10810,6 +10952,11 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.relatedPerson' + collaborationTags: + type: array + items: + type: string + nullable: true example: id: string (identifier) allowedAudiences: @@ -10822,6 +10969,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource categories: - string client: @@ -10833,6 +10982,36 @@ components: - '@odata.type': microsoft.graph.relatedPerson sponsors: - '@odata.type': microsoft.graph.relatedPerson + collaborationTags: + - string + microsoft.graph.personAnnotation: + allOf: + - $ref: '#/components/schemas/microsoft.graph.itemFacet' + - title: personAnnotation + type: object + properties: + detail: + $ref: '#/components/schemas/microsoft.graph.itemBody' + displayName: + type: string + nullable: true + example: + id: string (identifier) + allowedAudiences: + '@odata.type': microsoft.graph.allowedAudiences + inference: + '@odata.type': microsoft.graph.inferenceData + createdDateTime: string (timestamp) + createdBy: + '@odata.type': microsoft.graph.identitySet + lastModifiedDateTime: string (timestamp) + lastModifiedBy: + '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource + detail: + '@odata.type': microsoft.graph.itemBody + displayName: string microsoft.graph.skillProficiency: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -10851,6 +11030,11 @@ components: webUrl: type: string nullable: true + collaborationTags: + type: array + items: + type: string + nullable: true example: id: string (identifier) allowedAudiences: @@ -10863,12 +11047,16 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource categories: - string displayName: string proficiency: '@odata.type': microsoft.graph.skillProficiencyLevel webUrl: string + collaborationTags: + - string microsoft.graph.webAccount: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -10900,6 +11088,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource description: string userId: string service: @@ -10936,6 +11126,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource categories: - string description: string @@ -11734,26 +11926,6 @@ components: - '@odata.type': microsoft.graph.conversationMember filesFolder: '@odata.type': microsoft.graph.driveItem - microsoft.graph.teamsCatalogApp: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: teamsCatalogApp - type: object - properties: - externalId: - type: string - nullable: true - name: - type: string - nullable: true - distributionMethod: - $ref: '#/components/schemas/microsoft.graph.teamsAppDistributionMethod' - example: - id: string (identifier) - externalId: string - name: string - distributionMethod: - '@odata.type': microsoft.graph.teamsAppDistributionMethod microsoft.graph.teamsAsyncOperation: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -13918,6 +14090,39 @@ components: example: lastAccessedDateTime: string (timestamp) lastModifiedDateTime: string (timestamp) + microsoft.graph.regionalFormatOverrides: + title: regionalFormatOverrides + type: object + properties: + calendar: + type: string + nullable: true + firstDayOfWeek: + type: string + nullable: true + shortDateFormat: + type: string + nullable: true + longDateFormat: + type: string + nullable: true + shortTimeFormat: + type: string + nullable: true + longTimeFormat: + type: string + nullable: true + timeZone: + type: string + nullable: true + example: + calendar: string + firstDayOfWeek: string + shortDateFormat: string + longDateFormat: string + shortTimeFormat: string + longTimeFormat: string + timeZone: string microsoft.graph.changeTrackedEntity: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -13987,6 +14192,8 @@ components: format: date-time lastModifiedBy: $ref: '#/components/schemas/microsoft.graph.identitySet' + source: + $ref: '#/components/schemas/microsoft.graph.personDataSource' example: id: string (identifier) allowedAudiences: @@ -13999,6 +14206,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource microsoft.graph.anniversaryType: title: anniversaryType enum: @@ -14138,6 +14347,23 @@ components: role: string startMonthYear: string (timestamp) summary: string + microsoft.graph.relatedPerson: + title: relatedPerson + type: object + properties: + displayName: + type: string + nullable: true + relationship: + $ref: '#/components/schemas/microsoft.graph.personRelationship' + userPrincipalName: + type: string + nullable: true + example: + displayName: string + relationship: + '@odata.type': microsoft.graph.personRelationship + userPrincipalName: string microsoft.graph.companyDetail: title: companyDetail type: object @@ -14166,23 +14392,6 @@ components: address: '@odata.type': microsoft.graph.physicalAddress webUrl: string - microsoft.graph.relatedPerson: - title: relatedPerson - type: object - properties: - displayName: - type: string - nullable: true - relationship: - $ref: '#/components/schemas/microsoft.graph.personRelationship' - userPrincipalName: - type: string - nullable: true - example: - displayName: string - relationship: - '@odata.type': microsoft.graph.personRelationship - userPrincipalName: string microsoft.graph.skillProficiencyLevel: title: skillProficiencyLevel enum: @@ -14329,10 +14538,12 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer + description: 'Index of an entity being mentioned in the specified chatMessage. Matches the {index} value in the corresponding tag in the message body.' format: int32 nullable: true mentionText: type: string + description: 'String used to represent the mention. For example, a user''s display name, a team name.' nullable: true mentioned: $ref: '#/components/schemas/microsoft.graph.identitySet' @@ -14407,9 +14618,6 @@ components: type: string description: The ID of the catalog provided by the app developer in the Microsoft Teams zip app package. nullable: true - name: - type: string - nullable: true displayName: type: string description: The name of the catalog app provided by the app developer in the Microsoft Teams zip app package. @@ -14424,7 +14632,6 @@ components: example: id: string (identifier) externalId: string - name: string displayName: string distributionMethod: '@odata.type': microsoft.graph.teamsAppDistributionMethod @@ -14451,12 +14658,16 @@ components: type: string description: The version number of the application. nullable: true + publishingState: + $ref: '#/components/schemas/microsoft.graph.teamsAppPublishingState' example: id: string (identifier) teamsAppId: string azureADAppId: string displayName: string version: string + publishingState: + '@odata.type': microsoft.graph.teamsAppPublishingState microsoft.graph.giphyRatingType: title: giphyRatingType enum: @@ -14482,6 +14693,9 @@ components: type: string description: ID of the scheduling group the shift is part of. Required. nullable: true + isStagedForDeletion: + type: boolean + nullable: true example: id: string (identifier) createdDateTime: string (timestamp) @@ -14494,6 +14708,7 @@ components: '@odata.type': microsoft.graph.shiftItem userId: string schedulingGroupId: string + isStagedForDeletion: true microsoft.graph.openShift: allOf: - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' @@ -14756,9 +14971,6 @@ components: - title: teamsTab type: object properties: - name: - type: string - nullable: true displayName: type: string description: Name of the tab. @@ -14782,7 +14994,6 @@ components: $ref: '#/components/schemas/microsoft.graph.teamsApp' example: id: string (identifier) - name: string displayName: string teamsAppId: string sortOrderIndex: string @@ -14792,14 +15003,6 @@ components: '@odata.type': microsoft.graph.teamsTabConfiguration teamsApp: '@odata.type': microsoft.graph.teamsApp - microsoft.graph.teamsAppDistributionMethod: - title: teamsAppDistributionMethod - enum: - - store - - organization - - sideloaded - - unknownFutureValue - type: string microsoft.graph.teamsAsyncOperationType: title: teamsAsyncOperationType enum: @@ -15402,6 +15605,22 @@ components: - allowOverrideWithoutJustification - allowOverrideWithJustification type: string + microsoft.graph.teamsAppDistributionMethod: + title: teamsAppDistributionMethod + enum: + - store + - organization + - sideloaded + - unknownFutureValue + type: string + microsoft.graph.teamsAppPublishingState: + title: teamsAppPublishingState + enum: + - submitted + - rejected + - published + - unknownFutureValue + type: string microsoft.graph.shiftItem: allOf: - $ref: '#/components/schemas/microsoft.graph.scheduleEntity' diff --git a/openApiDocs/beta/Users.Groups.yml b/openApiDocs/beta/Users.Groups.yml index d8fb6ef7609..b43ebc7ab3b 100644 --- a/openApiDocs/beta/Users.Groups.yml +++ b/openApiDocs/beta/Users.Groups.yml @@ -756,9 +756,9 @@ paths: - template - photo - owners + - members - channels - primaryChannel - - apps - installedApps - operations type: string @@ -778,9 +778,9 @@ paths: - template - photo - owners + - members - channels - primaryChannel - - apps - installedApps - operations type: string @@ -885,9 +885,9 @@ paths: - template - photo - owners + - members - channels - primaryChannel - - apps - installedApps - operations type: string @@ -907,9 +907,9 @@ paths: - template - photo - owners + - members - channels - primaryChannel - - apps - installedApps - operations type: string @@ -950,6 +950,12 @@ paths: parameters: user-id: $response.body#/id team-id: $request.path.team-id + members: + operationId: user.joinedTeams.GetMembers + parameters: + user-id: $request.path.user-id + team-id: $request.path.team-id + conversationMember-id: $response.body#/id channels: operationId: user.joinedTeams.GetChannels parameters: @@ -962,12 +968,6 @@ paths: user-id: $request.path.user-id team-id: $request.path.team-id channel-id: $response.body#/id - apps: - operationId: user.joinedTeams.GetApps - parameters: - user-id: $request.path.user-id - team-id: $request.path.team-id - teamsCatalogApp-id: $response.body#/id installedApps: operationId: user.joinedTeams.GetInstalledApps parameters: @@ -1095,6 +1095,7 @@ components: nullable: true onPremisesDomainName: type: string + description: 'Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect.Returned by default. Read-only.' nullable: true onPremisesLastSyncDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' @@ -1104,6 +1105,7 @@ components: nullable: true onPremisesNetBiosName: type: string + description: Contains the on-premises netBios name synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect.Returned by default. Read-only. nullable: true onPremisesProvisioningErrors: type: array @@ -1112,6 +1114,7 @@ components: description: Errors when using Microsoft synchronization product during provisioning. Returned by default. onPremisesSamAccountName: type: string + description: Contains the on-premises SAM account name synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect.Returned by default. Read-only. nullable: true onPremisesSecurityIdentifier: type: string @@ -1491,6 +1494,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.user' + members: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.conversationMember' channels: type: array items: @@ -1498,10 +1505,6 @@ components: description: The collection of channels & messages associated with the team. primaryChannel: $ref: '#/components/schemas/microsoft.graph.channel' - apps: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.teamsCatalogApp' installedApps: type: array items: @@ -1543,12 +1546,12 @@ components: '@odata.type': microsoft.graph.profilePhoto owners: - '@odata.type': microsoft.graph.user + members: + - '@odata.type': microsoft.graph.conversationMember channels: - '@odata.type': microsoft.graph.channel primaryChannel: '@odata.type': microsoft.graph.channel - apps: - - '@odata.type': microsoft.graph.teamsCatalogApp installedApps: - '@odata.type': microsoft.graph.teamsAppInstallation operations: @@ -3033,9 +3036,11 @@ components: nullable: true externalUserState: type: string + description: 'For an external user invited to the tenant using the invitation API, this property represents the invited user''s invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. Returned only on $select. Supports $filter with the supported values. For example: $filter=externalUserState eq ''PendingAcceptance''.' nullable: true externalUserStateChangeDateTime: type: string + description: Shows the timestamp for the latest change to the externalUserState property. Returned only on $select. nullable: true userType: type: string @@ -3524,6 +3529,25 @@ components: - '@odata.type': microsoft.graph.team teamwork: '@odata.type': microsoft.graph.userTeamwork + microsoft.graph.conversationMember: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: conversationMember + type: object + properties: + roles: + type: array + items: + type: string + nullable: true + displayName: + type: string + nullable: true + example: + id: string (identifier) + roles: + - string + displayName: string microsoft.graph.channel: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -3583,26 +3607,6 @@ components: - '@odata.type': microsoft.graph.conversationMember filesFolder: '@odata.type': microsoft.graph.driveItem - microsoft.graph.teamsCatalogApp: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: teamsCatalogApp - type: object - properties: - externalId: - type: string - nullable: true - name: - type: string - nullable: true - distributionMethod: - $ref: '#/components/schemas/microsoft.graph.teamsAppDistributionMethod' - example: - id: string (identifier) - externalId: string - name: string - distributionMethod: - '@odata.type': microsoft.graph.teamsAppDistributionMethod microsoft.graph.teamsAppInstallation: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -5193,6 +5197,9 @@ components: type: string description: ID of the scheduling group the shift is part of. Required. nullable: true + isStagedForDeletion: + type: boolean + nullable: true example: id: string (identifier) createdDateTime: string (timestamp) @@ -5205,6 +5212,7 @@ components: '@odata.type': microsoft.graph.shiftItem userId: string schedulingGroupId: string + isStagedForDeletion: true microsoft.graph.openShift: allOf: - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' @@ -7537,12 +7545,16 @@ components: type: boolean contributionToContentDiscoveryAsOrganizationDisabled: type: boolean + regionalAndLanguageSettings: + $ref: '#/components/schemas/microsoft.graph.regionalAndLanguageSettings' shiftPreferences: $ref: '#/components/schemas/microsoft.graph.shiftPreferences' example: id: string (identifier) contributionToContentDiscoveryDisabled: true contributionToContentDiscoveryAsOrganizationDisabled: true + regionalAndLanguageSettings: + '@odata.type': microsoft.graph.regionalAndLanguageSettings shiftPreferences: '@odata.type': microsoft.graph.shiftPreferences microsoft.graph.profile: @@ -7555,6 +7567,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.userAccountInformation' + addresses: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.itemAddress' anniversaries: type: array items: @@ -7591,6 +7607,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.projectParticipation' + notes: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.personAnnotation' skills: type: array items: @@ -7607,6 +7627,8 @@ components: id: string (identifier) account: - '@odata.type': microsoft.graph.userAccountInformation + addresses: + - '@odata.type': microsoft.graph.itemAddress anniversaries: - '@odata.type': microsoft.graph.personAnniversary educationalActivities: @@ -7625,6 +7647,8 @@ components: - '@odata.type': microsoft.graph.workPosition projects: - '@odata.type': microsoft.graph.projectParticipation + notes: + - '@odata.type': microsoft.graph.personAnnotation skills: - '@odata.type': microsoft.graph.skillProficiency webAccounts: @@ -7757,6 +7781,8 @@ components: type: string description: The display name for the device. Required. nullable: true + extensionAttributes: + $ref: '#/components/schemas/microsoft.graph.onPremisesExtensionAttributes' isCompliant: type: boolean description: 'true if the device complies with Mobile Device Management (MDM) policies; otherwise, false. Read-only. This can only be updated by Intune for any device OS type or by an approved MDM app for Windows OS devices.' @@ -7860,6 +7886,8 @@ components: deviceMetadata: string deviceVersion: integer displayName: string + extensionAttributes: + '@odata.type': microsoft.graph.onPremisesExtensionAttributes isCompliant: true isManaged: true onPremisesLastSyncDateTime: string (timestamp) @@ -8214,9 +8242,6 @@ components: - title: teamsTab type: object properties: - name: - type: string - nullable: true displayName: type: string description: Name of the tab. @@ -8240,7 +8265,6 @@ components: $ref: '#/components/schemas/microsoft.graph.teamsApp' example: id: string (identifier) - name: string displayName: string teamsAppId: string sortOrderIndex: string @@ -8250,33 +8274,6 @@ components: '@odata.type': microsoft.graph.teamsTabConfiguration teamsApp: '@odata.type': microsoft.graph.teamsApp - microsoft.graph.conversationMember: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: conversationMember - type: object - properties: - roles: - type: array - items: - type: string - nullable: true - displayName: - type: string - nullable: true - example: - id: string (identifier) - roles: - - string - displayName: string - microsoft.graph.teamsAppDistributionMethod: - title: teamsAppDistributionMethod - enum: - - store - - organization - - sideloaded - - unknownFutureValue - type: string microsoft.graph.teamsApp: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -8287,9 +8284,6 @@ components: type: string description: The ID of the catalog provided by the app developer in the Microsoft Teams zip app package. nullable: true - name: - type: string - nullable: true displayName: type: string description: The name of the catalog app provided by the app developer in the Microsoft Teams zip app package. @@ -8304,7 +8298,6 @@ components: example: id: string (identifier) externalId: string - name: string displayName: string distributionMethod: '@odata.type': microsoft.graph.teamsAppDistributionMethod @@ -8331,12 +8324,16 @@ components: type: string description: The version number of the application. nullable: true + publishingState: + $ref: '#/components/schemas/microsoft.graph.teamsAppPublishingState' example: id: string (identifier) teamsAppId: string azureADAppId: string displayName: string version: string + publishingState: + '@odata.type': microsoft.graph.teamsAppPublishingState microsoft.graph.teamsAsyncOperationType: title: teamsAsyncOperationType enum: @@ -12556,6 +12553,40 @@ components: '@odata.type': microsoft.graph.resourceReference resource: '@odata.type': microsoft.graph.entity + microsoft.graph.regionalAndLanguageSettings: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: regionalAndLanguageSettings + type: object + properties: + defaultDisplayLanguage: + $ref: '#/components/schemas/microsoft.graph.localeInfo' + authoringLanguages: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.localeInfo' + defaultTranslationLanguage: + $ref: '#/components/schemas/microsoft.graph.localeInfo' + defaultSpeechInputLanguage: + $ref: '#/components/schemas/microsoft.graph.localeInfo' + defaultRegionalFormat: + $ref: '#/components/schemas/microsoft.graph.localeInfo' + regionalFormatOverrides: + $ref: '#/components/schemas/microsoft.graph.regionalFormatOverrides' + example: + id: string (identifier) + defaultDisplayLanguage: + '@odata.type': microsoft.graph.localeInfo + authoringLanguages: + - '@odata.type': microsoft.graph.localeInfo + defaultTranslationLanguage: + '@odata.type': microsoft.graph.localeInfo + defaultSpeechInputLanguage: + '@odata.type': microsoft.graph.localeInfo + defaultRegionalFormat: + '@odata.type': microsoft.graph.localeInfo + regionalFormatOverrides: + '@odata.type': microsoft.graph.regionalFormatOverrides microsoft.graph.shiftPreferences: allOf: - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' @@ -12601,11 +12632,45 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource ageGroup: string countryCode: string preferredLanguageTag: '@odata.type': microsoft.graph.localeInfo userPrincipalName: string + microsoft.graph.itemAddress: + allOf: + - $ref: '#/components/schemas/microsoft.graph.itemFacet' + - title: itemAddress + type: object + properties: + displayName: + type: string + nullable: true + detail: + $ref: '#/components/schemas/microsoft.graph.physicalAddress' + geoCoordinates: + $ref: '#/components/schemas/microsoft.graph.geoCoordinates' + example: + id: string (identifier) + allowedAudiences: + '@odata.type': microsoft.graph.allowedAudiences + inference: + '@odata.type': microsoft.graph.inferenceData + createdDateTime: string (timestamp) + createdBy: + '@odata.type': microsoft.graph.identitySet + lastModifiedDateTime: string (timestamp) + lastModifiedBy: + '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource + displayName: string + detail: + '@odata.type': microsoft.graph.physicalAddress + geoCoordinates: + '@odata.type': microsoft.graph.geoCoordinates microsoft.graph.personAnniversary: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -12631,6 +12696,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource type: '@odata.type': microsoft.graph.anniversaryType date: string (timestamp) @@ -12671,6 +12738,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource completionMonthYear: string (timestamp) endMonthYear: string (timestamp) institution: @@ -12703,6 +12772,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource address: string displayName: string type: @@ -12726,6 +12797,11 @@ components: webUrl: type: string nullable: true + collaborationTags: + type: array + items: + type: string + nullable: true example: id: string (identifier) allowedAudiences: @@ -12738,11 +12814,15 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource categories: - string description: string displayName: string webUrl: string + collaborationTags: + - string microsoft.graph.languageProficiency: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -12755,6 +12835,12 @@ components: type: string proficiency: $ref: '#/components/schemas/microsoft.graph.languageProficiencyLevel' + spoken: + $ref: '#/components/schemas/microsoft.graph.languageProficiencyLevel' + written: + $ref: '#/components/schemas/microsoft.graph.languageProficiencyLevel' + reading: + $ref: '#/components/schemas/microsoft.graph.languageProficiencyLevel' example: id: string (identifier) allowedAudiences: @@ -12767,10 +12853,18 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource displayName: string tag: string proficiency: '@odata.type': microsoft.graph.languageProficiencyLevel + spoken: + '@odata.type': microsoft.graph.languageProficiencyLevel + written: + '@odata.type': microsoft.graph.languageProficiencyLevel + reading: + '@odata.type': microsoft.graph.languageProficiencyLevel microsoft.graph.personName: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -12818,6 +12912,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource displayName: string first: string initials: string @@ -12855,6 +12951,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource displayName: string type: '@odata.type': microsoft.graph.phoneType @@ -12872,6 +12970,15 @@ components: nullable: true detail: $ref: '#/components/schemas/microsoft.graph.positionDetail' + manager: + $ref: '#/components/schemas/microsoft.graph.relatedPerson' + colleagues: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.relatedPerson' + isCurrent: + type: boolean + nullable: true example: id: string (identifier) allowedAudiences: @@ -12884,10 +12991,17 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource categories: - string detail: '@odata.type': microsoft.graph.positionDetail + manager: + '@odata.type': microsoft.graph.relatedPerson + colleagues: + - '@odata.type': microsoft.graph.relatedPerson + isCurrent: true microsoft.graph.projectParticipation: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -12913,6 +13027,11 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.relatedPerson' + collaborationTags: + type: array + items: + type: string + nullable: true example: id: string (identifier) allowedAudiences: @@ -12925,6 +13044,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource categories: - string client: @@ -12936,6 +13057,36 @@ components: - '@odata.type': microsoft.graph.relatedPerson sponsors: - '@odata.type': microsoft.graph.relatedPerson + collaborationTags: + - string + microsoft.graph.personAnnotation: + allOf: + - $ref: '#/components/schemas/microsoft.graph.itemFacet' + - title: personAnnotation + type: object + properties: + detail: + $ref: '#/components/schemas/microsoft.graph.itemBody' + displayName: + type: string + nullable: true + example: + id: string (identifier) + allowedAudiences: + '@odata.type': microsoft.graph.allowedAudiences + inference: + '@odata.type': microsoft.graph.inferenceData + createdDateTime: string (timestamp) + createdBy: + '@odata.type': microsoft.graph.identitySet + lastModifiedDateTime: string (timestamp) + lastModifiedBy: + '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource + detail: + '@odata.type': microsoft.graph.itemBody + displayName: string microsoft.graph.skillProficiency: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -12954,6 +13105,11 @@ components: webUrl: type: string nullable: true + collaborationTags: + type: array + items: + type: string + nullable: true example: id: string (identifier) allowedAudiences: @@ -12966,12 +13122,16 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource categories: - string displayName: string proficiency: '@odata.type': microsoft.graph.skillProficiencyLevel webUrl: string + collaborationTags: + - string microsoft.graph.webAccount: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -13003,6 +13163,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource description: string userId: string service: @@ -13039,6 +13201,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource categories: - string description: string @@ -13427,10 +13591,12 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer + description: 'Index of an entity being mentioned in the specified chatMessage. Matches the {index} value in the corresponding tag in the message body.' format: int32 nullable: true mentionText: type: string + description: 'String used to represent the mention. For example, a user''s display name, a team name.' nullable: true mentioned: $ref: '#/components/schemas/microsoft.graph.identitySet' @@ -13520,6 +13686,22 @@ components: contentUrl: string removeUrl: string websiteUrl: string + microsoft.graph.teamsAppDistributionMethod: + title: teamsAppDistributionMethod + enum: + - store + - organization + - sideloaded + - unknownFutureValue + type: string + microsoft.graph.teamsAppPublishingState: + title: teamsAppPublishingState + enum: + - submitted + - rejected + - published + - unknownFutureValue + type: string odata.error.detail: required: - code @@ -15530,6 +15712,39 @@ components: example: lastAccessedDateTime: string (timestamp) lastModifiedDateTime: string (timestamp) + microsoft.graph.regionalFormatOverrides: + title: regionalFormatOverrides + type: object + properties: + calendar: + type: string + nullable: true + firstDayOfWeek: + type: string + nullable: true + shortDateFormat: + type: string + nullable: true + longDateFormat: + type: string + nullable: true + shortTimeFormat: + type: string + nullable: true + longTimeFormat: + type: string + nullable: true + timeZone: + type: string + nullable: true + example: + calendar: string + firstDayOfWeek: string + shortDateFormat: string + longDateFormat: string + shortTimeFormat: string + longTimeFormat: string + timeZone: string microsoft.graph.shiftAvailability: title: shiftAvailability type: object @@ -15573,6 +15788,8 @@ components: format: date-time lastModifiedBy: $ref: '#/components/schemas/microsoft.graph.identitySet' + source: + $ref: '#/components/schemas/microsoft.graph.personDataSource' example: id: string (identifier) allowedAudiences: @@ -15585,6 +15802,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource microsoft.graph.anniversaryType: title: anniversaryType enum: @@ -15724,6 +15943,23 @@ components: role: string startMonthYear: string (timestamp) summary: string + microsoft.graph.relatedPerson: + title: relatedPerson + type: object + properties: + displayName: + type: string + nullable: true + relationship: + $ref: '#/components/schemas/microsoft.graph.personRelationship' + userPrincipalName: + type: string + nullable: true + example: + displayName: string + relationship: + '@odata.type': microsoft.graph.personRelationship + userPrincipalName: string microsoft.graph.companyDetail: title: companyDetail type: object @@ -15752,23 +15988,6 @@ components: address: '@odata.type': microsoft.graph.physicalAddress webUrl: string - microsoft.graph.relatedPerson: - title: relatedPerson - type: object - properties: - displayName: - type: string - nullable: true - relationship: - $ref: '#/components/schemas/microsoft.graph.personRelationship' - userPrincipalName: - type: string - nullable: true - example: - displayName: string - relationship: - '@odata.type': microsoft.graph.personRelationship - userPrincipalName: string microsoft.graph.skillProficiencyLevel: title: skillProficiencyLevel enum: diff --git a/openApiDocs/beta/Users.User.yml b/openApiDocs/beta/Users.User.yml index 20a562df3a7..45c244b2d2a 100644 --- a/openApiDocs/beta/Users.User.yml +++ b/openApiDocs/beta/Users.User.yml @@ -1305,9 +1305,11 @@ components: nullable: true externalUserState: type: string + description: 'For an external user invited to the tenant using the invitation API, this property represents the invited user''s invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. Returned only on $select. Supports $filter with the supported values. For example: $filter=externalUserState eq ''PendingAcceptance''.' nullable: true externalUserStateChangeDateTime: type: string + description: Shows the timestamp for the latest change to the externalUserState property. Returned only on $select. nullable: true userType: type: string @@ -2610,6 +2612,7 @@ components: nullable: true onPremisesDomainName: type: string + description: 'Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect.Returned by default. Read-only.' nullable: true onPremisesLastSyncDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' @@ -2619,6 +2622,7 @@ components: nullable: true onPremisesNetBiosName: type: string + description: Contains the on-premises netBios name synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect.Returned by default. Read-only. nullable: true onPremisesProvisioningErrors: type: array @@ -2627,6 +2631,7 @@ components: description: Errors when using Microsoft synchronization product during provisioning. Returned by default. onPremisesSamAccountName: type: string + description: Contains the on-premises SAM account name synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect.Returned by default. Read-only. nullable: true onPremisesSecurityIdentifier: type: string @@ -4983,12 +4988,16 @@ components: type: boolean contributionToContentDiscoveryAsOrganizationDisabled: type: boolean + regionalAndLanguageSettings: + $ref: '#/components/schemas/microsoft.graph.regionalAndLanguageSettings' shiftPreferences: $ref: '#/components/schemas/microsoft.graph.shiftPreferences' example: id: string (identifier) contributionToContentDiscoveryDisabled: true contributionToContentDiscoveryAsOrganizationDisabled: true + regionalAndLanguageSettings: + '@odata.type': microsoft.graph.regionalAndLanguageSettings shiftPreferences: '@odata.type': microsoft.graph.shiftPreferences microsoft.graph.onenote: @@ -5051,6 +5060,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.userAccountInformation' + addresses: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.itemAddress' anniversaries: type: array items: @@ -5087,6 +5100,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.projectParticipation' + notes: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.personAnnotation' skills: type: array items: @@ -5103,6 +5120,8 @@ components: id: string (identifier) account: - '@odata.type': microsoft.graph.userAccountInformation + addresses: + - '@odata.type': microsoft.graph.itemAddress anniversaries: - '@odata.type': microsoft.graph.personAnniversary educationalActivities: @@ -5121,6 +5140,8 @@ components: - '@odata.type': microsoft.graph.workPosition projects: - '@odata.type': microsoft.graph.projectParticipation + notes: + - '@odata.type': microsoft.graph.personAnnotation skills: - '@odata.type': microsoft.graph.skillProficiency webAccounts: @@ -5253,6 +5274,8 @@ components: type: string description: The display name for the device. Required. nullable: true + extensionAttributes: + $ref: '#/components/schemas/microsoft.graph.onPremisesExtensionAttributes' isCompliant: type: boolean description: 'true if the device complies with Mobile Device Management (MDM) policies; otherwise, false. Read-only. This can only be updated by Intune for any device OS type or by an approved MDM app for Windows OS devices.' @@ -5356,6 +5379,8 @@ components: deviceMetadata: string deviceVersion: integer displayName: string + extensionAttributes: + '@odata.type': microsoft.graph.onPremisesExtensionAttributes isCompliant: true isManaged: true onPremisesLastSyncDateTime: string (timestamp) @@ -5610,6 +5635,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.user' + members: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.conversationMember' channels: type: array items: @@ -5617,10 +5646,6 @@ components: description: The collection of channels & messages associated with the team. primaryChannel: $ref: '#/components/schemas/microsoft.graph.channel' - apps: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.teamsCatalogApp' installedApps: type: array items: @@ -5662,12 +5687,12 @@ components: '@odata.type': microsoft.graph.profilePhoto owners: - '@odata.type': microsoft.graph.user + members: + - '@odata.type': microsoft.graph.conversationMember channels: - '@odata.type': microsoft.graph.channel primaryChannel: '@odata.type': microsoft.graph.channel - apps: - - '@odata.type': microsoft.graph.teamsCatalogApp installedApps: - '@odata.type': microsoft.graph.teamsAppInstallation operations: @@ -9398,6 +9423,40 @@ components: '@odata.type': microsoft.graph.resourceReference resource: '@odata.type': microsoft.graph.entity + microsoft.graph.regionalAndLanguageSettings: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: regionalAndLanguageSettings + type: object + properties: + defaultDisplayLanguage: + $ref: '#/components/schemas/microsoft.graph.localeInfo' + authoringLanguages: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.localeInfo' + defaultTranslationLanguage: + $ref: '#/components/schemas/microsoft.graph.localeInfo' + defaultSpeechInputLanguage: + $ref: '#/components/schemas/microsoft.graph.localeInfo' + defaultRegionalFormat: + $ref: '#/components/schemas/microsoft.graph.localeInfo' + regionalFormatOverrides: + $ref: '#/components/schemas/microsoft.graph.regionalFormatOverrides' + example: + id: string (identifier) + defaultDisplayLanguage: + '@odata.type': microsoft.graph.localeInfo + authoringLanguages: + - '@odata.type': microsoft.graph.localeInfo + defaultTranslationLanguage: + '@odata.type': microsoft.graph.localeInfo + defaultSpeechInputLanguage: + '@odata.type': microsoft.graph.localeInfo + defaultRegionalFormat: + '@odata.type': microsoft.graph.localeInfo + regionalFormatOverrides: + '@odata.type': microsoft.graph.regionalFormatOverrides microsoft.graph.shiftPreferences: allOf: - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' @@ -9718,11 +9777,45 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource ageGroup: string countryCode: string preferredLanguageTag: '@odata.type': microsoft.graph.localeInfo userPrincipalName: string + microsoft.graph.itemAddress: + allOf: + - $ref: '#/components/schemas/microsoft.graph.itemFacet' + - title: itemAddress + type: object + properties: + displayName: + type: string + nullable: true + detail: + $ref: '#/components/schemas/microsoft.graph.physicalAddress' + geoCoordinates: + $ref: '#/components/schemas/microsoft.graph.geoCoordinates' + example: + id: string (identifier) + allowedAudiences: + '@odata.type': microsoft.graph.allowedAudiences + inference: + '@odata.type': microsoft.graph.inferenceData + createdDateTime: string (timestamp) + createdBy: + '@odata.type': microsoft.graph.identitySet + lastModifiedDateTime: string (timestamp) + lastModifiedBy: + '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource + displayName: string + detail: + '@odata.type': microsoft.graph.physicalAddress + geoCoordinates: + '@odata.type': microsoft.graph.geoCoordinates microsoft.graph.personAnniversary: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -9748,6 +9841,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource type: '@odata.type': microsoft.graph.anniversaryType date: string (timestamp) @@ -9788,6 +9883,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource completionMonthYear: string (timestamp) endMonthYear: string (timestamp) institution: @@ -9820,6 +9917,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource address: string displayName: string type: @@ -9843,6 +9942,11 @@ components: webUrl: type: string nullable: true + collaborationTags: + type: array + items: + type: string + nullable: true example: id: string (identifier) allowedAudiences: @@ -9855,11 +9959,15 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource categories: - string description: string displayName: string webUrl: string + collaborationTags: + - string microsoft.graph.languageProficiency: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -9872,6 +9980,12 @@ components: type: string proficiency: $ref: '#/components/schemas/microsoft.graph.languageProficiencyLevel' + spoken: + $ref: '#/components/schemas/microsoft.graph.languageProficiencyLevel' + written: + $ref: '#/components/schemas/microsoft.graph.languageProficiencyLevel' + reading: + $ref: '#/components/schemas/microsoft.graph.languageProficiencyLevel' example: id: string (identifier) allowedAudiences: @@ -9884,10 +9998,18 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource displayName: string tag: string proficiency: '@odata.type': microsoft.graph.languageProficiencyLevel + spoken: + '@odata.type': microsoft.graph.languageProficiencyLevel + written: + '@odata.type': microsoft.graph.languageProficiencyLevel + reading: + '@odata.type': microsoft.graph.languageProficiencyLevel microsoft.graph.personName: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -9935,6 +10057,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource displayName: string first: string initials: string @@ -9972,6 +10096,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource displayName: string type: '@odata.type': microsoft.graph.phoneType @@ -9989,6 +10115,15 @@ components: nullable: true detail: $ref: '#/components/schemas/microsoft.graph.positionDetail' + manager: + $ref: '#/components/schemas/microsoft.graph.relatedPerson' + colleagues: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.relatedPerson' + isCurrent: + type: boolean + nullable: true example: id: string (identifier) allowedAudiences: @@ -10001,10 +10136,17 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource categories: - string detail: '@odata.type': microsoft.graph.positionDetail + manager: + '@odata.type': microsoft.graph.relatedPerson + colleagues: + - '@odata.type': microsoft.graph.relatedPerson + isCurrent: true microsoft.graph.projectParticipation: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -10030,6 +10172,11 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.relatedPerson' + collaborationTags: + type: array + items: + type: string + nullable: true example: id: string (identifier) allowedAudiences: @@ -10042,6 +10189,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource categories: - string client: @@ -10053,6 +10202,36 @@ components: - '@odata.type': microsoft.graph.relatedPerson sponsors: - '@odata.type': microsoft.graph.relatedPerson + collaborationTags: + - string + microsoft.graph.personAnnotation: + allOf: + - $ref: '#/components/schemas/microsoft.graph.itemFacet' + - title: personAnnotation + type: object + properties: + detail: + $ref: '#/components/schemas/microsoft.graph.itemBody' + displayName: + type: string + nullable: true + example: + id: string (identifier) + allowedAudiences: + '@odata.type': microsoft.graph.allowedAudiences + inference: + '@odata.type': microsoft.graph.inferenceData + createdDateTime: string (timestamp) + createdBy: + '@odata.type': microsoft.graph.identitySet + lastModifiedDateTime: string (timestamp) + lastModifiedBy: + '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource + detail: + '@odata.type': microsoft.graph.itemBody + displayName: string microsoft.graph.skillProficiency: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -10071,6 +10250,11 @@ components: webUrl: type: string nullable: true + collaborationTags: + type: array + items: + type: string + nullable: true example: id: string (identifier) allowedAudiences: @@ -10083,12 +10267,16 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource categories: - string displayName: string proficiency: '@odata.type': microsoft.graph.skillProficiencyLevel webUrl: string + collaborationTags: + - string microsoft.graph.webAccount: allOf: - $ref: '#/components/schemas/microsoft.graph.itemFacet' @@ -10120,6 +10308,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource description: string userId: string service: @@ -10156,6 +10346,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource categories: - string description: string @@ -10954,26 +11146,6 @@ components: - '@odata.type': microsoft.graph.conversationMember filesFolder: '@odata.type': microsoft.graph.driveItem - microsoft.graph.teamsCatalogApp: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: teamsCatalogApp - type: object - properties: - externalId: - type: string - nullable: true - name: - type: string - nullable: true - distributionMethod: - $ref: '#/components/schemas/microsoft.graph.teamsAppDistributionMethod' - example: - id: string (identifier) - externalId: string - name: string - distributionMethod: - '@odata.type': microsoft.graph.teamsAppDistributionMethod microsoft.graph.teamsAsyncOperation: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -13904,6 +14076,39 @@ components: example: lastAccessedDateTime: string (timestamp) lastModifiedDateTime: string (timestamp) + microsoft.graph.regionalFormatOverrides: + title: regionalFormatOverrides + type: object + properties: + calendar: + type: string + nullable: true + firstDayOfWeek: + type: string + nullable: true + shortDateFormat: + type: string + nullable: true + longDateFormat: + type: string + nullable: true + shortTimeFormat: + type: string + nullable: true + longTimeFormat: + type: string + nullable: true + timeZone: + type: string + nullable: true + example: + calendar: string + firstDayOfWeek: string + shortDateFormat: string + longDateFormat: string + shortTimeFormat: string + longTimeFormat: string + timeZone: string microsoft.graph.changeTrackedEntity: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -14120,6 +14325,8 @@ components: format: date-time lastModifiedBy: $ref: '#/components/schemas/microsoft.graph.identitySet' + source: + $ref: '#/components/schemas/microsoft.graph.personDataSource' example: id: string (identifier) allowedAudiences: @@ -14132,6 +14339,8 @@ components: lastModifiedDateTime: string (timestamp) lastModifiedBy: '@odata.type': microsoft.graph.identitySet + source: + '@odata.type': microsoft.graph.personDataSource microsoft.graph.anniversaryType: title: anniversaryType enum: @@ -14271,6 +14480,23 @@ components: role: string startMonthYear: string (timestamp) summary: string + microsoft.graph.relatedPerson: + title: relatedPerson + type: object + properties: + displayName: + type: string + nullable: true + relationship: + $ref: '#/components/schemas/microsoft.graph.personRelationship' + userPrincipalName: + type: string + nullable: true + example: + displayName: string + relationship: + '@odata.type': microsoft.graph.personRelationship + userPrincipalName: string microsoft.graph.companyDetail: title: companyDetail type: object @@ -14299,23 +14525,6 @@ components: address: '@odata.type': microsoft.graph.physicalAddress webUrl: string - microsoft.graph.relatedPerson: - title: relatedPerson - type: object - properties: - displayName: - type: string - nullable: true - relationship: - $ref: '#/components/schemas/microsoft.graph.personRelationship' - userPrincipalName: - type: string - nullable: true - example: - displayName: string - relationship: - '@odata.type': microsoft.graph.personRelationship - userPrincipalName: string microsoft.graph.skillProficiencyLevel: title: skillProficiencyLevel enum: @@ -14462,10 +14671,12 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer + description: 'Index of an entity being mentioned in the specified chatMessage. Matches the {index} value in the corresponding tag in the message body.' format: int32 nullable: true mentionText: type: string + description: 'String used to represent the mention. For example, a user''s display name, a team name.' nullable: true mentioned: $ref: '#/components/schemas/microsoft.graph.identitySet' @@ -14540,9 +14751,6 @@ components: type: string description: The ID of the catalog provided by the app developer in the Microsoft Teams zip app package. nullable: true - name: - type: string - nullable: true displayName: type: string description: The name of the catalog app provided by the app developer in the Microsoft Teams zip app package. @@ -14557,7 +14765,6 @@ components: example: id: string (identifier) externalId: string - name: string displayName: string distributionMethod: '@odata.type': microsoft.graph.teamsAppDistributionMethod @@ -14584,12 +14791,16 @@ components: type: string description: The version number of the application. nullable: true + publishingState: + $ref: '#/components/schemas/microsoft.graph.teamsAppPublishingState' example: id: string (identifier) teamsAppId: string azureADAppId: string displayName: string version: string + publishingState: + '@odata.type': microsoft.graph.teamsAppPublishingState microsoft.graph.giphyRatingType: title: giphyRatingType enum: @@ -14623,6 +14834,9 @@ components: type: string description: ID of the scheduling group the shift is part of. Required. nullable: true + isStagedForDeletion: + type: boolean + nullable: true example: id: string (identifier) createdDateTime: string (timestamp) @@ -14635,6 +14849,7 @@ components: '@odata.type': microsoft.graph.shiftItem userId: string schedulingGroupId: string + isStagedForDeletion: true microsoft.graph.openShift: allOf: - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' @@ -14897,9 +15112,6 @@ components: - title: teamsTab type: object properties: - name: - type: string - nullable: true displayName: type: string description: Name of the tab. @@ -14923,7 +15135,6 @@ components: $ref: '#/components/schemas/microsoft.graph.teamsApp' example: id: string (identifier) - name: string displayName: string teamsAppId: string sortOrderIndex: string @@ -14933,14 +15144,6 @@ components: '@odata.type': microsoft.graph.teamsTabConfiguration teamsApp: '@odata.type': microsoft.graph.teamsApp - microsoft.graph.teamsAppDistributionMethod: - title: teamsAppDistributionMethod - enum: - - store - - organization - - sideloaded - - unknownFutureValue - type: string microsoft.graph.teamsAsyncOperationType: title: teamsAsyncOperationType enum: @@ -15978,6 +16181,22 @@ components: - allowOverrideWithoutJustification - allowOverrideWithJustification type: string + microsoft.graph.teamsAppDistributionMethod: + title: teamsAppDistributionMethod + enum: + - store + - organization + - sideloaded + - unknownFutureValue + type: string + microsoft.graph.teamsAppPublishingState: + title: teamsAppPublishingState + enum: + - submitted + - rejected + - published + - unknownFutureValue + type: string microsoft.graph.shiftItem: allOf: - $ref: '#/components/schemas/microsoft.graph.scheduleEntity' diff --git a/openApiDocs/beta/Users.UserSettings.yml b/openApiDocs/beta/Users.UserSettings.yml index e0840ed4e94..ef23a009bc4 100644 --- a/openApiDocs/beta/Users.UserSettings.yml +++ b/openApiDocs/beta/Users.UserSettings.yml @@ -33,6 +33,7 @@ paths: - id - contributionToContentDiscoveryDisabled - contributionToContentDiscoveryAsOrganizationDisabled + - regionalAndLanguageSettings - shiftPreferences type: string - name: $expand @@ -46,6 +47,7 @@ paths: items: enum: - '*' + - regionalAndLanguageSettings - shiftPreferences type: string responses: @@ -56,6 +58,11 @@ paths: schema: $ref: '#/components/schemas/microsoft.graph.userSettings' links: + regionalAndLanguageSettings: + operationId: user.settings.GetRegionalAndLanguageSettings + parameters: + user-id: $request.path.user-id + regionalAndLanguageSettings-id: $response.body#/id shiftPreferences: operationId: user.settings.GetShiftPreferences parameters: @@ -89,6 +96,85 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation + '/users/{user-id}/settings/regionalAndLanguageSettings': + get: + tags: + - users.userSettings + summary: Get regionalAndLanguageSettings from users + operationId: users.settings_GetRegionalAndLanguageSettings + parameters: + - name: user-id + in: path + description: 'key: user-id of user' + required: true + schema: + type: string + x-ms-docs-key-type: user + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - defaultDisplayLanguage + - authoringLanguages + - defaultTranslationLanguage + - defaultSpeechInputLanguage + - defaultRegionalFormat + - regionalFormatOverrides + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.regionalAndLanguageSettings' + default: + $ref: '#/components/responses/error' + patch: + tags: + - users.userSettings + summary: Update the navigation property regionalAndLanguageSettings in users + operationId: users.settings_UpdateRegionalAndLanguageSettings + parameters: + - name: user-id + in: path + description: 'key: user-id of user' + required: true + schema: + type: string + x-ms-docs-key-type: user + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.regionalAndLanguageSettings' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation '/users/{user-id}/settings/shiftPreferences': get: tags: @@ -178,14 +264,52 @@ components: type: boolean contributionToContentDiscoveryAsOrganizationDisabled: type: boolean + regionalAndLanguageSettings: + $ref: '#/components/schemas/microsoft.graph.regionalAndLanguageSettings' shiftPreferences: $ref: '#/components/schemas/microsoft.graph.shiftPreferences' example: id: string (identifier) contributionToContentDiscoveryDisabled: true contributionToContentDiscoveryAsOrganizationDisabled: true + regionalAndLanguageSettings: + '@odata.type': microsoft.graph.regionalAndLanguageSettings shiftPreferences: '@odata.type': microsoft.graph.shiftPreferences + microsoft.graph.regionalAndLanguageSettings: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: regionalAndLanguageSettings + type: object + properties: + defaultDisplayLanguage: + $ref: '#/components/schemas/microsoft.graph.localeInfo' + authoringLanguages: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.localeInfo' + defaultTranslationLanguage: + $ref: '#/components/schemas/microsoft.graph.localeInfo' + defaultSpeechInputLanguage: + $ref: '#/components/schemas/microsoft.graph.localeInfo' + defaultRegionalFormat: + $ref: '#/components/schemas/microsoft.graph.localeInfo' + regionalFormatOverrides: + $ref: '#/components/schemas/microsoft.graph.regionalFormatOverrides' + example: + id: string (identifier) + defaultDisplayLanguage: + '@odata.type': microsoft.graph.localeInfo + authoringLanguages: + - '@odata.type': microsoft.graph.localeInfo + defaultTranslationLanguage: + '@odata.type': microsoft.graph.localeInfo + defaultSpeechInputLanguage: + '@odata.type': microsoft.graph.localeInfo + defaultRegionalFormat: + '@odata.type': microsoft.graph.localeInfo + regionalFormatOverrides: + '@odata.type': microsoft.graph.regionalFormatOverrides microsoft.graph.shiftPreferences: allOf: - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' @@ -214,6 +338,54 @@ components: description: Read-only. example: id: string (identifier) + microsoft.graph.localeInfo: + title: localeInfo + type: object + properties: + locale: + type: string + description: 'A locale representation for the user, which includes the user''s preferred language and country/region. For example, ''en-us''. The language component follows 2-letter codes as defined in ISO 639-1, and the country component follows 2-letter codes as defined in ISO 3166-1 alpha-2.' + nullable: true + displayName: + type: string + description: 'A name representing the user''s locale in natural language, for example, ''English (United States)''.' + nullable: true + example: + locale: string + displayName: string + microsoft.graph.regionalFormatOverrides: + title: regionalFormatOverrides + type: object + properties: + calendar: + type: string + nullable: true + firstDayOfWeek: + type: string + nullable: true + shortDateFormat: + type: string + nullable: true + longDateFormat: + type: string + nullable: true + shortTimeFormat: + type: string + nullable: true + longTimeFormat: + type: string + nullable: true + timeZone: + type: string + nullable: true + example: + calendar: string + firstDayOfWeek: string + shortDateFormat: string + longDateFormat: string + shortTimeFormat: string + longTimeFormat: string + timeZone: string microsoft.graph.changeTrackedEntity: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' diff --git a/src/Authentication/Authentication/Microsoft.Graph.Authentication.psd1 b/src/Authentication/Authentication/Microsoft.Graph.Authentication.psd1 index b8096970d74..8cab8db8aa3 100644 --- a/src/Authentication/Authentication/Microsoft.Graph.Authentication.psd1 +++ b/src/Authentication/Authentication/Microsoft.Graph.Authentication.psd1 @@ -12,7 +12,7 @@ RootModule = './Microsoft.Graph.Authentication.psm1' # Version number of this module. -ModuleVersion = '0.7.0' +ModuleVersion = '0.7.1' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' diff --git a/src/Beta/Analytics/Analytics/readme.md b/src/Beta/Analytics/Analytics/readme.md index 4e726c7088b..f4fa4b6dbec 100644 --- a/src/Beta/Analytics/Analytics/readme.md +++ b/src/Beta/Analytics/Analytics/readme.md @@ -34,6 +34,6 @@ input-file: $(spec-doc-repo)/$(title).yml ### Versioning ``` yaml -module-version: 0.7.0 +module-version: 0.7.1 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Beta/Bookings/Bookings/readme.md b/src/Beta/Bookings/Bookings/readme.md index ffeaa9c7619..a9c565f08c8 100644 --- a/src/Beta/Bookings/Bookings/readme.md +++ b/src/Beta/Bookings/Bookings/readme.md @@ -34,6 +34,6 @@ input-file: $(spec-doc-repo)/$(title).yml ### Versioning ``` yaml -module-version: 0.7.0 +module-version: 0.7.1 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Beta/CloudCommunications/CloudCommunications/readme.md b/src/Beta/CloudCommunications/CloudCommunications/readme.md index 18d86baddc8..9ef120998f9 100644 --- a/src/Beta/CloudCommunications/CloudCommunications/readme.md +++ b/src/Beta/CloudCommunications/CloudCommunications/readme.md @@ -46,6 +46,6 @@ directive: ### Versioning ``` yaml -module-version: 0.7.0 +module-version: 0.7.1 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Beta/DevicesApps.DeviceAppManagement/DevicesApps.DeviceAppManagement/readme.md b/src/Beta/DevicesApps.DeviceAppManagement/DevicesApps.DeviceAppManagement/readme.md index 4355f66c479..46b654cbf3c 100644 --- a/src/Beta/DevicesApps.DeviceAppManagement/DevicesApps.DeviceAppManagement/readme.md +++ b/src/Beta/DevicesApps.DeviceAppManagement/DevicesApps.DeviceAppManagement/readme.md @@ -49,6 +49,6 @@ directive: ### Versioning ``` yaml -module-version: 0.7.0 +module-version: 0.7.1 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Beta/DevicesApps.MobileAppManagement/DevicesApps.MobileAppManagement/readme.md b/src/Beta/DevicesApps.MobileAppManagement/DevicesApps.MobileAppManagement/readme.md index bb213d1b758..8be8e9a1a26 100644 --- a/src/Beta/DevicesApps.MobileAppManagement/DevicesApps.MobileAppManagement/readme.md +++ b/src/Beta/DevicesApps.MobileAppManagement/DevicesApps.MobileAppManagement/readme.md @@ -34,6 +34,6 @@ input-file: $(spec-doc-repo)/$(title).yml ### Versioning ``` yaml -module-version: 0.7.0 +module-version: 0.7.1 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Beta/DevicesApps.OfficeConfiguration/DevicesApps.OfficeConfiguration/readme.md b/src/Beta/DevicesApps.OfficeConfiguration/DevicesApps.OfficeConfiguration/readme.md index d5ad9e9cb71..3f24e5db43d 100644 --- a/src/Beta/DevicesApps.OfficeConfiguration/DevicesApps.OfficeConfiguration/readme.md +++ b/src/Beta/DevicesApps.OfficeConfiguration/DevicesApps.OfficeConfiguration/readme.md @@ -34,6 +34,6 @@ input-file: $(spec-doc-repo)/$(title).yml ### Versioning ``` yaml -module-version: 0.7.0 +module-version: 0.7.1 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Beta/DevicesApps.SharedResources/DevicesApps.SharedResources/readme.md b/src/Beta/DevicesApps.SharedResources/DevicesApps.SharedResources/readme.md index 131ca5161e6..bc53c55bc79 100644 --- a/src/Beta/DevicesApps.SharedResources/DevicesApps.SharedResources/readme.md +++ b/src/Beta/DevicesApps.SharedResources/DevicesApps.SharedResources/readme.md @@ -34,6 +34,6 @@ input-file: $(spec-doc-repo)/$(title).yml ### Versioning ``` yaml -module-version: 0.7.0 +module-version: 0.7.1 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Beta/Education/Education/readme.md b/src/Beta/Education/Education/readme.md index 974ecb04421..9f06af4d486 100644 --- a/src/Beta/Education/Education/readme.md +++ b/src/Beta/Education/Education/readme.md @@ -34,6 +34,6 @@ input-file: $(spec-doc-repo)/$(title).yml ### Versioning ``` yaml -module-version: 0.7.0 +module-version: 0.7.1 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Beta/Files.Drives/Files.Drives/readme.md b/src/Beta/Files.Drives/Files.Drives/readme.md index 56f1451f52d..64eeef69ba7 100644 --- a/src/Beta/Files.Drives/Files.Drives/readme.md +++ b/src/Beta/Files.Drives/Files.Drives/readme.md @@ -34,6 +34,6 @@ input-file: $(spec-doc-repo)/$(title).yml ### Versioning ``` yaml -module-version: 0.7.0 +module-version: 0.7.1 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Beta/Files.Permissions/Files.Permissions/readme.md b/src/Beta/Files.Permissions/Files.Permissions/readme.md index 2712e6cfeaf..42a88211da7 100644 --- a/src/Beta/Files.Permissions/Files.Permissions/readme.md +++ b/src/Beta/Files.Permissions/Files.Permissions/readme.md @@ -34,6 +34,6 @@ input-file: $(spec-doc-repo)/$(title).yml ### Versioning ``` yaml -module-version: 0.7.0 +module-version: 0.7.1 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Beta/Files.Shares/Files.Shares/readme.md b/src/Beta/Files.Shares/Files.Shares/readme.md index 8247324de6f..1c39ee6c321 100644 --- a/src/Beta/Files.Shares/Files.Shares/readme.md +++ b/src/Beta/Files.Shares/Files.Shares/readme.md @@ -34,6 +34,6 @@ input-file: $(spec-doc-repo)/$(title).yml ### Versioning ``` yaml -module-version: 0.7.0 +module-version: 0.7.1 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Beta/Financials/Financials/readme.md b/src/Beta/Financials/Financials/readme.md index 97dd5b2d8da..5cd7b63ee6b 100644 --- a/src/Beta/Financials/Financials/readme.md +++ b/src/Beta/Financials/Financials/readme.md @@ -34,6 +34,6 @@ input-file: $(spec-doc-repo)/$(title).yml ### Versioning ``` yaml -module-version: 0.7.0 +module-version: 0.7.1 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Beta/Groups.Actions/Groups.Actions/readme.md b/src/Beta/Groups.Actions/Groups.Actions/readme.md index 28acc6143e1..5b0999a0058 100644 --- a/src/Beta/Groups.Actions/Groups.Actions/readme.md +++ b/src/Beta/Groups.Actions/Groups.Actions/readme.md @@ -78,6 +78,6 @@ directive: ### Versioning ``` yaml -module-version: 0.7.0 +module-version: 0.7.1 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Beta/Groups.Calendar/Groups.Calendar/readme.md b/src/Beta/Groups.Calendar/Groups.Calendar/readme.md index 58439bc192b..4a25b75f1c1 100644 --- a/src/Beta/Groups.Calendar/Groups.Calendar/readme.md +++ b/src/Beta/Groups.Calendar/Groups.Calendar/readme.md @@ -34,6 +34,6 @@ input-file: $(spec-doc-repo)/$(title).yml ### Versioning ``` yaml -module-version: 0.7.0 +module-version: 0.7.1 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Beta/Groups.Conversation/Groups.Conversation/readme.md b/src/Beta/Groups.Conversation/Groups.Conversation/readme.md index 5bd0e09c8e8..1be1daa304d 100644 --- a/src/Beta/Groups.Conversation/Groups.Conversation/readme.md +++ b/src/Beta/Groups.Conversation/Groups.Conversation/readme.md @@ -34,6 +34,6 @@ input-file: $(spec-doc-repo)/$(title).yml ### Versioning ``` yaml -module-version: 0.7.0 +module-version: 0.7.1 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Beta/Groups.ConversationThread/Groups.ConversationThread/readme.md b/src/Beta/Groups.ConversationThread/Groups.ConversationThread/readme.md index 11ec2df69ef..c2954aff598 100644 --- a/src/Beta/Groups.ConversationThread/Groups.ConversationThread/readme.md +++ b/src/Beta/Groups.ConversationThread/Groups.ConversationThread/readme.md @@ -34,6 +34,6 @@ input-file: $(spec-doc-repo)/$(title).yml ### Versioning ``` yaml -module-version: 0.7.0 +module-version: 0.7.1 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Beta/Groups.DirectoryObject/Groups.DirectoryObject/readme.md b/src/Beta/Groups.DirectoryObject/Groups.DirectoryObject/readme.md index de500e9fbe9..f62c9b9aa26 100644 --- a/src/Beta/Groups.DirectoryObject/Groups.DirectoryObject/readme.md +++ b/src/Beta/Groups.DirectoryObject/Groups.DirectoryObject/readme.md @@ -89,6 +89,6 @@ directive: ### Versioning ``` yaml -module-version: 0.7.0 +module-version: 0.7.1 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Beta/Groups.Drive/Groups.Drive/readme.md b/src/Beta/Groups.Drive/Groups.Drive/readme.md index d4906d20153..621d0fa382f 100644 --- a/src/Beta/Groups.Drive/Groups.Drive/readme.md +++ b/src/Beta/Groups.Drive/Groups.Drive/readme.md @@ -34,6 +34,6 @@ input-file: $(spec-doc-repo)/$(title).yml ### Versioning ``` yaml -module-version: 0.7.0 +module-version: 0.7.1 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Beta/Groups.Endpoint/Groups.Endpoint/readme.md b/src/Beta/Groups.Endpoint/Groups.Endpoint/readme.md index 607edb53dfa..38283caefed 100644 --- a/src/Beta/Groups.Endpoint/Groups.Endpoint/readme.md +++ b/src/Beta/Groups.Endpoint/Groups.Endpoint/readme.md @@ -34,6 +34,6 @@ input-file: $(spec-doc-repo)/$(title).yml ### Versioning ``` yaml -module-version: 0.7.0 +module-version: 0.7.1 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Beta/Groups.Extension/Groups.Extension/readme.md b/src/Beta/Groups.Extension/Groups.Extension/readme.md index 9d3ddb2a27c..191e3817108 100644 --- a/src/Beta/Groups.Extension/Groups.Extension/readme.md +++ b/src/Beta/Groups.Extension/Groups.Extension/readme.md @@ -34,6 +34,6 @@ input-file: $(spec-doc-repo)/$(title).yml ### Versioning ``` yaml -module-version: 0.7.0 +module-version: 0.7.1 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Beta/Groups.Functions/Groups.Functions/readme.md b/src/Beta/Groups.Functions/Groups.Functions/readme.md index 1c420980433..5127ac25386 100644 --- a/src/Beta/Groups.Functions/Groups.Functions/readme.md +++ b/src/Beta/Groups.Functions/Groups.Functions/readme.md @@ -34,6 +34,6 @@ input-file: $(spec-doc-repo)/$(title).yml ### Versioning ``` yaml -module-version: 0.7.0 +module-version: 0.7.1 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Beta/Groups.Group/Groups.Group/readme.md b/src/Beta/Groups.Group/Groups.Group/readme.md index 83bb260adb9..f9a16c7f433 100644 --- a/src/Beta/Groups.Group/Groups.Group/readme.md +++ b/src/Beta/Groups.Group/Groups.Group/readme.md @@ -34,6 +34,6 @@ input-file: $(spec-doc-repo)/$(title).yml ### Versioning ``` yaml -module-version: 0.7.0 +module-version: 0.7.1 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Beta/Groups.LifecyclePolicies/Groups.LifecyclePolicies/readme.md b/src/Beta/Groups.LifecyclePolicies/Groups.LifecyclePolicies/readme.md index 6d63dd78d7d..ab80b1c1f0b 100644 --- a/src/Beta/Groups.LifecyclePolicies/Groups.LifecyclePolicies/readme.md +++ b/src/Beta/Groups.LifecyclePolicies/Groups.LifecyclePolicies/readme.md @@ -34,6 +34,6 @@ input-file: $(spec-doc-repo)/$(title).yml ### Versioning ``` yaml -module-version: 0.7.0 +module-version: 0.7.1 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Beta/Groups.OneNote/Groups.OneNote/readme.md b/src/Beta/Groups.OneNote/Groups.OneNote/readme.md index a5b18b4b913..9ee94917730 100644 --- a/src/Beta/Groups.OneNote/Groups.OneNote/readme.md +++ b/src/Beta/Groups.OneNote/Groups.OneNote/readme.md @@ -34,6 +34,6 @@ input-file: $(spec-doc-repo)/$(title).yml ### Versioning ``` yaml -module-version: 0.7.0 +module-version: 0.7.1 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Beta/Groups.Planner/Groups.Planner/readme.md b/src/Beta/Groups.Planner/Groups.Planner/readme.md index be17500ede3..979a9f60186 100644 --- a/src/Beta/Groups.Planner/Groups.Planner/readme.md +++ b/src/Beta/Groups.Planner/Groups.Planner/readme.md @@ -34,6 +34,6 @@ input-file: $(spec-doc-repo)/$(title).yml ### Versioning ``` yaml -module-version: 0.7.0 +module-version: 0.7.1 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Beta/Groups.ProfilePhoto/Groups.ProfilePhoto/readme.md b/src/Beta/Groups.ProfilePhoto/Groups.ProfilePhoto/readme.md index 7f3afd20ef8..569bce45448 100644 --- a/src/Beta/Groups.ProfilePhoto/Groups.ProfilePhoto/readme.md +++ b/src/Beta/Groups.ProfilePhoto/Groups.ProfilePhoto/readme.md @@ -34,6 +34,6 @@ input-file: $(spec-doc-repo)/$(title).yml ### Versioning ``` yaml -module-version: 0.7.0 +module-version: 0.7.1 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Beta/Groups.Site/Groups.Site/readme.md b/src/Beta/Groups.Site/Groups.Site/readme.md index 3b05d3f77d0..ca1257defba 100644 --- a/src/Beta/Groups.Site/Groups.Site/readme.md +++ b/src/Beta/Groups.Site/Groups.Site/readme.md @@ -34,6 +34,6 @@ input-file: $(spec-doc-repo)/$(title).yml ### Versioning ``` yaml -module-version: 0.7.0 +module-version: 0.7.1 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Beta/Identity.AccessReview/Identity.AccessReview/readme.md b/src/Beta/Identity.AccessReview/Identity.AccessReview/readme.md index 228de7c3170..f023d62eba1 100644 --- a/src/Beta/Identity.AccessReview/Identity.AccessReview/readme.md +++ b/src/Beta/Identity.AccessReview/Identity.AccessReview/readme.md @@ -34,6 +34,6 @@ input-file: $(spec-doc-repo)/$(title).yml ### Versioning ``` yaml -module-version: 0.7.0 +module-version: 0.7.1 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Beta/Identity.AdministrativeUnits/Identity.AdministrativeUnits/readme.md b/src/Beta/Identity.AdministrativeUnits/Identity.AdministrativeUnits/readme.md index 042c2956be7..b4b0cfae114 100644 --- a/src/Beta/Identity.AdministrativeUnits/Identity.AdministrativeUnits/readme.md +++ b/src/Beta/Identity.AdministrativeUnits/Identity.AdministrativeUnits/readme.md @@ -43,6 +43,6 @@ directive: ### Versioning ``` yaml -module-version: 0.7.0 +module-version: 0.7.1 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Beta/Identity.AppRoleAssignments/Identity.AppRoleAssignments/readme.md b/src/Beta/Identity.AppRoleAssignments/Identity.AppRoleAssignments/readme.md index 5c47986ac19..89debf81be8 100644 --- a/src/Beta/Identity.AppRoleAssignments/Identity.AppRoleAssignments/readme.md +++ b/src/Beta/Identity.AppRoleAssignments/Identity.AppRoleAssignments/readme.md @@ -34,6 +34,6 @@ input-file: $(spec-doc-repo)/$(title).yml ### Versioning ``` yaml -module-version: 0.7.0 +module-version: 0.7.1 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Beta/Identity.Application/Identity.Application/readme.md b/src/Beta/Identity.Application/Identity.Application/readme.md index f4a57709603..56fccc2f787 100644 --- a/src/Beta/Identity.Application/Identity.Application/readme.md +++ b/src/Beta/Identity.Application/Identity.Application/readme.md @@ -43,6 +43,6 @@ directive: ### Versioning ``` yaml -module-version: 0.7.0 +module-version: 0.7.1 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Beta/Identity.AuditLogs/Identity.AuditLogs/readme.md b/src/Beta/Identity.AuditLogs/Identity.AuditLogs/readme.md index 09a1ad3e68d..e4aa7c9f960 100644 --- a/src/Beta/Identity.AuditLogs/Identity.AuditLogs/readme.md +++ b/src/Beta/Identity.AuditLogs/Identity.AuditLogs/readme.md @@ -34,6 +34,6 @@ input-file: $(spec-doc-repo)/$(title).yml ### Versioning ``` yaml -module-version: 0.7.0 +module-version: 0.7.1 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Beta/Identity.AuthenticationMethods/Identity.AuthenticationMethods/readme.md b/src/Beta/Identity.AuthenticationMethods/Identity.AuthenticationMethods/readme.md index 1d6b2fd3337..12f5a348920 100644 --- a/src/Beta/Identity.AuthenticationMethods/Identity.AuthenticationMethods/readme.md +++ b/src/Beta/Identity.AuthenticationMethods/Identity.AuthenticationMethods/readme.md @@ -34,6 +34,6 @@ input-file: $(spec-doc-repo)/$(title).yml ### Versioning ``` yaml -module-version: 0.7.0 +module-version: 0.7.1 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Beta/Identity.AzureADPIM/Identity.AzureADPIM/readme.md b/src/Beta/Identity.AzureADPIM/Identity.AzureADPIM/readme.md index 0ba73792702..605d3e5361a 100644 --- a/src/Beta/Identity.AzureADPIM/Identity.AzureADPIM/readme.md +++ b/src/Beta/Identity.AzureADPIM/Identity.AzureADPIM/readme.md @@ -34,6 +34,6 @@ input-file: $(spec-doc-repo)/$(title).yml ### Versioning ``` yaml -module-version: 0.7.0 +module-version: 0.7.1 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Beta/Identity.CertificateBasedAuthConfiguration/Identity.CertificateBasedAuthConfiguration/readme.md b/src/Beta/Identity.CertificateBasedAuthConfiguration/Identity.CertificateBasedAuthConfiguration/readme.md index 84229cdf276..5089286e1a3 100644 --- a/src/Beta/Identity.CertificateBasedAuthConfiguration/Identity.CertificateBasedAuthConfiguration/readme.md +++ b/src/Beta/Identity.CertificateBasedAuthConfiguration/Identity.CertificateBasedAuthConfiguration/readme.md @@ -34,6 +34,6 @@ input-file: $(spec-doc-repo)/$(title).yml ### Versioning ``` yaml -module-version: 0.7.0 +module-version: 0.7.1 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Beta/Identity.ConditionalAccess/Identity.ConditionalAccess/readme.md b/src/Beta/Identity.ConditionalAccess/Identity.ConditionalAccess/readme.md index 325c4c376ad..336a277a102 100644 --- a/src/Beta/Identity.ConditionalAccess/Identity.ConditionalAccess/readme.md +++ b/src/Beta/Identity.ConditionalAccess/Identity.ConditionalAccess/readme.md @@ -34,6 +34,6 @@ input-file: $(spec-doc-repo)/$(title).yml ### Versioning ``` yaml -module-version: 0.7.0 +module-version: 0.7.1 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Beta/Identity.Contracts/Identity.Contracts/readme.md b/src/Beta/Identity.Contracts/Identity.Contracts/readme.md index a8665ae0df8..ae4e4f3e8e2 100644 --- a/src/Beta/Identity.Contracts/Identity.Contracts/readme.md +++ b/src/Beta/Identity.Contracts/Identity.Contracts/readme.md @@ -43,6 +43,6 @@ directive: ### Versioning ``` yaml -module-version: 0.7.0 +module-version: 0.7.1 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Beta/Identity.DataPolicyOperations/Identity.DataPolicyOperations/readme.md b/src/Beta/Identity.DataPolicyOperations/Identity.DataPolicyOperations/readme.md index 21c016f6327..28ff53f5431 100644 --- a/src/Beta/Identity.DataPolicyOperations/Identity.DataPolicyOperations/readme.md +++ b/src/Beta/Identity.DataPolicyOperations/Identity.DataPolicyOperations/readme.md @@ -34,6 +34,6 @@ input-file: $(spec-doc-repo)/$(title).yml ### Versioning ``` yaml -module-version: 0.7.0 +module-version: 0.7.1 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Beta/Identity.Devices/Identity.Devices/readme.md b/src/Beta/Identity.Devices/Identity.Devices/readme.md index f028c31462c..c009ecd0213 100644 --- a/src/Beta/Identity.Devices/Identity.Devices/readme.md +++ b/src/Beta/Identity.Devices/Identity.Devices/readme.md @@ -43,6 +43,6 @@ directive: ### Versioning ``` yaml -module-version: 0.7.0 +module-version: 0.7.1 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Beta/Identity.Directory/Identity.Directory/readme.md b/src/Beta/Identity.Directory/Identity.Directory/readme.md index 1a02c6bf2fa..e60b75924f8 100644 --- a/src/Beta/Identity.Directory/Identity.Directory/readme.md +++ b/src/Beta/Identity.Directory/Identity.Directory/readme.md @@ -34,6 +34,6 @@ input-file: $(spec-doc-repo)/$(title).yml ### Versioning ``` yaml -module-version: 0.7.0 +module-version: 0.7.1 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Beta/Identity.DirectoryObjects/Identity.DirectoryObjects/readme.md b/src/Beta/Identity.DirectoryObjects/Identity.DirectoryObjects/readme.md index bee0acbb117..8caeeba60d2 100644 --- a/src/Beta/Identity.DirectoryObjects/Identity.DirectoryObjects/readme.md +++ b/src/Beta/Identity.DirectoryObjects/Identity.DirectoryObjects/readme.md @@ -43,6 +43,6 @@ directive: ### Versioning ``` yaml -module-version: 0.7.0 +module-version: 0.7.1 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Beta/Identity.DirectoryRoleTemplates/Identity.DirectoryRoleTemplates/readme.md b/src/Beta/Identity.DirectoryRoleTemplates/Identity.DirectoryRoleTemplates/readme.md index 170ed203268..05d7e311dd9 100644 --- a/src/Beta/Identity.DirectoryRoleTemplates/Identity.DirectoryRoleTemplates/readme.md +++ b/src/Beta/Identity.DirectoryRoleTemplates/Identity.DirectoryRoleTemplates/readme.md @@ -48,6 +48,6 @@ directive: ### Versioning ``` yaml -module-version: 0.7.0 +module-version: 0.7.1 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Beta/Identity.DirectoryRoles/Identity.DirectoryRoles/readme.md b/src/Beta/Identity.DirectoryRoles/Identity.DirectoryRoles/readme.md index 43b2a8d1140..9fb9f60b3ff 100644 --- a/src/Beta/Identity.DirectoryRoles/Identity.DirectoryRoles/readme.md +++ b/src/Beta/Identity.DirectoryRoles/Identity.DirectoryRoles/readme.md @@ -43,6 +43,6 @@ directive: ### Versioning ``` yaml -module-version: 0.7.0 +module-version: 0.7.1 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Beta/Identity.DirectorySettingTemplates/Identity.DirectorySettingTemplates/readme.md b/src/Beta/Identity.DirectorySettingTemplates/Identity.DirectorySettingTemplates/readme.md index 47f230940c4..2968dfba964 100644 --- a/src/Beta/Identity.DirectorySettingTemplates/Identity.DirectorySettingTemplates/readme.md +++ b/src/Beta/Identity.DirectorySettingTemplates/Identity.DirectorySettingTemplates/readme.md @@ -48,6 +48,6 @@ directive: ### Versioning ``` yaml -module-version: 0.7.0 +module-version: 0.7.1 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Beta/Identity.DirectorySettings/Identity.DirectorySettings/readme.md b/src/Beta/Identity.DirectorySettings/Identity.DirectorySettings/readme.md index 1026bdccc66..5313f8dd4b4 100644 --- a/src/Beta/Identity.DirectorySettings/Identity.DirectorySettings/readme.md +++ b/src/Beta/Identity.DirectorySettings/Identity.DirectorySettings/readme.md @@ -34,6 +34,6 @@ input-file: $(spec-doc-repo)/$(title).yml ### Versioning ``` yaml -module-version: 0.7.0 +module-version: 0.7.1 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Beta/Identity.Domains/Identity.Domains/readme.md b/src/Beta/Identity.Domains/Identity.Domains/readme.md index f09ffb54288..0864fd79112 100644 --- a/src/Beta/Identity.Domains/Identity.Domains/readme.md +++ b/src/Beta/Identity.Domains/Identity.Domains/readme.md @@ -34,6 +34,6 @@ input-file: $(spec-doc-repo)/$(title).yml ### Versioning ``` yaml -module-version: 0.7.0 +module-version: 0.7.1 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Beta/Identity.Invitations/Identity.Invitations/readme.md b/src/Beta/Identity.Invitations/Identity.Invitations/readme.md index fb4c1f91909..6d921a0f9e0 100644 --- a/src/Beta/Identity.Invitations/Identity.Invitations/readme.md +++ b/src/Beta/Identity.Invitations/Identity.Invitations/readme.md @@ -34,6 +34,6 @@ input-file: $(spec-doc-repo)/$(title).yml ### Versioning ``` yaml -module-version: 0.7.0 +module-version: 0.7.1 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Beta/Identity.OAuth2PermissionGrants/Identity.OAuth2PermissionGrants/readme.md b/src/Beta/Identity.OAuth2PermissionGrants/Identity.OAuth2PermissionGrants/readme.md index 6f17954d7a1..c17f31d8d63 100644 --- a/src/Beta/Identity.OAuth2PermissionGrants/Identity.OAuth2PermissionGrants/readme.md +++ b/src/Beta/Identity.OAuth2PermissionGrants/Identity.OAuth2PermissionGrants/readme.md @@ -34,6 +34,6 @@ input-file: $(spec-doc-repo)/$(title).yml ### Versioning ``` yaml -module-version: 0.7.0 +module-version: 0.7.1 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Beta/Identity.OnPremisesPublishingProfiles/Identity.OnPremisesPublishingProfiles/readme.md b/src/Beta/Identity.OnPremisesPublishingProfiles/Identity.OnPremisesPublishingProfiles/readme.md index c1e14cc9102..6e91a1b1090 100644 --- a/src/Beta/Identity.OnPremisesPublishingProfiles/Identity.OnPremisesPublishingProfiles/readme.md +++ b/src/Beta/Identity.OnPremisesPublishingProfiles/Identity.OnPremisesPublishingProfiles/readme.md @@ -34,6 +34,6 @@ input-file: $(spec-doc-repo)/$(title).yml ### Versioning ``` yaml -module-version: 0.7.0 +module-version: 0.7.1 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Beta/Identity.Organization/Identity.Organization/readme.md b/src/Beta/Identity.Organization/Identity.Organization/readme.md index 80a04bce816..8927500bffb 100644 --- a/src/Beta/Identity.Organization/Identity.Organization/readme.md +++ b/src/Beta/Identity.Organization/Identity.Organization/readme.md @@ -43,6 +43,6 @@ directive: ### Versioning ``` yaml -module-version: 0.7.0 +module-version: 0.7.1 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Beta/Identity.OrganizationContacts/Identity.OrganizationContacts/readme.md b/src/Beta/Identity.OrganizationContacts/Identity.OrganizationContacts/readme.md index 87f68d3f403..fd42484010b 100644 --- a/src/Beta/Identity.OrganizationContacts/Identity.OrganizationContacts/readme.md +++ b/src/Beta/Identity.OrganizationContacts/Identity.OrganizationContacts/readme.md @@ -48,6 +48,6 @@ directive: ### Versioning ``` yaml -module-version: 0.7.0 +module-version: 0.7.1 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Beta/Identity.Policies/Identity.Policies/readme.md b/src/Beta/Identity.Policies/Identity.Policies/readme.md index 83f7e027d63..90ee6c7657f 100644 --- a/src/Beta/Identity.Policies/Identity.Policies/readme.md +++ b/src/Beta/Identity.Policies/Identity.Policies/readme.md @@ -34,6 +34,6 @@ input-file: $(spec-doc-repo)/$(title).yml ### Versioning ``` yaml -module-version: 0.7.0 +module-version: 0.7.1 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Beta/Identity.Protection/Identity.Protection/readme.md b/src/Beta/Identity.Protection/Identity.Protection/readme.md index 3f8e90ee27a..ac09568e9bd 100644 --- a/src/Beta/Identity.Protection/Identity.Protection/readme.md +++ b/src/Beta/Identity.Protection/Identity.Protection/readme.md @@ -34,6 +34,6 @@ input-file: $(spec-doc-repo)/$(title).yml ### Versioning ``` yaml -module-version: 0.7.0 +module-version: 0.7.1 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Beta/Identity.Providers/Identity.Providers/readme.md b/src/Beta/Identity.Providers/Identity.Providers/readme.md index 91c89e7ed89..09c3614ba2c 100644 --- a/src/Beta/Identity.Providers/Identity.Providers/readme.md +++ b/src/Beta/Identity.Providers/Identity.Providers/readme.md @@ -34,6 +34,6 @@ input-file: $(spec-doc-repo)/$(title).yml ### Versioning ``` yaml -module-version: 0.7.0 +module-version: 0.7.1 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Beta/Identity.RoleManagement/Identity.RoleManagement/readme.md b/src/Beta/Identity.RoleManagement/Identity.RoleManagement/readme.md index 0636af588a4..377057920d4 100644 --- a/src/Beta/Identity.RoleManagement/Identity.RoleManagement/readme.md +++ b/src/Beta/Identity.RoleManagement/Identity.RoleManagement/readme.md @@ -34,6 +34,6 @@ input-file: $(spec-doc-repo)/$(title).yml ### Versioning ``` yaml -module-version: 0.7.0 +module-version: 0.7.1 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Beta/Identity.ServicePrincipal/Identity.ServicePrincipal/readme.md b/src/Beta/Identity.ServicePrincipal/Identity.ServicePrincipal/readme.md index 5211a5862de..f2acbc53ffb 100644 --- a/src/Beta/Identity.ServicePrincipal/Identity.ServicePrincipal/readme.md +++ b/src/Beta/Identity.ServicePrincipal/Identity.ServicePrincipal/readme.md @@ -43,6 +43,6 @@ directive: ### Versioning ``` yaml -module-version: 0.7.0 +module-version: 0.7.1 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Beta/Identity.SubscribedSkus/Identity.SubscribedSkus/readme.md b/src/Beta/Identity.SubscribedSkus/Identity.SubscribedSkus/readme.md index 4b221ad16d8..2085929bab8 100644 --- a/src/Beta/Identity.SubscribedSkus/Identity.SubscribedSkus/readme.md +++ b/src/Beta/Identity.SubscribedSkus/Identity.SubscribedSkus/readme.md @@ -34,6 +34,6 @@ input-file: $(spec-doc-repo)/$(title).yml ### Versioning ``` yaml -module-version: 0.7.0 +module-version: 0.7.1 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Beta/Identity.TermsOfUse/Identity.TermsOfUse/readme.md b/src/Beta/Identity.TermsOfUse/Identity.TermsOfUse/readme.md index a671b536844..c11275ef007 100644 --- a/src/Beta/Identity.TermsOfUse/Identity.TermsOfUse/readme.md +++ b/src/Beta/Identity.TermsOfUse/Identity.TermsOfUse/readme.md @@ -34,6 +34,6 @@ input-file: $(spec-doc-repo)/$(title).yml ### Versioning ``` yaml -module-version: 0.7.0 +module-version: 0.7.1 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Beta/Identity.TrustFramework/Identity.TrustFramework/readme.md b/src/Beta/Identity.TrustFramework/Identity.TrustFramework/readme.md index 1ed5dd06ec0..2e9b9c1cd7e 100644 --- a/src/Beta/Identity.TrustFramework/Identity.TrustFramework/readme.md +++ b/src/Beta/Identity.TrustFramework/Identity.TrustFramework/readme.md @@ -34,6 +34,6 @@ input-file: $(spec-doc-repo)/$(title).yml ### Versioning ``` yaml -module-version: 0.7.0 +module-version: 0.7.1 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Beta/Identity.UserFlows/Identity.UserFlows/readme.md b/src/Beta/Identity.UserFlows/Identity.UserFlows/readme.md index 897e2de802e..9f63c28ae65 100644 --- a/src/Beta/Identity.UserFlows/Identity.UserFlows/readme.md +++ b/src/Beta/Identity.UserFlows/Identity.UserFlows/readme.md @@ -34,6 +34,6 @@ input-file: $(spec-doc-repo)/$(title).yml ### Versioning ``` yaml -module-version: 0.7.0 +module-version: 0.7.1 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Beta/Notification/Notification/readme.md b/src/Beta/Notification/Notification/readme.md index cc823d8fd33..0c886782656 100644 --- a/src/Beta/Notification/Notification/readme.md +++ b/src/Beta/Notification/Notification/readme.md @@ -34,6 +34,6 @@ input-file: $(spec-doc-repo)/$(title).yml ### Versioning ``` yaml -module-version: 0.7.0 +module-version: 0.7.1 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Beta/OnlineMeetings/OnlineMeetings/readme.md b/src/Beta/OnlineMeetings/OnlineMeetings/readme.md index 36731cc30f1..a2b9bd1309a 100644 --- a/src/Beta/OnlineMeetings/OnlineMeetings/readme.md +++ b/src/Beta/OnlineMeetings/OnlineMeetings/readme.md @@ -34,6 +34,6 @@ input-file: $(spec-doc-repo)/$(title).yml ### Versioning ``` yaml -module-version: 0.7.0 +module-version: 0.7.1 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Beta/Places/Places/readme.md b/src/Beta/Places/Places/readme.md index e5ef56985a7..e5cd15efca9 100644 --- a/src/Beta/Places/Places/readme.md +++ b/src/Beta/Places/Places/readme.md @@ -34,6 +34,6 @@ input-file: $(spec-doc-repo)/$(title).yml ### Versioning ``` yaml -module-version: 0.7.0 +module-version: 0.7.1 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Beta/Planner/Planner/readme.md b/src/Beta/Planner/Planner/readme.md index f1a768bfa83..4d41c2ae041 100644 --- a/src/Beta/Planner/Planner/readme.md +++ b/src/Beta/Planner/Planner/readme.md @@ -34,6 +34,6 @@ input-file: $(spec-doc-repo)/$(title).yml ### Versioning ``` yaml -module-version: 0.7.0 +module-version: 0.7.1 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Beta/Reports/Reports/readme.md b/src/Beta/Reports/Reports/readme.md index 23953d8e9f4..b9d3005ed5b 100644 --- a/src/Beta/Reports/Reports/readme.md +++ b/src/Beta/Reports/Reports/readme.md @@ -56,6 +56,6 @@ directive: ### Versioning ``` yaml -module-version: 0.7.0 +module-version: 0.7.1 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Beta/SchemaExtensions/SchemaExtensions/readme.md b/src/Beta/SchemaExtensions/SchemaExtensions/readme.md index 38e275d57af..d0ce34630b2 100644 --- a/src/Beta/SchemaExtensions/SchemaExtensions/readme.md +++ b/src/Beta/SchemaExtensions/SchemaExtensions/readme.md @@ -34,6 +34,6 @@ input-file: $(spec-doc-repo)/$(title).yml ### Versioning ``` yaml -module-version: 0.7.0 +module-version: 0.7.1 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Beta/Search/Search/readme.md b/src/Beta/Search/Search/readme.md index 9eed0127572..8d8d771e33c 100644 --- a/src/Beta/Search/Search/readme.md +++ b/src/Beta/Search/Search/readme.md @@ -34,6 +34,6 @@ input-file: $(spec-doc-repo)/$(title).yml ### Versioning ``` yaml -module-version: 0.7.0 +module-version: 0.7.1 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Beta/Security/Security/readme.md b/src/Beta/Security/Security/readme.md index 2d85fe71532..9b3e0def26e 100644 --- a/src/Beta/Security/Security/readme.md +++ b/src/Beta/Security/Security/readme.md @@ -66,6 +66,6 @@ directive: ### Versioning ``` yaml -module-version: 0.7.0 +module-version: 0.7.1 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Beta/Sites.Actions/Sites.Actions/readme.md b/src/Beta/Sites.Actions/Sites.Actions/readme.md index 969423b9bd3..735eab22477 100644 --- a/src/Beta/Sites.Actions/Sites.Actions/readme.md +++ b/src/Beta/Sites.Actions/Sites.Actions/readme.md @@ -59,6 +59,6 @@ directive: ### Versioning ``` yaml -module-version: 0.7.0 +module-version: 0.7.1 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Beta/Sites.Drive/Sites.Drive/readme.md b/src/Beta/Sites.Drive/Sites.Drive/readme.md index 39a79035925..f8d4192c789 100644 --- a/src/Beta/Sites.Drive/Sites.Drive/readme.md +++ b/src/Beta/Sites.Drive/Sites.Drive/readme.md @@ -34,6 +34,6 @@ input-file: $(spec-doc-repo)/$(title).yml ### Versioning ``` yaml -module-version: 0.7.0 +module-version: 0.7.1 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Beta/Sites.Functions/Sites.Functions/readme.md b/src/Beta/Sites.Functions/Sites.Functions/readme.md index fdce5773698..41f4ca526d0 100644 --- a/src/Beta/Sites.Functions/Sites.Functions/readme.md +++ b/src/Beta/Sites.Functions/Sites.Functions/readme.md @@ -61,6 +61,6 @@ directive: ### Versioning ``` yaml -module-version: 0.7.0 +module-version: 0.7.1 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Beta/Sites.List/Sites.List/readme.md b/src/Beta/Sites.List/Sites.List/readme.md index 61224646792..1014c4d7a94 100644 --- a/src/Beta/Sites.List/Sites.List/readme.md +++ b/src/Beta/Sites.List/Sites.List/readme.md @@ -34,6 +34,6 @@ input-file: $(spec-doc-repo)/$(title).yml ### Versioning ``` yaml -module-version: 0.7.0 +module-version: 0.7.1 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Beta/Sites.OneNote/Sites.OneNote/readme.md b/src/Beta/Sites.OneNote/Sites.OneNote/readme.md index ecccbf5b853..ad6c44f25e7 100644 --- a/src/Beta/Sites.OneNote/Sites.OneNote/readme.md +++ b/src/Beta/Sites.OneNote/Sites.OneNote/readme.md @@ -34,6 +34,6 @@ input-file: $(spec-doc-repo)/$(title).yml ### Versioning ``` yaml -module-version: 0.7.0 +module-version: 0.7.1 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Beta/Sites.Pages/Sites.Pages/readme.md b/src/Beta/Sites.Pages/Sites.Pages/readme.md index c8235160e48..4b624bcc225 100644 --- a/src/Beta/Sites.Pages/Sites.Pages/readme.md +++ b/src/Beta/Sites.Pages/Sites.Pages/readme.md @@ -34,6 +34,6 @@ input-file: $(spec-doc-repo)/$(title).yml ### Versioning ``` yaml -module-version: 0.7.0 +module-version: 0.7.1 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Beta/Sites.Site/Sites.Site/readme.md b/src/Beta/Sites.Site/Sites.Site/readme.md index baf60724653..b915cc427b5 100644 --- a/src/Beta/Sites.Site/Sites.Site/readme.md +++ b/src/Beta/Sites.Site/Sites.Site/readme.md @@ -96,6 +96,6 @@ directive: ### Versioning ``` yaml -module-version: 0.7.0 +module-version: 0.7.1 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Beta/Subscriptions/Subscriptions/readme.md b/src/Beta/Subscriptions/Subscriptions/readme.md index fd84affe313..55acd249ecb 100644 --- a/src/Beta/Subscriptions/Subscriptions/readme.md +++ b/src/Beta/Subscriptions/Subscriptions/readme.md @@ -34,6 +34,6 @@ input-file: $(spec-doc-repo)/$(title).yml ### Versioning ``` yaml -module-version: 0.7.0 +module-version: 0.7.1 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Beta/Teams.AppCatalogs/Teams.AppCatalogs/readme.md b/src/Beta/Teams.AppCatalogs/Teams.AppCatalogs/readme.md index 4b2e39c9577..ced14929625 100644 --- a/src/Beta/Teams.AppCatalogs/Teams.AppCatalogs/readme.md +++ b/src/Beta/Teams.AppCatalogs/Teams.AppCatalogs/readme.md @@ -34,6 +34,6 @@ input-file: $(spec-doc-repo)/$(title).yml ### Versioning ``` yaml -module-version: 0.7.0 +module-version: 0.7.1 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Beta/Teams.Chats/Teams.Chats/readme.md b/src/Beta/Teams.Chats/Teams.Chats/readme.md index 6e9368356ad..af43787db5b 100644 --- a/src/Beta/Teams.Chats/Teams.Chats/readme.md +++ b/src/Beta/Teams.Chats/Teams.Chats/readme.md @@ -34,6 +34,6 @@ input-file: $(spec-doc-repo)/$(title).yml ### Versioning ``` yaml -module-version: 0.7.0 +module-version: 0.7.1 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Beta/Teams.Team/Teams.Team/readme.md b/src/Beta/Teams.Team/Teams.Team/readme.md index 2d535c0a062..93edf99bb77 100644 --- a/src/Beta/Teams.Team/Teams.Team/readme.md +++ b/src/Beta/Teams.Team/Teams.Team/readme.md @@ -34,6 +34,6 @@ input-file: $(spec-doc-repo)/$(title).yml ### Versioning ``` yaml -module-version: 0.7.0 +module-version: 0.7.1 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Beta/Teams.Teamwork/Teams.Teamwork/readme.md b/src/Beta/Teams.Teamwork/Teams.Teamwork/readme.md index ac5fd1b84b6..b351242f21f 100644 --- a/src/Beta/Teams.Teamwork/Teams.Teamwork/readme.md +++ b/src/Beta/Teams.Teamwork/Teams.Teamwork/readme.md @@ -34,6 +34,6 @@ input-file: $(spec-doc-repo)/$(title).yml ### Versioning ``` yaml -module-version: 0.7.0 +module-version: 0.7.1 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Beta/Users.Actions/Users.Actions/readme.md b/src/Beta/Users.Actions/Users.Actions/readme.md index 739c81a42d9..79fd398d0dc 100644 --- a/src/Beta/Users.Actions/Users.Actions/readme.md +++ b/src/Beta/Users.Actions/Users.Actions/readme.md @@ -152,6 +152,6 @@ directive: ### Versioning ``` yaml -module-version: 0.7.0 +module-version: 0.7.1 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Beta/Users.ActivityFeed/Users.ActivityFeed/readme.md b/src/Beta/Users.ActivityFeed/Users.ActivityFeed/readme.md index f8c87bcdf0b..5909e351be5 100644 --- a/src/Beta/Users.ActivityFeed/Users.ActivityFeed/readme.md +++ b/src/Beta/Users.ActivityFeed/Users.ActivityFeed/readme.md @@ -34,6 +34,6 @@ input-file: $(spec-doc-repo)/$(title).yml ### Versioning ``` yaml -module-version: 0.7.0 +module-version: 0.7.1 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Beta/Users.Calendar/Users.Calendar/readme.md b/src/Beta/Users.Calendar/Users.Calendar/readme.md index c0ef9df4265..55b97685d78 100644 --- a/src/Beta/Users.Calendar/Users.Calendar/readme.md +++ b/src/Beta/Users.Calendar/Users.Calendar/readme.md @@ -34,6 +34,6 @@ input-file: $(spec-doc-repo)/$(title).yml ### Versioning ``` yaml -module-version: 0.7.0 +module-version: 0.7.1 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Beta/Users.Contacts/Users.Contacts/readme.md b/src/Beta/Users.Contacts/Users.Contacts/readme.md index 2fdcf7155b3..c38acd104d8 100644 --- a/src/Beta/Users.Contacts/Users.Contacts/readme.md +++ b/src/Beta/Users.Contacts/Users.Contacts/readme.md @@ -34,6 +34,6 @@ input-file: $(spec-doc-repo)/$(title).yml ### Versioning ``` yaml -module-version: 0.7.0 +module-version: 0.7.1 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Beta/Users.Devices/Users.Devices/readme.md b/src/Beta/Users.Devices/Users.Devices/readme.md index 8b4b0ed72bc..a754e72e6e4 100644 --- a/src/Beta/Users.Devices/Users.Devices/readme.md +++ b/src/Beta/Users.Devices/Users.Devices/readme.md @@ -34,6 +34,6 @@ input-file: $(spec-doc-repo)/$(title).yml ### Versioning ``` yaml -module-version: 0.7.0 +module-version: 0.7.1 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Beta/Users.DirectoryObject/Users.DirectoryObject/readme.md b/src/Beta/Users.DirectoryObject/Users.DirectoryObject/readme.md index 53ecef248a7..3a03dd18a8e 100644 --- a/src/Beta/Users.DirectoryObject/Users.DirectoryObject/readme.md +++ b/src/Beta/Users.DirectoryObject/Users.DirectoryObject/readme.md @@ -34,6 +34,6 @@ input-file: $(spec-doc-repo)/$(title).yml ### Versioning ``` yaml -module-version: 0.7.0 +module-version: 0.7.1 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Beta/Users.Drive/Users.Drive/readme.md b/src/Beta/Users.Drive/Users.Drive/readme.md index 110c19f949d..c77995b716d 100644 --- a/src/Beta/Users.Drive/Users.Drive/readme.md +++ b/src/Beta/Users.Drive/Users.Drive/readme.md @@ -34,6 +34,6 @@ input-file: $(spec-doc-repo)/$(title).yml ### Versioning ``` yaml -module-version: 0.7.0 +module-version: 0.7.1 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Beta/Users.Extensions/Users.Extensions/readme.md b/src/Beta/Users.Extensions/Users.Extensions/readme.md index aa18f57a921..45cd7483abe 100644 --- a/src/Beta/Users.Extensions/Users.Extensions/readme.md +++ b/src/Beta/Users.Extensions/Users.Extensions/readme.md @@ -34,6 +34,6 @@ input-file: $(spec-doc-repo)/$(title).yml ### Versioning ``` yaml -module-version: 0.7.0 +module-version: 0.7.1 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Beta/Users.FollowedSites/Users.FollowedSites/readme.md b/src/Beta/Users.FollowedSites/Users.FollowedSites/readme.md index 52a41546689..254c38d5ed0 100644 --- a/src/Beta/Users.FollowedSites/Users.FollowedSites/readme.md +++ b/src/Beta/Users.FollowedSites/Users.FollowedSites/readme.md @@ -34,6 +34,6 @@ input-file: $(spec-doc-repo)/$(title).yml ### Versioning ``` yaml -module-version: 0.7.0 +module-version: 0.7.1 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Beta/Users.Functions/Users.Functions/readme.md b/src/Beta/Users.Functions/Users.Functions/readme.md index c69aa369f53..5db42144e79 100644 --- a/src/Beta/Users.Functions/Users.Functions/readme.md +++ b/src/Beta/Users.Functions/Users.Functions/readme.md @@ -34,6 +34,6 @@ input-file: $(spec-doc-repo)/$(title).yml ### Versioning ``` yaml -module-version: 0.7.0 +module-version: 0.7.1 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Beta/Users.Groups/Users.Groups/readme.md b/src/Beta/Users.Groups/Users.Groups/readme.md index 02393cdfffd..eb25908e00f 100644 --- a/src/Beta/Users.Groups/Users.Groups/readme.md +++ b/src/Beta/Users.Groups/Users.Groups/readme.md @@ -34,6 +34,6 @@ input-file: $(spec-doc-repo)/$(title).yml ### Versioning ``` yaml -module-version: 0.7.0 +module-version: 0.7.1 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Beta/Users.InformationProtection/Users.InformationProtection/readme.md b/src/Beta/Users.InformationProtection/Users.InformationProtection/readme.md index d13b5260fa7..6d90a578961 100644 --- a/src/Beta/Users.InformationProtection/Users.InformationProtection/readme.md +++ b/src/Beta/Users.InformationProtection/Users.InformationProtection/readme.md @@ -34,6 +34,6 @@ input-file: $(spec-doc-repo)/$(title).yml ### Versioning ``` yaml -module-version: 0.7.0 +module-version: 0.7.1 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Beta/Users.LicenseDetails/Users.LicenseDetails/readme.md b/src/Beta/Users.LicenseDetails/Users.LicenseDetails/readme.md index 4c90125e7e4..a9f56ecfa96 100644 --- a/src/Beta/Users.LicenseDetails/Users.LicenseDetails/readme.md +++ b/src/Beta/Users.LicenseDetails/Users.LicenseDetails/readme.md @@ -34,6 +34,6 @@ input-file: $(spec-doc-repo)/$(title).yml ### Versioning ``` yaml -module-version: 0.7.0 +module-version: 0.7.1 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Beta/Users.Mail/Users.Mail/readme.md b/src/Beta/Users.Mail/Users.Mail/readme.md index 4b36851edf2..5de4060a34c 100644 --- a/src/Beta/Users.Mail/Users.Mail/readme.md +++ b/src/Beta/Users.Mail/Users.Mail/readme.md @@ -34,6 +34,6 @@ input-file: $(spec-doc-repo)/$(title).yml ### Versioning ``` yaml -module-version: 0.7.0 +module-version: 0.7.1 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Beta/Users.OneNote/Users.OneNote/readme.md b/src/Beta/Users.OneNote/Users.OneNote/readme.md index eda1237792e..76ad16bd73a 100644 --- a/src/Beta/Users.OneNote/Users.OneNote/readme.md +++ b/src/Beta/Users.OneNote/Users.OneNote/readme.md @@ -34,6 +34,6 @@ input-file: $(spec-doc-repo)/$(title).yml ### Versioning ``` yaml -module-version: 0.7.0 +module-version: 0.7.1 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Beta/Users.OutlookUser/Users.OutlookUser/readme.md b/src/Beta/Users.OutlookUser/Users.OutlookUser/readme.md index 54cac0a5d83..d6abc0d35e5 100644 --- a/src/Beta/Users.OutlookUser/Users.OutlookUser/readme.md +++ b/src/Beta/Users.OutlookUser/Users.OutlookUser/readme.md @@ -34,6 +34,6 @@ input-file: $(spec-doc-repo)/$(title).yml ### Versioning ``` yaml -module-version: 0.7.0 +module-version: 0.7.1 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Beta/Users.People/Users.People/readme.md b/src/Beta/Users.People/Users.People/readme.md index 86ae4d56a3d..014eb6a0072 100644 --- a/src/Beta/Users.People/Users.People/readme.md +++ b/src/Beta/Users.People/Users.People/readme.md @@ -34,6 +34,6 @@ input-file: $(spec-doc-repo)/$(title).yml ### Versioning ``` yaml -module-version: 0.7.0 +module-version: 0.7.1 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Beta/Users.Planner/Users.Planner/readme.md b/src/Beta/Users.Planner/Users.Planner/readme.md index 35988475d42..3162099be13 100644 --- a/src/Beta/Users.Planner/Users.Planner/readme.md +++ b/src/Beta/Users.Planner/Users.Planner/readme.md @@ -41,6 +41,6 @@ directive: ### Versioning ``` yaml -module-version: 0.7.0 +module-version: 0.7.1 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Beta/Users.ProfilePhoto/Users.ProfilePhoto/readme.md b/src/Beta/Users.ProfilePhoto/Users.ProfilePhoto/readme.md index 5cb6313b0e1..7e451bfac7a 100644 --- a/src/Beta/Users.ProfilePhoto/Users.ProfilePhoto/readme.md +++ b/src/Beta/Users.ProfilePhoto/Users.ProfilePhoto/readme.md @@ -34,6 +34,6 @@ input-file: $(spec-doc-repo)/$(title).yml ### Versioning ``` yaml -module-version: 0.7.0 +module-version: 0.7.1 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Beta/Users.User/Users.User/readme.md b/src/Beta/Users.User/Users.User/readme.md index 761faec1931..72e5a655f99 100644 --- a/src/Beta/Users.User/Users.User/readme.md +++ b/src/Beta/Users.User/Users.User/readme.md @@ -34,6 +34,6 @@ input-file: $(spec-doc-repo)/$(title).yml ### Versioning ``` yaml -module-version: 0.7.0 +module-version: 0.7.1 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Beta/Users.UserSettings/Users.UserSettings/readme.md b/src/Beta/Users.UserSettings/Users.UserSettings/readme.md index 04642460490..8fdb121ab53 100644 --- a/src/Beta/Users.UserSettings/Users.UserSettings/readme.md +++ b/src/Beta/Users.UserSettings/Users.UserSettings/readme.md @@ -34,6 +34,6 @@ input-file: $(spec-doc-repo)/$(title).yml ### Versioning ``` yaml -module-version: 0.7.0 +module-version: 0.7.1 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/tools/Templates/Microsoft.Graph.nuspec b/tools/Templates/Microsoft.Graph.nuspec index 5c0e6abf5aa..5365cb3a000 100644 --- a/tools/Templates/Microsoft.Graph.nuspec +++ b/tools/Templates/Microsoft.Graph.nuspec @@ -2,7 +2,7 @@ Microsoft.Graph - 0.7.0 + 0.7.1 Microsoft Microsoft https://aka.ms/devservicesagreement diff --git a/tools/Templates/readme.md b/tools/Templates/readme.md index 2022780bca4..6ad8318729b 100644 --- a/tools/Templates/readme.md +++ b/tools/Templates/readme.md @@ -14,6 +14,6 @@ input-file: $(spec-doc-repo)/$(title).yml ### Versioning ``` yaml -module-version: 0.7.0 +module-version: 0.7.1 release-notes: See https://aka.ms/GraphPowerShell-Release. ```